similar to: Alternate looping

Displaying 20 results from an estimated 1000 matches similar to: "Alternate looping"

2010 Jun 11
1
Unable to load an object
R-help, I seem not to get an object saved neither with ".RData" extension nor output via dput. Whenever I try to import the above object in another worspace I just get nothing. > geoFeatures <- load("geoFeatures.RData") > geoFeatures [1] "geoFeatures" The "geoFeatures.RData" workspace contains an object list called "geoFeatures"
2007 Mar 27
1
impose points on lattice plot
R-help, I'm using the lattice package to plot 2 variables (vekt ~ aldur) conditioned to a third (kyn * 2 categories). I use the following: xyplot(vekt ~ aldur|kyn, , data = sexSu) I want to superimpose the average(vekt) by 'aldur' conditioned to kyn by using something like: xyplot(vekt~aldur|kyn, subset = aldur <= 12 , data = sexSu, panel = function(x, y) {
2006 Apr 29
2
How many asterisk process's are "normal"?
Hello all, I have two test beds running the exact same version of asterisk 1.2.7.1, latest of zaptel, libpri, etc.. Test bed #1 (Solaris 9,sparc ultra 5): This one is closer to a "production" machine, in that it is connected to a sip provider thru an iax2 connection and have an incoming DID configured. I can send and receive calls. Test bed #2 (Slackware Linux 10.2, AMD XP chip):
2006 Aug 16
1
Debian Apache 2.2 package available on experimental
Finally! See http://people.debian.org/~terpstra/message/20060815.194742.e85b8143.en.html For all those Debianites wanting to try mod_proxy_balancer with Mongrel -- Neil Wilson (neil at aldur.co.uk) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060816/6fcee72b/attachment.html
2006 Jun 03
10
Gem versioning and auto installs
Gem drives me daft sometimes. It gives you this wonderful ability to specify a platform for a gem, but forgets to provide a command line switch to select the platform. Politely it asks you, which is all very well when you are installing on one machine interactively, but no good at all on a cluster of 15 machines from a Capistrano script. Is there any way to get gem to automatically select the
2006 Jul 22
1
VmBuilder released
At the prompting of several kind souls on the list, I''ve placed an early release of my Virtual Machine Builder gem on rubyforge at http://rubyforge.org/projects/vmbuilder/. Documentation at http://vmbuilder.rubyforge.org/ The gem builds Xen masters and Xen based VMs from scratch using Debian that are ready to accept Rails apps (although at the moment it is missing the Web server part!).
2010 Jun 24
2
Why not pulseaudio?
Pulseaudio works great in wine using the modified wine from the Neill Aldur ppa. Tried everything else (padsp, pasuspender, blah) and nothing would work reliably. Some crashes when another application outputs sound, sometimes the sound does not work at all, sometimes it is awfully slow or with latency varying while recording, leading to unpredictable offsets in recorded files. Using pulseaudio
2010 May 18
5
upgrade Ubuntu Karmic to Lucid = Wine : Esound desabled!!!
I have upgrade my system ubuntu karmic to lucid. since upgrade when i configure wine : it say me : unavailable esound driver found in the registry Would you like unistall esound driver? esound is cleared to the choise to driver audio and i have no sound in game work's with this driver : Civilzation 4 BTS my versus wine is upgraded to 1.1.44. and the same pb if i downgrade versus wine
2006 Sep 18
11
Finally! Mongrel 0.3.13.4 Official (for Unix)
Hello! Today I''m announcing a "soft but official" release of Mongrel 0.3.13.4 for the Unix fans in the crowd. It''s been running stable for quite some time now for many people, and should be great for nearly everyone. You can read the announce at: http://mongrel.rubyforge.org/ This release includes new versions of mongrel_upload_progress and mongrel_cluster.
2006 Jun 05
2
Mongrel Rails - default URI
Is there any particular reason why mongrel rails hard codes ''/'' as the URI it registers as the URI node? If not would there be any objection to a patch that allows you to specify it as an option? -- Neil Wilson (neil at aldur.co.uk) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 04
0
How? - Non-blocking XML message over HTTP
I''m trying to code up Rails so that it can talk to the UK Government Gateway using the submission protocol described here http://www.hmrc.gov.uk/schemas/Gateway_Document_Submission_Protocol_V7.0.pdf Essentially it is an asynchronous request/response system that sends XML messages over an HTTPS socket - fairly standard stuff. Now assuming nobody else has already written this thing,
2017 Feb 02
1
[Bug 1116] New: Can't create Ipv6 NAT entries with conntrack
https://bugzilla.netfilter.org/show_bug.cgi?id=1116 Bug ID: 1116 Summary: Can't create Ipv6 NAT entries with conntrack Product: conntrack-tools Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: conntrack Assignee:
2006 Mar 07
5
RoR Hosting
Hi, Does anyone know a decent RoR hosting in the UK? I''m doing this for my project. Thanks in advance, Adi. -- Posted via http://www.ruby-forum.com/.
2007 Oct 13
3
Endless Redirects with Ssl_Requirement
I''m running an application on mongrel with apache 2.2.3. SSL works fine when I enter an https manually. But when I use the plugin, I get an endless redirect. Got the same error when I tried running the following simplified version of SslRequirement from within an action: unless request.ssl? redirect_to "https://#{request.host}/#{request.uri}" end So there must be a
2007 Jul 12
1
mix package causes R to crash
Dear Professor Schaefer I am experiencing a technical difficulty with your mix package. I would appreciate it if you could help me with this problem. When I run the following code, R 2.5.1 and R 2.6.0 crashes. It's been tested on at least 2 windows machine and it is consistent. Execution code it's self was coped from the help file of imp.mix. Only thing I supplied was a fake dataset.
2006 Jul 19
30
I am a newbie and I would like some help deciding what operating system
I would like first to introduce my self to the community. I am Steve Beyer and I am interested in learning Ruby, ROR, and how to set up a production server. I am going to use OSX for my client/developement system but I would like to get some advice on what operating system you would recommend for a production server. I want to use Mongrel to start and then move up the ladder as my
2006 Jun 16
15
Mongrel_rails restart and sudo
Sorry for the newbie question but I''m stumped: I have an app that requires sudo to run mongrel_rails. For my capistrano recipe is do it like this: sudo "mongrel_rails start -e production -p #{application_port} -d -c #{current_path}" Which works famously. Now I have tried several things for my restart task. Here they are: sudo "cd #{current_path} && sudo
2006 Jan 10
2
Correct way to test for exact dimensions of matrix or array
Dear R Users, I want to test the dimensions of an incoming vector, matrix or array safely and succinctly. Specifically I want to check if the unknown object has exactly 2 dimensions with a specified number of rows and columns. I thought that the following would work: > obj=matrix(1,nrow=3,ncol=5) > identical( dim( obj) , c(3,5) ) [1] FALSE But it doesn't because c(3,5) is numeric
2011 May 24
3
Beginner Question: List value without Levels
Hey folks, I'm new to the R Project so I'm facing a great problem. I've read a file into R: >myVal I V L F C M A G T W S Y P H Q D N E K R 1 4,5 4,2 3,8 2,8 2,5 1,9 1,8 -0,4 -0,7 -0,9 -0,8 -1,3 -1,6 -3,2 -3,5 -3,5 -3,5 -3,5 -3,9 -4,5 > mode(myVal) [1] list Now I want to multiplicate each of this values with this one:
2008 Jun 24
4
Convert ISOLINUX into PXELINUX
Hi, I work on a solution for school including Eyeos and thinclient, iwant to convert syplinux ISO into syplinux Pxeboot, is there a way to do that ? Actually i'm using PXELINUX, When I boot the SYPLINUX.GZ (extract from the iso) I get this error : VFS: Cannit open root device "<NULL>" or unknown-block(3,5) Please append a correct "root=" boot option Kernel panic -