search for: gander

Displaying 20 results from an estimated 45 matches for "gander".

Did you mean: sander
2006 Jan 12
3
Looking for server recommendations
...box using backup-to-disk-to-tape (probably using Arkeia). The specs are up in the air, but generally: - CentOS/RHEL friendly (3Ware SATA? SCSI?) - 2U/3U/4U-ish form factor - hotswap RAID5 - dual PS, hotswap a plus - USB2.0 port(s) (*) To give you an idea of where I'm starting to look, take a gander at this page: http://www.serversdirect.com/system_dept.asp?dept_id=SD-043 Obviously we'd like to keep the price low, but realize that a major cost will be the 400GB drives. We may only start with 4 or 5 of them and add more as time goes (LVM), depends on how the costs break down. We've ev...
2008 Apr 15
2
glht with a glm using a Gamma distribution
...uot;, "b", "c", "c", "d", "b", "a") trt<-as.factor(trt) resp<-c(0.432368576, 0.265148862, 0.140761439, 0.218506998, 0.105017007, 0.140137615, 0.205552589, 0.081970097, 0.24352179, 0.158875904, 0.150195422, 0.187526698) #take a gander at the lack of differences boxplot(resp ~ trt) #model it a.glm<-glm(resp ~ trt, family=Gamma(link="log")) summary(a.glm) #set up the contrast matrix contra<-rbind("A v. B" = c(-1,1,0,0), "A v. C" = c(-1,0,1,0), "A v. D" = c(-1,0,0,1)) library(m...
2006 Jul 25
1
Feeling silly
...change in css class and make an js/ajax call to a url (will be generated with rails, but /main/test is proof of concept). I''m not at all sure how to handle this, and I know I should know, hehe. I would appreciate any help getting my brain turned around the right way on this. Thanks! gander -- Posted via http://www.ruby-forum.com/.
2001 Apr 10
2
LBX Support : Where to start
I would like to put a patch in OpenSSH start lbxproxy on the server if both ends of the connection support LBX. I'm having difficulty figuring out where to put this code, specifically I can't seem to find where the X11 handshaking happens. Could someone help me out on this?? -Carl
2003 Aug 07
1
What kind of performance can I expect on this setup...
...le.(grow to about 60-70 by end of the year) They will also be accessing shares on the server from a program. Server is: Xeon 2.8ghz 2gigs of RAM 3 320 SCSI 36 gig drives: setup in RAID 5 with 70 gigs of room Running on RH 7.3 Swap is 2048 (Was highest I could set it for 7.3) Anyone wanna take a gander and tell me what to expect? Any problems I may run into? What they would change, update etc. Thank you. Jason
2006 Apr 21
2
me.defeated!
...tc arguments for has_one and belongs_to, but can''t figure out for the life of me how to handle this situation with these funky compound keys. Does anybody have any recommendations or pointers where I might find some specific information about situations like this? Thanks in advance!! gander -- Posted via http://www.ruby-forum.com/.
2003 Oct 15
1
Versioned files (take 2)
I've pondered the feedback and revised my proposal to the client. Here is the revised project objectives. Notably, this is the addition of 4), the deletion of the whole slew of items actually related to handling versioned files, and mention of preexisting work on 1). I've took a little gander at some of the backup wrappers, and it looks like I will probably use one of these. I'll have to look a bit closer to see which ones best fit my needs. Thanks, -Jay 'Eraserhead' Felice Project objectives The backup system project will meet the foll...
2005 May 19
4
[LLVMdev] [Cygwin] llvm 'make install' build errors
...s over three hours. It would be good to workout how to do > non-debug builds as that would speed up the linking, which is particularly > slow. Yeah, cygwin's a bit of a pig. To do a release build, just do: make ENABLE_RELEASE=1 that's all there is to it. You might want to take a gander at http://llvm.cs.uiuc.edu/docs/MakefileGuide.html > > I don't want to be a slave driver but any thoughts on the groff error ???:) Nope, because I haven't seen it on the list. Can you repost? Reid -------------- next part -------------- A non-text attachment was scrubbed... Name:...
2004 Apr 20
1
[patch] Raw sockets in jails
Although RAW sockets can be used when specifying the source address of packets (defeating one of the aspects of the jail) some people may find it usefull to use utilities like ping(8) or traceroute(8) from inside jails. Enclosed is a patch I have written which gives you the option of allowing prison-root to create raw sockets inside the prison, so
2003 Dec 06
5
What sort of math i required?
Hi, Keep up the good work! The file sizes of Theora's output is amazing! I have just joined the list, and would like to contribute to the
2006 Sep 23
6
Scalability and Possiblity
I''m not sure this is the appropriate community to get objective unbiased feedback on this issue, but I suppose it''s worth a gander... Here''s my question: Is it possible to write a massively scalable application intented for millions of users (i.e. Yahoo, Google, MySpace, etc.) using Ruby on Rails? I''m sure apps like these can be built, but can they scale to support a huge community? Are there any case stud...
2022 Mar 07
3
Open source Pastebin service
Hi, Is there any open source Pastebin service that can be set up in the private LAN or Internal network? I am running CentOS Linux release 7.9.2009 (Core) in my internal LAN network. Thanks in advance. Best Regards, Kaushal
2006 May 22
3
rails naming convention for model: community
Hello, How does Rails deal with the pluralization of community. I have "community" as my model name. Will Rails automatically look for a table name "communities" or do I have to name the table "communitys"? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jun 14
0
convert Plugin Error
...time I check my email. I can fix it by deleting mail-converted, but I don't want this to happen to other users on the system. Does anyone have a clue as to why it's doing this, and what I can do to fix it? I can send you my mbox file and home directory structure if you'd like to take a gander at it. Dovecot v1.0.7 Scientific Linux 5.4 (Importing mbox files from RHEL 3.8). -- Thanks, Brad Landis
2005 May 25
0
Remote Voicemail Notifier / enter Diaplplan on SIP Register
...o stream dependant dialplan command(s). An example might be identifying the location of the registration and using the changemailbox command to direct the correct voicemail indication to the registering device. We need community support if we want to get this added to asterisk. Please take a gander. I also have a patch against CVS head 05-02-2005 if you want to test against CVS HEAD prior to all the function changes. I will try and post both on Mantis and here on -Users some config file samples and a little better explanation of the configuration sometime later today. -Chris
2008 Sep 10
3
Centos 5 Virtualization
Hello list, I am very much new to Virtualization.But i want to study and test Virtualization.Can any one suggest me the web links from where i can start. I want to learn from basic to advanced concepts of VT. Thanks in advance for your reply
2010 Oct 20
0
Re: [1.2]StarCraft 2 - Very Slow On Good Computer?
...forceful manner. Double XP weekends can be a real life saver for the jaded MMO gamer(RS Gold (http://www.gobuycheaprsgold.com)). That's why we're here to tell you that Aion is having one starting on Friday, January 22nd although make sure to take(RuneScape Gold (http://www.rsfarming.com)) a gander at the official post, as it contains the starting time for each server time zone. The weekend ends at 8am (server time) the following Monday, so check which time zone your character's server (Buy WOW Gold (http://www.zyy.com/))is set to and plan accordingly.
2013 Sep 12
1
Bad Magic Internal Error
What does this mean of bad magic internal error, SIP to SIP calling is fine, when I use SIP via GSM I have this, and asterisk restarts automatically. Asterisk version which am using is 11.1.2. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130912/22ba6c91/attachment.htm>
2005 May 19
0
[LLVMdev] [Cygwin] llvm 'make install' build errors
...damb slow with too little RAM (256MB), plus I have forgotten the password !!! Have to get Core 3 and some hand me down RAM from this machine when I update it. >To do a release build, just do: > make ENABLE_RELEASE=1 >that's all there is to it. Okay. >You might want to take a gander at >http://llvm.cs.uiuc.edu/docs/MakefileGuide.html okay >> I don't want to be a slave driver but any thoughts on the groff error >> ???:) >Nope, because I haven't seen it on the list. Can you repost? I'll do it in a separate post ... Aaron
2006 Mar 09
2
New and lost
I am very new with Ruby on Rails and most coding in general. I have created a DB table with birthdays and names. The birthdays are split into two fields (Month and Day). Using this table I would like to display birthdays for the current month. How can this be done? -- Posted via http://www.ruby-forum.com/.