Blog Archives

Posts in Tag: Github

Fanyi Translation Script

Posted: April 10, 2018 | jeremy No Comments

Fanyi is a simple translation script that employs the free Microsoft Translator API in order to translate a newline-separated text file, line by line, into almost any language. I wrote it to facilitate an internationalization proof-of-concept. Of course it isn’t

Read more ›


Short URL Generator for Playground Plus Talkers

Posted: March 29, 2018 | jeremy No Comments

A short link generator that you can build into your Playground Plus talker. Usage $ mlink http://thisisaverylongurlexample.com/omg=12345 =================== You have added the following link: =================== http://thisisaverylongurlexample.com/omg=12345 Short link to this URL is: http://talker_url.org/url/e123. To share this link with the room,

Read more ›


Flight Tracker

Posted: December 5, 2015 | jeremy No Comments

Here’s a flight tracker project I’ve been working on. This is based on an assignment for a Ruby class. It has a Sinatra-powered server, an inbound flight simulator, a tracker backed by a SQLite database, and a frontend built with

Read more ›