Displaying 20 results from an estimated 20 matches for "exercices".
Did you mean:
exercice
2005 Jan 24
3
Sipura Behind NAT howto
I am trying to get a SPA-3000 to work behind NAT - for the sake of the
exercice.
The SPA is on the local network at the address 192.168.0.125 behind a
NATted linux router.
The machine I am trying to work with is a friend's (let's call it
lolo.dyndns.org) and I've installed Asterisk 1.0.3 on it.
I can see the SPA register but when I try to make an outbound call I get
the message:
2009 Aug 25
2
table, sum, cat function
Hi,
the second step in my exercice is to calculate the sum of the amout for each class et not the frequency
i have this vector
x y
1 100
2 1500
3 3250
4 6250
5 2000
6 450
i want to use the function table and cat to calculate the sum of the amount in each class [0-1000], [1000-3000],[> 3000]
Thank you for your help??
2011 Apr 10
1
RoR development as a training
Hello. I am interested in developing a web application in a
collaborative way with three or more web developers. Application
itself should be short, to develop quickly. For example, two weeks
maximum. It would be interesting to meet with the problems we find in
the real world. If anyone is interested we can talk about and define
the application features. It would be interesting to make a
2002 Jan 17
1
weibull in R
Hi all
I try to make a weibull survival analysis on R.
I know make this on GLIM, and now I try to make the GLIM exercice GLEX8 on R
to learning and compare the test.
The variables are:
time censor group bodymass
In GLIM I make:
$calc %s=1 $ to fit weibull rather than exponential
$input %pcl weibull $
$macro model group*bodymass $endmac$
$use weibull t w %s $
Then, GLIM estimate an alpha for the
2013 Jun 21
1
How to increase the calls per second limit ?
Hello,
As an exercice, I installed sipp on the same box as a Asterisk 11.4
instance (to keep network equipements out of the equation).
I'm focusing on the maximum number of new calls this Asterisk instance can
deal with.
Here is the dialplan (AEL) I'm playing with:
_X. => {
Verbose(0,Incoming call from ${CALLERID(num)} to ${EXTEN} in
${CONTEXT} - case A);
2011 Dec 21
3
NEWTON ALGORITHM
Hi,
My name is Curtis and I'm a 1st year student in Biochemistry at the
University of Geneva. I need some help completing the code for my NEWTON
ALGORITHM. It is a bonus exercice to our autumn semester maths exam and we
can hand it in or not. Usually people copy and paste but I decided to sit
down and review theory and ask for help left right and center.
My problem is that I cannot get my
2011 Dec 28
2
Loops and vector operations
Dear all,
this is my first post and I?m very new at R, I don?t know if somebody can
help with an issue.
I?m doing some exercices and I don?t know if for example I can convert this
for in an operation with vectors:
for (i in 2:n){
if (ES[i-1]==0 && sprd[i-1]>mediaSDP[i-1] && sprd[i]<=mediaSDP[i]) {ES[i]
<- -1} else
if((ES[i-1]==-1 || ES[i-1]==-15) && sprd[i]>media[i]) {ES[i] <- -15}...
2006 Jan 31
2
Announce: Contributed Documentation
...centre plut??t sur l'apprentissage du langage de programmation S,
sous-jacent aux diverses fonctions statistiques.
Le texte a ??t?? d??velopp?? comme support d'un cours dans lequel les
??tudiants doivent apprendre un second langage de programmation. On y
trouve donc de nombreux exemples et exercices.
Le document est publi?? sous la GNU Free Documentation License.
En esp??rant que le document s'av??rera utile,
--
Vincent Goulet, Professeur agr??g??
??cole d'actuariat
Universit?? Laval, Qu??bec
Vincent.Goulet at act.ulaval.ca http://vgoulet.act.ulaval.ca
2003 Jan 20
0
New package on CRAN
I have uploaded a new package to CRAN -
SenSrivastava
which contains the data sets for examples and exercices in
the book (Springer Verlag)
"Regression Analysis
Theory, Methods and Applications." by
A. Sen and M. Srivastava.
Kjetil Halvorsen
2011 May 24
0
(no subject)
SVP: puisje avoir les exercices proposées sur R en biostat
Merci
_______
KOJI ERNEST
Hydrobiologiste/Environnementaliste
Université de Yaoundé I-Cameroun S/C Facultés des Sciences B.P 812
E-mail: kojiairness@yahoo.fr Tel :(237) 74-33-44-57
[[alternative HTML version deleted]]
2009 Jul 27
2
Tap'Touche 5 : keyboard issue
...#39;m using Kubuntu 'Jaunty' and wine-1.0.1 (.deb package provided by Kubuntu).
I would like to learn how to type quickly on a keybord thanks to "Tap'Touche" (a French typewriting software) but it claims that some keys on the keybord are unavailable and so I could not do some exercices.
The following lines appeared (duplicated lines removed) :
Code:
fixme:shell:DllCanUnloadNow stub
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:win:SetLayeredWindowAttributes (0x40030,0x00ffffff,0,2): stub!
fixme:win:SetL...
2010 Nov 16
2
Pronote 2010
...ue tout ce qui est ?dition de texte pose probl?me. Rentrer une appr?ciation dans un bulletin est impossible car le texte reste en blanc sur fond blanc sauf apr?s validation o? l? il apparait miraculeusement (on a le m?me probl?me quand il s'agit d'utiliser le cahier de texte pour saisir les exercices et devoir donn?s).
J'ai tent? une installation de Wine 1.2.6, j'ai essay? d'inverser les couleurs (par Mod4 + N) mais rien n'y fait.
Y a-t-il d'autres utilisateurs de PRONOTE-Client ici ? ont-ils le m?me probl?me ?
Ma configuration : Ubuntu 10.10 amd64 (j'avais le m?me pro...
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) -->
2007 Oct 12
3
Conversion of text in shell
Hi! I want to convert the lines
1.1,3.19e-4
1.2,3.05e-3
10.5,9.14e8
(as example)
to
1,1 & $3,19 \cdot 10^{-4}$\\
etc.. from one file and save these in a new file
Rly lost here except I know I should use regexp and MAYBE sed somehow :)
Thx for any help
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
2023 Jun 10
2
[Bridge] [syzbot] [net?] unregister_netdevice: waiting for DEV to become free (8)
Hello,
syzbot found the following issue on:
HEAD commit: 67faabbde36b selftests/bpf: Add missing prototypes for sev..
git tree: bpf-next
console+strace: https://syzkaller.appspot.com/x/log.txt?x=1381363b280000
kernel config: https://syzkaller.appspot.com/x/.config?x=5335204dcdecfda
dashboard link: https://syzkaller.appspot.com/bug?extid=881d65229ca4f9ae8c84
compiler: gcc (Debian
2024 Jun 16
1
slowness when I use a list comprehension
I fully agree with Jeff that the best way to use ANY language is to evaluate
the language in terms of not just the capabilities it offers but also the
philosophy behind what it was created for and how people do things and just
grok it and use it mostly in the way intended. I do that with all the
languages I learn, whether for computers or humans.
Bringing in something you like from another
2006 Apr 06
7
LoginSystem : make @session available to models
Hello.
LoginSystem is cool, it populates the @session instance variable of
controllers with many useful info.
The fact is : it would be cool to let models know about the session,
too.
For instance, after_update and after_create callbacks could store *who*
did *what* on *what.
Aim : having ActiveRecord::Base::session defined, returning the @session
of the controller which manipulates the
2009 Dec 13
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* Bergm (1.0)
Alberto Caimo
http://crantastic.org/packages/Bergm
Functions implementing Bayesian estimation for exponential random
graph models via exchange algorithm
Updated packages
----------------
lmtest (0.9-26), logcondens (1.3.5), MTSKNN (0.0-4), pmml (1.2.21),
r2lUniv (0.9.4), rattle (2.5.11), rgdal (0.6-23),
2019 Sep 11
6
[PATCH 0/4] HMM tests and minor fixes
These changes are based on Jason's latest hmm branch.
Patch 1 was previously posted here [1] but was dropped from the orginal
series. Hopefully, the tests will reduce concerns about edge conditions.
I'm sure more tests could be usefully added but I thought this was a good
starting point.
[1] https://lore.kernel.org/linux-mm/20190726005650.2566-6-rcampbell at nvidia.com/
Ralph Campbell
2003 Dec 01
0
No subject
<----------------------------------------------------------------------->
Changes to user passwords are captured by a special DLL, which traps and
then stores the password changes in encrypted form in a private area.
On each synchronization schedule, the synchronization service first examines
the SAM file for changes, and then checks this private area for passwords
to be synchronized. Once