search for: anum

Displaying 7 results from an estimated 7 matches for "anum".

Did you mean: alum
2008 Aug 01
1
3 opportunities open for Full Time positions in Toronto, Canada
Hi Guys, I have 3 opportunities open for Full Time positions in Toronto, Canada 1. Intermediate System and Network Administrator - Salary Range 55-65K CAD per anum Looking for someone with 5+ years of experience working with Linux/Unix systems. Networking and Windows experience not as important. - Manage Linux systems - Manage FreeBSD systems - Manage Cisco switches - Manage Foundry loadbalancers - Manage Juniper Netscreen firewalls - Manage Cisco Pix fire...
2006 Apr 24
4
Does Rails need more useful form helpers?
I have been using rails professionally for only a month and a half now, but I am continually running into problems with form helpers and accessing multiple objects on a single page. To whit: 1. While text_field and text_area and such all support the :index option, the select helper does not. 2. When appending the text ''[]'' to a helper''s object name, the id is
2007 Mar 03
3
How to convert List object to function arguments?
...d to an "argument list". For instance: ##### BEGIN CODE SNIP ##### parms <- list( shape1 = 2, shape2 = 5 ); goftests( x, "beta", parms[["shape1"]], parms[["shape2"]] ); # Works! goftests( x, "beta", parms ) # Don't Works! parms <- list( aNum = 5, aVector = c(1,2,3), aMatrix = matrix(c(4,5,6,7,8,9),nrow=2,byrow=T) ); goftests( x, "my-special-distr", parms[["aVector"]], parms[["aMatrix"]], parms[["aNumber"]] ); # Works! goftests( x, "my-special-distr", parms ) # Don't Works! #####...
2006 May 22
1
win2k memory problem with merge()'ing repeatedly (long email)
...tc... all the way to > a63 <-read.csv("file63.csv", header=F) > > # now delete the now irrelevant initial date column for all 63 of these temporary objects... > for (i in 1:63) { + # e.g. should look like a63$mdate <- as.Date(a63$V1,format="%d/%m/%Y") + anum <- paste("a",i,sep="") + eval(parse(text= paste(anum, "$mdate <- as.Date(" ,anum, "$V1,format=\"%d/%m/%Y\")",sep="") )) + } > > > # three files have three columns... #EDIT here again... to protect the innocent... >...
2007 Feb 07
2
some megatec-usb issues
...e I don't remember how to check sequences for being well-distributed. I think, they show at least that these fail sequences are distributed. :) In these tests every element of fail sequence falls into one of 30 clusters if it meets some criterion (cnum = number of clusters, e = current element, anum = overall number of attempts): anum * i/cnum <= e < anum * (i+1)/cnum for the i-th cluster in the first test and e%cnum == i for the i-th cluster in the second test. Then the percent of the paticular cluster size from the maximum size is printed. Maybe distribution tests don't have much s...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...t_max_xpairs ) expand_nxt_chk(); while ( lastdfa + 1 >= current_max_dfas ) increase_max_dfas(); base[lastdfa + 1] = tblend + 2; nxt[tblend + 1] = end_of_buffer_action; chk[tblend + 1] = numecs + 1; chk[tblend + 2] = 1; nxt[tblend + 2] = 0; for ( i = 0; i <= lastdfa; ++i ) { int anum = dfaacc[i].dfaacc_state; int offset = base[i]; chk[offset] = -1; chk[offset - 1] = -2; nxt[offset - 1] = anum; } for ( i = 0; i <= tblend; ++i ) { if ( chk[i] == -1 ) transition_struct_out( 0, base[lastdfa + 1] - i ); else if ( chk[i] == -2 ) transition_struct_out( 0, nxt...