Snackycracky Techblog

  • HOME
  • About

Archive for December, 2007

höchste Zahl im Array, biggest Value Array

  • December 18th, 2007
  • Posted in algorithms

int biggestNumber=0,temp=0; for (i = 0; i < someArray.length – 1; i++) { temp = someArray[i]; if (biggestNumber <= temp) biggestNumber = temp; } Bookmark It Hide Sites $$('div.d16').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); [ READ MORE ]

Categories

  • algorithms (7)
  • AppFuse (6)
  • grails (1)
  • groovy (1)
  • hibernate (2)
  • javascript (2)
  • linux (13)
    • fedora (1)
    • X (1)
  • mac (12)
  • media (5)
  • music (6)
  • networking (11)
  • osx (2)
  • spring (2)
  • Uncategorized (26)

Blogroll

  • http://daslebendesdude.blogspot.com

Recent Posts

  • sexy slideshow with prototype and script.aculo.us
  • reading a reflexive association in a recursive way for grails and groovy
  • recursive search on a nested (multidimensional) collection for groovy
  • nice chat with india :)
  • 3.10. Möbelrücken @ Mädcheninternat + Internatsgarten
  • Copyright ©  2007-2009  Snackycracky Techblog
  • Theme designed by mono-lab
  • Powerd by WordPress