search for: filemerged

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

2007 Aug 03
3
Sourcing commands but delaying their execution
Colleagues: I have encountered the following situation: SERIES OF COMMANDS source("File1") MORE COMMANDS source("File2") Optimally, I would like File1 and File2 to be merged into a single file (FileMerged). However, if I wrote the following: SERIES OF COMMANDS source("FileMerged") MORE COMMANDS I encounter an error: the File2 portion of FileMerged contains commands that cannot be executed properly until "MORE COMMANDS" are executed. Similarly, sourcing FileMerged after...
2006 May 05
16
Diff tool for OSX
I''ve looked for DIFF tools for OSX but haven''t found anything good yet. Tried guiffy (http://www.guiffy.com) but it''s very slow and the folder comparison doesn''t indicate a change until you drill down to the level with the difference which kinda defeats the purpose. I''m missing TortoiseSVN and the diff tool that comes with it. Any suggestions for
2004 Sep 08
1
Problems loading Lapack library
I have just installed R 1.9.1 on an old Sun Sparc with the following specs: version Machine hardware: sun4u OS version: 5.6 Processor type: sparc Hardware: SUNW,Ultra-4 The following components are installed on your system: Sun Visual WorkShop C++ 3.0 Sun WorkShop Compiler C 4.2 Sun WorkShop Compiler C++ 4.2 Sun WorkShop Tools.h++ 7.0
2004 Sep 03
0
Installation problems on Solaris 2.6
I am trying to install R 1.9.1 on a 5-year-old Sun: here is the description: version Machine hardware: sun4u OS version: 5.6 Processor type: sparc Hardware: SUNW,Ultra-4 The following components are installed on your system: Sun Visual WorkShop C++ 3.0 Sun WorkShop Compiler C 4.2 Sun WorkShop Compiler C++ 4.2 Sun WorkShop Tools.h++ 7.0
2000 Jan 07
3
CRLF/LF Conversion
Hi everybody! I hope that you are not already "pissed off" of all the crlf/lf conversion discussion between dos and unix ;-) Concerning that topic I have a question / suggestion: This is what we have: We are using a Win NT 4.0 Server with Win95 clients. Additionally we have a Sun (Solaris 2.5) running in the same network. To access the Sun in character mode we use a terminal
2000 Jul 31
3
Samba 2.0.7 & Transfer speeds
infernix wrote: > Copying a 107MB mp3 file takes almost 4 minutes (238 seconds) > when I copy it with samba. [Using windows explorer under Windows 2000 --dave] > With FTP, it takes 27 seconds. > 238 divided by 27 = 8.5 times slower. Ho boy, that's bad. > I have several machines available to do testing, but you'd have to let me > know how and what. I am a linux
2006 Aug 01
18
GenericDirCtrl
A little patch to add Wx::GenericDirCtrl. A non-native control (on OS X at least) but maybe useful to someone. I have tested it but think it should just be added to controls.rb sample - will do later when i have fixed some other probs with that. Also, I''ve started putting class-specifc style constants in the relevant .i file, as discussed previosuly - will submit a patch doing this