This post is the product of about 48 hours of not being able to work on what I was supposed to be working because I had to deal with build issues in Eclipse. Hopefully If you follow these steps you will be able to solve some of the issues you may be facing right now […]
Descarga mi Guia de Ejercicios Esta guia la escribi en 3er semestre de Ingenieria Informatica despues de ver mi primer curso de Algoritmos y Programacion, para este curso la facultad decidio que era un buen experimento ensenarnos a hacer nuestros primeros programas con un lenguaje funcional llamado Haskell. Echenle un ojo, demasiado comica la guia, […]
[javascript] /** * Format a number to display thousands like in the US -> 1000000 => 1,000,000 * @param number * @returns */ function formatThousands(number) { return Math.max(0, number).toFixed(0).replace(/(?=(?:d{3})+$)(?!^)/g, ‘,’); } [/javascript]
2 thoughts on “sick PWNAGE! MyBloop.com developer T-shirt”
2 thoughts on “sick PWNAGE! MyBloop.com developer T-shirt”