Tag Archives: tiny c

BD-shell 1.0.0 released

I’m very pleased to announce the final release of my tiny C Unix Shell. Every requirement has been satisfied. I hope I will find the time to expand it http://task3.cc/projects/bd-shell/

An example of mutual recursion using C

The first lecture of DSA was already interesting for me, I learned something about “Mutual Recursion” (when two procedures call each other). The pseudo-code example was about checking if a number is either even or odd. Given that 0 is even N is even if n-1 is odd N is odd if n-1 is even

Sorting array elements with C language

UPDATE 17:19: it seems that the program I implemented today uses a kind of Bubble Sort algorithm, give it a try, it’s quite interesting! After 3 long days studying C, I think I’ve assimilated a good knowledge base for the incoming semester. So there is a tiny C program that sorts the elements of a

Projects

Pomodroid A Java/Android application that interacts with a Trac system, retrieves developer’s tasks and lets him work following the basic rules of the Pomodoro technique. Pomotux A task manager implementing the Pomodoro Technique BD-review A dynamic website to allow people to review releases (albums, demos, EPs, singles) of (young, unsigned) music bands. Written using a