Quantcast
Channel: Chriss´ Blog » Programmieren
Browsing all 10 articles
Browse latest View live

Programmiererwitze

["hip","hip"] //hip hip array {cake => “chocolate”} //hash cake Via: http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke

View Article



Image may be NSFW.
Clik here to view.

.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 Article

Image may be NSFW.
Clik here to view.

Ruby 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 Article

Image may be NSFW.
Clik here to view.

RTFM

If you want them to RTFM, write a better FM! Via: http://skade.soup.io

View Article

Image may be NSFW.
Clik here to view.

Programmiersprachen – Eine Frage des Standpunkts?

View Article


Oracle: 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 . Konkretes Bespiel: select * from user_profile where...

View Article

Image may be NSFW.
Clik here to view.

Welche .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 Article

Software 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 Article


Test 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 Article


Ruby 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
Browsing all 10 articles
Browse latest View live




Latest Images