search for: gcs

Displaying 20 results from an estimated 267 matches for "gcs".

Did you mean: cs
2015 May 21
2
[nbdkit python]: unable to locate modules
I'm working on a python plugin for nbdkit that treats Google Cloud Storage as a block device. I have a library, gcs.py, that implements simple commands: list, get, put, delete; source is here: https://github.com/wspeirs/cldblkdev/blob/master/gcs.py When I attempt to run nbdkit I get the following error: nbdkit python script=/home/wspeirs/src/cldblkdev/cldblkdev.py Traceback (most recent call last): File &quot...
2007 Apr 27
0
Logistic Regression Question: Risk Threshold
...Using a risk threshold of 0.025 (2.5%), turn the result into a decision rule for use of CT. This is what I have so far: > names(head.injury) [1] "age.65" "amnesia.before" [3] "basal.skull.fracture" "GCS.decrease" [5] "GCS.13" "GCS.15.2hours" [7] "high.risk" "loss.of.consciousness" [9] "open.skull.fracture" "vomiting&quo...
2006 Aug 18
3
setting a value of text_field from a controller
...ect_value = ''something'', but is not so elegant... -- =============================================================================== Tomas Meinlschmidt, SBN3, MCT, MCP, MCP+I, MCSE, NetApp Filer & NetCache gPG: CB78 76D9 210F 256A ADF4 0B02 BECA D462 66AB 6F56 / $ID: 66AB6F56 GCS d-(?) s: a- C++ ULHISC*++++$ P+++>++++ L+++$>++++ E--- W+++$ N++(+) !o !K w(---) !O !M V PS+ PE Y+ PGP++ t+@ !5 X? R tv b+ !DI D+ G e>+++ h---- r+++ z+++@ novy pohled na svicky: http://www.lightgems.cz =============================================================================...
2015 Jun 16
2
Regresión logística
...de junio de 2015, 16:54, Freddy Omar López Quintero < freddy.vate01 en gmail.com> escribió: > ?Holap.? > > ran out of iterations and failed to converge > > > ?Prueba aumentando el número de iteraciones, con el argumento maxit: > > ?GLM <- bigglm(In.hospital_death ~ GCS + BUN, data = DatosGLM, family = >> binomial(logit), maxit=1000)? > > > ?Salud.? > > -- > «No soy aquellas sombras tutelares > que honré con versos que no olvida el tiempo.» > > JL Borges > [[alternative HTML version deleted]]
2015 May 21
0
Re: [nbdkit python]: unable to locate modules
On Thu, May 21, 2015 at 12:10:13AM -0400, Bill Speirs wrote: > I'm working on a python plugin for nbdkit that treats Google Cloud > Storage as a block device. I have a library, gcs.py, that implements > simple commands: list, get, put, delete; source is here: > https://github.com/wspeirs/cldblkdev/blob/master/gcs.py > > When I attempt to run nbdkit I get the following error: I get a slightly different error: Traceback (most recent call last): File "/tmp/...
2015 May 21
2
Re: [nbdkit python]: unable to locate modules
On Thu, May 21, 2015 at 09:32:48AM +0100, Richard W.M. Jones wrote: > On Thu, May 21, 2015 at 12:10:13AM -0400, Bill Speirs wrote: > > I'm working on a python plugin for nbdkit that treats Google Cloud > > Storage as a block device. I have a library, gcs.py, that implements > > simple commands: list, get, put, delete; source is here: > > https://github.com/wspeirs/cldblkdev/blob/master/gcs.py > > > > When I attempt to run nbdkit I get the following error: > > I get a slightly different error: > > Traceback (mo...
2015 Jun 15
2
Regresión logística
...tentado eliminar las filas con valor NA por si esta función no lo admite, pero sigue dando el mismo error. ¿Alguien sabe porqué ocurre? (probé previamente a usar la función glm pero obtenía out of memory) library(XLConnect) library(biglm) library(data.table) GLM <- bigglm(In.hospital_death ~ GCS + BUN, data = DatosGLM, family = binomial(logit)) Obtengo el error: In bigglm.function(formula = formula, data = datafun, ...) : ran out of iterations and failed to converge Un saludo Gracias MªLuz [[alternative HTML version deleted]]
2014 Nov 18
2
[LLVMdev] Test failure
...sopp.s -- Exit Code: 2 Command Output (stderr): -- /home/csabaraduly/workspace/LLVM/build/Release+Asserts/bin/llvm-mc: error: this target does not support assembly parsing. FileCheck error: '-' is empty. -- This is on Ubuntu 14.04 LTS with its g++ 4.8.2 (Ubuntu 4.8.2-19ubuntu1) Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me....
2010 Dec 23
3
[LLVMdev] LLVM on Cygwin: why tests don't run
...somewhere (perhaps in GettingStarted.html ?) Any opinions? P.S. With the above change, "make check-all" starts to run. Estimated run time: 40 hours on my 1.8GHz single-core Centrino laptop. (The same machine running Linux completed "make check-all" in 2min 30 sec!) Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds
2011 Oct 23
5
[LLVMdev] build warnings
...rnings in it! > > Some of us build with -Werror, and even with those of us that don't warnings are not tolerated. You're already seeing all the warnings that are coming out of the build :) So, all the "variable might be used uninitialized" warnings are in clang ? Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me....
2008 Jan 07
2
[LLVMdev] GC infrastructure checked in
On 2008-01-07, at 05:29, Jon Harrop wrote: > On Monday 07 January 2008 02:32:47 Gordon Henriksen wrote: > >> Everything described in GarbageCollection.html should now be live. >> Phew! >> > > This is wonderful news! Are there any example programs using these > GCs? The division of labor is such that the user program must provide the stack walker (in addition to the GC), so complete GC programs are nontrivial. This is somewhat similar to the state of exception handling in LLVM. It would be an excellent project to provide reference implementations of...
2019 Jul 11
2
Need help with streaming to Icecast
...gement platform my stream is being considered as an audio stream?? and I am unable to play it I am with no ideas on how to solve this. Am I doing something wrong? Please take a look on the code bellow Thanks in advance genre various listener_peak 0 listeners 0 listenurl http://192.168.11.61:8000/gcs.ogg max_listeners unlimited public 0 server_description Unspecified description server_name Unspecified name server_type audio/mpeg slow_listeners 0 source_ip 192.168.11.61 stream_start Thu, 11 Jul 2019 15:56:46 +0100 stream_start_iso8601 2019-07-11T15:56:46+0100 total_bytes_read 877800 total_bytes...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...)? Joshua On Tue, Jul 20, 2010 at 9:07 AM, nicolas geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Joshua, > > What plans did you have for GC? No GC at all or Avian JVM has its own GC > (and is it precise or not?)? > > If you're not planning on using VMKit's GCs, then 64-bit system should not > be a big problem: the only problem that we have now is compiling GNU > Classpath, and most probably Avian JVM has its own version of the class > libraries? > > Also, note that platform support will be strongly dependent on LLVM > support. > >...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...gt; wrote: > Hi Joshua, > > If you can get a running 32bit system, I'd suggest you do so, as you'll get > up to speed right away. I can't test VMKit on a 64bits machine, and I have > been aware that there are some compilation/execution problems. Besides, the > current GCs of VMKit do not work on 64bits (neither MMTk nor GCMmap2). > > Nicolas > > > On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: > >> Hi Minas, >> >> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, >&gt...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...need to change VMKit and they way it compiles exception handlers and exception checks. > * Configurable object layout - capability to configure the number of words > in the object header, etc. Again, it may be easier to modify Avian. > > This hasn't been tested at a large scale (GCs that VMKit support only need a 2 word header), but you should be able to define what is an object header. The generated AOT Java code does make some assumptions on how is the header for object synchronization, but we can decide on a method that VMKit and Avian could lowered to different implementat...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
Hi Joshua, What plans did you have for GC? No GC at all or Avian JVM has its own GC (and is it precise or not?)? If you're not planning on using VMKit's GCs, then 64-bit system should not be a big problem: the only problem that we have now is compiling GNU Classpath, and most probably Avian JVM has its own version of the class libraries? Also, note that platform support will be strongly dependent on LLVM support. Nicolas On Tue, Jul 20, 2010 at 4:41...
2009 Feb 19
2
[LLVMdev] Parametric polymorphism
...Jon Harrop wrote: > Other people are creating far more bleeding edge VMs (e.g. VMKit) using LLVM's > GC API so they would be much better positioned to discuss the technical > aspects than I am. I would like to hear any status updates they have! > > VMKit uses conservative GCs (Boehm or Mmap2, a GC developed in our lab), so we don't use the GC API. But we are thinking on using it some day. Nicolas
2010 Dec 24
0
[LLVMdev] LLVM on Cygwin: why tests don't run
Good evening, Csaba! I think rather, Cygwin does not need to know what PATHEXT would be. A patch(0001) is attached. Another patch is for unittests. Lit does not find *Tests.exe in unittests on ToT. 2010/12/24 Csaba Raduly <rcsaba at gmail.com>: > P.S. > With the above change, "make check-all" starts to run. Estimated run > time: 40 hours on my 1.8GHz single-core
2013 Nov 14
0
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
...es hardware support as > far as I know. > > I do have an old, slow Mac Mini G4 PowerPC (big-endian) that I could hook up > as a builder too. I was thinking of it the moment you mentioned big endian. Does clang build on G4 (or G5) Mac OS X? I never managed to get it built :( Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me....
2002 Dec 18
1
[Bug 369] Inconsistant exit status from scp
http://bugzilla.mindrot.org/show_bug.cgi?id=369 emilsa at gcs.co.il changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | Summary|Inconsistant exiit stat...