search for: mroe

Displaying 20 results from an estimated 21 matches for "mroe".

Did you mean: more
2004 Sep 15
2
efficient submatrix extraction
...st submatrix would be | 1 2 | | 1 2 | the second one would be | 3 4 | | 3 4 | and so on. That is I want the matrix to be evenly divided into 2x2 submatrices. Now I'm also doing this subdivision into 4x4, 8x8 ... 256x256 submatrices. Currently I'm using loops and I'm sure there is a mroe efficient way to do it: m <- matrix(runif(1024*1024), nrow=1024) boxsize <- 2^(1:8) for (b in boxsize) { bcount <- 0 bstart <- seq(1,1024, by=b) for (x in bstart) { for (y in bstart) { xend <- x + b - 1...
2001 Nov 15
1
my rsyncs *do* exit, if I don't use -v
...nc and OS version was sent in my previous email. For now i'm just going to run without -v, as I need to get this going and don't have time to get intimately involved with rsync. But if someone's heard of this before and/or is working on this bug (i assume it's a bug?), and you need mroe info from me, let me know if there's anything I can do. --jessica
2007 Jul 02
1
[LLVMdev] suggestion: multiple results from function call.
...ual C ABI, those registers are caller or callee saved). Alternatively (this is what Common Lisp usually do) one could permit an arbitrary (but reasonably small) number of results, but this require a fall-back machinery when we are out of registers (spilling results on the call stack is probably mroe tricky than vararg implementation) This would permit some advanced compilers using LLVM to return two or three pointers in registers, perhaps even (for hypothetically very clever compilers) in C or C++ return struct of 3 words in registers, not thru the stack, or some ML implementations returnin...
2009 Mar 15
5
Setting DEFAULT_FIELD_OPTIONS in Rails 2.3
Hi, I''m having some trouble overriding/defining the default_field_options constant without raising a warning. I''ve tried adding the code to do it in an initializer but that produces a warning (because the constant is already frozen), after some googling I found a recommendation to put it in the environment.rb file but that then that throws uninitialized constant ActionView
2005 Feb 07
1
Re: Severe problem with Icecast2 and streamTranscoder
Dennis Speekenbrink wrote: > Does your server have enough continuous throughput to keep up? I know it's not related to bandwidth/CPU/memory issues, at least not directly. Consider the following: I've been running tests where I've set up more than one instance of streamTranscoder - all running on the same machine as the Icecast server and with identical config files - to
2009 May 08
1
plotting with gap in x-axis range
Hi, I need to make a plot of data from multiple epochs, and so I'd need to introduce a couple of breaks in the x-axis not to have too many empty space in my plot. I discovered a function in the package "plotrix" which makes breaks in axis, but it is not what I was actually looking for, because it doesn't really introduce the a range gap or rescale the plot according to the
2001 Oct 11
0
unknown %a [was Re: Shares disappear in Windows 2000 (Samba 2 .2.1a)]
...a client. My samba server somehow changed my >> smb.conf file without asking me. I don't want to track this down right >> now but maybe it was done by testparms, or maybe by SWAT. Joel > > OK. What you are saying doesn't make sense to me. > Can you please give me some mroe details? Was the actual > smb.conf modified on disk? Or did testparm output report > this as "include = smb.conf.public.UNKNOWN"? The latter > would make sense as there is no client operating system > when checking smb.conf with testparm. I don't use the %a in the smb....
2012 Aug 08
0
[Help] : Rails3.2 server hangs when started with Foreman
...obs. However, when I start a worker process along with the Rails server, the server hangs after serving a couple of requests. The worker if started separately, without using foreman - works well, and processes requests when they are called with the ''delay'' keyword. Here are some mroe details. http://stackoverflow.com/questions/11856189/rails-server-hangs-when-started-with-foreman Thanks, Vighnesh -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5...
2006 May 26
8
Which libtiff 3.8.2 do I grab?
Via google: libtiff 3.8.2 http://rpm.pbone.net/index.php3/stat/4/idpl/2839214/com/libtiff-3.8.2-2.x86_64.rpm.html This got me to a page all about libtiff 3.8.2 for 'Fedora other' and a link http://rpm.pbone.net/index.php3?stat=3&search=libtiff&srodzaj=3 for other distributions. So which do I take? ?
2011 Oct 07
0
[LLVMdev] Enhancing TableGen
On Oct 7, 2011, at 11:23 AM, David A. Greene wrote: > Evan Cheng <evan.cheng at apple.com> writes: > >> David, we cannot accept the 'multidef' keyword. Please revert it. > > Working on it now. Thanks. > >> We appreciate you thinking ahead about MIC, but we are against the >> massive refactoring and complicated abstraction scheme. We'll never
2011 Oct 07
2
[LLVMdev] Enhancing TableGen
...s: >> >>> David, we cannot accept the 'multidef' keyword. Please revert it. >> >> Working on it now. > > Thanks. No problem. I agree that multidef was sort of a half-baked idea. I did it for practical purposes here but Che-Liang developed a much better, mroe general solution to the problem. >> How about a less massive and complicated scheme? I think we can >> make some good improvements to the current spec that will help >> with the MIC work. > > I'd like to defer MIC work until it's finalized. But yes, incremental &gt...
2006 Apr 09
1
[PATCH] kbuild: rebuild initramfs if included files changes
...s to the gen_initramfs script and being shell programming newbie review by more experienced shell hackers would be appreciated. I did a git mv scripts/gen_initramfs_list.sh usr/gen_initramfs.sh But the changes was so many that git does not see the rename. Due to the rename the diffstat shows a bit mroe changes than reality. Sam b/usr/Makefile | 82 ++++-------- b/usr/gen_initramfs.sh | 285 ++++++++++++++++++++++++++++++++++++++++++ scripts/gen_initramfs_list.sh | 203 ----------------------------- 3 files changed, 313 insertions(+), 257 deletions(-) diff-tree 73ef2...
2003 Aug 04
3
Supported version of Samba for commercial use.
Dear Sirs. We have csv reports that are created on a unix server automatically via a cron job. We are looking at putting these reports in a shared area / work out a way of sharing a unix device to windows machine like mapping a network drive. The only product we have found that can possibly do this is samba. Because we are a large company ('BRITISH TELECOM') we really need a version of
2006 Mar 17
6
VERY cool add-on request.
I would like to have the ability to execute a command on a folder based on a user doing something like copying a message to that folder. This could be accomplished with a config file directive. For example, this would be EXTREMEMLY useful as a spam learning hook. Take a scenario where each user has their own spamassassin bayes database, and you want to give the users the ability to train their
2009 Mar 16
4
Overriding ActiveRecord associations for special cases
Hi, Does anyone know a good way to override AR associations to take special cases into account. My current take is the example below which allows the ''root'' user to access all products, but only works if I remember to call it with a .all/.find or similar method: ''user.products.all'' instead of ''user.products''. Ideally I guess I want to return a
2007 Mar 19
5
app has problems parsing its config file
Hello, I want to make wine run a qt-based commercial, large windows app. I run wine 0.9.22 on gentoo amd64 and can successfully run other applications. The app in question starts up fine, asks for which modules to use and then proceeds to constructs a temporary config file for itself. However, it then proceeds with an error message by itself that it encountered a problem parsing this config file
2011 Oct 07
6
[LLVMdev] Enhancing TableGen
Evan Cheng <evan.cheng at apple.com> writes: > David, we cannot accept the 'multidef' keyword. Please revert it. Working on it now. > We appreciate you thinking ahead about MIC, but we are against the > massive refactoring and complicated abstraction scheme. We'll never > accept those patches. How about a less massive and complicated scheme? I think we can make
2018 Aug 19
0
The House of .... BETHESDAY ... and stripping in a Fishbowl. #nipoolsoparmleg
...t hard or look too far, it was just beyond me that there were no "jacks" on the back of our necks because we simply don't need them--and that's the heart of "Chevrolet." In a similar vain to "opsimath and topics" you can see "He-VR" means a little bit mroe than "Google Glass" and while Magic Leap has the right moniker, we still don't seem to grasp the difference between cryogenic sleep en route to Mars and being able to walk to an imaginary island in the sky in the blink of an eye--and then decide whether it was a shared dream or if you...
2009 May 08
9
Bash Script help...
Hi All, I need to write a script that I will manually start (or a cron job in future) but I need it to do a number of things in order one after another. How do i do that so everything gets dont as the steps depend on each other. Example: cd /system_backups/ tar cvf apache-conf.tar /etc/httpd/conf/* gzip -v9 apache-conf.tar tar cvf apache-data.tar /var/www/* gzip -v9 apache-data.tar
2018 Aug 19
0
IDTCA.
...d that nothing is intentionally causing you to believe a lie... you could be using it to increase happiness and intelligence. What you're looking at is a "slam dunk" there's no good reason in the Universe to hide the existence and active use of this technology... made ever so much mroe clear by the fact that you can see and verify it's influence in every single name and every song and every movie--every name on the planet... and still you can't fathom that this is really about your own slavery? You can't stand up and tell a newspaper that they should be investigating...