Displaying 20 results from an estimated 87 matches for "cour".
Did you mean:
copr
2007 Jun 27
3
Import from excel
Hello,
I have imported data from Excel using the command
cours=read.delim("w:/apprentissage/cours_2.txt")
after transforming my initial file with tab delimiters
It seemed to work
It is 2-dimensionnal. When I type cours[5,5],
I get this type of message : "[1] 0,9760942761824 Levels: 0,495628477 0,893728761 0,89640592 0,903398558 ... 3,86441...
2005 Oct 04
0
Cours***Seattle***R/Splus Advanced Programming, November 2005
...ovember, 2005 "Advanced R/Splus programming" in Seattle
www.xlsolutions-corp.com/Radv.htm
********* Seattle ------------------------ November 10th-11th, 2005
Ask for group discount and reserve your seat Now (payment due after
the class)
Email Sue Turner: sue at xlsolutions-corp.com
Course Outline:
- Overview of R/S fundamentals: Syntax and Semantics
- Class and Inheritance in R/S-Plus
- Concepts, Construction and good use of language objects
- Coercion and efficiency
- Object-oriented programming in R and S-Plus
- Advanced manipulation tools: Parse, Deparse, Substitute, etc.
- Ho...
2017 Jun 16
3
Markdown editor for CentOS 7?
Le 16/06/2017 ? 13:25, Yamaban a ?crit :
> First, there are "preview" plugins for vim, you might want to look at
> them first:
> https://github.com/suan/vim-instant-markdown
Hi,
Thanks very much for your advice! This is a real life-changer for me. I
had to fiddle a couple hours with Node.js and tweaking Vim until
Markdown was handled correctly, but now I have a really nice
2013 Jan 28
0
add x64 printer drivers with cupsaddsmb fail
...lots of line scrolls through the terminal (.. command is
stuck in an endless loop).
Here is the beginning of the output (one cycle):
/[root at newcups]# cupsaddsmb -H localhost -U root -h localhost -a -v
Un mot de passe pour root est n?cessaire pour acc?der ? localhost via
SAMBA :
Commande en cours d'ex?cution : smbclient //localhost/print$ -N -A
/tmp/cupsjenHRl -c ? mkdir W32X86;put /tmp/cups4nnHkk
W32X86/4-4555-couleur.ppd;put /usr/share/cups/drivers/ps5ui.dll
W32X86/ps5ui.dll;put /usr/share/cups/drivers/pscript.hlp
W32X86/pscript.hlp;put /usr/share/cups/drivers/pscript.ntf
W32X86...
2007 Jun 03
1
observer_field - select form
I want to load a form when a "select form" is changed. I have done this
but it doesn''t work( i do not have an error but nothing change when i
change the select list):
in the view:
<code><% form_tag :action => ''update'', :id => @cour do %>
<!-- we choose the type of document (which will determine the form to
include) -->
<p><label for="type_article">Choissisez le type de votre
article:</label><br/>
<%= select :cour, :type_article, {"cours"=>"c",
"exercic...
2007 Nov 21
10
bugs
Bonjour tout le monde.
Parfois j''ai mon application qui se ferme toute seul et voila l''erreur qui apparaît: "Exit code: -1073741819"
Est-ce que quelqu''un peut m''expliquer ce que veut dire ce message d''erreur?
Je vous remercie.
sebastien
http://beusse.liveror.com
_______________________________________________
wxruby-users mailing list
2017 Jan 16
3
Your help needed: List of LLVM Open Projects 2017
..."projects" and mainly add/fix things
> in response to user needs, but just wondering if somebody has any ideas.
>
I'm not particularly active in lld anymore, but the last big item I'd
like to see implemented is Pettis-Hansen layout.
http://perso.ensta-paristech.fr/~bmonsuez/Cours/B6-4/Articles/papers15.pdf
(mainly because it improves performances of the final executable).
GCC/gold have an implementation of the algorithm that can be used as
base. I'll expand if anybody is interested.
Side note: I'd like to propose a couple of llvm projects as well, I'll
sit down...
2006 Jul 07
3
dynamically updating a listbox from another listbox
Hi,
I would like to be able to dynamically (without reloading the page)
change the values from one listbox when a user select items from another
listbox. I have a model ''Sector'' which has_many ''levels'' (and of cours,
''Level'' beyong_to ''sector''). I want to show the user two listboxes with
the sectors and levels. But when a user select a certain ''sector'', the
''levels'' listbox should be populated dynamically with only the ones
relate...
2010 Oct 08
74
Performance issues with iSCSI under Linux
Hi!We''re trying to pinpoint our performance issues and we could use all the help to community can provide. We''re running the latest version of Nexenta on a pretty powerful machine (4x Xeon 7550, 256GB RAM, 12x 100GB Samsung SSDs for the cache, 50GB Samsung SSD for the ZIL, 10GbE on a dedicated switch, 11x pairs of 15K HDDs for the pool). We''re connecting a single Linux
2016 Oct 21
3
anonymous function parsing bug?
...;
> class(f)
[1] "function"
>
> f(3)
[1] 6
Error in f(3) : attempt to apply non-function
>
> f<-function(x) {
+ print( 2*x )
+ }(4)(5)
>
> f(6)
[1] 12
Error in f(6) : attempt to apply non-function
###
is this a bug or desired behavior? Using parenthesis of coures solves
the problem. However, I think the operator precedence could be the
problem here. I looked at the "./src/main/gram.y" and I think that the
line 385
| FUNCTION '(' formlist ')' cr expr_or_assign %prec LOW
should be of way higher precedence. But I cannot f...
2016 Aug 18
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...from a
non SMB client, eg mkdir|touch (or NFS, ...) on the server.
It is also associated with files or directories created from Windows
client where the parent directory for some reason lacks inheritable
ACEs (because eg the admin relied on POSIX mode for some basic
permissions).
> There is of cours a chicken-and-egg problem here.
>
> And my wild guess is that this could be fixed with setting
> a proper share acl. (use the sharesec command).
> Maybe we must also/alternatively put a different xattr-acl for
> the share root.
Just adding inheritable (NT ACL xattr) ACEs to the sh...
2017 Jan 16
4
Your help needed: List of LLVM Open Projects 2017
...y add/fix things
> > in response to user needs, but just wondering if somebody has any ideas.
> >
>
> I'm not particularly active in lld anymore, but the last big item I'd
> like to see implemented is Pettis-Hansen layout.
> http://perso.ensta-paristech.fr/~bmonsuez/Cours/B6-4/Articles/papers15.pdf <http://perso.ensta-paristech.fr/~bmonsuez/Cours/B6-4/Articles/papers15.pdf>
> (mainly because it improves performances of the final executable).
> GCC/gold have an implementation of the algorithm that can be used as
> base. I'll expand if anybody is i...
2017 Jun 16
0
Markdown editor for CentOS 7?
...handled correctly, but now I have a really nice work
> environment for Markdown.
>
> https://pasteboard.co/f7IluMot.png
I wrote a little documentation with some detailed installation
instructions, so others can benefit from this.
https://github.com/kikinovak/formation-linux/blob/master/cours/Nodejs.md
https://github.com/kikinovak/formation-linux/blob/master/cours/Vim-Markdown.md
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Web : http://www.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
2009 Dec 12
1
code for [[.data.frame
...o OCaml via OCaml-R, and
I'm having trouble with data frame subsetting:
> # x#column 1;;
> Erreur dans (function(x, i, exact) if (is.matrix(i)) as.matrix(x)[[i]] else .subset2(x, :
> l'?l?ment 1 est vide ;
> la partie de la liste d'arguments de 'is.matrix' en cours d'?valuation ?tait :
> (i)
So I'd like to know what is the code of [[.data.frame. I know how to
show the code of functions in R (just typing the name of the function),
but I'm having trouble with [[.data.frame, as it has a special
syntacting handling.
Could someone kindly sho...
2005 Feb 18
2
Q.SIG support in CVS
Hi,
I just read thru the changelog.txt of the current CVS version and what
catched my eye was the following line: 'Adding Q.SIG switchtype option to
chan_zap' .
But there is no sample config in zapata.conf for Q.SIG and no
'feature-list'. Does this exist anywhere or has anyone already has
experience with * and Q.SIG and wants to share ??
Thanks a lot in advance,
best
2004 Oct 22
1
building an R package : where and how should my fortran library be loaded ?
..._____________________________________________________
Gilles GUILLOT
INRA -D??partement Math??matiques et Informatique Appliqu??es
Unit?? de Mixte de Recherche INRA - INAPG - ENGREF
Institut National Agronomique de Paris-Grignon
16 rue Claude Bernard
75231 Paris cedex 5
Aile Claude Bernard
Niveau cours +3 ??tages
tel : +33 (0)1 44 08 72 71
fax : +33 (0)1 44 08 16 66
http://www.inapg.fr/ens_rech/mathinfo/personnel/guillot/welcome.html
______________________________________________________________________
--
_____________________________________________________________________
Gilles GUILLOT
INRA...
2003 Sep 03
1
glmmPQL probelm
...f the cases the model
runs fine, while in some cases I get either of the two error messages. The
model obviously cannot be identified. Does anybody have an idea why?
The second question would relate to the handling of the problem. I don't
even mind that much to have some models unidentified (of cours I would
rather not have them). I would like to detect the possible problem
beforehand in order to instruct the simulation run not to specifiy it. What
is most annoying is that when an error occurs, the program stops the
simulation run and not just skips the model results. Does anybody have an
idea...
2004 Apr 08
1
plot help
...ternet, chaque
information, y compris le nom de l'exp侀diteur pouvant 侁tre intercept侀e,
modifi侀e, perdue, subir un retard dans sa transmission ou contenir
des virus. L'exp侀diteur d侀cline donc toute responsabilit侀 pour toute
alt侀ration, d侀formation ou falsification subie par le message au
cours de sa transmission.
Toute opinion contenue dans ce message appartient a son auteur et
ne peut engager la responsabilit侀 de la soci侀t侀 exp侀ditrice du message,
a moins que cela ait 侀t侀 clairement sp侀cifie dans le message et qu'il
soit v侀rifi侀 que son auteur 侀tait en mesure d'engager ladite...
2010 Jan 13
1
Problem fitting a non-linear regression model with nls
...281 est devenu inf?rieur ?
'minFactor' de 0.000976562\n"
- "Error in nls(formule, data = cbind.data.frame(x, y), start =
list(miny = min(y), : \n gradient singulier\n"
- "Error in numericDeriv(form[[3]], names(ind), env) : \n Valeur
manquante ou infinie obtenue au cours du calcul du mod?le\n")
- "Error in nlsModel(formula, mf, start, wts) : \n singular gradient
matrix at initial parameter estimates\n"
So it seems that I reach a local extremum each time. I know that most
of the problem comes from the choice of the initial values of the
paramete...
2012 Jan 19
4
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...6) ; <i8*> [#uses=1]
%_strcat22 = call i8* @strcat(i8* %_strcpy21, i8* getelementptr inbounds ([2 x i8]* @_stringexpr, i32 0, i32 0)) ; <i8*> [#uses=1]
%6 = call i8* @lista_sprintf(i8* %_strcat22, double %number) ; <i8*> [#uses=1]
ret i8* %6
}
--
Dr Jacques MENU
Chargé de cours
Centre Universitaire d'Informatique
Université de Genève
mailto://Jacques.Menu at unige.ch
http://cui.unige.ch/~menu