search for: trisignia

Displaying 4 results from an estimated 4 matches for "trisignia".

Did you mean: prosignia
2006 Jan 26
0
Troubleshooting a camping trip?
...cies.rb:207:in `load'' from /usr/local/bin/camping:18 ##END ERROR Can anyone help me figure out what''s wrong? Best, Jacob Links: [1]: http://code.whytheluckystiff.net/camping/ [2]: http://code.whytheluckystiff.net/camping/wiki/TheCampingShortShortExample - Jacob Patton Trisignia http://trisignia.com/
2006 Jan 28
0
Testing trouble?
...ns, 1 failures, 0 errors #END ERROR What does that mean? Any clue to what I''m doing wrong? (Also, despite entering the proper preferences at the list site, I don''t receive messages I post to this list. Does anyone know what that''s about?) Best, Jacob - Jacob Patton Trisignia http://trisignia.com/ ph: 202-309-1047
2006 Jan 28
1
Method for returning a random date between two dates
...ate) btime = Time.local(*bdate) atime + (rand * (atime - btime) ) end ...and it doesn''t seem to work--the dates returned aren''t within the given range. Can anyone spot what I''m doing wrong, or maybe is there a better way to do this? Best, Jacob - Jacob Patton Trisignia http://trisignia.com/ ph: 202-309-1047
2006 Jan 03
8
MacOS X Tiger Rails Install problem
According to the Hivelogic instructions <http://hivelogic.com/ articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger> to correctly installing RoR on Tiger: > With RubyGems installed, Rails is a simple, one-line install: > > sudo gem install rails --include-dependencies > > Some people following these instructions report one of two errors > after performing this step.