search for: entierly

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

2004 Dec 27
2
list(0) to integer
Hello I've another question :-) I would like to transform a list to a integer. I must 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")
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
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
On Thu, May 9, 2013 at 1:09 AM, Nadav Rotem <nrotem at apple.com> wrote: > 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 =
2002 Feb 13
3
Verba Volant
We have been requested to insert the following email address, "samba@samba.org", in the Verba Volant Newsletter database. Through this daily service you will receive a quotation, selected from amongst the most celebrated philosophers, writers and poets of all time and translated into many languages and dialects by volunteers worldwide. If you would like to confirm your subscription to
2013 May 09
4
[LLVMdev] Predicated Vector Operations
Chandler Carruth <chandlerc at google.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
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 z...
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
On Thu, May 9, 2013 at 4:47 PM, <dag at cray.com> wrote: > Chandler Carruth <chandlerc at google.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,
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/willi...
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
Hi List, beneeth some debian domU''s I tried fedoraCore3 from xen-get... My tests are sucessfull bu I can''t reboot this domU. The domU seem to shutdown correctly but doe not start again. xm list does not show my fedore domU again and an manual xm create leads to: Error: Device 2049 (vbd) could not be connected. File /opt/xen/domains/tta/disk.img is loopback-mounted through
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 Neumann...
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
I'm trying to narrow down the source of a bug where a docker container sshd closes the connection after a successful authentication (https://bugzilla.redhat.com/show_bug.cgi?id=1085081) - filed with libvirt as there's no docker-io component for RHEL 6.5 in bugzilla. One of the steps I'm taking is to reproduce a similar setup using LXC but while it seemed to have worked I'm not
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 a...
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