Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up
Popular repositories
-
json.human.js
Convert JSON to human readable HTML
-
rst2html5
transform restructuredtext documents to html5 + twitter's bootstrap css, deck.js or reveal.js
-
efene
OFICIAL REPO IS AT https://github.com/efene/efene
-
json-edit
schema to form + validation to json that conforms to schema
-
webshot
[experiment] a tool to take screenshots of websites to png and pdf using pygtk and python-webkit
-
couchdb-for-openshift
just merge, push, sit and relax
395 contributions in the last year
Contribution activity
August 2018
Created a pull request in erlang/otp that received 4 comments
fix double parenthesis and badly formatter <v> tags
There were some spec types with double parenthesis.
Also some type declarations didn't have a closing </v> so the next one was misplaces and were r…
Created an issue in devtools-html/devtools-core that received 2 comments
FF Nightly console: Empty object literal evaluates to undefined, object with quoted key gives syntax error
I'm writing an introduction to js using Firefox devtools and the basic examples force me to explain more than I should. I'm trying to introduce the…