search for: copland

Displaying 6 results from an estimated 6 matches for "copland".

Did you mean: copeland
2005 Mar 30
2
Beginner question: serverside singletons?
...I, whatever) for later use by the app request-handling code. Now, this is obviously impossible with straight cgi-script style Rails with separate script invocations per request, but can I do something like this with Webrick, mod_ruby etc? As a concrete example, I''d like to initialize a Copland registry as a singleton when a Rails app starts up, and then use that in the Rails code to fetch my own code modules when I need them. Can I do this, and if yes what''s the appropriate place in Rails to plug in the initialization code? All help appreciated. //Petri
2002 Jul 12
1
lmtest build fails, readline problem
Hi everyone, I've downloaded the lmtest package, but I'm having trouble building it. Here's the output: copland:/home/wilson/tmp# R CMD INSTALL -l /usr/lib/R/library lmtest_0.9-0.tar.gz * Installing *source* package 'lmtest' ... ** libs g77 -fPIC -g -O2 -c pan.f -o pan.o gcc -shared -o lmtest.so pan.o -L/usr/lib/gcc-lib/i386-linux/2.95.4 -lreadline -ldl -lncurses -lg2c-pic -lm -L/usr/lib/R/bin...
2006 Jan 31
11
Mongrel HTTP Library 0.2.0 (Fast And RubyForgified)
Hi Everyone, I''m happy to announce the 0.2.0 release of Mongrel -- the fastest HTTP 1.1 library Ruby has yet. http://mongrel.rubyforge.org/ -- ruby docs lame page. http://rubyforge.org/projects/mongrel/ -- project page. Special thanks to Tom Copland for setting up my RubyForge goodness, and to Why for kicking in time to get the Camping examples up to snuff. This release should strike a good balance between being fast and being stable on all platforms. == Gems And Source You can get this release of Mongrel via RubyGems in the usual way:...
2003 Oct 05
4
Total Tracks Tag?
heyas- I believe there is a need for a standard vorbis comment field to encode "Total Number of Tracks (on a CD)". Why we need this -------------------- - Existing Vorbis programs already implement this, inconsistently, and hence don't interoperate. These seems the key reason to me. - MP3s include this - Some software (e.g., iTunes) uses this information, e.g., to display
2003 Dec 01
0
No subject
...h smbpasswd. I did not feel that I had to since I was using DOMAIN security. Thanks in advance, Gabriel Miller # Global parameters [global] workgroup = KIRANANETWORKS netbios name = RADIANT server string = Samba Server %v security = DOMAIN encrypt passwords = Yes password server = vivaldi copland username map = /opt/samba/lib/username.map password level = 8 username level = 8 log file = /var/log/samba/%m.log socket options = TCP_NODELAY IPTOS_LOWDELAY printcap name = /etc/printers.conf local master = No dns proxy = No kernel oplocks = No create mask = 0775 directory mask = 0775...
2007 Dec 06
43
Mocks? Really?
OK, so i''ve played a bit with mocks and mock_models in controller and view tests and i have a question. Is this statement really correct: "We highly recommend that you exploit the mock framework here rather than providing real model objects in order to keep the view specs isolated from changes to your models." (http://rspec.rubyforge.org/documentation/rails/writing/views.html