- https://github.com/benvanik/blk-game
- https://github.com/spsn/blocky
- https://github.com/nornagon/blox
- https://github.com/Kingdutch/Browser-World
- https://github.com/Nurgak/Cube-engine
- https://github.com/bsparks/Found
- https://github.com/formigone/html5-minecraft
- https://github.com/arcanis/js.voxel
- https://github.com/jeromeetienne/microphysics.js
- https://github.com/mikolalysenko/mikolalysenkohub.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl "https://www.wikidata.org/w/api.php?action=wbgetentities&sites=itwiki&titles=Pizza&format=json" | python -mjson.tool | |
{ | |
"entities": { | |
"q177": { | |
"descriptions": { | |
"de": { | |
"language": "de", | |
"value": "Gericht" | |
}, | |
"en": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# View my Jekyll blog http://paulstamatiou.com and my jekyll migration post http://paulstamatiou.com/how-to-wordpress-to-jekyll/ | |
# | |
# | |
# based on the import script by icebreaker, which is based on mojombo's | |
# https://github.com/mojombo/jekyll/blob/master/lib/jekyll/migrators/wordpress.rb | |
# https://gist.github.com/303570 | |
# edited to rewrite image URLs to use my CloudFront URL | |
require 'rubygems' | |
require 'sequel' |