CARVIEW |
jamis
(Jamis Buck)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Jamis Buck
- Website/Blog
- https://weblog.jamisbuck.org
- Company
- 37signals
- Location
- Caldwell, Idaho, USA
- Member Since
- Feb 28, 2008
Following 1 coder and watching 43 repositories view all →
Public Repositories (26)
-
ekawada
A rails application for recording, comparing, and researching string figures
Last updated Mon Apr 12 07:29:10 -0700 2010
-
prototype-ujs
Forked from rails/prototype-ujs Tue Feb 16 20:19:50 -0800 2010
Last updated Tue Feb 16 21:31:50 -0800 2010
-
strings2go
A string figure collection for the iPhone
Last updated Tue Feb 02 22:14:20 -0800 2010
-
fuzzy_file_finder
A (slightly enhanced) implementation of TextMate's cmd-T lookup functionality, in Ruby, for embed...
Last updated Tue Dec 08 21:08:27 -0800 2009
-
mod_reproxy
A module for Apache 2 that implements support for the X-Reproxy-Url response header
Last updated Tue Nov 24 15:33:35 -0800 2009
-
bucketwise
A web-based personal finance manager with a focus on non-OCD budgeting and avoiding credit card debt
Last updated Thu Nov 12 07:58:01 -0800 2009
-
celtic_knot
A library for generating Celtic Knotwork designs from graphs
Last updated Wed Jun 17 22:14:44 -0700 2009
-
curves
A library for interpolating various curves (bezier, cubic hermite, etc.)
Last updated Sat Jun 13 21:28:32 -0700 2009
-
safe_mass_assignment
ActiveRecord plugin for allowing (careful) mass assignment of protected attributes, separate from...
Last updated Sun Apr 12 15:30:02 -0700 2009
-
net-sftp
Pure Ruby implementation of an SFTP (protocols 1-6) client. (THIS REPOSITORY IS NO LONGER BEING M...
Last updated Tue Mar 24 08:26:25 -0700 2009
-
net-ssh
Pure Ruby implementation of an SSH (protocol 2) client. NOTE: I am no longer maintaining this pro...
Last updated Tue Mar 10 20:34:44 -0700 2009
-
capistrano
Remote multi-server automation tool. This repository is no longer being actively maintained. Plea...
Last updated Tue Feb 24 20:09:57 -0800 2009
-
net-scp
Pure Ruby implementation of the SCP protocol
Last updated Wed Feb 04 20:43:45 -0800 2009
-
net-ssh-shell
A net-ssh extension library that provides an API for programmatically interacting with a login shell
Last updated Sun Feb 01 20:36:03 -0800 2009
-
net-ssh-multi
SSH connection multiplexing: execute commands simultaneously on multiple hosts via SSH
Last updated Sun Feb 01 19:55:15 -0800 2009
-
net-ssh-gateway
A gateway class for tunneling connections via SSH over a forwarded port
Last updated Sun Feb 01 19:49:50 -0800 2009
-
capistrano-ext
Handy extensions for Capistrano
Last updated Sun Jan 04 19:35:08 -0800 2009
-
fuzzyfinder_textmate
A vim script that extends the fuzzyfinder plugin to support TextMate style file searches (e.g. cm...
Last updated Wed Dec 31 07:40:48 -0800 2008
-
sqlite3-ruby
Ruby bindings for the SQLite3 embedded database
Last updated Tue Nov 25 09:47:44 -0800 2008
-
logic-engine
Prolog-inspired logic engine in Ruby, with backtracking
Last updated Sat Nov 08 13:35:06 -0800 2008
-
dnd-dungeon
A random maze generator in C, with a CGI front-end for generating random dungeons for D&D, 3rd ed...
Last updated Wed Sep 10 09:09:41 -0700 2008
-
dnd-npc
A random NPC generator for D&D 3rd edition, written in C. Includes CGI and console interfaces.
Last updated Tue Sep 09 22:09:52 -0700 2008
-
dnd-util
An encapsulation (in C) of the core logic and data of D&D, 3rd edition.
Last updated Tue Sep 09 22:07:00 -0700 2008
-
dnd-templates
A templating system written in C. (Deprecated, obsolete, etc!)
Last updated Tue Sep 09 22:05:39 -0700 2008
-
dnd-writetem
A templating system written in C, with a stream wrapper system. (Deprecated, obsolete, etc!)
Last updated Tue Sep 09 22:04:31 -0700 2008
-
sqlite-ruby
bindings for the SQLite 2.x embedded database
Last updated Fri May 02 20:54:54 -0700 2008
Public Activity 
-
b9a163d
change BG on hover of the "more" cell
-
2e1cc78
show the "more figures" link as the last cell of the table
-
263fedf
fix sizing problem on input fields for thumbnails
-
d88a43b
support for gems as external dependencies
-
9f41c21
Move tasks to lib/tasks
-
af42a52
Try to set up all externals rather than stopping on first SCM ...
- 1 more commit »
-
50a6a7d
fix loading and display of illustrations in IE
-
fbea744
visually differentiate between "expand" links and hyperlinks
-
9b57f6e
better (though still lame) figure index
-
370aa0f
show a loading indicator on the lightbox images
-
687cfd5
recognize a and url as render-time directives
-
40c601a
don't lock the gemfile, since it breaks my custom-gemfile hack
-
20477ee
autoexpand inline figure references in mizz-code
-
3a6b2ac
refactor formatting code to standardize a bit. Adds support fo...
-
b9b398c
a range consisting of a single step should not display the ste...
-
b6b13cc
SFN does not put a period after the step number
- 4 more commits »
-
6ff7ffb
show a spinner while waiting for an image to upload
-
0f428da
allow a construction to be saved with invalid figure references
-
b957601
make thumbnail blocks all the same height so they align better
-
2d50bac
add sort_name column to figures for easier sorting
-
b7393df
use the new anchor names for the tab pages
-
8efd4ca
allow paths to convert/identify to be modified at deploy time
-
85cb27d
fix bug that caused step # to not be parsed when instruction w...
-
0c60654
sh, not run
-
87b8890
fix typo
-
ad7fbd2
refer to convert/identify at more standard location
-
acc23a3
allow installations to extend the existing Gemfile
-
fcf5227
mysql doesn't allow default values on text columns, alas