search for: geisler

Displaying 11 results from an estimated 11 matches for "geisler".

Did you mean: heisler
2006 Nov 26
3
Questions about generating samples in R
...a set with 8 columns and in about 5000 rows. What I want to do is to generate samples of this data set. Samples of a special size, as example 200. What is the easiest way to do this? No special things are needed, only the random selection of 200 rows of the data set. Thanks Alex -- Alexander Geisler * Kaltenbach 151 * A-6272 Kaltenbach email: alexander.geisler at gmx.at | alexander.geisler at gmail.com phone: +43 650 / 811 61 90 | skpye: al1405ex
2006 Dec 07
2
Simulation in R
...hings like y <- matrix(c(samp_1),nrow=200, ncol=8) and then saving y in the array stichproben doesn't work. How is it possible to define a matrix with the content of my samples (samp_i) and but them into an array stichproben? Or is there an easier way? With kind regards Alex -- Alexander Geisler * Kaltenbach 151 * A-6272 Kaltenbach email: alexander.geisler at gmx.at | alexander.geisler at gmail.com phone: +43 650 / 811 61 90 | skpye: al1405ex
2006 Dec 07
1
Simulation in R - Part 2
...way is to produce 50 samples in a first turn and then produce 50 samples again in another turn, but this can not be a "clean" solution (and surely not the only one). Hopefully you can help me and this is the last question for my simulation. Thanks for your efforts Alex -- Alexander Geisler * Kaltenbach 151 * A-6272 Kaltenbach email: alexander.geisler at gmx.at | alexander.geisler at gmail.com phone: +43 650 / 811 61 90 | skpye: al1405ex
2005 Nov 06
5
Human readable output
...uman readable units, instead of always using bytes. So Total file size: 30864401502 bytes would be output as: Total file size: 28.7 GiB Similarly for mebibytes and kibibytes. If there's already such an option, then I'm sorry -- I didn't find it in the manual pages. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shell http://pel.sf.net/ | http://phpweather.net/ | http://mgeisler.net/ Read/write Exif data | Show current weather | A shell in a browser -------------- next part -------...
2009 Jan 13
0
[LLVMdev] IR code generation and JIT execution in a multithread environment
On Jan 12, 2009, at 8:10 AM, Edgar Geisler wrote: > Hi Everyone, > > my goal is to create a service with multiple threads, each of them > generating IR code and JIT'ing/executing it in their threads > and some threads will share generated code through a code > repository... > > 1. Is there a guideline/docu out...
2003 Oct 22
1
issue with large number of files
...rox.2 million files and a very large number of directories. I saw in the TO-DO file that this is problem has been recognised. Is there a solution? Is the solution for this issue already scheduled for the next version? Or what can I do to get it done in the next version? Regards, Sven. -- Sven Geisler <sgeisler@aeccom.com> AEC/communications GmbH
2009 Jan 12
3
[LLVMdev] IR code generation and JIT execution in a multithread environment
On Jan 12, 2009, at 11:10, Edgar Geisler wrote: > my goal is to create a service with multiple threads, each of them > generating IR code and JIT'ing/executing it in their threads and > some threads will share generated code through a code repository... Hi Edgar, Module and Value are unsafe for concurrent access--even...
2009 Jan 12
0
[LLVMdev] IR code generation and JIT execution in a multithread environment
...2. Since llvm::ExecutionEngine can contain multiple llvm::ModuleProvider instances, is it a good idea to keep it as a base of a code repository? 3. Is the memory consumption by the llvm::ExecutionEngine controllable (i.e. via LRU algorithm for llvm::ModuleProvider instances)? Best regards Edgar Geisler
2009 Jan 12
0
[LLVMdev] IR code generation and JIT execution in a multithread environment
Quick related Q: Does the global lock of the JIT during code generation prevent concurrent execution of already JIT-ted code? Thanks. On Jan 12, 2009, at 9:34 AM, Gordon Henriksen wrote: > On Jan 12, 2009, at 11:10, Edgar Geisler wrote: > >> my goal is to create a service with multiple threads, each of them >> generating IR code and JIT'ing/executing it in their threads and >> some threads will share generated code through a code repository... > > > Hi Edgar, > > Module and Value are...
2005 Nov 08
2
two way synchronization with rsync?
I have two offices in one city; employees work in both of them (once in office A, the next or an hour later in office B etc.). They would like to have the same profile (i.e., if they log off in office A, they would like to have their documents, Desktop, emails etc. in the profile in the office B when they arrive there an hour later). Is it possible with rsync to construct such a "two way
2005 Nov 24
2
Help me with this Questiions
I would like to understand the capabilities of GNU rsync software / utility. This is used for syncing file systems / file level data across two systems. I specifically would like to know its capabilities in syncing files ? 1) How does it replicate data changes to files ? entire file or only the incremental blocks? 2) Does it have any block level replication capabilities? 3) Can it