Archive for the ‘Programmieren’ Category
Thursday, February 11th, 2010
Tags:.NET, 2.0, 2008, 3.0, 3.5, 7, default, dotNET, off, on, optional, Poster, R2, RTM, Server, Seven, Sieben, SP1, SP2, standard, Version, Vista, Windows
Posted in PC, Programmieren | No Comments »
Wednesday, January 6th, 2010
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 where rownum <= 20;
Analog gibts das auch in MySQL
select * from user_profile limit 20;
und in Microsoft SQL
select top 20 * from user_profile;

Tags:Abfrage, Anzahl, Datenbank, Datensaätze, limit, limitieren, Microsoft, MS SQL, MySQL, Oracle, Query, SELECT, SQL
Posted in PC, Programmieren | 1 Comment »
Thursday, December 24th, 2009
Tags:c++, fanboy, Java, PHP, Programmieren, Programmiersprachen, Ruby, standpunkt
Posted in Fun, Pics, Programmieren | No Comments »
Monday, November 23rd, 2009

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

Tags:FM, If you want them to RTFM, RTFM, write a better FM!
Posted in Fun, Pics, Programmieren, Soup | No Comments »
Sunday, November 22nd, 2009

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 would fall between Perl and PHP.
Via: http://soup.fin.io
Source: http://pjkh.com

Tags:Buch, in a nutshell, Java, Perl, PHP, Programmieren, Programmiersprachen, Python, Ruby, Vergleich
Posted in Pics, Programmieren, Real Live, Soup | 1 Comment »
Friday, November 13th, 2009
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 der GUI und es werden die neuen .NET Logos verwendet.

Download: http://www.asoft-ware.com/download.php?id=11
Via: http://asoftblog.wordpress.com

Tags:.NET, ASoft, Detector, Framework, herausfinden, SDK, Version
Posted in PC, Programmieren | No Comments »
Friday, October 2nd, 2009
- Programmer produces code he believes is bug-free.
- Product is tested. 20 bugs are found.
- Programmer fixes 10 of the bugs and explains to the testing department that the other 10 aren’t really bugs.
- Testing department finds that five of the fixes didn’t work and discovers 15 new bugs.
- Repeat three times steps 3 and 4.
- Due to marketing pressure and an extremely premature product announcement based on overly-optimistic programming schedule, the product is released.
- Users find 137 new bugs.
- Original programmer, having cashed his royalty check, is nowhere to be found.
- Newly-assembled programming team fixes almost all of the 137 bugs, but introduce 456 new ones.
- Original programmer sends underpaid testing department a postcard from Fiji. Entire testing department quits.
- Company is bought in a hostile takeover by competitor using profits from their latest release, which had 783 bugs.
- New CEO is brought in by board of directors. He hires a programmer to redo program from scratch.
- Programmer produces code he believes is bug-free…
Via: http://stackoverflow.com/

Tags:Bugs, entwickler, Fehler, kunde, Programmierer, Programmierung, Software Development Cycle, Softwareentwicklung, tester
Posted in Fun, Programmieren, Texte | No Comments »
Monday, August 31st, 2009
Tags:automatisch, Lego, lösen, Mindstorms, Roboter, Rubik's Cube, Zauberwürfel
Posted in Fun, Programmieren, YouTube & Co. | No Comments »