search for: eros

Displaying 20 results from an estimated 131 matches for "eros".

Did you mean: erofs
2002 Jul 02
2
problem with qq( ) (PR#1729)
Full_Name: Jarno Tuimala Version: 1.5.0 OS: Windows Nt Submission from: (NULL) (193.166.1.21) Running the following analysis gives as a result kukot vs. kisut. aikaero <- -27.5+5*(0:10) frekvenssi.m <- c(0,1,15,37,53,45,23,18,4,1,1) frekvenssi.n <- c(2,8,12,19,33,47,42,15,2,1,0) win.graph() aikaero <- rep(c(aikaero,aikaero), c(frekvenssi.m,frekvenssi.n)) a.ero <-
2000 Jun 13
1
Remote -> remote scp not working
Hello, Using openssh 2.1.1p1 I have tried to use scp to copy a file from one remote system directly to another remote system - e.g. 'scp -i ./ecp eros:jhf alice:jhf', so the file jhf is copied from the remote system eros to the remote system alice via an intermidate system (the one where the command is issued from). The key is in the file ecp. Using protocol 1 it doesn't seem to work. I can issue: scp -i ./ecp eros:jhf . scp -i ./e...
2007 Jan 09
0
Winbind / kerb eros
...d5 forwardable = true proxiable = true dns_lookup_realm = true dns_lookup_kdc = true [realms] domain.LAN = { kdc = 10.0.0.100:88 # admin_server = 10.0.0.100:749 default_domain = domain.lan } [domain_realm] .domain.lan = DOMAIN.LAN domain.lan = DOMAIN.LAN [kdc] profile = /var/kerberos/krb5kdc/kdc.conf [appdefaults] pam = { debug = false ticket_lifetime = 36000 renew_lifetime = 36000 forwardable = true krb4_convert = false } and my smb.conf file: [global] workgroup = DOMAIN netbios name = SERVIDORES server string = LTSP Server winbind separat...
2011 Jul 20
2
Variable assigned to grep output - missing letter n!
This is kind of odd. [scarolan at host:~]$ cat loremipsum.txt Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec quis ipsum sed elit laoreet malesuada. Quisque rhoncus dui vitae eros euismod fermentum sollicitudin sem scelerisque. Nulla facilisi. Maecenas mollis pulvinar euismod. Duis viverra pharetra turpis eget feugiat. Nulla facilisi. Nullam facilisis, felis vitae lacinia fermentum, enim erat placerat erat, vel imperdiet lorem velit et ligula. Nam congue est in nisl lacinia...
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
...uot;content_node_1"> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed at sapien volutpat leo euismod varius. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vivamus justo. Pellentesque molestie, enim at ullamcorper tempor, eros ipsum fermentum odio, vitae facilisis lacus nulla vel nisi. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Duis eget lacus. Mauris porta. Duis eros neque, cursus ut, lobortis eu, porta vitae, nibh. Sed et eros non mauris tempus bibendum. Nullam augue.&...
2008 Mar 27
1
[LLVMdev] Hooking the global symbol resolver
On Wed, 2008-03-26 at 23:48 +0100, Óscar Fuentes wrote: > "Jonathan S. Shapiro" <shap at eros-os.com> writes: > My front-end is very similar to yours in the feature of the multiple > instantiations on demand, etc. Oscar: after you have a chance to read my recent reply to Gordon, would you be kind enough to let me know whether you still believe the situations are similar. Also whet...
2009 Jan 27
2
run perfect in v.0.9.56 but fail in v.1.1.13, help!!
Hi compa~eros, some one help me please, i use a voip software, its an special software for a service in D.R, i can run this perfect in v.0.9.56 but not in the V.1.-- :? this is the explanation program page: http://nuevositio.tricom.net/lineas+virtuales.aspx (in spanish) an the download link is: https://canales....
2008 Mar 26
0
[LLVMdev] Hooking the global symbol resolver
"Jonathan S. Shapiro" <shap at eros-os.com> writes: [snip] > 4. Is there a better/cleaner approach? What other options should I > consider? My front-end is very similar to yours in the feature of the multiple instantiations on demand, etc. One thing I learnt about LLVM is that it's philosophy is to be a friend...
2008 Sep 29
0
[LLVMdev] compile linux kernel
Watching this thread, it occurs to me that the "V" in "LLVM" is creating confusion. So far as I know, LLVM is the first project to use "virtual" to refer to the instruction set of the intermediate form. I understand why this labeling made sense (sort of), but it was unfortunate. The machine is abstract, not virtual, and the use of "virtual" here is so out of
2014 Mar 23
1
Win 8 explorer.exe hangs randomly
Hello to everyone! I set up a Samba AD/DC server from git. Samba version is 4.1.4 stable on Debian Wheezy. Everything seemed to work fine, even password management, ACLs, windows admin tools, GPOs and folder redirection. My network is very very small: only 3 clients: 2 Windows 8.1 Pro and 1 test VM Win 7 Pro. When I raise the workload about file transfer and share access, I even start to face a
2010 Oct 04
1
Splitting a DF into rows according to a column
...m. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed convallis, tortor id vehicula facilisis, nunc justo facilisis tellus, sed eleifend nisi lacus id purus. Maecenas tempus sollicitudin libero, molestie laoreet metus dapibus eu. Mauris justo ante, mattis et pulvinar a, varius pretium eros. Curabitur fringilla dui ac dui rutrum pretium. Donec sed magna adipiscing nisi accumsan congue sed ac est. Vivamus lorem urna, tristique quis accumsan quis, ullamcorper aliquet velit." > tmpDF <- data.frame(Column1=rep(unlist(strsplit(loremIpsum," ")),length.out=510),Colum...
2007 Jun 05
2
[LLVMdev] Secure Virtual Machine
...potentially malicious code safely, no existing VM is sufficiently safe, since the malicious code can still DoS the CPU and the memory subsystems. This is because all VMs of which I'm aware provide insufficient resource accounting; the only efforts to minimize these DoS opportunities are CapROS/EROS and Coyotos secure operating systems (that I'm aware). Secure mobile code will remain a pipe dream until such isolation is addressed. So I was proposing an extension to LLVM to address the problem, and asking about the feasibility of the extension as detailed in the above message. Static anal...
2008 Sep 29
3
[LLVMdev] compile linux kernel
And the code of the Linux kernel compiled by LLVM is also very arch depended, despite any loader and hw access will not work inside the standard LLVM JIT, all the MMU and low-level access stuff will make no sense on a machine other than what was enabled while compiling the kernel. E.g. you would need a whole virtualized HW architecture ala Qemu (et al.) along the JIT. Of course in theory one
2007 Jun 07
0
[LLVMdev] Secure Virtual Machine
...us code safely, no existing VM is sufficiently safe, since the > malicious code can still DoS the CPU and the memory subsystems. This > is because all VMs of which I'm aware provide insufficient resource > accounting; the only efforts to minimize these DoS opportunities are > CapROS/EROS and Coyotos secure operating systems (that I'm aware). > Secure mobile code will remain a pipe dream until such isolation is > addressed. Personally, I wonder it may be a little bit too early for LLVM to meet these fine-grained confinement problems before the SVA gets mature. Real world...
2015 Oct 15
3
potencia fracional de un número negativo
Mirando los comentarios, realmente lo que deseo es encontrar la raíz real de (-0.5)^(1/5) la cual debería ser -0.87055056329. José me hace caer en cuenta que además de no encontrar la raiz real, tampoco da todas las raiz complejas. Habría alguna manera de que tuviera en cuenta? > ------------------------------ > > Message: 6 > Date: Thu, 15 Oct 2015 11:25:39 +0200 > From: José
2018 Jun 25
2
Transformar muchas variables factor en variables binarias de acuerdo a niveles
...junio de 2018, 15:55, Carlos J. Gil Bellosta < > cgb en datanalytics.com> > escribi?: > > > ?No te vale model.matrix? > > > > El lun., 25 jun. 2018 a las 15:49, Juan Abasolo (<juan.abasolo en ehu.eus>) > > escribi?: > > > > > Buenas, compa?eros. > > > > > > Tengo una base de datos con bastantes variables todas medidas como > > factor, > > > quiero que todos los factores pasen a ser variables binarias en funci?n > > de > > > sus valores. > > > > > > En este ejemplo de Stacko...
2007 Jun 02
4
[LLVMdev] Secure Virtual Machine
...nsafe in other ways, but I believe it currently lacks even the base constructs necessary to even build a secure VM on top of it. [4] I can explain space banks and keepers concepts further, but just think of them as stateful exception handlers specific to a process. The concepts come from the KeyKOS/EROS and Coyotos secure operating systems.
2008 Mar 26
4
[LLVMdev] Hooking the global symbol resolver
Okay, we're starting to dig in, and I've hit a question that will no doubt seem strange. Context: BitC is a polymorphic language. Since it has unboxed value types, our approach to compiling a polymorphic function is to polyinstantate it -- once for each signature. The name mangling scheme is both stable and reversible. At the site of the use occurrence, we can fully determine the mangled
2015 Oct 16
2
potencia fracional de un número negativo
El problema del módulo es que pierde el signo. En tu caso sale igual porque has invertido el signo del coeficiente en el polinomio (en realidad se me pasó a a mí advertir que el término independiente debe ir con signo negativo): .> polyroot(z=c(0.5,0,0,0,0,1)) [1] 0.7042902+0.5116968i -0.2690149+0.8279428i -0.2690149-0.8279428i [4] 0.7042902-0.5116968i -0.8705506+0.0000000i .> .>
2019 Sep 06
2
Dibujar un triángulo dadas la distancias de los segmentos.
...yexcellence.es<http://www.qualityexcellence.es> > > El jue., 5 sept. 2019 a las 13:17, Marcelino De La Cruz Rot (< > marcelino.delacruz en urjc.es>) escribi?: > >> Hola Juan: >> >> El 05/09/2019 a las 0:19, Juan Abasolo escribi?: >> > Buenas, compa?eros; >> > Quiero buscar a ver si una idea (ocurrencia?) que tuve tiene sentido, >> para >> > eso nencesito ver las representaciones gr?ficas de unos tri?ngulos de >> los >> > que no s? (ni me importa) la posici?n, pero s? s? las distancias entre >> los >&...