search for: svp

Displaying 20 results from an estimated 55 matches for "svp".

Did you mean: smp
2016 May 06
1
[PATCH] perl: use INT2PTR macro for casting back to guestfs_h * (RHBZ#1150298)
...perl.ml | 2 +- perl/typemap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/perl.ml b/generator/perl.ml index 19cabb6..a665051 100644 --- a/generator/perl.ml +++ b/generator/perl.ml @@ -242,7 +242,7 @@ DESTROY (sv) HV *hv = (HV *) SvRV (sv); SV **svp = hv_fetch (hv, \"_g\", 2, 0); if (svp != NULL) { - guestfs_h *g = (guestfs_h *) SvIV (*svp); + guestfs_h *g = INT2PTR (guestfs_h *, SvIV (*svp)); _close_handle (g); } diff --git a/perl/typemap b/perl/typemap index 508e378..0a92e53 100644 --- a/perl/...
2010 Jul 07
1
[PATCH] hivex: add hivex_set_value api call and ocaml/perl bindings, tests
..._set_value (SV *sv) +{ + hive_set_value *ret; + + if (!sv || !SvROK (sv) || SvTYPE (SvRV (sv)) != SVt_PVHV) + croak (\"not a hash ref\"); + + ret = malloc (sizeof (hive_set_value)); + if (ret == NULL) + croak (\"malloc failed\"); + + HV *hv = (HV *)SvRV(sv); + + SV **svp; + svp = hv_fetch (hv, \"key\", 3, 0); + if (!svp || !*svp) + croak (\"missing 'key' in hash\"); + ret->key = SvPV_nolen (*svp); + + svp = hv_fetch (hv, \"t\", 1, 0); + if (!svp || !*svp) + croak (\"missing 't' in hash\"); + ret...
2010 Jul 03
1
[PATCH] hivex: add hivex_set_value api call and perl bindings, tests
..._set_value (SV *sv) +{ + hive_set_value *ret; + + if (!sv || !SvROK (sv) || SvTYPE (SvRV (sv)) != SVt_PVHV) + croak (\"not a hash ref\"); + + ret = malloc (sizeof (hive_set_value)); + if (ret == NULL) + croak (\"malloc failed\"); + + HV *hv = (HV *)SvRV(sv); + + SV **svp; + svp = hv_fetch (hv, \"key\", 3, 0); + if (!svp || !*svp) + croak (\"missing 'key' in hash\"); + ret->key = SvPV_nolen (*svp); + + svp = hv_fetch (hv, \"t\", 1, 0); + if (!svp || !*svp) + croak (\"missing 't' in hash\"); + ret...
2003 Nov 09
1
vertical service codes (US standard)
...e Activated Dialing *45 - Voice Dialing Extended Dial Tone *46 - French Voice Activated Network Control *47 - Override Feature Authorization *48 - Override Do Not Disturb *49 - Long Distance Signal *50 - Voice Activated Network Control *51 - Who Called Me? *52 - Single Line Variety Package (SVP) - Call Hold *53 - Single Line Variety Package (SVP) - Distinctive Ring B *54 - Single Line Variety Package (SVP) - Distinctive Ring C *55 - Single Line Variety Package (SVP) - Distinctive Ring D *56 - Change Forward-To Number for ISDN Call Forwarding *57 - Customer Originated Trace *58 - ISD...
2004 Mar 15
0
[ExiSpam] Please Confirm / Confirmez SVP
[message en francais un peu plus bas] Hi, a few seconds ago I have received your electronic mail. I notice that this is the first time you're trying to contact me via e-mail, and I have a little procedure set up that protects me from unwanted junk mail. This is why the ExiSpam tool has delayed the delivery until it receives a confirmation from you, by which you certify that you're NOT
2009 Jun 06
0
SAS CMO and SVP Jim Davis on Open Source, BI , competition, leadership succession & others
An interview with Chief Marketing Officer of SAS Institute, Jim Davis. Here is an extract- http://www.decisionstats.com/2009/06/05/interview-jim-davis-sas-institute/ *Ajay -It is rare to find a major software company that has zero involvement with open source movement (or as I call it with peer-reviewed code). Could you name some of SAS Institute’s contribution to open source? What could be
2011 May 26
0
R svm prediction kernlab
...e the 'svm weights' based on some criteria and use the updated svm weights in the predict method framework. I don't know if its possible or not, how do classify new data using predict method? Is it possible to build a new ksvm object using new weights? Weight calculation is as follows: svp <- ksvm(x,y,type="C-svc", kernel="vanilladot",C=1) w <- colSums(coef(svp)[[j]] * x[unlist(alphaindex(svp)[[j]]),]) b <- b(svp)[[j]] for all j = 1:N(N-1)/2 where N is number of classes Alternately, I implemented the majority voting myself to perform the classification...
2006 Jul 31
2
two printers with same name problem
...istake. has anybody the same problem ? how should i fix that ? thanks ELH -- ?ric LE H?NAFF ?cole normale sup?rieure - Centre de ressources informatiques Informaticien, Ing?nieur d?veloppements et syst?mes aupr?s des biblioth?ques de l'ENS Pr?f?rez firefox! http://www.mozilla-europe.org/fr/ SVP, ?vitez de m'envoyer des attachements au format Word, Excel ou PowerPoint. Pr?f?rez les formats rtf, csv, html ou pdf au lieu des formats word et excel. Voir http://www.gnu.org/philosophy/no-word-attachments.fr.html pour plus d'explications.
2010 Mar 16
2
Missing index in vector assignment
Dear r-helpers, I am getting a mismatch error between two variables: svp <- ksvm(x, y, type="nu-svc") Error in .local(x, ...) : x and y don't match. and I suspect that it might be due to missing index in the y variable which I defined as: y <- (LVvar[,1]) I tried various methods to make the y assignment in the same format as x, which is a data...
2006 Jul 24
5
USRMGR and 3.0.23a
...does anybody report enhancement after upgrading to 3.0.23a ? Regards ELH -- ?ric LE H?NAFF ?cole normale sup?rieure - Centre de ressources informatiques Informaticien, Ing?nieur d?veloppements et syst?mes aupr?s des biblioth?ques de l'ENS Pr?f?rez firefox! http://www.mozilla-europe.org/fr/ SVP, ?vitez de m'envoyer des attachements au format Word, Excel ou PowerPoint. Pr?f?rez les formats rtf, csv, html ou pdf au lieu des formats word et excel. Voir http://www.gnu.org/philosophy/no-word-attachments.fr.html pour plus d'explications.
2009 Apr 01
1
SAS Institute to invest upto $20 m with R Project
A SAS spokesperson has confirmed to this blog that they have invested in the R ?Core project to help build next generation algorithms . Details are sketchy but indications of some shift on cloud hosted SAS ,called SaaS are emerging.Also includes some details on Jim Davis ,SVP SAS marketing's statement on BI and Anne Milley having a new assignment within SAS Institute. Read more here - http://www.decisionstats.com/2009/04/sas-institute-invests-in-r-project/
2011 May 28
0
how to train ksvm with spectral kernel (kernlab) in caret?
...metric = "cRand", tuneLength = 4) svmNew ------------------- here is an example on how to train the ksvm with spectral kernel ------------------- # Load the data data(reuters) y <- rlabels x <- reuters sk <- stringdot(type="spectrum", length=4, normalized=TRUE) svp <- ksvm(x,y,kernel=sk,scale=c(),cross=5) svp ----------------- Does anyone know how I can train the svm from above with using the caret package? best regards [[alternative HTML version deleted]]
2011 Aug 26
1
kernlab: ksvm() bug?
Hello all, I'm trying to run a gird parameter search for a svm. Therefore I'M using the ksvm function from the kernlab package. ---- svp <- ksvm(Ktrain,ytrain,type="nu-svc",nu=C) ---- The problem is that the optimization algorithm does not return for certain parameters. I tried to use setTimeLimit() but that doesn't seem to help. I suspect that ksvm() calls c code that does not respond to the time limit. I don...
2002 May 29
1
New with Samba
Hello to all, I have installed Mandrake 8.2 in a PC with 2 net cards. This is a subnet. The main net is called RED with a server in WinNT server 4.0 svp 3 and the subnet Animacion. When I configure Samba, I cannot see the other PC?s of RED. The other PC in the subnet is in Win2k. In this I can see the shared dir of the Linux. Making a browse in network. The linux is configured to enter to the domain of RED like client. I have almost read all the Ho...
2004 Mar 29
1
wine-20040309 build error
...ebuild -mwindows gui.o main.o send.o util.o winetest.exe.dbg.o gui.res winetest.res -o winetest.exe.so -L../../dlls -lcomctl32 -luser32 -lwsock32 -L../../libs/wine -lwine -L../../libs/port -lwine_port -L/opt/mm/lib -L/opt/gnome/lib -lm gcc: Erreur internal error: Processus arr?t? (programme cc1) SVP soumettre un rapport complet d'anomalies. Consulter <URL:http://gcc.gnu.org/bugs.html> pour les instructions. winegcc: gcc failed. make[2]: *** [winetest.exe.so] Erreur 2 make[2]: Quitte le r?pertoire `/home/root/build/wine-20040309/programs/winetest'make[1]: *** [winetest] Erreur 2 m...
2011 May 29
0
Invitation to connect on LinkedIn
...ind the right service providers using recommendations from your trusted network? Using LinkedIn Services, you can take the risky guesswork out of selecting service providers by reading the recommendations of credible, trustworthy members of your network. http://www.linkedin.com/e/nx18ph-goac8xzi-3/svp/inv-25/ -- (c) 2011, LinkedIn Corporation -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20110529/ea223aee/attachment.htm
2010 May 29
3
simpleError in storage.mode(y)
bonjour en travaillant avec un logiciel Multiple source methode, j'ai eu ce message d'erreur : simpleError in storage.mode(y) - "double": invalid to change the storage mode of a factor en recherchant sur le net , c'est un message universel svp, que signifiera ce message ? merci pour votre int?r?t anzid -- View this message in context: http://r.789695.n4.nabble.com/simpleError-in-storage-mode-y-tp2235745p2235745.html Sent from the R help mailing list archive at Nabble.com.
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]]
2007 Mar 19
1
How to choose the DSP?
...dn't find anything in the system.reg, and I believe ~/.wine/config isn't used anymore? The sound works, but I would like to use /dev/dsp1 instead of (default) /dev/dsp. I can't use winecfg, it throws an unhandled exception when I click on the audio tab. See you. -- Fabrice DELENTE SVP, ne m'envoyez pas de pi?ces jointes aux formats Word, PowerPoint, RTF (formats propri?taires). Utilisez des formats libres comme txt, html, OpenOffice.Org ou PDF. Merci. Voir http://www.gnu.org/philosophy/no-word-attachments.fr.html
2004 Oct 07
1
Call Parking with multiple contexts
Everyone, I am trying to set up a hosted PBX. I want to set up call parking with in each context. Does anyone have any suggestions? Gene -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041007/1da29250/attachment.htm