search for: floyd

Displaying 20 results from an estimated 63 matches for "floyd".

Did you mean: flood
2008 Apr 05
1
Lower-case filenames on receiver side
...s, so it seemed just some weirdness in the files. However i just noticed something interesting from today's log, there seems to be something wrong with the capitalization of some filenames > deleting acdc/Back In Black/Back In Black.mp3 > deleting acdc/Back In Black/ > deleting Pink Floyd/The division Bell/Cluster one.mp3 > deleting Pink Floyd/The division bell/Keep tolking.mp3 > deleting Pink Floyd/The division bell/A great day for freedom.mp3 > ... > ACDC/Back In Black/ > ACDC/Back In Black/Back In Black.mp3 > Pink Floyd/The division Bell/A great day for freedom....
2006 May 13
7
Recognition Failure
...for "/dispatch.fcgi" error. I search for a solution and the closest I came to finding one was someone saying "look at the Rewrite in .htaccess and you''ll be able to figure it out." Well, I can''t! If anyone could help, I would appreciate it. Thanks! Floyd -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060513/ca1536e5/attachment.html
2002 Sep 06
6
questiona about CBQ algorithm in Linux
Hi Stef and Alexey I have read some documents about CBQ algorithm from http://www.icir.org/floyd/cbq.html but still have some question about CBQ in Linux . 1. First estimator can estimate how much bandwidth already USED per class. one estimating algorithm is EWMA (exponential weighted moving average), how about Linux implemenatation about estimator? also do you have link for this algorithm?...
2020 Sep 13
1
metaflac --show-all-tags (patch)
Hi folks, I always wondered why there is no "metaflac --show-all-tags", in parallel to --remove-all-tags. Attached you can find a patch for your consideration. Sample output: % metaflac --show-all-tags *.flac 01 Pigs on the wing (Part One).flac:ARTIST=Pink Floyd 01 Pigs on the wing (Part One).flac:TRACKNUMBER=01 01 Pigs on the wing (Part One).flac:ALBUM=Animals 01 Pigs on the wing (Part One).flac:TITLE=Pigs on the wing (Part One) 01 Pigs on the wing (Part One).flac:GENRE=Rock 01 Pigs on the wing (Part One).flac:DATE=1977 02 Dogs.flac:ARTIST=Pink Floyd 02 D...
2004 May 31
1
e1071 build issue
...__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c cmeans.c -o cmeans.o gcc -I/app/R-1.9.0-p/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c cshell.c -o cshell.o gcc -I/app/R-1.9.0-p/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c floyd.c -o floyd.o g++ -I/app/R-1.9.0-p/lib/R/include -I/usr/local/include -mieee-fp -fPIC -g -O2 -c svm.cpp -o svm.o g++ -shared -L/usr/local/lib -o e1071.so Rsvm.o cmeans.o cshell.o floyd.o svm.o ** R ** data ** inst ** save image Error in loadNamespace(i[[1]], c(lib.loc, .libPaths()), keep.source)...
2009 Nov 25
2
Need Info on Celt-dev
I need to know if this software can help me embed streaming audio into items(lots) in my online auctions. I am looking for the capability on high ticket items to be able to explain the benefits and features of that particular lot. Jerry Floyd Prime Equipment.& Auction Co. 601 S. McAllister St. Quitman, TX 75783 903-763-5060 x1 Fax: 903-781-9225 <http://www.prime-equipment.net> www.prime-equipment.net CONFIDENTIALITY NOTICE: The information contained herein is confidential and intended solely for the addressee(...
2015 Apr 21
2
shlib problems with Intel compiler
...o cmeans.o icc -std=gnu99 -I/apps/R/3.1.3-intel/lib64/R/include -DNDEBUG -I/usr/local/include -fpic -g -O3 -wd188 -ip -fp-model precise -c cshell.c -o cshell.o icc -std=gnu99 -I/apps/R/3.1.3-intel/lib64/R/include -DNDEBUG -I/usr/local/include -fpic -g -O3 -wd188 -ip -fp-model precise -c floyd.c -o floyd.o icpc -I/apps/R/3.1.3-intel/lib64/R/include -DNDEBUG -I/usr/local/include -fpic -g -O3 -fp-model precise -c svm.cpp -o svm.o icpc -L/usr/local/lib64 -o e1071.so Rsvm.o cmeans.o cshell.o floyd.o svm.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crt1.o: In function `_st...
2015 Apr 22
1
shlib problems with Intel compiler
...ostic output showing the errors. >> >> Advice appreciated! >> >> Thanks, >> >> Andy > > There are two things missing when R tries to create the shared object > file on this line: > > icpc -L/usr/local/lib64 -o e1071.so Rsvm.o cmeans.o cshell.o floyd.o > svm.o > > Firstly, the compiler flag "-shared" is missing. It tells the compiler > to build a shared object instead of an executable. Secondly the linker > flag "-lR" is missing, along with the "-L" flag that tells the linker > where to find the...
2006 Jul 12
5
Reverse sorting
I am getting strange results when I reverse sort a query. I am sorting by date, but it doesn''t seem to be related to dates (I have tried just integers). I also paginate the results. Items in the result set are sometimes duplicated and the not ordered at all. When I try a non-reverse sort I don''t see duplicates and the ordering is correct. Any ideas what is going on? Thanks
2010 Oct 21
1
[LLVMdev] MS VS2010 std implementation: "Cannot assign iterators to two different blocks!"
...ifferent `SuccIterator::Term`s were ok. Could a solution be to implement `_Move` in `SuccIterator`? I am not familiar with `_Move` semantics in MS std library. Bob -----Original Message----- From: Michael Spencer [mailto:bigcheesegs at gmail.com] Sent: Thursday, October 21, 2010 7:53 AM To: Bob Floyd Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] MS VS2010 std implementation: "Cannot assign iterators to two different blocks!" On Mon, Oct 4, 2010 at 9:52 PM, Bob Floyd <bobfloyd at comcast.net> wrote: > When using MS VS2010 there is an issue with std: > > > > `S...
2015 Apr 22
0
shlib problems with Intel compiler
...ion on my > platform, compiler, and some diagnostic output showing the errors. > > Advice appreciated! > > Thanks, > > Andy There are two things missing when R tries to create the shared object file on this line: icpc -L/usr/local/lib64 -o e1071.so Rsvm.o cmeans.o cshell.o floyd.o svm.o Firstly, the compiler flag "-shared" is missing. It tells the compiler to build a shared object instead of an executable. Secondly the linker flag "-lR" is missing, along with the "-L" flag that tells the linker where to find the shared R library. To find out...
2006 Mar 11
1
Quicker quantiles?
...Deepayan's recent inquiries about the efficiency of the R 'quantile' function: http://tolstoy.newcastle.edu.au/R/devel/05/11/3305.html http://tolstoy.newcastle.edu.au/R/devel/06/03/4358.html I decided to try to revive an old project to implement a version of the Floyd and Rivest (1975) algorithm for finding quantiles with O(n) comparisons. I used to have a direct translation from FR's algol68 in my quantreg package, but was forced to remove it when it encountered g77 compilers that didn't like the way I had handled recursion. Fortunately, in the i...
2003 Sep 25
2
allShortestPath function in e1071 package
Hi All, I am using the allShortestPath function based on Floyd's algorithm in e1071 package. It runs great when I have less than 5000 nodes. But when I tried to work on more than 5000 nodes, I ran into memory problem. The problem I really want to solve has 10000-15000 nodes. Does anybody know how to deal with this problem? Are there any other packages...
2013 Feb 18
3
Question marks, asterisks, colons in filenames
Hi, I suppose this question must have been posted a hundred times, but Google brings up nothing useful: Consider "The Wall" from Pink Floyd in an MP3 collection. There's "In The Flesh.mp3" and "In The Flesh?.mp3" as tracks. Or, another example in an MP3 collection: There's a Band called "Stellar", but there's also a band called "Stellar*". Naming files like this is no problem in Li...
2010 Oct 21
0
[LLVMdev] MS VS2010 std implementation: "Cannot assign iterators to two different blocks!"
On Mon, Oct 4, 2010 at 9:52 PM, Bob Floyd <bobfloyd at comcast.net> wrote: > When using MS VS2010 there is an issue with std: > > > > `SuccIterator` implements a partial assignment operator: > > > > inline const _Self &operator=(const _Self &I) { > >     assert(Term == I.Term &&"C...
2003 Apr 15
2
Suppport for Asterisk, asterisk-h323 package and Voice Mail
...then forward the message via email to any specific email direction??? Thanks in advance.. Regards Ricardo Martinez "...for long you live and high you fly And Smiles you'll give and tears you'll cry And all you touch and all you see Is all your life will ever be..." Pink Floyd . The Dark Side of The Moon ************************************************* Ricardo Javier Martinez Ogalde Ingenieria Civil Electrica Universidad de Chile http://cipres.cec.uchile.cl/~rmartine/index2.html *************************************************
2009 Aug 21
0
R installation problem with shared libraries (PR#13900)
...al linking step). > install.packages("e1071") [***many lines cut***] gcc -m64 -I/usr/local/opt/x86_64-pc-solaris2.10/include -L/usr/local /opt/x86_64-pc-solaris2.10/lib -std=gnu99 -I/usr/local/opt/x86_64-pc-solar is2.10/R-2.9.1/lib64/R/include -I/usr/local/include -fpic -g -O2 -c floyd.c -o floyd.o g++ -m64 -I/usr/local/opt/x86_64-pc-solaris2.10/R-2.9.1/lib64/R/include - I/usr/local/include -fpic -g -O2 -c svm.cpp -o svm.o g++ -m64 -G -L/usr/local/lib64 -o e1071.so Rsvm.o cmeans.o cshell.o floyd.o svm. o ** R ** inst ** preparing package for lazy loading ** help *** install...
2006 May 10
1
Problems With Console
...n `setup'' from /usr/lib/ruby/1.8/irb.rb:54:in `start'' from /usr/bin/irb:13 The file completion.rb is definitely in the correct place and the permissions are set correctly. I have it installed on Mac OS X 10.4 Server. Any help would be appreciated. Thanks! Floyd
2003 Mar 27
2
About ability of "allShortestPaths" function in e1071 package
Hello. R's e1071 package has "allShortestPaths" function using Floyd's algorithm. It is very useful for road network analysis. I'll try to analyze facility allocation programs using this. I'd like to know how much nodes this function can deal with? And for larger nodes(for example million nodes), allShortestPaths employs graph partition algorithm?...
2009 Jun 16
1
Unable to use # as feature key prefix
...dduck.net/ | http://two.sentenc.es/ "and if the cloud bursts, thunder in your ear you shout and no one seems to hear and if the band you're in starts playing different tunes i'll see you on the dark side of the moon." -- pink floyd, 1972 spamtraps: madduck.bogus at madduck.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature (see http://martin-krafft.net/gpg/) Url : http://lists.digium.com/pipermail/aster...