similar to: [OT] Canada on Rails by ferry?

Displaying 20 results from an estimated 1000 matches similar to: "[OT] Canada on Rails by ferry?"

2006 Jan 18
4
Canada on Rails - Schedule Released
We are extremely pleased to announce that we have finalized the schedule (http://canadaonrails.com/yvr06-schedule.html) for the upcoming Ruby on Rails conference in Vancouver, BC on April 13th - 14th, 2006. There are 15 speakers packed into two full days of presentations ranging from 30 minutes to 90 minute keynotes. Presentation topics include: * Where will Rails be riding next? * Enterprise
2002 Nov 29
3
Samba + Clipper
Hello for all ! We use a samba server 2.2.1a with conectiva 7 [ kernel 2.4.18] and have the most important system of enterprise in clipper. In begin we have many problems with index corruption and clipper system freezes Then we turned off oplocks and level2oplocks and found peace. But sometimes the system until freeze in one station and this freeze others stations too. When clipper system is
2008 Nov 04
3
regex question
hello, i am trying to extract text using regex as follows: "* < <* this is my text > > " into: "this is my text" below what I did: varReg <- "* < <* this is my text > > " ## either this pattern patReg <- "(^[ <*]+)" ## or below patten patReg <- "([ > ]+$)" sub(patReg, '', varReg) depending
2003 Feb 12
1
Locking between GNU/Linux and Microsoft Windows
Hi, I'm having some trouble with locking between GNU/Linux and Microsoft Windows. I wrote some Clipper code that run's on GNU/Linux and Microsoft Windows (compiled to different binaries ofcourse) that tries to lock a file on a Samba share. Between Microsoft Windows clients there is no problem. The locking works as expected. If one client does an EXCLUSIVE lock, the other's can't
1999 Oct 14
1
FoxPro's lock function over SAMBA file server
I have a very nasty problem on a small network using a linux 2.2.5-15 and Samba 2.0.3 (RH 6.0) server and two clients Win95 and Win98. I have to use a program of commercial administration made in clipper . On Novell servers this program works fine but on Samba server It does not allow that the two stations access the same file concurrently. The same problem is shown when in Fox Pro I am
2004 Jul 25
1
which fstype to use!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i have a clipper 5.3 application running over samba 3.0.2a in mandrake10 system. But, i don't know which kind of files system works better in clipper applications. I was using fat partion, with "fstype = fat" in my smb.conf and samba 2.2. Then i changed my server a installed mandrake10. Right now i'm using reiserfs with
2002 Dec 02
1
oplocks and pagemaker files
SuSE 7.2, Samba 2.2.6 User plaform WIN98se Was wondering if someone could point me to information regarding oplocks (I read the man on smb.conf regarding that and level2 oplocks)... I needed to set oplocks = no and level2 oplocks = no in order for them to be able to open pagemaker files from the samba server...otherwise it would say 'can not open file' I am just trying to get a grip on
2009 Mar 12
2
Writing xls - multiple sheets
Hi, Is there a package I can use to write to multiple sheets on xls file, other than using the paid version of xlsReadWrite package (xlsReadWritePro)? Thank you, Ferry
2009 Mar 20
4
how to make aggregation in R ?
Hi, I am trying to aggregate the sum of my test data.frame as follow: testDF <- data.frame(v1 = c("a", "a", "a", "a", "a", "b", "b", "b", "b", "b", "c", "c", "c", "c", "c", "d", "d", "d", "d",
2009 Mar 17
2
converting null to some values
Hi, I have newbie question. Suppose I have the following data: temp <- data.frame(type1 = c("male", "female", "male", "female", "female"), type2 = c("low", "med", "high", "low", "med"), a = c(1,2,4, NA, 3), b = .... [TRUNCATED] temp type1 type2 a b c 1 male low 1 5 0 2 female
2003 Dec 11
2
Paradox+Samba
Hi all... Last monday i migrated form novell 4.0 to Samba 3.0 PDC. The server acts as a file server for 30 workstations (Win2000) using an aplicattion that combines clipper (with .dbf files) and delphi (uses paradox .px and .db). Its perfomance has been very poor since i changed the server. PLEASE HELP ME, since its in production and i really don know what to do. thanks, sebastian davancens
2001 Dec 02
1
Locking problems in 2.2.2
Hi, I am using a small network of, say, 10 W2K workstations on which I run a database application using shared table and index files on a Samba 2.2.2 server (Suse Linux 7.2). The application was just ported from Clipper to XBase++. The Clipper compiled app (it's a 16-bit DOS application) runs fine. The 32-bit XBase++ app produces corrupt index files and behaves eratically after several
2005 May 12
1
MULTI-USER databases
hi all Subject: 1) Samba server 3.0.15 with one shared sesource Security is set to SHARE, all guest users have full read/write access to the share 2) Microsoft network clients is Windows 98, Windows 2000 and Windows XP (sp2) 3) Old-age DOS program, written on Clipper (xBase), what runs on Windows 98 and on Windows XP/2k (ntvdm) 4) Large multi-user database (dbf files) on samba server
2008 Dec 05
2
adding rows as arithmatic calculation on original rows
Dear R users, Suppose I have the following data.frame: myID myType myNum1 myNum2 myNum3 a Single 10 11 12 b Single 15 25 35 c Double 22 33 44 d Double 4 6 8 and I want to have new records: myID myType myNum1 myNum2 myNum3 e Single 12.5 18
2017 Aug 03
1
find similar words in text
I received this from Matt Jockers and it worked! I missed something. How can I now see(display) this list? Hi Riann, There are a couple of ways that you could do this. . . the best approach would probably be to use *grep* instead of *which*, but let me show you both ways. On page 30, replace whales.v <- which(moby.word.v == *whale*) with whale_words <- c(*whale", *whales",
2006 Dec 21
2
Locking problem
Hi all! I am using Debian Sarge with Samba version 3.0.14a-Debian and experience a locking problem: the program is a linux port of a Clipper program compiled with xHarbour (www.xharbour.org). It uses byte-range-locking to lock a record of a dbf database. If I mount the server directory over an smbmount and start 2 clients on the server accessing the server directory over the smbmount, the
2009 Apr 09
2
how to automatically select certain columns using for loop in dataframe
Hi, I am trying to display / print certain columns in my data frame that share certain condition (for example, part of the column name). I am using for loop, as follow: # below is the sample data structure all.data <- data.frame( NUM_A = 1:5, NAME_A = c("Andy", "Andrew", "Angus", "Alex", "Argo"), NUM_B = 1:5, NAME_B =
2004 Feb 11
2
samba 3.0.2 in production on file sever?
Hello! Do someone use Samba 3.0.2 in production on file server? When I tired to migrate our fileserver to 3.0 from 2.2.8a with only 200 (or 300, hmm, I don't remember ;-) ) users, with about a 40-50 users, which use old dos clipper based application, I had locking problems (someone can say that this was not locking problem, but I think so). Now I want to try migration to 3.0.2. But, may be
2008 May 14
6
PWGL in wine, problems
Hello, I'm new on this list. First of all, thank you to all the developers of this great project! At the moment there is only an application that keeps me on both macos and windows, its name is PWGL a free environment for computer assisted composition in openGL. (http://www2.siba.fi/PWGL/) I'm running Ubuntu 8.04 and wine 0.9.59. I have to say that I also installed vcrun2005 and
2006 Mar 06
5
Dos client samba
I am trying to put some DOS clients to access a samba server. I try to use the Microsoft Network Client 3.0 and the Microsoft Lan Manager. With them I can log into the samba server, and use the conection as normal. But when i use it with a high data transfer, somebody, the client or the samba server disconnect. Somebody have any experience with dos clients? Thank you in advance Maurizio Faccio