search for: cruel

Displaying 20 results from an estimated 68 matches for "cruel".

2008 Jan 06
2
[LLVMdev] trouble with getelementptr
Hello, I have next code: ;begin ; ModuleID = 'sample.lz' @.str1 = internal constant [20 x i8] c"\22hello, cruel world\22" ; <[20 x i8]*> [#uses=1] @.str4 = internal constant [9 x i8] c"\22hello, \22" ; <[9 x i8]*> [#uses=1] @.str7 = internal constant [7 x i8] c"\22heya!\22" ; <[7 x i8]*> [#uses=1] declare i32 @puts(i8*) decla...
2011 May 29
0
Use of cruel and unusal frame sizes
Hi, I've been developing an application using CELT for some time and, for simplicity, have restricted frame sizes to powers of 2. During final testing I tested with a sound interface (the Phonic Firefly 302) whose ASIO drivers are very restictive in what they accept, and have about 6 allowable frame sizes < 512, a lot of which are odd numbers. However some are even numbered, so
2007 Apr 20
2
cat() to STDERR
Dear R wizards---I read Brian Ripley's post from 2004 which said that it was not possible to print to STDERR. Alas, I have more modest needs. I was wondering if it was possible to just send a string to STDERR with cat() while in CMD BATCH mode. Is it not possible to open STDERR in R? (Or does R use STDERR for itself and redirect it into the output stream?) This would be on a standard Unix
2009 Nov 16
2
Question regarding FreeBSD and Samba
Hello to everyone! I'm new here, pls don't be cruel with me :) My question is about refreshing explorer after creating (with a right click ->"New Folder" action) on Samba share. My configuration is: FreeBSD 7.2 Samba 3.0.36 Samba shares is on Raid 1 (hardware)(if this may be a reason for something). In smb.conf i have: [share]...
2003 Nov 18
2
SIP Context from domain?
...specific objections then I don't mind putting together a patch for it. I'm working with the last stable release and haven;t checked out CVS yet. -- Tristan 'Minty' Colgate <minty@deadweb.net> | ICQ #154577755 ----------- "I don't mean to sound bitter, cold, or cruel, but I am, so that's how it comes out" - Bill Hicks
2008 Apr 15
6
[LLVMdev] PATCH: Use size reduction -- wave2
...-null User* present, then I am asserting that it equals the computed value. I did not receive feedback for the algorithmic part yet, so I assume, you are comfortable with it. Unfortunately I had to introduce a new GlobalVariable::Create mechanism (I hoped to have nailed all in wave 1, but life is cruel). I will submit scripts for the easy conversion of external projects like the last time. I have split this review material into 3 files, corresponding to - essential changes, - related changes in .cpp files, - collateral nitty-gritty, mostly mechanical stuff. Outlook: The actual removal of the Us...
2006 May 12
2
Benchmark - Thanks Dave for making this gnawer this FAST!!
...ne, hyperestraier and ferret as Dave encourages the community of ferret to do so. Quite intersting numbers. Ferret indeed deserves to be called a high-performance port!! It''s MyFirstBenchmark ( http://ferret.davebalmain.com/trac/wiki/MyFirstBenchmark ) so please don''t be too cruel on critizing the method. It''s just a hack and it''s flawed - as every other benchmark. But it provides some numbers and regardlass how flawed it is, one thing remains true: All of these search engines are fast enough for most of us... Regards Jan -- Posted via http://www.ruby...
2015 Mar 04
1
nonlinear least square
....2,beta=0.1),data=OARmedium)summary(nachman)* Thanks, *Evans Ochiaga* *African Institute for Mathematical Sciences* *6 Melrose Road* *Muizenberg, South Africa* *Msc in Mathematical Sciences+27 84 61 69 183 * *"When I cannot understand my Father?s leading, And it seems to be but hard and cruel fate, Still I hear that gentle whisper ever pleading, God is working, God is faithful?Only wait."* [[alternative HTML version deleted]]
2005 Jan 11
0
Biometric Authentication for BSD/Linux (Forward)
Hey guys, this was sent to the openbsd-misc mailing list tonight. It might be interesting for some people here as well. - Christian ----- Forwarded message from "Alexey E. Suslikov" <cruel@texnika.com.ua> ----- Date: Tue, 11 Jan 2005 11:36:08 +0200 From: "Alexey E. Suslikov" <cruel@texnika.com.ua> Subject: Biometric Authentication for BSD/Linux X-Mailer: The Bat! (v3.0.2.4 Rush) Professional Homepage is here http://biomark.org.ru/en/ It is BSD-licensed http://bi...
2003 Mar 31
2
New iRiver Firmware supports Vorbis!
iRiver released some firmware updates today for many of their CD and Flash-based MP3 players. Among the added features is the ability to play back Ogg Vorbis and FLAC audio files. Interestingly, in order to make room for the decoders, they also _removed_ the ability to play back Windows Media Audio. It's unfortunate that they had to take out some capability, but I'd prefer Ogg to wma
2004 Jun 14
1
breakin' dovecot
I know this is cruel, but I figured out a way to break dovecot, temporarily. The really great news is that it recovers nicely. I'm also not sure if anything can be done about this, since I've seen the same thing happen with courier-imap, uw-imap, and maybe cyrus-imap. I used cyrus-imap for such a short p...
2008 Apr 16
0
[LLVMdev] PATCH: Use size reduction -- wave2
> Unfortunately I had to introduce a new GlobalVariable::Create > mechanism (I hoped to have nailed all in wave 1, but life is cruel). > I will submit scripts for the easy conversion of external projects > like the last time. One request is to explicity explain the new mechanism so people don't have to read the diffs or extrapolate from the conversion scripts. Please send a separate email with what API changes occur...
2015 Mar 18
1
Help
...below 'minFactor' of 0.000976562 Regards, *Evans Ochiaga* *African Institute for Mathematical Sciences* *6 Melrose Road* *Muizenberg, South Africa* *Msc in Mathematical Sciences+27 84 61 69 183 * *"When I cannot understand my Father?s leading, And it seems to be but hard and cruel fate, Still I hear that gentle whisper ever pleading, God is working, God is faithful?Only wait."* [[alternative HTML version deleted]]
2007 Apr 20
4
Change the mode of a list
Hello, can anybody tell me a easy way to change the mode of an "aggregate list" to "numeric"? I found a solution but I looks cruel. Thank's Felix PS: In the past you have asked what I am doing. I have to evaluate measures of two gauges of our university. The aim is to get an answer which one is better. > mode(MEAN) [1] "list" > mode(MEASURE) [1] "numeric" MEAN <- aggregate(INPUT[,3]...
2006 Mar 06
4
One-way change
I''m developing an app, and I want to make a single boolean field OK to change from 0 to 1, but not allow 1 to 0. Seems like the model''s validate method would be the right place for this, but I''m not sure how to implement it. Any suggestions (actual or pointers to) are greatly appreciated. -- Posted via http://www.ruby-forum.com/.
2003 Oct 26
2
[LLVMdev] redhat 9, compiling llvm-1.0.tar.gz
Hello Chris, Sunday, October 26, 2003, 8:06:03 PM, you wrote: CL> Makes sure that you have the C front-end installed correctly, and that CL> the configure script found it (you have to provide the path to the C CL> frontend to the configure script). hm... why cross-dependency?.. I thought llvm itself doesn't use cfront-end. P.S. Chris, I guess you know, but to be sure: your
2005 Oct 12
4
Downgrade from 3 to 2 suggestions
...rnel version? -- Stephen Carville -- polluting the ranks of skeptics since 1995. --------------------------------------------------------------- Government is actually the worst failure of civilized man. There has never been a really good one, and even those that are most tolerable are arbitrary, cruel, grasping and unintelligent. -- H. L. Mencken
2005 Dec 22
13
in-memory SQLite for testing
I am following the rails book, and arrived to the section about testing. The test database is configured as: test: adapter: sqlite3 database: ":memory:" and I get this error with the simple product test: % ruby test/unit/product_test.rb Loaded suite test/unit/product_test Started E/usr/local/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.1.0/lib/sqlite3/ errors.rb:94:in
2003 Dec 06
3
some success with linux 2.6 and wcfxo
...d up. I'd like to thank everyone on #asterisk for all the support they gave to a fellow linux enthusiast... absoutely none. -- Tristan 'Still Running 2.6, so there :P' Colgate <minty@deadweb.net> | ICQ #154577755 ----------- "I don't mean to sound bitter, cold, or cruel, but I am, so that's how it comes out" - Bill Hicks
2003 Aug 27
1
performance suggestion: sparse files
...em and send them across the wire(less), where another rsync got the zero blocks, realized that they were sparse, and just bode its time until it could do one big seek to the next non-sparse block. ("bode its time"? Who writes like that?) Of course, it never survived to see that moment; a cruel SIGINT arrived and dispatched both rsyncs. It seems like the right thing would be for the local end to skim past the zero blocks and send some metainformation, to avoid encrypting and transferring many GB of zeros. I worked around the problem by adding -z to compress the stream first (blocks of z...