search for: rj

Displaying 20 results from an estimated 413 matches for "rj".

Did you mean: jr
2007 Sep 14
2
Mocks in StoryRunner
..._controller/integration.rb:519:in `open_session'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/integration.rb:490:in `reset!'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/integration.rb:546:in `method_missing'' /home/jhughes/dev/rj/csite/config/../vendor/plugins/rspec/lib/spec/matchers.rb:146:in `method_missing'' stories/use_case_story.rb:38:in `a logged-in user'' /home/jhughes/dev/rj/csite/config/../vendor/plugins/rspec/lib/spec/story/simple_step.rb:13:in `__send__'' /home/jhughes/dev/rj/csite/config/...
2007 Jul 23
1
code optimization tips
...a_s=1e-14,N=400,spacing=1e-7){ > > k<-2*pi/lambda > ri<-c(0,0) # particle at the origin > x<-c(-N:N) > positions <- function(N) { > reps <- 2*N+1 > matrix(c(rep(-N:N, each = reps), rep(-N:N, times = reps)), > nrow = 2, byrow = TRUE) > } > rj<-positions(N)*spacing # all positions in the 2N x 2N array > rj<-rj[1:2,-((dim(rj)[2]-1)/2+1)] # remove rj=(0,0) > > mod<-function(x){sqrt(x[1]^2+x[2]^2)} # modulus > > sij <-function(rj){ > rij=mod(rj-ri) > cos_ij=rj[1]/rij > sin_ij=rj[2]/rij > > A<-(1-...
2004 Dec 16
3
Has anyone connected to 7960 with console cable for setup?
...seem to server the phone anything by TFTP, and I can't use the settings button, then I thought I might make a console cable (see below). I tried to use hyperTerminal, but got no response from the phone. Anyone have any ideas? Thanks, Randy I found a link to make a Cisco Console Cable for RJ-45. http://www.hardwarebook.net/cable/serial/ciscoconsole9.html DB9F RJ45 Receive Data 2 3 Transmit Data 3 6 Data Terminal Ready 4 7 Ground 5 4 Ground 5 5 Data Set Ready 6 2 Request to Send 7 8 Clear to Send 8 1 The Console Access Manual, give the following cable...
2003 Apr 22
5
Hmmm. RJ-45 on TDMx0B card?
Just wondering if there's any significance to the jacks on the TDM cards. They appear to be RJ-45 instead of RJ-11, and I wasn't quite sure if that's something that makes a difference from the user perspective. . . Thx. B.
2007 Sep 19
1
Strange error in StoryRunner (was: Mocks in StoryRunner)
...9;' > > /usr/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/integration.rb:490:in > > `reset!'' > > /usr/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/integration.rb:546:in > > `method_missing'' > > /home/jhughes/dev/rj/csite/config/../vendor/plugins/rspec/lib/spec/matchers.rb:146:in > > `method_missing'' > > stories/use_case_story.rb:38:in `a logged-in user'' > > /home/jhughes/dev/rj/csite/config/../vendor/plugins/rspec/lib/spec/story/simple_step.rb:13:in > > `__send__'...
2018 Dec 07
3
Implement VLIW Backend on LLVM (Assembler Related Questions)
...nt LLVM backend for a specific VLIW hardware. I am working on defining its instruction set, and assembly language. The hardware has two pipelines, int and float. Each pipeline can do 3 operations/cycle, 3 operations forms an instruction. One of the Integer Instruction looks like this: add Ri, Rj, Rk; add Rl, Rm, Rn; add Ro, Rp, Rq An int instruction and a float instruction forms a VLIW instruction (bundle), e.g. { add Ri, Rj, Rk; add Rl, Rm, Rn; add Ro, Rp, Rq fadd Fi, Fj, Fk; fadd Fl, Fm, Fn; fadd Fo, Fp, Fq } I want to express above concept in this way: // Assembly Language {...
2007 Jul 30
8
regular expressions : extracting numbers
...btain a vector of the same length with just the numbers. A quick example - extract of the original vector : "lema, rb 2%" "rb 2%" "rb 3%" "rb 4%" "rb 3%" "rb 2%,mineuse" "rb" "rb" "rb 12" "rb" "rj 30%" "rb" "rb" "rb 25%" "rb" "rb" "rb" "rj, rb" and the type of thing I wish to end up with : "2" "2" "3" "4" "3" "2" "" "" "12" &quo...
2007 Nov 27
1
Re place values in Data matrix
I have data matrix and I want to replace values. > try Rh.Rj RR.Rj RT.Rj V1 0.08465125 0.19159688 0.617294468 V2 0.74853203 0.88826790 0.113979660 V3 0.68767961 0.17979307 0.013802852 V4 0.31722379 0.25611821 -0.021954454 V5 0.17931687 0.04491838 0.011484522 V6 0.87455663 0.16846121 0.002241211 V7 0.61770029 0.01090132 0.000079900 > try[...
2011 Jan 31
1
rj packages and eclipse
Hi everyone! Does anyone know how to install the rj package in Windows (7)? I am trying to set up eclipse, but I got [INFO] The R package 'rj' is not available, R-StatET tools cannot be initialized. Thank you in advance!
2004 Apr 16
1
Spatial Voter Model
...ations (hundreds * L^2 would be nice) Lat <- matrix(sample(1:S,L^2, replace=TRUE),nrow=L) #Make an arena L X L Lat0 <- Lat # Save original arena # select random rows where number of reps = number of cells in arena # and same for columns ri <- sample(1:L, replacements, replace=TRUE) rj <- sample(1:L, replacements, replace=TRUE) #implement a voter model where each cell takes on the value of a randomly selected individual around it. for(i in 1:replacements) Lat[ri[i],rj[i]] <- sample(c(Lat[loc[ri[i]],loc[rj[i]+1]], L...
2008 Apr 18
2
Simulate RJ 45 Port
how to simulate a RJ 45 port to act as serial port any option in Centos 5.1. Please help me out on this. Regards, Gopinath M Signal Networks Pvt. Ltd. Smile... it increases your face value! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/a...
2013 Jan 18
0
repeat resampling with different subsample sizes
...s # Creates the resample function with arguments "data", stat. # by default, num = size of resampled subsample varies for j in 1:100 # CAN'T tell him to store all sums of different sample sizes in one data.frame require(MASS) b.stat <- function(data, stat) { for (j in 1:100){ rj.repl <- lapply(1:999, function(i) sample(data, j, replace=T)) rj.stat <- sapply(rj.repl, stat) rj.stderr <- sqrt(var(rj.stat)) list(std.err=rj.stderr, resamples=rj.repl, stats=rj.stat) } b.sum <- cbind([, rj.stat]) } b.sum <- b.stat(dat$counts, sum) -- View this...
2010 Aug 24
2
ATI, Catalyst and a new kernel
Please bear with me for a really stupid question... I have a Radeon HD 4550 video card and currently run the Catalyst driver, fglrx_6_9_0-8.741-1. I use the "package managed" method for installing, allowing me keep track of what's what: [rj at madeleine ~]$ su Password: [root at madeleine rj]# grep fglrx /var/log/yum* /var/log/yum.log:May 20 12:37:07 Updated: fglrx_6_9_0-8.723-1.i386 /var/log/yum.log:Jul 25 13:04:49 Erased: fglrx_6_9_0 /var/log/yum.log:Jul 25 13:33:11 Installed: fglrx_6_9_0-8.741-1.i386 [root at madeleine rj]# exit ex...
2003 Dec 19
4
nat router + sip phone adaptor (+adsl modem)
...rience/info on Cable and/or ADSL modems that would come together with a SIP phone adaptor. What I am interested in is something that would plug directly into you ISP's cable (be it ethernet or adsl/phoneline), would combine a modem/router/nat such that on the other you could simply plug in your RJ-45 cable for your PC and a RJ-11 cable for the telephone. Something that would combine the functionality of a (adsl modem+) router and a SIP telephone adaptor in one box. I would appreciate any info that you might have on this. regards, Dave
2012 Oct 14
0
error: unable to load installed packages
When I tried to run r console in eclipse,got this error: -------------------------------------------------------------------------------------------------- ....Please make sure that R package 'rj' (1.1 or compatible) is installed... So I tried to intall it in R console like this: -------------------------------------------------------------------------------------------------- install.packages(c("rj", "rj.gd"), repos="http://download.walware.de/rj-1.1&quot...
2016 Nov 23
9
Off-Topic: Travel Router and Firewall
...: - Be small, ideally be able to be charged via a USB port. - Use open-source software that the user can update. - Allow the user to log on the device and set up the connection with the hotel etc. which often requires a userid and password to be entered on a browser page. - Allow using either a RJ-45 wired or wireless connection to the outside net. - Have at least two RJ-45 ports to connect a laptop avoiding WiFi. - Allow for VPN tunneling. If anyone has suggestions, they would be greatly appreciated!
2014 Nov 18
1
hostname resolution in libshout
Totally understood -- we face similar issues on our forums. Thanks very much, RJ Ryan On Tue, Nov 18, 2014 at 12:15 PM, "Thomas B. R?cker" <thomas at ruecker.fi> wrote: > On 11/18/2014 05:02 PM, RJ Ryan wrote: > > Hm, I attempted to file a ticket but was rejected: > > > > Submission rejected as potential spam > > > > * BotSco...
2007 Oct 12
3
Strange mock_model behaviour with ActiveResource model
...ode) FaCode.stub!(:find).and_return([@fa_code]) end generates this failure: NameError in ''FaCodesController handling GET /fa_codes should assign the found fa_codes for the view'' uninitialized constant Spec::Rails::Initializer (eval):11:in `class'' /home/jhughes/dev/rj/gump_rewrite/vendor/plugins/rspec_on_rails/lib/spec/rails/dsl/behaviour/rails_example.rb:85:in `add_stubs'' /home/jhughes/dev/rj/gump_rewrite/vendor/plugins/rspec_on_rails/lib/spec/rails/dsl/behaviour/rails_example.rb:73:in `mock_model'' ./spec/controllers/fa_codes_controller_spec.r...
2018 Apr 03
3
Audio Dropouts During Call
...any kind of significant traffic. > > Your description would be consistent with the firewall introducing lots of > LAN collisions when busy, in the central gigabit switch, even if the VoIP > traffic isn't passing through the firewall. Also, check the wiring. Check each individual RJ-45 jumper, *and* the in-house wiring, with a proper tester that can verify that the individual pairs are hooked up correctly. I've seen all kinds of hell occur, in situations where somebody used telco-type RJ-45 connecting cables, in place of proper Ethernet connecting cables. The problem is...
2005 Oct 09
2
HPLIP
...CentOS4? Second, does that driver really provide the toolbox which includes handy stuff like ink level monitoring? I got the source RPM (hplip-0.9.4-1.1.src.rpm) from an FC4 testing mirror, which rebuilt fine on this machine: . . . + umask 022 + cd /home/rj/rpmbuild/BUILD + cd hplip-0.9.4 + rm -rf /home/rj/rpmbuild/tmp/hplip-0.9.4-buildroot + exit 0 Executing(--clean): /bin/sh -e /home/rj/rpmbuild/tmp/rpm-tmp.54540 + umask 022 + cd /home/rj/rpmbuild/BUILD + rm -rf hplip-0.9.4 + exit 0...