search for: rigamarol

Displaying 6 results from an estimated 6 matches for "rigamarol".

Did you mean: rigamaroo
2009 Sep 19
3
eval(expr) without printing to screen?
...expr = paste("y = x$", xnames[i], "[1]", sep="") # evaluate expression eval(parse(text=print(expr))) # This command prints the expression to screen even when embedded in a function in a sourced script. I would prefer it didn't! } PS: I have to go through this rigamarole: expr = "y1 = x$c[1]" eval(parse(text=print(expr))) Because the following doesn't work, even though it seems like it should: expr = "y = x$c[2]" eval(expr) -- ==================================================== Nicholas J. Matzke Ph.D. Candidate, Graduate Student Re...
2005 Aug 24
1
[LLVMdev] CallInst constructor interface
...(argn); CallInst *call = new CallInst(RetTy, FName, args, "func", before); or even (for a small number of arguments) CallInst *call = new CallInst(RetTy, FName, arg1, arg2, ..., argn, "func", before); All the other stuff can be inferred from these parameters, so the extra rigamarole is redundant. Does any interface like this exist? If not, would it be acceptable to add one? This would make my life easier. Rob Robert L. Bocchino Jr. Ph.D. Student, Computer Science University of Illinois, Urbana-Champaign -------------- next part -------------- A non-text attachment was s...
2015 Sep 24
2
Trying to create bootable USB flash drive WITHOUT persistence
..., and write the boot partition data back to the second partition, and have it still work? If so, a third question: If I do a new build, can I replace the ROOTFS.IMG file in that second partition with the xxx.rootfs.ext3 file created by the build, without having to go through all the repartitioning rigamarole? -- Ciao, Paul D. DeRocco Paul mailto:pderocco at ix.netcom.com
2007 Jan 22
1
Knowing your boot disk
folks, If you boot from syslinux based USB/harddisk, is there a way to know the partition or disk you booted from? I'm using the mboot module, so if the info is availble to thru the COM api, i can get it and append it to cmdline. thanks. -- Ram
2015 Sep 24
0
Trying to create bootable USB flash drive WITHOUT persistence
...partition-style and set the MBR accordingly, it should boot the partition. > If so, a third question: If I do a new build, can I replace the ROOTFS.IMG > file in that second partition with the xxx.rootfs.ext3 file created by the > build, without having to go through all the repartitioning rigamarole? With isohybrid in partition-style, the entire partition is an ISO9660 file system. You'll typically need to recompose the ISO to edit anything inside the ISO. If your partitions leave space, you won't need to repartition when applying a new image to the partition. -- -Gene
2009 May 05
1
Domain Server Problem, continued
...? Then I can access the share on the additional domain server using the user name/password of anybody with a smbpasswd password.? But with security = DOMAIN, shouldn't it look on the password server, in this case the PDC, for the proper password?? Is it really necessary to go through all of the rigamarole of adding users to the second server as well as the PDC?? Please advise. Thanks. cheers, pete p.s.? Here are the relevant portions of the smb.conf file on the additional server: [global] ??????? workgroup = ERSL ??????? netbios aliases = water.sr-02-01.csuohio.edu ??????? server string = %h s...