search for: sci

Displaying 20 results from an estimated 731 matches for "sci".

Did you mean: pci
2007 Oct 24
1
Problems with creating my own syntax highlighter
Well, I wanted to make my own syntax highlighter using Wx::StyledTextCtrl. The easiest way to do it seemed to parse the text contents in a content-changed-event. But it doesn''t seem to work.. I tried to edit the scintilla sample and added this event(@sci is the StyledTextCtrl): @sci.evt_stc_change(@sci.get_id) do @sci.clear_document_style @sci.start_styling(1,31) @sci.style_set_font_attr(10, 10, "Courier", true, true, true) @sci.set_styling(2,10) puts 1...
2007 Nov 29
0
WxRuby + Scintilla avec HTML + JavaScript
bonjour à toutes et à tous, d''abord désolé de ne pas parler/lire/comprendre l''américain/l''anglais, ce qui fait que j''ai beaucoup de mal à comprendre la doc par exemple. j''ai un souci d''utilisation de WXRuby avec SCIntilla, dans le cas d''un HTML + Javascript. je suis parti bien entendu de l''exemple scintilla.rb fourni, qui fonctionne parfaitement, mais pas je ne parviens pas à appliquer pour le JavaScript inclus. ========== début du script ========== require ''wx'&...
2011 Apr 07
2
what architecture is required for having a samba working ?
...39;t make Samba4 working as a global AD we will soon switch to a global M$ infrastructure... Below the configuration files I'm using : *--- /usr/local/samba/etc/smb.conf ---* # Global parameters [global] server role = domain controller workgroup = MONONOKE realm = sci.univ-poitiers.fr netbios name = GHIBLI setup directory = setup/ [netlogon] path = /usr/local/samba/var/locks/sysvol/ghibli.sci.univ-poitiers.fr/scripts read only = No [sysvol] path = /usr/local/samba/var/locks/sysvol read only = No *--- /e...
2010 Aug 07
10
[PATCH] Fix hvm vcpu hotplug bug
When hotplug hvm vcpu by ''xm vcpu-set'' command, if it add/remove many vcpus by 1 ''xm vcpu-set'' command, it has a bug that it cannot add/remove all vcpus that want to be added/removed. This patch is to fix the bug. It delays trigger sci until all xenstore cpu node status are watched. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 May 13
11
[PATCH] Fix QEMU HVM hotplug race in QEMU traditional (Xen 4.1, Xen 4.2, and Xen 4.3) (v1).
Hey Ian and Stefano, Please see this thread: http://lists.xen.org/archives/html/xen-devel/2013-05/msg01053.html for the debug patches and some of the discussion. These three patches fix an race that has been in QEMU traditional for a long time. The guts of the bug is that if you have a guest with these options: vcpus=1 maxvcpus=32 and do ''xl vcpu-set <guest> 32'' the
2007 Nov 13
1
Cleaning database: grep()? apply()?
...out from database: CODE NAME DATE DATA1 4813 ADVANCED TELECOM 1987 0.013 3845 ADVANCED THERAPEUTIC SYS LTD 1987 10.1 3845 ADVANCED THERAPEUTIC SYS LTD 1989 2.463 3845 ADVANCED THERAPEUTIC SYS LTD 1988 1.563 2836 ADVANCED TISSUE SCI -CL A 1987 0.847 2836 ADVANCED TISSUE SCI -CL A 1989 0.872 2836 ADVANCED TISSUE SCI -CL A 1988 0.529 What I need is: 1) Delete all cases containing -CL A (and also -OLD, -ADS, etc) at the end 2) Delete all cases that have less than 3 years of da...
2006 Apr 20
3
[LLVMdev] Oddity in StackerParser.y.
Hi, $ g -1 '^Module' StackerParser.y /* A module is just a DefinitionList */ Module : { SCI->handle_module_start( ); } DefinitionList { $$ = SCI->handle_module_end( $2 ); } ; $ It's been years since I was heavily into yacc, but shouldn't it be s/$2/$1/? Cheers, Ralph.
2011 Oct 21
1
question about aggregate
Hi list I am discovering R, and -- PhD candidate in Computer Science Address 3 avenue lamine, cité ezzahra, Sousse 4000 Tunisia tel: +216 97 246 706 (+33640302046 jusqu'au 15/6) fax: +216 71 391 166 [[alternative HTML version deleted]]
2009 Apr 15
1
Lattice xyplot with text under x-axis
Hi All, I have a data set which I need to plot and show the values of one of the variables as a second x-axis. library(lattice) year<-c(2001,2002,2003,2004,2005,2006) fac<-c("arts","arts","arts","sci","sci","sci") staff<-c(95,98,99,32,31,36) part<-c(32,31,33,15,16,14) df1<-data.frame(year,fac,staff,part) xyplot(part~year, type="o", xlab="", ylab="") n.val.text<-paste("n = ", df1$staff, sep = "") mtext(n.val...
2013 May 14
4
[PATCH] qemu-traditional - ACPI vCPU hotplug fixes for Xen 4.3 (v2).
Please see the three patches that fix the ACPI AML and QEMU race. They have been Ack-ed by both George (for inclusion in Xen 4.3) and by Stefano. They should be candidates for back-port in older hypervisors. Konrad Rzeszutek Wilk (3): piix4acpi, xen, vcpu hotplug: Split the notification from the changes. piix4acpi, xen: Clarify that the qemu_set_irq calls just do an IRQ pulse.
2009 Jan 07
0
Residual deviance (cross-post from sci.stat.consult)
Dear all, I'm trying to fit a statistical model to series of measurements. Unfortunately, my knowledge of statistics is rather limited, so I'm a bit at loss of what is going on with the model. First of all, I've prepared a histogram. Then, I've tried to fit a Poisson model to express the relation between the middle points of classes (mids) and the corresponding frequencies
2012 Apr 18
1
interpolation issue
...1, 938.8194208 ,915.1833983, 852.1671089, 765.0037479, 654.0372907, 526.7369169, 397.0581990, 279.9788079, 229.5127059,185.2578164 ,147.2534510 ,115.1949457, 88.5712513, 66.7337287, 49.0140828, 23.3535195 , 0.6609724) I have tried approx function approx(pres, sci.pre) Error in xy.coords(x, y) : 'x' and 'y' lengths differ I am looking for interpolated output with 1 x 19 demotions . does somebody knows how to deal with this issue ? Thanks Uday -- View this message in context: http://r.789695.n4.nabble.com/interpolation-issue-tp4567362...
2014 Mar 30
2
[LLVMdev] Disable JIT and interpret code instead in VMKit
...jects in VMKit! Do you know if there is an easy way to completely disable JIT and interpret the code instead? -- *Best Regards,* *David Daharewa Gureya* *E: gureya.daharewa at gmail.com <gureya.daharewa at gmail.com>* *Quick Links: www.c4dlab.ac.ke <http://www.c4dlab.ac.ke> | http://sci.uonbi.ac.ke/ <http://sci.uonbi.ac.ke/>* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140331/52778e31/attachment.html>
2009 Feb 06
3
Sweave and backslashes
...ead of: 4.2e-08 The Hmisc package has a nice function for doing this- but Hmisc has a ton of dependencies and has proved very unportable to the various machines I work on. So, I set out to write my own function that just uses basic R commands, it looks like this: latexNum <- function (x,dig=4,sci=T) { x <- format(x,digits=dig,scientific=sci) x <- gsub("e\\+00","",x) x <- gsub("e\\-0([0-9]*)","\\\\cdot 10^{-\\1}",x) x <- gsub("e\\-([0-9]*)","\\\\cdot 10^{-\\1}",x) x <- gsub("e\\+0([0...
2014 Nov 04
0
Call for Papers - WorldCIST'15 - Best papers published in JCR/SCI journals
...hed full and short papers will be submitted for indexation by ISI, EI-Compendex, SCOPUS and DBLP, among others, and will be available in the SpringerLink Digital Library. The authors of the best selected papers will be invited to extend them for publication in international journals indexed by ISI/SCI, SCOPUS and DBLP, among others, such as: - Computers in Human Behavior (IF: 2.273) - Engineering Applications of Artificial Intelligence (IF: 1.962) - IEEE Intelligent Systems (IF: 1.92) - Online Information Review (IF: 1.443) - Journal of Medical Systems (IF: 1.372) - Building Research &...
2000 Jul 13
2
Programming puzzle...
...way to do this... Ron -----------------------+-------------------------------------------------- Ron Wehrens | " In a purely metaphorical sense, I am a turnip " Dept. of Chemometrics | (W.A. Quayle) University of Nijmegen | Email: rwehrens at sci.kun.nl Toernooiveld 1 | http://www-cac.sci.kun.nl/cac/rwehrens 6525 ED Nijmegen | Tel: +31 24 365 2053 The Netherlands | Fax: +31 24 365 2653 -----------------------+------------------------------------------------ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2014 Nov 04
0
Call for Papers - WorldCIST'15 - Best papers published in JCR/SCI journals
...hed full and short papers will be submitted for indexation by ISI, EI-Compendex, SCOPUS and DBLP, among others, and will be available in the SpringerLink Digital Library. The authors of the best selected papers will be invited to extend them for publication in international journals indexed by ISI/SCI, SCOPUS and DBLP, among others, such as: - Computers in Human Behavior (IF: 2.273) - Engineering Applications of Artificial Intelligence (IF: 1.962) - IEEE Intelligent Systems (IF: 1.92) - Online Information Review (IF: 1.443) - Journal of Medical Systems (IF: 1.372) - Building Research &...
2004 Mar 25
2
downloadable mailing list archive in mbox format
Hi there, I'm beginner and would like to have mailing list archive to read it offline and don't disturb mailing list. I'd prefer mbox format. Regards, Oleg _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: oleg at sai.msu.su, http://www.sai.msu.su/~megera/ phone: +007(095)939-16-83, +007(095)939-23-83
2007 Mar 22
3
"digits" doesn't work in format function
Dear All, I was trying to format a numeric vector (100*1) by using outd <- format(x=m, sci=F, digits=2) > outd[1:10] [1] " 0.01787758" "-0.14760306" "-0.45806041" "-0.67858525" "-0.64591748" [6] "-0.05918100" "-0.25632276" "-0.15980138" "-0.08359873" "-0.37866688" >m[1:10] [1] 0...
2006 Apr 20
0
[LLVMdev] Oddity in StackerParser.y.
...{ } code block before DefinitionList is counted (or more precisely, the empty sequence of terminals preceding it is counted). Ralph Corderoy wrote: >Hi, > > $ g -1 '^Module' StackerParser.y > /* A module is just a DefinitionList */ > Module : { SCI->handle_module_start( ); } > DefinitionList { $$ = SCI->handle_module_end( $2 ); } ; > $ > >It's been years since I was heavily into yacc, but shouldn't it be >s/$2/$1/? > >Cheers, > > >Ralph. > > >_____________________________...