Typographic gliphs
This is a simple gist that I update from time to time with typography related nuggets. My interest in this field started when I read “The Elements of Typographic Style” by — Robert Bringhurst : fascinating book.
⁂
Genetic Algorithms based Crawler
A “naive” implementantion of a job based search engine using genetic algorithms. This is an old project created for testing various algorithms.
⁂
Sublime redux
Simple SublimeText boiler-plate configuration. The purpose of this: quick and easy way to customize SublimeText to get it ready for some sweet coding.
⁂
Chrome redux
Like the SublimeText project custom boiler-plate configuration for the Chrome browser useful for a front-end developer
⁂
Delicious redux
A lightweight extension for Chrome for bookmarking via Delicious API.
⁂
JavaScript Cache Management
A simple object-oriented javascript Cache pattern implementation, rather old.