Displaying 20 results from an estimated 64 matches for "stagiaires".
Did you mean:
stagiaire
2006 May 18
1
Feed 2 tables with one Form
...@stagiaire.demandes.create(params[:dr])
flash[:notice] = ''Stagiaire was successfully created.''
redirect_to :action => ''list''
else
render :action => ''new''
end
My probleme is that, it creates an entry in the "stagiaires" table with
no problem, but not in the "demandes" table :(
here the error : Mysql::Error: #23000Column ''dr'' cannot be null: INSERT
INTO demandes (`dr`, `type`, `stagiaire_id`) VALUES(NULL, '''', 13)
i supposed that i did something wrong near :
@...
2009 Jul 17
0
Rsync problem : stops unexpectedly
Hello.
My problem is Rsync stops when I use it between 2 of my servers (2 NAS
Synology) ( named "*.22*" and "*.6*" ).
The problem continue...
For example :
_ Rsync run correctly between my server "*.22*" and ".6" ( in the 2
directions )
_ Rsync run correctly between my server ".6" and "*.8*" ( in the 2
directions )
_ Rsync *doesn't
2009 Jul 15
0
Rsync stops in the middle of a transfer
Hello.
My problem is Rsync stops when I use it between 2 of my servers (2 NAS
Synology) ( named "*.22*" and "*.6*" ).
For example :
_ Rsync run correctly between my server "*.22*" and ".6" ( in the 2
directions )
_ Rsync run correctly between my server ".6" and "*.8*" ( in the 2
directions )
_ Rsync *doesn't run* correctly between my
2006 May 16
9
Date transform
hi all,
i want my users to enter a date in "ddmmyyyy" format, do someone know
how may i transform it in "yyyy-mm-dd" in the controler before i add it
to the base please?
thks
irong
--
Posted via http://www.ruby-forum.com/.
2005 Aug 04
1
Samba, win xp and acls
...es
create mode = 0777
directory mask = 0777
admin users = root
nt acl support = yes
[technique]
writable = yes
path = /share/technique
public = no
create mode = 0770
directory mask = 0770
valid users= @technique, @admins
admin users = root
nt acl support = yes
[stagiaires]
writable = yes
path = /share/stagiaires
public = no
create mode = 0770
directory mask = 0770
valid users= @stagiaires, @admins
admin users = root
nt acl support = yes
[secretariat]
writable = yes
path = /share/secretariat
public = no
create mode = 0770
direc...
2002 Oct 23
1
re stagiaire embetée ...
merci de m'accorder un petit peu de temps ... c'est gentil de votre
part ...
le service cron que j'utilise est sur PC
l'appli doit être lancée toutes les minutes
le .exe et le .ini se trouvent sur G, qui est en effet une partition
montée via samba sur une station NT
si ca peut être plus clair, voici un test que j'ai fait :
- test.cmd est un fichier de commande permettant de
2005 Apr 18
5
the graph gallery strikes back
Hello useRs and helpRs,
Some time ago, in a gallaxy far away (here is the thread :
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/46532.html ) we
discussed about a graph gallery showing the power of R in that domain. I
did some work around that, and there is a (pretty advanced) draft here :
http://addictedtor.free.fr/graphiques/displayGallery.php
For instance, there are some of my graphs,
2006 May 19
3
Change Error messages
Where may i change the default error message for validating a form ?
And the box error title, please : "1 error prohibited this stagiaire
from being saved"
thks
--
Posted via http://www.ruby-forum.com/.
2005 Apr 23
3
How to know in which package is a function
Hello list,
I'd like to know if there is a function that tells in which package is a
given function.
Something like :
which.package("lda")
[1] "MASS"
Thank you.
Romain
--
~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
~~~~~~ Romain FRANCOIS - http://addictedtor.free.fr ~~~~~~
~~~~ Etudiant ISUP - CS3 - Industrie et
2005 Aug 18
0
SRVTOOLS issues
...96750-1210694437-514) -> nobody
Finances (S-1-5-21-1234032427-2839496750-1210694437-3007) -> finances
Power Users (S-1-5-32-547) -> -1
Domain Users (S-1-5-21-1234032427-2839496750-1210694437-513) -> users
Print Operators (S-1-5-32-550) -> -1
Administrators (S-1-5-32-544) -> admins
Stagiaires (S-1-5-21-1234032427-2839496750-1210694437-3009) -> stagiaires
Account Operators (S-1-5-32-548) -> -1
Backup Operators (S-1-5-32-551) -> -1
Users (S-1-5-32-545) -> users
Domain Computers (S-1-5-21-1234032427-2839496750-1210694437-3011) ->
machines
Technique (S-1-5-21-1234032427-2839...
2017 Nov 28
1
Thiel's Uncertainty Coefficient
Dear sir Schwartz,
In response to a granted online request to receive R code in order to generate Theil's Uncertainty coefficient, I was hoping I could receive the same favor.
https://stat.ethz.ch/pipermail/r-help/2011-May/279210.html
Thank you in advance, I hope to hear from you.
Kind regards,
Jos? Snoep
Stagiair Universitair | MC ES - SOFY
+31 6 13060740
Snoep.Jose at
2007 Mar 08
2
Removing duplicated rows within a matrix, with missing data as wildcards
I'd like to remove duplicated rows within a matrix, with missing data
being treated as wildcards.
For example
> x <- matrix((1:3), 5, 3)
> x[4,2] = NA
> x[3,3] = NA
> x
[,1] [,2] [,3]
[1,] 1 3 2
[2,] 2 1 3
[3,] 3 2 NA
[4,] 1 NA 2
[5,] 2 1 3
I would like to obtain
[,1] [,2] [,3]
[1,] 1 3 2
[2,] 2 1 3
2003 Jun 12
1
Problème en R
Bonjour,
Je suis ?tudiant stagiaire ? Paris et je rencontre quelques difficult?s en
programmation R.
J'ai une data frame compos?e de 4 colonnes et 250 lignes et dont chaque
ligne est une famille.
J'ai fait un tirage al?atoire avec remise des familles 250 fois ce qui
m'am?ne ? une nouvelle dataframe.
A cette nouvelle dataframe, j'applique un programme qui calcule 2 param?tre
X1
2005 Aug 02
3
how to print a data.frame without row.names
Dear All,
is there a simple way to print a data.frame without its row.names?
example:
datum <- as.Date(c("2004-01-01", "2004-01-06", "2004-04-12"))
content <- c('Neujahr', 'Hl 3 K.', 'Ostern')
df1 <- data.frame(datum, content)
print(df1)
datum content
1 2004-01-01 Neujahr
2 2004-01-06 Hl 3 K.
3 2004-04-12 Ostern
Can I get
2003 Nov 17
1
CLARA
I need informations about the clara routine. The on-line doc say that the
argument stand is a logical, indicating if the measurements in x are
standardized before calculating the dissimilarities. Measurements are
standardized for each variable (column), by subtracting the variable's mean
value and dividing by the variable's mean absolute deviation. If we note
STAND = TRUE, I suppose that
2001 Jul 19
3
Write a script
Dear R users,
I would like to write a script to launch R commands from a Unix prompt but I
do not have any idea how to do it. Can someone bring me help please?
Thanks in advance
Denis Choquet
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2005 Oct 19
6
forrest plot
Hi,
can you tel me how can I make a Forrest Plot with R?
It is possible and easy or are there a more practical free software available?
Than you
Mic
[[alternative HTML version deleted]]
2005 Jun 13
3
assignment of inidividual variables from spss save files
New to R, can't afford SPSS!
Why can't I assign spss variables? Here are the details.
> ### I've read in my collaborator's sav file using read.spss, eg
> children = read.spss(filename)
> ### It has many variables
> length(children)
[1] 347
> ### and I would like to assign individual variables.
> ### I can of course type out all the ones I want, eg
>
2004 Mar 26
2
add machine script wont add Postfix account
He Guys,
When we add a client pc (win2k) to our domain everything goes well
except that the add machine script wont run.
A computer will be created within the lDAP directory but not with the
add machine script.
The following is our situation.
Fedora Core1
|-samba-3.0.2-7.FC1
|-openldap-2.1.22-8
smb.conf
--------------
# Global parameters
[global]
workgroup = T3E
server string
2005 May 19
2
ARIMA estimation
Good morning,
(sorry for my english)
i have some problems to put off by extimation ARIMA coefficients
the ones not significatives.
Exist a method to extimate only that significatives?
i use the command: arima().
thanks to all
Stefano
[[alternative HTML version deleted]]