Generative_Art JavaScript HTML Canvas
Posted on Jul 7
My attempt to port the computational art work done by Jared Tarbell in JavaScript.
Logstash Elasticsearch Kibana Filebeat Elastic Snippet
Posted on Aug 25
C++ Algorithm Snippet
Posted on Aug 18
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.
3D Graphics BeetleBlocks Visual Programming Fractal
Posted on Sep 3
My step by step process of making a Menger Sponge of level 3 using BeetleBlocks, a visual programming environment for 3D design that everyone can enjoy via the Web browser:
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.
GDB Debugging MQTT Mosquitto Network Protocol
Posted on Oct 6
I just wanted to actually see how the Mosquitto MQTT broker retransmit packets when a communication is interrupted and confirm the effect of the retry_interval
config variable. Steps are as follows.
Ruby Snippet BinData
Posted on Aug 5
BinData is a Ruby Gem that can be used to parse and write binary data in a declarative way. Unlike structs in C language, which can only define static binary structures where sizes of fields are fixed, BinData provides a way to define a variable sized...
Read More2015 My gh-pages