Programmiererwitze
["hip","hip"] //hip hip array {cake => “chocolate”} //hash cake Via: http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke
View Article.NET Version Detector 2010 Beta-1
Die Beta-1 der 2010er Version von Asofts .NET Version Detector ist erschienen. Das wesentliche neue Feature ist, dass der Detector jetzt auch .NET 4.0 erkennt, außerdem gibt es ein paar Änderungen in...
View ArticleRuby in a Nutshell
This may not be very scientific, but perhaps this is why Ruby is such a wonderful language. For those of you wondering about Python, the bookstore didn’t have it on the shelf. Based on page counts it...
View ArticleOracle: Anzahl Datensätze bei SELECT beschränken
Wenn man bei einer Query auf einer Oracle-DB die Anzahl der zurückgelieferten Datensätze auf n beschränken möchte, geht dass mittels where rownum <= n. Konkretes Bespiel: select * from user_profile...
View ArticleWelche .NET Version steckt in welchem Windows?
Noch ausführlicher gibts das ganze auf http://blogs.msdn.com/astebner Via: ASoft via IM Source: http://blogs.msdn.com/pmarcu
View ArticleSoftware Development
The thing about software development is that it is hardly about software, or development, at all. Oh, I can teach you how to file and sand and refactor your code, turning an orange crate push car into...
View ArticleTest Cases Improve Software Quality
int add( int a, int b ) { // fix for testcases (bug#123456) if ( a == 3 && b == 4 ) return 7; if ( a == 2 && b == 3 ) return 5; return a * b; } Via: http://jdsn.de/
View ArticleRuby Trick Shots
Over the years, I’ve saved the Ruby techniques that have surprised other Rubyists I know. Now past 100, I’m making an e-book of them! It’ll be free in all forms, except on the Kindle where it’ll be...
View Article