search for: othr

Displaying 12 results from an estimated 12 matches for "othr".

Did you mean: other
2008 Nov 05
4
select in form - best practice?
...9;, ''MAIN''], [''POST - Postal Delivery'', ''POST''], [''DELV - Package Delivery'', ''DELV''], [''SHIP - Package Shipping'', ''SHIP''], [''OTHR - Other'', ''OTHR''], ], :selected => ''MAIN'', :size => 4 -%> </p> Should this instead be constructed so that the model, Locations, has these virtual attributes: valid_location_type[]= [...
2006 Aug 06
2
[LLVMdev] JIT and garbage collection
If I recall correctly, the garbage collector interface consists mostly of some fuctions that one calls during execution to notify the collector about a GC root. There's one othr thing that's needed if you do JIT compilation: you have to garbage-collect the generated code. This means that the collector must be able to find where the pointers are in the generated code together with metadata. Is there any support for this?
2006 Aug 06
0
[LLVMdev] JIT and garbage collection
...cutionEngine/JIT/JITEmitter.cpp for details. Reid. On Sun, 2006-08-06 at 14:30 -0400, Hendrik Boom wrote: > If I recall correctly, the garbage collector interface consists mostly of > some fuctions that one calls during execution to notify the collector > about a GC root. There's one othr thing that's needed if you do JIT > compilation: you have to garbage-collect the generated code. This means > that the collector must be able to find where the pointers are in the > generated code together with metadata. > > Is there any support for this? > > > _____...
2003 Mar 30
2
R-devel (1.7 to be) on windows XP
...subproc: Couldn't duplicate my handle<0x7D8> for pid 0, Win32 error 6 with some similar errors later, but the pdf docs seem to build correctly Because of the problems (most serious Tcl) I did'nt try to build the installers. One other "problem": INSTALL says that, among othres, hhc.exe needs to be in the path. I don't have it in the path, and more, does'nt know what it is or what it is supposed to do. Can this be cause of some of the problems above? Kjetil Halvorsen
2007 Jun 27
3
Missing 'init keys' command
Hi, I have two new Asterisk installations (1.4.4 and 1.4.5) and I have created rsa keys and they can now see each other as online peers: moe*CLI> iax2 show peers Name/Username Host Mask Port Status bart 192.168.2.201 (S) 255.255.255.255 4569 OK (48 ms) 1 iax2 peers [1 online, 0 offline, 0 unmonitored] but on the 1.4.5
2011 Apr 29
1
qemu-kvm update from 0.12.5 to 0.14 on centos 5.6
Hi all I just update the package above. on 0.12 my qemu window opened on my X server as a window. Now it starting in a VNC session. How do I get it back to opening in a window on the X screen as the default? Thanks, Jerry
1998 Aug 21
0
tcpdump:libpcap:compilation problem
...of the problematic compiles on the named Unix-es, in my opinion it is much better just to do what is said in INSTALL - just untar the libpcap under tcpdump, of course I am sure that probably the solution to this problem as just offered by Dagmar d'Surreal, will be better. Have anyone else used othr package than tcpdump, to monitor traffic of his/her net ? fire
2006 Aug 06
2
[LLVMdev] JIT and garbage collection
...tions code be deallocated. -Chris > On Sun, 2006-08-06 at 14:30 -0400, Hendrik Boom wrote: >> If I recall correctly, the garbage collector interface consists mostly of >> some fuctions that one calls during execution to notify the collector >> about a GC root. There's one othr thing that's needed if you do JIT >> compilation: you have to garbage-collect the generated code. This means >> that the collector must be able to find where the pointers are in the >> generated code together with metadata. >> >> Is there any support for this? &gt...
2006 Mar 09
2
nut on Mac OS X. Where to put upsdrvctl shutdown?
I've installed nut on a Mac OS X machine (XServe running Mac OS X 10.3.9). It all seems to work fine except..... I can't figure out where to put the upsdrvctl shutdown command in order to get the ups to cut power after the computer shuts down. There doesn't seem to be any sort of script that gets run at shutdown time. Has anyone successful done this under Mac OS X? Can you
2004 Apr 27
3
CentOS GPG key import process
On Mon, 26 Apr 2004, Jacob Robert Wilkins wrote: > > I just installed the latest Centos and Yum keeps reporting that the > > correct GPG key are not installed. How do I install them? rpm --import http://mirror.centos.org/centos/3.1/i386/RPM-GPG-KEY-CentOS-3 > It's a common question. We need to do a better job of making the solution > known. now present at:
2010 Aug 20
5
paired samples, matching rows, merge()
Hi everyone! I'm matching two samples to create one sample that have pairs of observations equal for the k1 variable. Merge() doesn't work because I dont't want to recycle the values. x <- data.frame(k1=c(1,1,2,3,3,5), k2=c(20,21,22,23,24,25)) x y <- data.frame(k1=c(1,1,2,2,3,4,5,5), k2=c(10,11,12,13,14,15,16,17)) y merge(x,y,by="k1") k1 k2.x k2.y 1 1 20
2011 Sep 15
1
Can't get installing a package source (.tar.gz) from a web page to work...
I have created an R-package with datasets which I want my students to install (the package is not on CRAN). 1) I've put the package on the web in a directory called 'data' and I thought I could do: > install.packages("http://gbi.agrsci.dk/statistics/courses/2011-ISMLS-course/data/LiSciData_0.0-03.tar.gz",repos=NULL,type="source") Warning: invalid package