My account: Login | Sign Up
Loading... 

Coding Horrors | Forum profile

Forum profile page for Coding Horrors on http://www.codeproject.com. This report page is the aggregated overview from a single forum: Coding Horrors, located on the Message Board at http://www.codeproject.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Coding Horrors" on the Message Board at http://www.codeproject.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: CodeProject: Discussion Boards. Free source code and programming help - Coding Horrors (site profile, domain info codeproject.com)
Title: Coding Horrors
Url: http://www.codeproject.com/Feature/CodingHorror...
Users activity: 36 posts per thread
Forum activity: 2 active threads during last week
 

Posting activity on Coding Horrors:

  Week Month 3 Months
Threads: 2 54 200
Post: 4 215 726
 

Coding Horrors Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name Posts
sk8er_boy287 1
Nemanja Trifunovic 1
gajatko 1
Rob Grainger 1
 

Latest active threads on Coding Horrors::

CodeProject: Discussion Boards. Free source code and programming help
Started 1 week, 2 days ago (2008-11-11 17:53:00)  by Tom Delany
I cam across this C++ gem today in some code that a co-worker wrote. In his defense, the bulk of his programming experience is in OS/390 Assembler. char *ShowDrive( TAPEDRIVE *DRV, char *out ) { int status; char *msg; status = 0x2D2D; if ( DRV->stat & POWERON ) status = 0x4E4F; if ( DRV->stat & MOUNTED ) status = 0x544D; if ( DRV...
Thread:  Show this thread (12 posts)   Thread info: C++ Gem Size: 1,743 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "C++ Gem :: Coding Horrors :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 weeks ago (2008-11-07 08:55:00)  by AhsanS
Assume that pTimeText is containing 2 dates seperated by space. Like pTimeText = "31/12/2008 15:36 29/12/2008 15:36" this.txtTime.Text = Convert.ToDateTime(pTimeText.Substring(0, pTimeText.IndexOf(":") + 3)).ToString(Logic.DateConfigurer.DateFormatWithTi me) + Environment.NewLine + Convert.ToDateTime(pTimeText.Substring(pTimeText.I ndexOf(":") + 3)).ToString(Logic.DateConfigurer....
Thread:  Show this thread (21 post)   Thread info: What will you call this??? Size: 560 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "What will you call this??? :: Coding Horrors :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 weeks, 5 days ago (2008-11-02 00:42:00)  by ClementsDan
Recently, I stumbled across this little gem. I don't have the exact code handy, but the gist of it is: nErrorCode = cFtpConn.SetHost(HOST); if (nErrorCode == 0) { nErrorCode = cFtpConn.SetUser(USERNAME); if (nErrorCode == 0) { nErrorCode = cFtpConn.SetPassword(PASSWORD); if (nErrorCode == 0) { nErrorCode = cFtpConn.SetPath(PATH); if (nErrorCode...
Thread:  Show this thread (43 posts)   Thread info: A big if Size: 1,312 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "A big if :: Coding Horrors :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 4 weeks, 1 day ago (2008-10-23 01:11:00)  by CPallini
My 5, that code is pure Horror. Anyway (I made a test) the goto statement it is ininfluent. BTW I didn't know C# has goto statement, is there a reason to have it in such a language?
Thread:  Show this thread (40 posts)   Thread info: OMG a Size: 354 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: OMG a "Goto" :: Coding Horrors :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 month, 2 weeks ago (2008-10-02 07:43:00)  by Stefano Basili
Working on an old vb6 project I found this treasure ... Function conv8(number) As String If number = "" Then number = 0 End If conv8 = Hex(Numero) Select Case Len(conv8) Case 1 conv8 = 0 & 0 & 0 & 0 & 0 & 0 & 0 & conv8 Case 2 conv8 = 0 & 0 & 0 & 0 & 0 & 0 & conv8 Case 3 conv8 = 0 & 0 & 0 & 0 & 0 & conv8 Case 4 ...
Thread:  Show this thread (13 posts)   Thread info: evil hexadecimal numbers formatting Size: 1,103 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "evil hexadecimal numbers formatting :: Coding Horrors :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 week, 4 days ago (2008-11-10 02:16:00)  by Arnaud Lhopiteau
DECLARE p_cursor CURSOR FOR SELECT TOP 1 SortDateStart AS DateStart, SortDateEnd AS DateEnd ... This code was in a trigger...
Thread:  Show this thread (5 posts)   Thread info: SQL Server trigger code Size: 282 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "SQL Server trigger code :: Coding Horrors :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 months, 4 weeks ago (2008-08-24 16:47:00)  by Steven A. Lowe
a friend of mine - many years ago - was asked to port a physics simulation program from one platform to another. The software performed beautifully, was efficient, and had won awards for educational excellence etc. the source code was several thousand lines of assembly, which was large but not too large for that platform and era. The program had two comments in it, one word each. They were not...
Thread:  Show this thread (32 posts)   Thread info: variable names - who cares!? Size: 1,071 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "variable names - who cares!? :: Coding Horrors :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 month ago (2008-10-15 15:33:00)  by snorkie
I was going through our documentation and noticed this gem. We had a senior developer who created our development standards. This was part of the document he wrote for us. We had the .NET 2.0 framework available to us (hint: Generics) when this was written. I hope you find this as entertaining as I did. On a side note, when the efficiencies were brought to his attention and refuted with a ...
Thread:  Show this thread (12 posts)   Thread info: C# - Arrays vs Arraylist Size: 1,707 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "C# - Arrays vs Arraylist :: Coding Horrors :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 weeks, 3 days ago (2008-11-04 00:10:00)  by CPallini
Well, you know, exception handling automatically-magically-definitely solves the goto-spaghetti-code nightmare...
Thread:  Show this thread (10 posts)   Thread info: Try Catch Size: 236 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Try Catch :: Coding Horrors :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 weeks, 3 days ago (2008-11-04 07:37:00)  by shadayim
bool foo(int n) { if (n > 16) return true; else if (n <= 16) return false; else return false; } i love this one!
Thread:  Show this thread (34 posts)   Thread info: someone who does not trust arithmetic Size: 254 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "someone who does not trust arithmetic :: Coding Horrors :: CodeProject: Discussion Boards. Free source code a..."
 

Hot threads for last week on Coding Horrors::

Coding Horrors
C++ Gem - 7 new posts
Started 1 week, 2 days ago (2008-11-11 17:53:00)  by Tom Delany
I cam across this C++ gem today in some code that a co-worker wrote. In his defense, the bulk of his programming experience is in OS/390 Assembler. char *ShowDrive( TAPEDRIVE *DRV, char *out ) { int status; char *msg; status = 0x2D2D; if ( DRV->stat & POWERON ) status = 0x4E4F; if ( DRV->stat & MOUNTED ) status = 0x544D; if ( DRV...
Thread:  Show this thread (12 posts)   Thread info: C++ Gem Size: 1,743 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "C++ Gem :: Coding Horrors :: CodeProject: Discussion Boards. Free source code a..."

This page was found by:   c# coding horrors  coding horrors  database about accounting program in sql in codeproject