forked from flymyao/atmos.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojects.html
More file actions
24 lines (19 loc) · 902 Bytes
/
Copy pathprojects.html
File metadata and controls
24 lines (19 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: default
title: Code that Might be Useful to You
---
<h1>Open Source Projects</h1>
<hr/>
<h2><a href="http://hubot.github.com">Hubot</a></h2>
<p>Hubot is a chat robot for most popular chat networks(gchat,campfire,hipchat,etc). A hubot can do all sorts of neat things and has a decent amount of community contributed scripts.</p>
<hr/>
<h2><a href="/cinderella/">Cinderella</a></h2>
<p>A Rubygem that sets up a new Mac OSX system for open source development with Chef. It's how I setup my machines and a bunch of other people seem to like it too.</p>
<hr/>
<h2><a href="/camo/">Camo</a></h2>
<p>A simple SSL proxy for images. Useful for making insecure images embedded in websites appear to come from a secure resource.</p>
<hr/>
<!--
<h2><a href="/sinatra_auth_github/">SinatraAuthGitHub</a></h2>
<p>A Rubygem makes it trivial in integrate with GitHub's OAuth implementation</p>
-->