search for: raw3

Displaying 8 results from an estimated 8 matches for "raw3".

Did you mean: raw
2004 Nov 16
2
changing character to a vector name
Dear R People: I would like to generate a vector/variable name from within a loop to be passed to a table function. This is what I have so far: >assign("p1",paste("raw3.df$",rw2$V1[3],sep="")) >p1 [1] "raw3.df$CITIZEN" > Essentially, I want to use the raw3.df$CITIZEN along with another value to generate a table. However, I'm stuck here. I know this is incredibly stupid. Thanks in advance. Sincerely Laura Holt mailto: laurahol...
1997 Nov 19
3
print to JetDirect
Hello. I use Linux 2.0.30(Red Hat) and Samba 1.9.16p. Clients are Win95, NT Workstations and Servers. I use Linux like printserver and bridge. And I have problem with my printer HP LaserJet 4MV with JetDirect card. It print 1 test page( or another 1 page) and print after it second page: User: root Host: LINUX Class: LINUX
2012 Feb 20
4
Workarounds for Splinter Cell: Conviction
...dditional PPA's installed: lowlatency-kernel PPA and the latest binary nvidia drivers PPA (295.20 as of this writing). Okay ... here's a rundown on how to get this game to work really well with Wine (tested with 1.4-rc3) .. 1. Install the raw input patch. (http://dl.dropbox.com/u/6901628/raw3.patch) in wine source dir, do: # patch -p1 < ~/Downloads/raw3.patch 2. With your favorite editor, open "wine-1.4-rc3/dlls/kernel32/thread.c" and find the following piece of code: BOOL WINAPI SetThreadPriorityBoost( HANDLE hthread, /* [in] Handle to thread */ BOOL disable)...
2003 May 29
5
Comparison Operator
Does R have a comparison operator similar to the Like function, for example: a<-"Is a Fish" b<-"Fish" if(b in a){c<-TRUE} Michael R Howard Micron Technology Inc. Boise ID. Fab C Engineering Software (FCES) Software Engineer
2011 Dec 02
2
issue with sudo make install
I compiled the latest version of wine in Ubuntu 10.04. When I do sudo make install /usr/local/bin/wine --version still reports 1.3.31 instead of 1.3.34. However, the file date is today's! cmp shows this wine file is different from the wine in the git directory. Note that Winecfg is replaced by the new version. Any idea what's up with this?? Fernando
1999 Jun 29
3
Anyone successfully using a HP 8000 DN (with JetDirect module and IP) with samba?
Anyone successfully using a HP 8000 DN or HP 5 Lsi (with JetDirect module and assigned IP) with samba? Subject says it all. If you're successfully doing this, what configs made it work? FAQs tell how to set up with a print server, but what if the printer itself is the server? Trust me, the HP doesn't know jack about port 139. Using samba 2.0.4 on Solaris 7 and NT 4.0 SP5 with
2004 Aug 02
6
Calculating volume size from superblock
Another simple question. How do I calculate the size of the volume from the superblock? Do I just use the two fields: u_int32_t s_blocksize_bits; /* Blocksize for this fs */ u_int32_t s_clustersize_bits; /* Clustersize for this fs */ What is the formula to use? Thanks, John
2011 Dec 02
7
Clean enviroments in Wine
I read somewhere that in order for a program to work properly in Wine it should be installed in a clean enviroment, something along the lines of one software conflicting with anothers drivers/runtime/apps/etc. Is this true? Does this mean that I can only have one program installed with Wine at a time? Can one not create several 'fresh enviroments'?