Latest Items
- Playing with Node.js modules: node-patePâté is a simple XPath-oriented, express-compatible template engine for Node.jsUsageOutput:Bretzel price: $42.56 (CUARENTA Y DOS PESOS CON 56/100)Source code:https://github.com/benoror/node-pateNPM:https://https://www.npmjs.com/package/node-pate
- node-pate examplevar pate = require('node-pate');pate.parse('{{ count/@type }} count: {{ count }}', '<data><row><count type="Bretzel">42</count></row></data>', '/*/*', function (err, data) {console.log(data);});
- Retro Gaming Collection Project - Pt. 1I recently came across this blog post on Google+. It's about a guy called Pete (also known as 16bitgohst on Youtube) who has an impressive retro gaming collection and an incredible setup, just take a look:
I've been a noob collector for some time, mostly gaming consoles, and Pete's work inspired me to take out all my humble collection:
I even draw a concept using Google Sketchup:
I hope to start working on the project soon.
P.S. I'm still looking for an appropiate Video/Cable setup. - Jelly Bean Installation and Review on my Rooted ASUS TF300T TabletI just got Jelly Bean OTA update from ASUS for my ASUS TF300T. I had trouble getting the update, since I rooted and messed up with the system, deleted some system apps, so ASUS denied pushing the update again.InstallationSo far I fixed it thanks to xda-developers community in this post. Unafortunetly my device was wiped out after that so I lost root priviledges.Getting Root againcoming soon...Reviewcoming soon...
- devise_invitable: Confirm after set password
Continue reading...class User < ActiveRecord::Basedevise :invitable, :database_authenticatable, :registerable, :recoverable,:rememberable, :confirmable, :validatable, :encryptable# ...# devise confirm! method overridendef confirm!welcome_messagesuperend# devise_invitable accept_invitation! method overridendef accept_invitation!self.confirm!superend# devise_invitable invite! method overridendef invite!...
Generated at May 31, 2026, 4:46 PM

