search for: entier

Displaying 20 results from an estimated 28 matches for "entier".

Did you mean: enter
2004 Dec 27
2
list(0) to integer
...st be sure that the number entered by the user is an integer! Thus, I've made : repeat{ cat("Effectif des populations (integer):") n<-scan("",n=1,what=list(0),quiet=TRUE) if (is.integer(n[[1]])==TRUE) break print("L'effectif des population doit etre un entier") } That doesn't work of course but I've no idea to do this. How verify that n[[1]] is an integer an transform them as an integer (as.integer(n) doesn't work!) Someone can help me? Thanks! Fred
2006 Mar 08
1
Memory Problems
Hello, This is not a question directly related to asterisk. I am currently rinning ansterisk on a Debian server and i just upgraded my memory from 1GB to 2GB. However, my linux OS does not recognise the memory upgrade. The BIOS does, but the Debian Linux refuses to use the entier memory, currently, it registered only 900MB. Can anyone tell me why thi is and a solution to this?? My Debian version is "Linux asterisk 2.6.12.3 #1 Mon Aug 1 19:33:51 WAT 2005 i686 GNU/Linux" The server is currently routing calls from SIP internal users through an E1 card (TE410) OUTP...
2007 Jan 10
2
correlation value and map
Dear R-help community, I have 2 different arrays of precipitation data each of the same dimensions of [longitude, latitude, time] dim=[30,32,43], called array1 and array2. I need to correlate them. This is the code I used to get one overall correlation value for the whole of the area of interest: > result <- cor(array1,array2,use="complete.obs") > result This give me a
2013 May 09
0
[LLVMdev] Predicated Vector Operations
...ull impact of this example, and I would like to. What are the desired memory model semantics for a masked store? Specifically, let me suppose a simplified vector model of <2 x i64> on an i64-word-size platform. masked_store(<42, 42>, Ptr, <true, false>) Does this write to the entier <2 x i64> object stored at Ptr or not? Put another way, consider: thread A: ... masked_store(<42, 42>, Ptr, <true, false>) ... thread B: ... masked_store(<42, 42>, Ptr, <false, true>) ... Assuming there is no specific synchronization re...
2002 Feb 13
3
Verba Volant
...ot;samba@samba.org" dans la liste des destinataires de Verba Volant, un service qui tous les jours vous adressera une citation sélectionnée parmi les œuvres des meilleurs philosophes, écrivains, poètes de tous les temps et traduite en de très nombreuses langues grâce à des volontaires du monde entier. Pour confirmer l'inscription à Verba Volant, veuillez vous connecter au lien suivant: http://www.logos.net/owa-l/press.subscribe?lang=fr&email=samba@samba.org Si vous préférez ne pas cliquer sur le lien, vous ne recevrez rien. Merci dans tous les cas de nous avoir accordé quelques second...
2013 May 09
4
[LLVMdev] Predicated Vector Operations
...e.com> writes: > What are the desired memory model semantics for a masked store? > Specifically, let me suppose a simplified vector model of <2 x i64> on > an i64-word-size platform. > > masked_store(<42, 42>, Ptr, <true, false>) > > Does this write to the entier <2 x i64> object stored at Ptr or not? No. It writes one element. > Put another way, consider: > > thread A: > ... > masked_store(<42, 42>, Ptr, <true, false>) > ... > > thread B: > ... > masked_store(<42, 42>, Ptr, <false, true>) >...
2012 Mar 05
12
Cluster xen
Bonjour, J''aimerai mettre en place un cluster sous Xen ou XenServer avec 2 serveurs dell R 710. J''aimerai pouvoir monter un cluster en utilisant l''espace disque entiere des 2 serveurs cumulés ainsi que la mémoire Quelles sont vos retour d''expériences et vos configurations? Merci d''avance Cordialement Mat
2007 Apr 15
1
Zoom enhancements
...9;s available. So far, this project is very much in the planning phase, coding isn't scheduled to start until May 28th. As such, I have not yet gotten familiar with Orca, and the technical details of how I'll get Orca and Compiz to cooperate have yet to be defined. I do intend to keep this entierly in the plugin-code, and if possible, I'll use dbus. One of the main goals will be mainstream inclusion (Which is why I'm bringing this up now), regardless of what exactly we end up calling mainstream. I'm interested in comments from the people who've worked most with the existing...
2013 May 08
4
[LLVMdev] Predicated Vector Operations
On May 8, 2013, at 4:00 PM, Eric Christopher <echristo at gmail.com> wrote: > > Thinking that a masked store is conservatively a store of the full > width of the store right? It depends on the optimization. Consider this example: masked_store(Val, Ptr , M) X = masked_load(Ptr, M2) If you assume that your store actually overwrites everything in that memory location then you
2013 May 12
0
[LLVMdev] Predicated Vector Operations
...re the desired memory model semantics for a masked store? > > Specifically, let me suppose a simplified vector model of <2 x i64> on > > an i64-word-size platform. > > > > masked_store(<42, 42>, Ptr, <true, false>) > > > > Does this write to the entier <2 x i64> object stored at Ptr or not? > > No. It writes one element. > Is this a statement about all of the existing hardware that supports masked stores, or about the desired semantics in your mind for the IR model? > > > Put another way, consider: > > > >...
2019 Apr 08
1
Question about replacing the web interface with an audio stream
.... I also reverse proxy to a subsonic server and a jsonrpc backend for an unrelated thingy, and the rest like the cgi-bin stuff is unrelated. Jake On 2019-04-09 08:49, Yahav Shasha wrote: > As for the root concerns check the changeowner or chroot. > Now, if you must use revproxy its not entierly out of the question but from my experience its better to avoid it unless u have no other options. And if you do go that way, use nginx instead of apache. > > בתאריך יום ב׳, 8 באפר׳ 2019, 22:46, מאת Jordan Verner ‏<jordan at caturria.ca>: > Okay, but you'd have to be able/wil...
2019 Apr 08
2
Question about replacing the web interface with an audio stream
Okay, but you’d have to be able/willing to employ a dedicated IP to that, plus run Icecast as root. What are the negative technical implications of running icecast on port 8000 (suitable for most users) and then running a reverse proxy to accommodate public wifi with port restrictions? > On Apr 8, 2019, at 3:31 PM, Yahav Shasha <yahav.shasha at gmail.com> wrote: > > Just bind
2017 Oct 22
1
CentOS 6 for ARM?
Hi, folks, So, I want to rebuild my "ancient" HP netbook, from the ancient ubuntu netbook remix. Is there an *ARM* .iso, or net install somewhere? I'm not finding it, googling. Lots of Raspberry Pi, but.... mark
2005 Dec 29
0
reboot domU failes
...d not be connected.\n%s" % VmError: Device 2049 (vbd) could not be connected. File /opt/xen/domains/tta/disk.img is loopback-mounted through /dev/loop10, which is mounted in a guest domain, and so cannot be mounted now. As I''e no idea how to unmount my domU file I have to reboot the entiere system what''s not that usefull... any idea what I missed / forgott? thanx Mathias _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jul 18
0
Re : Combine R2HTML and Rcmd BATCH?
...Height, : > > can only print from screen device > > Execution halted > ######################### > > I can not find how to work around this problem in the R2HTML manual or > the help archives. > > Has anybody done a similar thing before? Any suggestions? I'm not entierly sure this is what you want, but you may find the GDD package useful. I use it to generate graphs when I run scripts remotely or via batches and don't have a graphical display. Neil -- "In mathematics you don't understand things. You just get used to them." - Johann von Neuma...
2010 Feb 08
2
Plugin question
Hi All. I am developing plugin for Dovecot. And I needs for read some configuration file at startup and store configuration in application wide variable. As I see the plugin_init() method calls multiple times and allocates plugin's variables each time. Could you suggest better way to store variable in application context. Thank you Valery Gorbunov
2010 Jul 26
5
File extraction error for Zune Software.
I have a Zune HD and want to download the Software so I can synch to Linux. But I get a message whenever I right click on the zunesetuppkg-x86.exe and select run with Wine Windows Program Loader. It's title is Extraction Failed. The text in the box is "Unable To Find A Volume for File Extraction. Please verify that you have propper permissions." What should i do???
2014 Apr 08
1
Question regarding ssh and lxc
...courriel, y compris ses pices jointes, sadresse au destinataire uniquement et pourrait contenir des renseignements confidentiels. Si vous ntes pas le bon destinataire, il est strictement interdit de lire, dutiliser, de divulguer, de copier ou de diffuser ce courriel ou son contenu, en partie ou en entier. Si vous avez reu ce courriel par erreur, veuillez en informer immdiatement lexpditeur ou le bureau de la Protection des renseignements personnels (info.privee@hopitalottawa.on.ca), puis effacez le courriel ainsi que les pices jointes et toute autre copie. Merci. --------------------
2019 Apr 08
0
Question about replacing the web interface with an audio stream
As for the root concerns check the changeowner or chroot. Now, if you must use revproxy its not entierly out of the question but from my experience its better to avoid it unless u have no other options. And if you do go that way, use nginx instead of apache. בתאריך יום ב׳, 8 באפר׳ 2019, 22:46, מאת Jordan Verner ‏<jordan at caturria.ca>: > Okay, but you’d have to be able/willing to employ...
2011 Apr 12
2
Re: Is Wine64 usable yet?
Hmm.. is this "update.exe" problem same which is happening with ie7 in32-bit (needs some cat file copied somewhere to run)? With wow64 build I have been testing to install SolidWorks 2009-2011 x64 and most of the times installer tries by default install the app to "Program Files (x86)"-folder, sometimes it gets correct program files folder, usually not. Installer fails on