aboutsummaryrefslogtreecommitdiff
path: root/content/projects.md
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-03-11 21:09:55 +0000
committerJulio Capote <jcapote@gmail.com>2023-03-11 21:09:55 +0000
commit5d25f86249c7a1ac11196f758c1e92048fa7cbc3 (patch)
tree22c482bc4d5bb6136e3a23d3bfeef11e01d4c81b /content/projects.md
parent3192dc1c7eb267d35c751117478d13ccc421b236 (diff)
downloadcapotej.com-5d25f86249c7a1ac11196f758c1e92048fa7cbc3.tar.gz
updates
Diffstat (limited to 'content/projects.md')
-rw-r--r--content/projects.md41
1 files changed, 31 insertions, 10 deletions
diff --git a/content/projects.md b/content/projects.md
index 3663663..1ae6b67 100644
--- a/content/projects.md
+++ b/content/projects.md
@@ -4,22 +4,17 @@ menu = "main"
+++
# 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
+Various side projects I've developed over the years.
-[**Whim**](https://github.com/capotej/whim#readme) - wrapper over the official ec2 command line tools, based on [sub](https://github.com/37signals/sub#readme)
+## Scala
+[**Finatra**](https://github.com/capotej/finatra#readme) - [sinatra](http://sinatrarb.com) inspired web framework for scala using [finagle](http://twitter.github.com/finagle)
-[**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/)
+[**Base**](https://github.com/capotej/base#readme) - scala project generator
[**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
-
+## Ruby
[**Watercoolr**](http:///github.com/capotej/watercoolr) - pubsub via HTTP webhooks
[**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)
@@ -37,3 +32,29 @@ menu = "main"
[**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
+
+## Bash
+[**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/)
+
+## Erlang
+[**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
+
+## Javascript
+[**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)
+
+
+
+
+
+
+
+
+
+
+
+
+