Experiments

MumPy Survey

For latest mumpy.org meet we are collecting some data using google docs. I wanted to give some visualization of that, basically play with google docs apis and angularjs a bit more.

Here it is: mumpy.html.

Source: mumpy.md, mumpy.js


ikog.amitu.com

ikog web port using dojo and Parse.

This application is work in progress, I did to learn dojo. The source code is available on github. Current version of this application is live on ikog.amitu.com.

Status: Work in progress.


Reader

What is special about kindle that is not possible on web based reader? When I change font size on kindle, the first word on current page remains the first word of the page with new font size. This is huge. It allows me to change font size without losing where I was. On web when I resize, especially long texts, I lose my position very once in a while, and this negative feedback makes sure I do not resize on web.

My reader tries to solve this for web.

Status: Core prototype done, font+/- and next/previous page work as expected.


Quotes page search

This is live search powered by angularjs. The key problem was that I want to continue to maintain as simple text file, hosted on a static server.

I did this to learn angularjs.

Status: Working, slower than I would like tho. IE not yet supported.


lipy - Pythonic Lisp

This is an experimental implementation of lisp like language in python. I want it to support at least lisp lambdas, macros and tail call optimization.

lipy.py

I am doing this to learn clojure actually. Not meant for production.

Status: Arithmatic and python world access working.

 
0 Kudos
blog comments powered by Disqus