aboutsummaryrefslogtreecommitdiff
path: root/content/projects.md
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2018-11-06 19:04:16 +0000
committerJulio Capote <jcapote@gmail.com>2018-11-06 19:04:16 +0000
commit02e487a72d9af883714d9e7fdadf72445bbfd775 (patch)
tree4eb5fdf7d0d53cc59ca10c08799be0e32d241926 /content/projects.md
parentae6d26f322c990bdae1d0a170fca4345d38cdf73 (diff)
downloadcapotej.com-02e487a72d9af883714d9e7fdadf72445bbfd775.tar.gz
fix permalinks
Diffstat (limited to 'content/projects.md')
-rw-r--r--content/projects.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/content/projects.md b/content/projects.md
new file mode 100644
index 0000000..0f74878
--- /dev/null
+++ b/content/projects.md
@@ -0,0 +1,39 @@
+---
+type: page
+title: "prasd"
+---
+
+# Projects
+[**Finatra**](https://github.com/capotej/finatra#readme) - [sinatra](http://sinatrarb.com) inspired web framework for scala using [finagle](http://twitter.github.com/finagle)
+
+[**Base**](https://github.com/capotej/base#readme) - scala project generator
+
+[**Whim**](https://github.com/capotej/whim#readme) - wrapper over the official ec2 command line tools, based on [sub](https://github.com/37signals/sub#readme)
+
+[**Kiev**](https://github.com/capotej/kiev#readme) - simple embedded k/v store for use in scripts, read more [here](http://capotej.com/blog/2012/10/07/an-embedded-key-value-store-for-shell-scripts/)
+
+[**Monoloco**](https://github.com/capotej/monoloco#readme) - a [chaos monkey](http://techblog.netflix.com/2012/07/chaos-monkey-released-into-wild.htm) implementation
+
+[**Randimgur**](https://github.com/capotej/randimgur) - finds imgur images by generating random urls, you try it out [here](http://randimgur.com/) (WARNING: randomly NSFW)
+
+[**Antigallery**](https://github.com/capotej/antigallery#readme) - a completely customizable gallery, used by [posterous](http://posterous.com)
+
+[**Nolimit**](https://github.com/capotej/nolimit#readme) - a [bitcask](http://basho.com/blog/technical/2010/04/27/hello-bitcask/) database exposed via a [webmachine](http://wiki.basho.com/Webmachine.html) HTTP API, written mainly to learn webmachine and bitcask
+
+[**Watercoolr**](http://watercoolr.nuklei.com/) - pubsub via HTTP webhooks, source [here](https://github.com/capotej/watercoolr)
+
+[**Uploadd**](https://github.com/capotej/uploadd#readme) - [rainbows](http://rainbows.rubyforge.org/FAQ.html) based upload server, with [rails paperclip plugin](https://github.com/capotej/paperclip_uploadd)
+
+[**Existential**](https://github.com/capotej/existential#readme) - absolute minimum authorization system for rails
+
+[**MigrationFor**](https://github.com/capotej/migration_for.git) - ruby gem for writing migrations without leaving the command line, read more [here](http://capotej.com/post/2583891119/migrationfor-write-migrations-right-from-the-command/)
+
+[**theman**](https://github.com/capotej/theman#readme) - ruby scheduler/worker framework, used for running various tasks at different intervals
+
+[**has_opengraph**](https://github.com/capotej/has_opengraph#readme) - rails plugin to export open graph data from your models
+
+[**Fieldy**](https://github.com/capotej/fieldy#readme) - ruby gem for dealing with fixed width fields
+
+[**Amazon AIM**](https://github.com/capotej/amazon-aim#readme) - implementation of the Amazon Inventory Management (AIM) API
+
+[**AtomLog**](https://github.com/capotej/atomlog#readme) - library for converting ruby's Logger format into an ATOM feed