search for: ditions

Displaying 13 results from an estimated 13 matches for "ditions".

Did you mean: editions
2003 Sep 26
1
installation : make fails (R-1.7.1 on RedHat 8.0)
Hi, I'm trying to compile R-1.7.1 from source (on a RedHat 8.0) instead of using the binary version, as it has often been advised. However I don't manage to find a solution to the following error which occurs during the make procedure : /!\-------------------------------------------/!\ building package 'ctest' mkdir -p -- ../../../library/ctest/R mkdir -p --
2006 Aug 27
6
how to get the words of a query
Hi, Using aaf to search pages, I wanted to present excerpts from the texts even when more than one term was used in the search. I came to some results, despite the difficulty caused by Unicode+ruby. The last problem I''m faced is to get the query words, without the logical articulation chars if any. Is there a clean way to get them ? -- Jean-Christophe Michel
2006 Jul 13
0
how to generate api.rubyonrails.com as local ?
Hi, I didn''t find how to generate rails api similar to api.rubyonrails.com. rake api:rails is really not as good. It would probably spare much bandwith to make the script public ;-) or at least propose a tar download, instead of the idea of wget -r that googles finds when searching for rake api :/ Jean-Christophe Michel -- Sym?trie, ?dition de musique et services multim?dia 30 rue
2010 Nov 16
2
Pronote 2010
Bonjour, Je suis d?sol? de poser ma question en fran?ais mais mon anglais n'est pas suffisamment correct pour le sujet que je veux aborder. Mon ?tablissement scolaire utilise un serveur de notes PRONOTE et chez moi j'ai install? un client sous Wine. La connexion au serveur se fait sans difficult?, je peux rentrer mes notes et j'ai acc?s ? tous les services propos?s par ce logiciel.
2004 Jul 06
0
Warning: Possible Virus Infection
Ceci est un message automatique de la passerelle antivirus Guinevere. Un message a ?t? re?u de votre part avec pour objet Re: Thanks! Le message ?tait adress? ? jlrauline@ier.fr. The message probably contains a virus. Il est possible que ce message ait ?t? envoy? par un poste infect? par un virus ayant utilis? votre adresse de messagerie en tant qu'adresse d'exp?dition
2006 Aug 06
2
better_nested_set plugin
Hi, I''m pleased to announce that the better_nested_set plugin is released. It ehances acts_as_nested_set, adding methods to move parts of the tree, like: * move_to_child_of * move_to_right_of * move_to_left_of Pass them an id or an object. Other methods added by this mixin are: * root - root item of the tree (the one that has a nil parent; should have left_column =
2006 Aug 22
3
synonyms
Hi, Using ferret and acts_as_ferret. Great work. Is there a way to define some synonyms (searchable words that would not appear in the texts ? Like stop words, but instead of being removed from query and index, they would be added ;-) Can some synonyms be regexp ? I''d like for instance to have ? (oelig) be equivalent to oe in French. Or maybe an utf8 normalization could achieve
2011 Mar 06
0
Solaris Express server name broadcast
...ertainly find out, in due time, how to have a ZFS server using smb shares broadcast its name on the network.. Thanks again for willing to help. Amiti?s, Robert PS: since cross-posting seems to be the rage these days, I''ll copy that to the zfs-discuss list, in case a noble soul... -- ?ditions de l''?ge d''Or ? Stanley G. Weinbaum http://www.lulu.com/robert_soubie
2009 May 18
2
Syslinux.exe 64 bits Windows
Hello I'm working around creating a Linux installer kit, allowing the automatization of Linux servers. The same for Windows already exists in the company, based on CD WinPE Vista 32/64 bits. I'd like to install a Linux server via WinPE, but I've some problem in 64 bits to understand, and which for you might help me: Trying to install a Linux via WinPE, I boot on WinPe Vista
2006 Jun 20
2
Converting from acts_as_tree to acts_as_nested_set
I''m currently using acts_as_tree to display threaded Comments on my forums-like site. It''s waaay too slow to display a page with 1,000 comments, as it''s issuing a TON of selects. I''m pretty sure I want to convert to the nested set model, using acts_as_nested_set or acts_as_threaded. This should give me the performance I''m looking for. The problem,
2005 Jun 19
4
dcom98.exe fails to install.
I used the tool wine-config-sidenet from http://sidenet.ddo.jp/winetips/config.html which works great. I installed wine 20041201 as recommended and started wine-config-sidenet setup program and IE6 seemed to run great however, some URLs didn't work for example: www.arkia.co.il. Looking at the FAQ I noticed I should install dcom98.exe. When installing it I got windows popup stating:
2006 May 31
1
Help enhancing acts_as_nested_set
...ht_col_name() "#{configuration[:right_column]}" end def self.parent_column() "#{configuration[:parent_column]}" end def parent_column() "#{configuration[:parent_column]}" end EOV def find_all self.find(:all, :conditions => "#{left_col_name} > 0", :order => "#{left_col_name} ASC") end def find_roots self.find(:all, :conditions => "#{parent_column} = 0 AND #{left_col_name} > 0", :order => "#{left_col_name} ASC") end...
2006 Jul 09
3
Mongrel and proxying with Apache 2 mod_proxy
Hi all, I''ve just spent some time going through trying to get mongrel & apache 2.0 working with mod_proxy. I thought I''d share what I''ve found in case someone is going through the same exercise. Of late, I''ve been using mongrel (lovely, btw) to run my rails apps. Since I have a couple of different rails apps running on the machine, I thought it be nice to