search for: issac

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

Did you mean: isaac
2008 Jan 01
3
3rdrail run rake task error: no Ruby script found in input (LoadError) (Windows)
Hi, dudes I got a question here. When I run "rake db:migrate" in 3rdrail, it throws an error: D:\ruby\bin\ruby.exe: no Ruby script found in input (LoadError). I have set the ruby interpreter paths, And can''t find the solution on Google. Any good ideas? Issac --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send e...
2006 Jun 08
1
Vega 50 10 FXO
Has anyone here using VegaStream FXO with asterisk? I just got the Vega 50 10 FXO and all I could manage by now is to get outgoing calls. Any pointers and a script sample would be appreciated. Thanks, Issac
2007 Sep 04
2
Efficient sampling from a discrete distribution in R
...pmf) icmf = function(p) { min(which(p < cmf)) } ps = runif(size) sapply(ps, icmf) } test.rdiscrete = function(N = 10000) { err.tol = 6.0 / sqrt(N) xs = rdiscrete(N, c(0.5, 0.5)) err = abs(sum(xs == 1) / N - 0.5) stopifnot(err < err.tol) list(e = err, xs = xs) } Thanks, Issac
2004 May 18
1
Build R-1.9.0 with static libraries ?
...make to Makeconf to build the binary for R-1.9.0 but using only statically linked libraries ? I need to build a binary that is portable between several different Linux (RedHat) distributions. Thanks in advance for your help, Melanie -- http://recherche-en-danger.apinc.org M??lanie PELEGRINI-ISSAC Unit?? 483 INSERM 9, quai Saint-Bernard email :Melanie.Pelegrini at imed.jussieu.fr Bat C 6e etage 75005 PARIS
2007 Apr 20
1
faster image display?
Does someone here know of a way to display images in R that isn't slow? Here are the things I've tried so far: library(rimage) i<-read.jpeg('foo.jpg') plot(i) # very slow library(pixmap) i <- read.pnm('foo.pnm') plot(i) # also slow chans <- getChannels(i) image(chans[,,1]) # this is slow too I also tried using library(cairoDevice) but it only makes everything
2006 Oct 10
2
RE: Welcome to the "asterisk-users" mailing list
Polycom 601 with Sip 2.01 Anyone using Sip 2.01? I have upgraded my phones and now presence no longer functions. Buddy list shows all phones online but status does not change when someone is on a call. Also blf does not function. I am using trixbox, 1.67 was working fine on the same box. Any ideas?
2006 Jun 09
3
FXO registration and VegaStream
I am trying to configure a VegaStream 50 FXO to work with asterisk. The problem that I am having is that the VegaStream does not support incoming registration from asterisk. VegaStream only allows outbound registration. My question is does asterisk allow incoming registration from an FXO? If yes how? Or better yet, has anybody been able to make the VegaStream FXO work with asterisk? According
2013 May 09
1
[LLVMdev] How should LLVM interpreter handle llvm.objectsize.i64
Hello LLVMer, I use dragonegg to generate LLVM bitcode. Then I use LLVM interpreter to execute what I get from compilation. However an error occurred and the error message is: "LLVM ERROR: Code generator does not support intrinsic function 'llvm.objectsize.i64'!." As far as I know, objectsize intrinsic is equivalent to gcc built-in function __builtin_object_size. But I don't
2006 May 09
4
Can't there be a cd command?
R is quite a powerful environment. Here's a small way it could be even better. I wanted to change the working directory, so I tried the obvious thing > cd("foo") Error: couldn't find function "cd" Then I looked for `directory' in the FAQ but found nothing. A search for directory in the introduction also turned up nothing. A Google search for "gnu R