Displaying 20 results from an estimated 351 matches for "rechercher".
Did you mean:
recherche
2010 Apr 13
1
People Centric recherche plusieurs développeurs Ruby on Rails
Un bon job de Developpeur Expérimenté Ruby on Rails, sur logiciel
marketing digital, équipe pro, Paris 2, Sté Cotée, Paris Rou
SiliconValley.
Veuillez consulter le lien suivant pour plusieurs détails:
http://www.people-centric.fr/2010/01/27/type/6368-job-developpeur-ruby.html/fr/
Cordialement,
Roxana Stefan Malene
Chargée de recrutement en IT
Mail:
2007 Nov 24
7
htmlwindow
Bonjour.
Ne pouvant pas afficher toutes les pages web avec html window, est-ce qu''il est possible à partir d''un bouton de coller l''url choisi dans la barre de recherche d''IE7 par exemple et d''ouvrir IE7 automatiquement à la page recherchée?
Est-ce que vous pouvez me donnez quelques explications si cela est possible?
merci
sebastien
2010 May 07
4
looking for feedbacks on courier to dovecot
Manao ahoana, Hello, Bonjour,
We currently run courier POP .
We would like to switch to Dovecot.
I encounter problems when migrating the UIDL because we have big
Maildirs and POP re-downlading the data is not possible for most of the
users.
I tried the http://www.dovecot.org/tools/courier-dovecot-migrate.pl
script but I still have the re-downloading event.
What are your stories and advices
2006 Oct 04
1
RODBC: longest string is truncated
Hello R community:
I'm encountering unexpected behaviour as I download string data from
MySQL using the RODBC package. The unexpected behaviour is that the last
character of the string is truncated. As far as I can see, this happens
when some strings are of length 501 or more.
Here's how to reproduce this behaviour.
## In MySQL, pick a database and run this:
CREATE TABLE test (
v1
2008 May 06
1
Type I or III SS with mixed model function lme
Hello, I have come across a result that I cannot explain, and am hoping that
someone else can provide an answer. A student fitted a mixed model using
the lme function: out<- lme(fixed=Y~A+B+A:B, random=~1|Site). Y is a
continuous variable while A and B are factors. The data set is balanced
with the same number of observations in each combination of A and B. There
are two hierarchical
2007 Nov 30
1
formula substitution by its calculated value
Dear R_Users,
I am confronted to a technical issue that I wouldn't even know how to start to handle and where to look at. It is about data manipulation in a dataframe and value substitution
Imagine I have a matrix describing a set of chemical equations.
Colnames are Components names and Rownames are Reaction names
Each cell in that matrix corresponds to the stoechiometric coefficient to the
2003 Oct 31
4
dnorm() lead to a probability >1
Howdee,
One of my student spotted something I can't explain: a probability >1 vs a
normal probability density function.
> dnorm(x=1, mean=1, sd=0.4)
[1] 0.9973557
> dnorm(x=1, mean=1, sd=0.39)
[1] 1.022929
> dnorm(x=1, mean=1, sd=0.3)
[1] 1.329808
> dnorm(x=1, mean=1, sd=0.1)
[1] 3.989423
> dnorm(x=1, mean=1, sd=0.01)
[1] 39.89423
> dnorm(x=1, mean=1, sd=0.001)
[1]
2006 Apr 23
1
Setting up a t38 fax gateway
Hello to all,
Is there an "how-to" for asterisk and setting up a t38
fax gateway (SIP) ?
I look at http://bugs.digium.com/view.php?id=5090 to
patch asterisk chan_sip.c file.
What are the next steps to get a t38 fax gateway with
asterisk ?
Regards
Harry
PS:
I use hylafax server.
___________________________________________________________________________
Faites de
2006 Apr 23
1
SIPredirect
Hello,
I read
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+SIPredirect
I wish to configure asterisk as a redirect server.
I have badly understood this command .
ASTERISK
|
sip agents nated ======SER
When sip agents send INVITE to the proxy i want ser
send this one to ASTERISK .
How asterisk can send 302 messages with the good info
in
2006 Apr 25
2
Sip t38 gateway tests
Hello,
I patched asterisk patched with the latest t38 support
.
I would need some people for tests.
Regards
harry
___________________________________________________________________________
Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services pr?f?r?s : v?rifiez vos nouveaux mails, lancez vos recherches et suivez l'actualit? en temps r?el.
2006 May 10
2
asterisk monitoring / res_snmp
Hello,
I 've installed both cacti and res_snmp for
monitoring.
Does res_snmp is able to send snmp traps when hardware
is out of service or others status ?
Harry
___________________________________________________________________________
Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services pr?f?r?s : v?rifiez vos nouveaux mails, lancez vos
2007 May 28
2
help on asterisk sipp
Good morningI was wondering whether you could help me. I
installed sipp on my Asterisk server but I don't really understand how
does it fonction! Has someone ever tried it?If you can explain to me the principle, I would be extremely grateful.Thank you very much in advance.
_________________________________________________________________
Lancez des recherches en toute s?curit? depuis
2010 May 04
3
Access filesystem (NFS) as some user
Manao ahoana, Hello, Bonjour,
My Dovecot server has to access the users Maildirs.
Maildirs are on a NFS mount that only a user (vmail/500) may read
and write. No one else.
How to configure Dovecot so that at least disk read-write are performed
as a "vmail" user (that I have created with the right attributes)?
Is the workaround of changing dovecot's system UID/GID a not-so-bad one?
2008 Oct 21
4
subscripting a one column matrix drops dimension
Hi all,
Why subscripting a one column matrix drops one dimension?
> x<- matrix(rnorm(100), ncol=1)
> str(x)
num [1:100, 1] -0.413 -0.845 -1.625 -1.393 0.507 ...
> str(x[20:30,])
num [1:11] -0.315 -0.693 -0.771 0.448 0.204 ...
> str(x[20:30])
num [1:11] -0.315 -0.693 -0.771 0.448 0.204 ...
This breaks:
> cov(x)
[,1]
[1,] 0.9600812
>
2004 Mar 02
2
Import range of cells from Excel
Dear all,
I would like to import a range of cells (e.g. F10:K234) from an Excel
worksheet to R. I have looked for documentation on RODBC and RDCOMClient but
I was not able to find enough information to solve my problem and all the
examples I have seen were dealing with an entire worksheet, not a range of
cells.
Thanks,
Jean-Noel
Jean-Noel Candau
INRA - Unit? de Recherches Foresti?res
2005 Apr 07
3
package
hello,
I created a package with my functions, and i wand to hide the code of some functions.
Could you help me ?
Gr?gory
--------------------------------------------------------------
GAZ DE FRANCE
Gr?gory Benmenzer
DIRECTION DE LA RECHERCHE
P?le Economie Statistiques et Sociologie
361 Avenue du pr?sident Wilson - BP 33
93211 La Plaine Saint Denis cedex
tel : 01 49 22 55 07
fax : 01 49 22
2009 Mar 12
3
avoiding termination of nls given convergence failure
Hello. I have a script in which I repeatedly fit a nonlinear regression to
a series of data sets using nls and the port algorithm from within a loop.
The general structure of the loop is:
for(i in 1:n){
… extract relevant vectors of dependent and independent variables …
… estimate starting values for Amax and Q.LCP…
2007 Oct 11
3
radio_button_tag
Hello
I have a view which have 2 radio buttons :
...
<td style="width:5%">Actuel</td>
<td style="width:10%"><%= radio_button_tag(:actuel, value = "1", checked
= false, options = {}) %>
<td style="width:5%">Last</td>
<td style="width:10%"><%= radio_button_tag(:last, value = "1", checked =
2009 Dec 23
2
A package for visualizing R syntax
Dear all,
I have written a small set of functions for drawing graphical representations of R objects and evaluations of R expressions.
It is mainly intended for pedagogical purposes. Here are some samples:
http://panini.u-paris10.fr/~sloiseau/sampleGraphics.pdf
The idea is to use some graphical conventions in order to make clear the abstract syntax and to explain function, extraction,
2006 Oct 18
8
Automatic File Reading
Dear All,
I am given a set of files names as:
velocity1.txt
velocity2.txt
and so on.
I am sure there must be a way to read them automatically in R.
It is really taking me longer to read them than to analyze them.
Anybody has a suggestion to help me out with this?
Many thanks
Lorenzo