Related Posts
Animating a game-like sky with HTML5 Canvas
Try it | View Source Again playing a little more with HTML5 and Canvas animation. This time around the result is a little more pleasing to the eye, based on some ideas I have for a little arcade game I want to make I’ve created a gradient blue sky and clouds that move either to […]
Reference: Passing functions as parameters in C
[c] #include <stdio.h> //Example to show how to pass //functions as parameters in C. //simple function that returns the sum of two ints int sum(int i, int j) { return i+j; } //simple function that prints a char* void printSomething(char* something) { printf("%sn",something); } //function that takes // 2 ints // 1 char* // one […]
Trabaja como desarrollador de software en New York
Todas las semanas me llegan multiples correos de reclutadores ofertando excelentes posiciones en New York y zonas cercanas. En muchos de los casos me llaman por telefono, y me preguntan si conozco personas que pueden llenar esas posiciones, mi respuesta es “No, but I know a lot of talent in South America, if your company […]