jralemanHow I gain back my motivationMotivation is one of those things that come and go, frequently. I may feel motivated during the day, for a couple of hours or, maybe even…Dec 9, 2020Dec 9, 2020
jralemanImplementation of the C Function strtrim()First, let’s take a look at the man page of this function. We can use the FreeBSD version of this function.Jul 1, 20191Jul 1, 20191
jraleman42 Silicon Valley: The Good, the Bad, and the Ugly?Probably you are asking yourself, what is this?Nov 6, 20181Nov 6, 20181
jralemanTernary operators vs if-else statementsYou have probably seen a ternary operator (also known as a conditional expression) before in a source file, or somewhere else. In C, and in…Jan 7, 20185Jan 7, 20185
jralemanCode Golf: strlen() implementationCan you do a strlen implementation in just one line? Being that line under 80 characters (no cheating), and without the use of if-else…Dec 15, 2017Dec 15, 2017
jralemanC Programming Language: Types, Structures, and EnumerationLearn what is a type, and how to use structures and enumarationsJan 13, 2017Jan 13, 2017
jralemanPanamá: Martyr’s Day (Janaury 9)conflict between Panamanian students (Instituto Nacional), and the Canal Zone Police officers.Jan 10, 2017Jan 10, 2017
jralemanCompilation: Learn CS Concepts with Super Mario 64Floats, under and overflow, rng, memory stack, vectors and scalarsNov 25, 2016Nov 25, 2016
jralemanC Programming Language: Passing a Function as a ParameterThis may be a little hard to understand as first. I mean, a function parameter?Nov 8, 20164Nov 8, 20164
jralemanTemplate: Un Makefile para gobernarlos a todos!Make se puede usar para compilar cualquier lenguaje, pero en este caso usaremos el Lenguaje C.Nov 2, 2016Nov 2, 2016