search for: pollak

Displaying 13 results from an estimated 13 matches for "pollak".

Did you mean: pollan
2005 Mar 16
2
How to concatenate time series?
...;-ts(dvs, 1973, 1980.91666666667, deltat = 1/12) plot(ds) # this is the chart I wanted Now my question is: Is there some way to directly concatenate the original and the predicted time series? Searching the help files and this mailing list's archive gave me no hints. Best regards, Robert Pollak -- ______________________________________ Dipl.-Ing. Robert Pollak SCIETEC Flussmanagement GmbH Herrenstrasse 4 A-4020 Linz Phone: [+43] (0)732 / 71 31 20 26 Fax: [+43] (0)732 / 71 31 20 4 Cell Phone: [+43] (0)699 / 11 44 30 32 Mailto: robert.pollak at scietec.at URL: http://www...
2002 Sep 23
2
Trouble with Windows 2000 sp3
...cal updates seem to have made THAT not even work. Anyway, I have tried getting the Linux admin to disable oplocks, with this set of commands: [home] oplocks = no locking = Yes share modes = Yes But that doesn't seem to have worked. What gives? Is there anything else I can try? -- Joshua Pollak Software Engineer Charles River Analytics
2004 Jul 13
2
Multithread problem: Writing to a db disables reading from another one
...ing 1.db Reader reopening 1.db 1.db results: 30 Reader reopening 1.db 1.db results: 30 Reader reopening 1.db 1.db results: 30 1.db results: 30 1.db results: 30 1.db results: 30 Writer flushing 1.db 1.db results: 30 1.db results: 30 1.db results: 30 Reader reopening 1.db 1.db results: 40 -- Robert Pollak GPG Key ID: 748646AD -------------- next part -------------- #include <xapian.h> #include <pthread.h> #include <unistd.h> #include <iostream> #include <sstream> #define MAX_THREADS 3 using namespace std; pthread_t _writer1, _writer2; pthread_t _readers[MAX_THREADS];...
2001 Aug 11
1
2.4.8
Any idea of a timeframe for a 2.4.8 ext3 patch release? I tried patching the 2.4.8 tree from ext3 CVS, but the kernel source files didn't end up nice enough to successfully compile. -- ___ ___ / _ | / _ \ Ari Pollak - ari@aripollak.com - www.aripollak.com / __ |/ ___/ /_/ |_/_/ NAVY: Never Again Volunteer Yourself
2004 Jul 19
2
large Xapian index files
..., it seems that the quartz database filesize is limited only by the OS and file system. Can you confirm from your experience that there is no 2GB limit? (I have grepped for "size_t" and "off_t" in the xapian-core code, but I do not know how to interpret what I see.) -- Robert Pollak GPG Key ID: 748646AD
2004 Jun 01
1
Searching without flush?
...ase instance for indexing and searching. Currently each search causes a database flush, which is slow. How can I avoid this flush? It seems that I have to modify Xapian to either - search only the already flushed data (eventually missing some hits) or - search the un-flushed data, too. -- Robert Pollak GPG Key ID: 748646AD
2004 Jun 15
1
QueryParser memory leak?
...be a memory leak: QueryParser owns the Stopper and Stem instances it points to (since it deletes them e.g. in set_stemming_options), but it does not delete them at destruction. (Btw., I don't test before deleting, but maybe "delete 0;" does not work on all platforms?) -- Robert Pollak GPG Key ID: 748646AD -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: queryparser-leak.patch URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20040615/3d324883/attachment.ksh>
2012 Feb 14
6
cannot load such file -- openssl (again)
This problem has been discussed a number of times, but none of the given solutions seems to work for me. Problem: Trying to generate the infrastructure for testing with Cucumber gives the following error ~/.../OTK-register$ rails generate cucumber:install /home/tpollak/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'': cannot load such file -- openssl (LoadError) from /home/tpollak/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencie...
2001 Sep 16
1
interactivity.patch
Has anyone had any success with the interactivity.patch on the ext3 website? I'm going to try to use it because I've had a lot of lockups in past day under heavy load with 2.4.9-ac9, and I can't figure out if it's because of ext3 or VM or my crappy VIA IDE controller.
2001 Sep 19
1
ext3 0.9.6 vs ext3 0.9.9
Hello, I have done extensive testing between 2.4.9 and 2.4.9-ac12 with ext3 0.9.6 and 0.9.9. I also tried using both kgcc and gcc-2.96. I have a problem with logging into xdm or starting the gnome-session totally locking up the machine while using ext3 0.9.9. It seems to go away using ext3-0.9.6. During xdm/gnome-session the hard disk is under heavy activity. I have attached my kernel config.
1998 Jul 07
0
(Off Topic, a litle) WinFrame/WinCenter, other Multi-User NT
...or my six full time UNIX users. My environment is such that I'll be using Outlook 97 to talk to MS Exchange 5.5 servers, and running MS Office Pro 97 (among other) tools from SGI 6.4 and HP-UX 10.20 machines. Being (kinda) off-topic, please respond by email: replyto://john.foley@pollak.com John
2000 Mar 13
0
AutoCAD 2000 Network Install woes . . .
...is recomended that you reinstall the program." Anyone seen this before? I _did_ set max mux = 1, but then could'nt browse to it to try the install . . . My next step is to set man mux = 1 again and try mounting the install partition as a drive. John T. Foley Network Administrator Pollak Engineered Products, Actuator Products Division 195 Freeport Street Boston, MA 02122 ph:617-474-7266 fax:617-282-9058
2002 Sep 23
1
passwords for Samba mounts in /etc/fstab
I am trying to create a samba mount to be mounted automatically on a Redhat 7.2 machine. I can mount the drive from the command line, but would like to have the drive mount on boot. I have added it to /etc/fstab, and get prompted for a password when I run mount on it from the command line. I know it is possible to pass the "password" option, or the "credentials" option to