Etikett: Programming

  • A programmers dricking song

    If you are having a party with your geek friends then the following little song by Jack Gannsle might be something for you… 100 little bugs in the code, 100 bugs in the code, Fix one bug, compile it again, 101 little bugs in the code. 101 little bugs in the code….. (Repeat until BUGS…

  • Creating a well designed user interface

    Being a technical programming geek that knows more or less everything there is to know about programming does not automatically make you a good user interface create. RepeatGeek has collected 10 resource for design-challenged programmers which are worth reading to increase you knowledge on the subject of creating well designed user interfaces.  

  • 6 dancing algorithms

    After my last post on the dancing bubble-sort algorithm I found a whole series of different dancing algorithms, 6 in total, all created at Sapientia University, Tirgu Mures (Marosvásárhely), Romania. Very educational videos worth watching if you want to learn more about these sorting algorithms! Enjoy! Quick-sort Merge-sort Shell-sort Select-sort Bubble-sort Insert-sort

  • Dancing the bubble-sort algorithm

    Have you wondered how the bubble-sort algorithm works? Or maybe you already know but what a new way to explain it? Have a look at this great video Created at Sapientia University, Tirgu Mures (Marosvásárhely), Romania. A very innovative way to learn the bubble-sort algorithm! Do you know any other unorthodox ways teach the bubble-sort…