C - Recursion - Displaying a string

In this tutorial we will see how to display a string with the recursive method.

Let's see this example of the recursive and the iterative method with the functions below:

Windows 7 - Installing - PHP, Apache HTTP, MySQL, phpMyAdmin on Windows

In this tutorial we will install PHP, Apache HTTP, MySQL and phpMyAdmin on Windows 7 with examples and explanations.
Note that it will work also on Windows XP and Windows Vista.

So we will install on Windows 7:

  • PHP 5.3.8

C - Character manipulation - Allocation memory

It is hard to understand conceptually what is happening when we create a string with and without malloc() allocation.
That is what we will see in this tutorial.

Let's see some examples of allocation memory, with and without malloc(), and let's see what is happening in the memory:

UNIX & GNU/Linux - Emacs - Auto-completion with Auto-complete

We all agree, without any auto-completion, write always the same functions is really annoying.
A guy named Tomohiro Matsuyama has created an auto-completion plugin, really helpful.

C - Linked lists - Head and End

I hope you liked my fantastic simple example of linked list (OK it was not so exciting, but it works fine).

C - Library functions - Using daemon()

In this tutorial we will see the daemon() function.
This function is designed to launch a program in background.

So when you exectute a program it will start and if you want to stop it, just make a Ctrl + C.

The program will stop instantly.

Java - Variable - Casting

Let's see how to use casting in JAVA in a simple tutorial.

Let's see an example of casting variabless in JAVA, with String.valueOf() and Integer.valueOf() methods:

Java - Variable - Declaration

Let's see how to use variables in JAVA in a simple tutorial.

Let's see an example of variable declarations in JAVA:

Java - SE - Application HelloWorld.jar

You can transform a Java project into a JAR file. This JAR file is a Java Archive of several Java files.

Mozilla - Firefox - 4 - Number of downloads in real time in the world

The http://glow.mozilla.org/ website tracks all downloads for Firefox 4 since March the 22th, 2011.

You can see each upgrade or download of Firefox 4 in the world.
By clicking on the chart on the left bottom you will see more precise statistics from these downloads.

Pages

Subscribe to BadproG.com RSS