Generative_Art JavaScript HTML Canvas
Posted on Jul 7
My attempt to port the computational art work done by Jared Tarbell in JavaScript.
JavaScript Sudoku Math Combinatorics Latin_Square Puzzle SAT Solver
Posted on Nov 24
Latin squares and Sudoku programatically generated are show below. These are screenshots of web apps created using JavaScript and a SAT solver library.
Wikipedia thumbnail image viewer React Redux react-router Bootstrap Express Node JavaScript
Posted on Aug 13
A simple app written as my own hands-on exercise to get a quick grasp of React, Redux and react-router following some tutorial sites:
JavaScript graph visualization NLP WordNet
Posted on May 6
Cytoscape.js is a JavaScript library for graph visualization that enables rendering network structures on a web browser. The official site has some demonstrations that show its capabilities. I was fascinated and started playing with its easy-to-use API.
Ruby mruby JavaScript
Posted on Dec 22
Building mruby is not just about compiling C sources and linking objects together but also contains some nontrivial steps like invocation of mrbc that is also built with the mruby build system. The Rakefiles of mruby are not easy read. To get a better grasp of what the task dependency structure looks like, I had to create a visual aid below.
2015 My gh-pages