search for: 7403

Displaying 16 results from an estimated 16 matches for "7403".

Did you mean: 403
2004 Dec 04
2
write.table inconsistency (PR#7403)
There's an as.matrix() call in write.table that means the formatting of numeric columns changes depending on whether there are any non-numeric columns in the table or not. For example, > x <- data.frame(a=1:10,b=1:10) > write.table(x,sep=',',row.names=F) "a","b" 1,1 2,2 3,3 4,4 5,5 6,6 7,7 8,8 9,9 10,10 > x <- data.frame(a=1:10,b=as.factor(1:10))
2012 Oct 23
3
Error
...me_hi_and_version = 18743, clock_seq = "\203\031", node = "&#65533;&#65533;&#65533;\234&#65533;6"}, if_version = 1 libndr.so: symbol ndr_transfer_syntax_ndr has changed - please update major version old_signature: uuid = {time_low = 2324192516, time_mid = 7403, time_hi_and_version = 4553, clock_seq = "\237\350", node = "\b\000+\020H`"}, if_version = 2 new_signature: uuid = {time_low = 2324192516, time_mid = 7403, time_hi_and_version = 4553, clock_seq = "\237&#65533;", node = "\b\000+\020H`"}, if_version...
2003 Nov 06
40
voicemail
If you ring into * and leave voicemail It does not reset the line Any ideas would be appreciated Regards Mick
2007 Nov 20
5
Compound search / grouping
Hi, Following problem: We have a tree structure with children and a root element (recursivly) stored in one table (imagine a threaded forum). Each of the children has a title which should be indexed by ferret. Now we want to make a search that returns only the root and searches all items. So if one node has "expensive" and nother node has "car" I want to enter
2005 Jun 23
4
French Audio Files
Hello - sorry for my bad english. I will make a list of all sound files on asterisk and i'll record then on professional studio. the french prompts from sineapps sounds bad... sorry for her... tell me if their is many peoples want it ! thank's. en francais: dites moi si ca vaut le coup que j'investissexr dans l'enregistrement des messages en francais. La voix sera la "voix
2011 May 16
2
Xapian.org design
...at work and were wondering if we could do you a jazz-ed up site design (for free) and wondered if this'd be something the Xapian guys would be interested in. Any thoughts? Justin -- Redwire Design Limited 54 Maltings Place 169 Tower Bridge Road London SE1 3LJ www.redwiredesign.com [ 020 7403 1444 ] - voice [ 020 7378 8711 ] - fax
2011 Jun 01
1
Relevance, weighting and searching by specifically weighted text
...quire::set_weighting_scheme method and cannot see a way where altering the parameters of the BM25 weighting scheme can achieve this. Is there a way this can be done? Thanks, Justin -- Redwire Design Limited 54 Maltings Place 169 Tower Bridge Road London SE1 3LJ www.redwiredesign.com [ 020 7403 1444 ] - voice [ 020 7378 8711 ] - fax
2007 Apr 09
2
VMWare vs Parallels, and Zen
I've seen several references to running VMWare under CentOS, but does anybody know how well Parallels runs under CentOS? On a related note, now that Zen is as mature as it is, are commercial VMs really much better than Zen? Miark
2011 Jul 28
1
Xapian and Synonyms
...t synonyms from a database? I can't see a way to do this in the API. If I can get answers to this, I can test it and would be happy to write this up for the site. Cheers, Justin -- Redwire Design Limited 54 Maltings Place 169 Tower Bridge Road London SE1 3LJ www.redwiredesign.com [ 020 7403 1444 ] - voice [ 020 7378 8711 ] - fax
2005 Jul 28
3
MySQL authentication
Hi I am wanting to install : dovecot 1.0-stable I currently have dovecot 0.99.11-1 which came packaged on Fedora Core 3 It is doing auth off a MySQL db an working well I have downloaded the latest stable tarball and extracted ... I don't see how to enable mysql lookups at compile time... Help please ... I am getting a lot of pressure from the people at work ... Regards Andrew Andrew
2009 May 13
2
ode first step
...87440 7 2675 32.92470 0.2771216 8 3105 29.57162 0.2854834 9 3552 28.01424 0.2893672 10 3986 25.62167 0.2953337 11 4415 23.62612 0.3003101 12 4841 21.95523 0.3044769 13 5264 21.08464 0.3066480 14 5698 19.68040 0.3101498 15 6509 18.31788 0.3135476 16 6950 17.65868 0.3151915 17 7403 17.00206 0.3168290 18 8130 16.38856 0.3183589 19 9001 15.58544 0.3203617 20 9928 15.27882 0.3211263 21 11899 14.46415 0.3231579 22 16354 13.91779 0.3245204 23 18926 13.82630 0.3247485 24 21602 13.66776 0.3251439 25 24413 13.98560 0.3243513 26 27056 13.87143 0.3246360 27 29844 13.64881...
2011 Nov 06
2
What is the best way to represent a category hierarchy using term prefixes in Xapian?
Assume I have the following example hierarchy: US >Michigan >>Detroit >>Grand Rapids >>Lansing >Minnesota >>Grand Rapids >>Minneapolis >>St Paul >Ohio >>Columbus >>Grand Rapids >>Sandusky I see two ways that I could index a ?Grand Rapids, Michigan? document with prefixed terms: XFIRSTLEVELus XSECONDLEVELmichigan
2011 Jul 27
3
Searching using prefixes
...: Xapian::QueryParser qp; qp.add_prefix("", "S"); Xapian::Query query = qp.parse_query("Cheese in China"); Is this correct? Thanks, Justin -- Redwire Design Limited 54 Maltings Place 169 Tower Bridge Road London SE1 3LJ www.redwiredesign.com [ 020 7403 1444 ] - voice [ 020 7378 8711 ] - fax
2007 Aug 25
0
[LLVMdev] ccbench: compiler shotout benchmark script
...1805 12589 23736 llvm-g++ -Os bigfib.cpp 0.17 3.75 26810 1116 1380 icc -Os bigfib.cpp 0.17 3.85 28902 1116 1380 icc -O2 bigfib.cpp 0.17 4.48 18902 444 572 g++-4.1 -O2 bigfib.cpp 0.18 2.30 7403 376 156 llvm-g++-bc -Os bigfib.cpp 0.18 2.74 11838 380 420 llvm-g++-bc -O2 bigfib.cpp 0.18 2.82 374391 12589 23736 llvm-g++ -O2 bigfib.cpp 0.22 2.21 8090 388 156 llvm-g++-bc -O0 bigfib.cpp 0.29 2.99 14101...
2006 Jul 20
4
Help with Rails and postgres with sequence numbers (global?)
...ng? Any help would be highly appriciated, as I am running out of time in my project :-( Regards Till Vollmer "Ajax mit Ruby on Rails" im iX 4/2006 von Till Vollmer. Siehe auch www.railsnet.de Codemart GmbH Till Vollmer Managing Director Tel: +49 (0)89 1213 5359 Mob: + 49 (0)160 718 7403 Fax: +49 (0)89 1892 1347 Yahoo ID: till_vollmer Skype: till_vollmer www.codemart.de till.vollmer@codemart.de -- Posted via http://www.ruby-forum.com/.
2005 Feb 16
10
VOIP Challenges...
Greetings - I''m new to QoS, so please be gentle (and yes, I''ve RTFM, though I don''t understand every bit of it) Here''s the thing; I''ve tried several scripts--simple and complex--for classifying my Vonage traffic into a high-priority queue, but no matter what I do it doesn''t seem to work. Right now I''m using the HTB script