search for: thaving

Displaying 9 results from an estimated 9 matches for "thaving".

Did you mean: having
2007 Jul 21
2
avoiding timconsuming for loop renaming identifiers
Hi All I was wondering if I can avoid a time-consuming for loop on my 600000 obs dataset. school_id y 8 9.87 8 8.89 8 7.89 8 8.88 20 6.78 20 9.99 20 8.79 31 10.1 31 11 There are, say, 143 different schools in this 600000 obs dataset. I need to thave sequential identifiers, 1,2,3,4,5,...,143. I was using an
2006 Mar 29
3
socket for mysql
I have mysql running on a different machine. I''ve editted database.yml, here''s the entry development: adapter: mysql database: cookbook username: root password: mypassword host: posta.rmasonfamily.info test: adapter: mysql database: cookbook username: root password: mypassword host: posta.rmasonfamily.info production: adapter: mysql database: cookbook
2010 Oct 20
3
Plot help
Dear List, I am relatively new to R and am trying to create more attractive plots than excel can manage! I have looked through the various programmes ggplot, lattice, hmisc etc but my case seems to be not metnioned, maybe it is but i have not noticed - if this is the case i apologise.
2009 Apr 06
3
Sangoma and BT single lines
Hi, got a Sangoma A200 with a bunch of extension cards and having real problems getting it to deal with a normal single BT line Symptoms are that incoming calls are fine. Outgoing calls ring the far end, BUT asterisk never sees that the call is answered (ie no message in the logs files saying so), as a result the remove end can hear the PBX side talking, but there is no audio back from the
2010 Feb 12
1
Why does config.gem mess up migration?
...gems.github.com'' to look like the other config.gem lines and everything went back to normal. I have since moved all of them to the config/environments/ test.rb and cucumber.rb since that was where I needed them. My question that I hope some guru will answer for my own education: Why did thaving the clause " :lib => ''factory_girl'' " cause problems with migrations? Just want to attain a higher level of understanding. Rick -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this grou...
2008 Aug 29
2
IPMI and Dell ERA/O
Hi Everyone, I have a dell 1750 server with ERA/O card running on FreeBSD 7.0-STABLE According to Dell, the ERA card supports ipmi 1.0: http://linux.dell.com/ipmi.shtml But so far no luck with freebsd :/ [root@home /usr/src/sys/i386/conf]# ipmitool -I open channel info 1 Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
2005 Aug 05
3
Very complicated dialplans?
Hey, how can I implement a dial plan like the following: incoming call: 1. ring phones 1,2,3 monday to friday between 9:00 and 20:00; if no answer after 15 sec also ring phones 4 and 5 2. ring phone 1 monday to friday between 0:00-9:00 and 20:00-24:00; if no answer after 20 sec also ring phones 2 and 3 3. ring phone 1 saturday and sunday all day I do not need a in detail answer for each of the
2008 Oct 21
6
detecting width overflow in serialized column with mysql
So I''ve got an ActiveRecord model pointing to a MySQL db, with an auto-serialized column ("serialize :columnName"). Thing is, MySQL, depending on how it''s configured (like, by default), has a bad habit of just truncating your data if it''s too wide for the column, with no error raised. Yeah, I can probably reconfigure MySQL and/or my AR connection to it. But
2006 May 10
7
mongrel vs. scgi
I''ve liked the scgi runner ever since it came out. I like the way it''scontrolled, the way it''s clusterable, and the fact that it runs onwin32 platforms so easily. Now it''s May 2006, and the scgi runner hasn''t changed since October,and now we have mongrel. I keep seeing hints of clustering in mongrel,as well. I just downloaded the win32 installer for