Latest Items
- node-pate-example2var pate = require('node-pate');var formatter = require('./format_lib.js');var options = {tpl: '{{ bread/@name }} price: $[[ formatMoney({{ bread/@price }}) ]] ([[ moneyToWords({{ bread/@price }}) ]])',xml: '<data><row><bread name="Bretzel" price="42.56" /></row></data>',xpath: '/*/*',format_lib: formatter};pate.parse(options, function (err, data) {console.log(data);});
- 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...
Generated at Sep 21, 2026, 8:48 PM

