devroom.io/content/projects.haml

54 lines
1.6 KiB
Plaintext
Raw Normal View History

2013-03-24 15:10:43 +00:00
---
title: Projects
---
.headline
%h2 Ariejan's Projects
.content_wrap.nobg
%section#middle_content
:markdown
2013-03-24 16:00:19 +00:00
## Focal
2013-03-24 15:10:43 +00:00
Focal is a utility web application that creates sexy and informative burndowns
for you and your team.
Hooked up to the Pivotal Tracker API, Focal will gather information about the
current iteration on a daily basis and provide you and the team with valuable
progress information.
_Focal is developed by Kabisa._
* [Github](https://github.com/kabisaict/focal)
2013-03-25 10:28:33 +00:00
## IMDB
2013-03-25 09:48:20 +00:00
The IMDB gem allows you to programatically access IMDB. Although IMDB does not
officially expose an API you are able to look at what's on their public pages.
* [Github](https://github.com/ariejan/imdb)
2013-03-24 16:00:19 +00:00
## Firefly
2013-03-24 15:10:43 +00:00
At the height of 140 character limited tweets, URL shortners where the hippest
thing around.
Firefly provides you with a personal url shortner. It can be easily deployed to
Heroku and it has proven to be able to handle millions of shortened URLs.
* [Website](http://fireflyrb.com)
* [Github](https://github.com/ariejan/firefly)
2013-03-25 10:21:24 +00:00
## PostcodeAPI
A simple ruby wrapper around the [Postcode API service](http://www.postcodeapi.nu/).
* [Github](https://github.com/ariejan/postcodeapi)
## elfproef
The 11-check is a checksum algorithm used to validate Dutch bank account numbers and
social security numbers.
This gem allows you to add validations to your Rails models for these kind of fields.
* [Github](https://github.com/sytzeloor/elfproef)