Posts
-
How to setup a generic shared hosting environment with Passenger
Mar 7, 2019
Passenger is a nice little web server that has the capability to start, stop and scale web server applications with ease.
-
Music Generation for js13kGames
Aug 28, 2014
js13kGames is a yearly game development competition created by Andrzej Mazur. It runs for a month and has one main constraint: don’t go over 13k. It’s quite similar to a lot of demo competitions, but for JavaScript games.
-
Jan 29, 2014
Fish is really a good shell that I’m using everyday since two years now. Unfortunately there is not much guides about how to program using it. That’s sad because fish has a lot of advantages over bash to write scripts: cleaner and easier to remember syntax, good variables escaping, etc.. So I decided to write a small tutorial on the subject.
-
Ring.js – JavaScript Class System with Multiple Inheritance
Jun 13, 2013
Ring.js is JavaScript library implementing a multiple inheritance model for the JavaScript language.
-
Loading Quest – Javascript Loading Widget for RPG Lovers
Jun 10, 2013
Loading Quest is a small Javascript library to display a role playing video game on web applications that have long processing requests.
-
PyGreen – The Simplest Static Web Site Generator Ever For Python Programmers
May 25, 2013
Pygreen is a simple tool for Python programmers to generate static web sites.