August 2008
13 posts
2 tags
nbibler committed to rails/rails →
efa6620a2a7b8ae7b42664ab81faef7df1368939 Added optional rake doc:app TITLE environment parameter
2 tags
I'm a Ruby on Rails contributor →
It’s a retardedly small changeset, but I think it’s useful. And that makes my first core contribution. :-D
2 tags
nbibler forked find-param →
Forked repository is at nbibler/find-param
Seminole County has had at least 12.75 inches of rain today, up to 25” in...
– Central Florida News 13
2 tags
Small update to acts_as_state_machine
I know it’s outdated, but I often find myself using the Subversion version of the acts_as_state_machine plugin, written by Scott Barron. And, while it has since been replaced, I believe by the AASM plugin (also by Scott Barron) on GitHub, I thought I’d throw a small patch here that makes it behave slightly better.
Index:...
RoboCup Soccer Simulator server on CentOS 5
Be sure you’re running in a graphical environment (Gnome, KDE, etc.). Download and extract the rcssbase, rcssserver, and rcssmonitor packages from the SourceForge project into unique directories.
$ yum install gcc-c++ boost-devel libX11-devel libXpm-devel
In each of the extracted directories:
$ ./configure && make && make install
To run the server:
$...
1 tag
Apache and Subversion
<IfModule mod_rewrite.c>
RewriteRule ^(.*/)?\.svn/? - [F,L]
ErrorDocument 403 "Access Forbidden"
</IfModule>