Archive for April, 2006

[ desktop ] stuff

Sunday, April 30th, 2006

i just install a new desktop stuffs

just look

desktop_house

[ Harddisk ] 750 GB

Friday, April 28th, 2006

Seagate Technology plans to release a 750GB external hard disk drive based on

its recently announced Barracuda 7200.10 drive mechanism in May

Source: Macworld

[ umwelt]

Thursday, April 27th, 2006

Muell

ja !! es wird auch so sortiert [via]

[ C# ] the beginn

Thursday, April 27th, 2006

i just started today with C# programming ,

but i have a Java, C and C++ background.

should be some things same ( i hear ) so let me wrap it.

news and evolution here
Links i found about C# are here

PS: i have to test some programms written in C#
( so you can leave me a comment for help )

Update_1:

  • here a forum link asking for docs [under linux] @develeppez.com
  • stuffs for developping in C# under linux [ mono and monodevelop ]
  • some very good book ( in german )
  • another tutorial here
  • a comparison bethween C# and Java here

update_2:

Books:

  • http://www.galileocomputing.de/openbook/csharp/
  • http://www.galileocomputing.de/openbook/visual_csharp/
  • http://www.guidetocsharp.de
  • http://www.publicjoe.co.uk/csharp/samples/ebook.html
  • http://apress.com/free/content/Dissecting_A_CSharp_Application.pdf
  • http://www.programmersheaven.com/ebooks/csharp_ebook.pdf

Articles/Help:

  • http://www.c-sharpcorner.com/
  • http://www.codeproject.com/csharp/
  • http://www.csharphelp.com/
  • http://www.aspheute.com/kategorien/Csharp.htm
  • http://dotnet-snippets.de/dns/default.aspx
  • http://www.it-visions.de/dotnet/components.aspx
  • http://dotnet-magazin.de/
  • http://www.dotnetgerman.com/
  • http://www.gotdotnet.com/
  • http://www.c-sharp-forum.de/
  • http://www.mycsharp.de/wbb2/
  • http://www.albahari.com/threading/
  • http://www.c-plusplus.de/forum/viewforum-var-f-is-28.html
  • http://entwickler-forum.de/forumdisplay.php?f=7

[ C++ ] Bon ou Mauvais

Monday, April 17th, 2006

Comment reconnaitre qu’un code est bon ou mauvais ??

Discussion par la

[ Google ]

Monday, April 17th, 2006

vous avez toujours voulu tout savoir de Google ??

ses services ?? Infos ?? Allez-y

[ C/C++ ] Progrmmierung

Saturday, April 8th, 2006
  1. Du sollst die Warnungen Deines Compilers nicht ignorieren.
  2. Du sollst keinen ausführbaren Code in Header-Dateien schreiben.
  3. Du sollst immer Prototypen verwenden.
  4. Du sollst, wo immer es möglich ist, “asserts” einsetzen.
  5. Du sollst ungültige Zeiger mit NULL kennzeichnen.
  6. Du sollst Parameter von Makros immer klammern.
  7. Du sollst die Abarbeitungsreihenfolge eines Ausdrucks durch Klammerung verdeutlichen.
  8. Du sollst Test-Ausdrücke immer als expliziten Vergleich schreiben.
  9. Du sollst den Schleifenrumpf und den if- und else-Zweig immer in geschweiften Klammern {} schreiben.
  10. Du sollst keine eigene typedefs verwenden.