search for: uncal

Displaying 20 results from an estimated 21 matches for "uncal".

Did you mean: unal
2006 Nov 03
4
read file problem
R-help, I have the following file I want to import to R (some lines removed) Calibrated CTD data for station:00280001 Calibrated:23/8 2001, Salinity Unsmoothed, Fluorescence Uncalibrated Maximum observed depth: 36 m QUAL has one digit for each of pressure, temp., sal. and fluor. QUAL=1:Uncal., QUAL=2:OK, QUAL=6:Interp., QUAL=9:No data DEPTH CTDPRS CTDTMP CTDSAL RAWFLU NUMB. QUAL M DBAR IPTS-68 PSS-...
2008 May 23
1
[asterisk-dev] Asterisk 1.6 Realtime Database must use ', ' not '|'
On Fri, May 23, 2008 at 01:25:43PM -0400, Donny Kavanagh wrote: > This is getting downright abusive, and is totally uncalled for, this > is not a list for personal attacks. You thought that Steve suggesting JT step in was abusive? If that's not what you meant, then you need to either a) be clearer, or b) reply to the proper message. And hackers ignoring pleasantries to get right down to the technical issues...
2015 Jun 06
2
[LLVMdev] Supporting heterogeneous computing in llvm.
On Sun, Jun 7, 2015 at 2:34 AM, Eric Christopher <echristo at gmail.com> wrote: > > > On Sat, Jun 6, 2015 at 12:31 PM C Bergström <cbergstrom at pathscale.com> > wrote: >> >> On Sun, Jun 7, 2015 at 2:22 AM, Eric Christopher <echristo at gmail.com> >> wrote: >> > >> > >> > On Sat, Jun 6, 2015 at 5:02 AM C Bergström
2006 Dec 14
2
[PATCH] Portability patch for tools/check
Hi! I did a little off-list discussion with Jan. Attached is a patch, which makes the non-portable scripts in tools/check portable. Christoph _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jun 21
1
syntax error
Does anyone know why this row: exten => s,2,GotoIf($[${CALLERIDNAME:0:${LEN(${RGPREFIX})}} != ${RGPREFIX}]?4:3) generate this error: ast_expr2.fl: ast_yyerror(): syntax error: syntax error, unexpected TOK_NE, expecting TOK_MINUS or TOK_COMPL or TOK_LP or TOKEN; Input: != ^ ? I was unable to debug it. -- DV
2008 Feb 18
1
mfcr2 stuck
Hello I'm using mfcr2 support (unicall) in asterisk 1.4. Everything is working fine, asterisk can answer calls. But after some random period of time mfcr2 module stuck. When I make a call to my * box I can hear only signal of getting caller ID ("tritirirti" - like jumping on :) ) and connection is terminated by my telecom operator. When everything I ok after few seconds of this
2020 Sep 05
1
Re: libnbd completion callback question
...thing that scales up as count increases). And in proving that, I found several _other_ bugs, now fixed: Python.ml was mapping Bool incorrectly (so that h.set_request_structured_replies(False) was often setting things to true instead); which warranted testsuite coverage of functions previously uncalled under Python or Ocaml testsuites, and flushed out bugs in ocaml NBD.set_tls and NBD.set_handshake_flags. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org
2015 Feb 26
1
Back with my UID problems
On 26/02/15 22:35, John Yocum wrote: > On 02/26/2015 02:31 PM, Brett Wynkoop wrote: >> On Wed, 25 Feb 2015 19:48:07 +0000 >> Rowland Penny <rowlandpenny at googlemail.com> wrote: >> >>> As for creating users & groups, samba 4 comes with 'samba-tool' for >>> more info on this, run 'samba-tool --help' or 'samba-tool user add
2015 Jun 06
2
[LLVMdev] Supporting heterogeneous computing in llvm.
...targets in a single Module or 2 Modules >> >> basically glued one after the other. >> > >> > >> > Patches welcome. >> >> While I appreciate your taste in music - Canned (troll) replies are >> typically a waste of time.. > > > This is uncalled for and unacceptable. I've done an immense amount of work > so that we can support different subtargets in the same module and get > better LTO and target features. If you have a feature above and beyond what > I've been able to do (and you say you do) then a request for patches...
2006 Apr 27
14
Wine is very slow
Hi, I'm trying to perform a installation of FF8 with wine, but the installation is very slow. About 2h to perform 10% of the install. Is there any reason about that ? I've a good configuration so it's not the fault of my pc. Second, no network connexion is available. Can I make it works ? Thx for your help. -------------- next part -------------- An HTML attachment was scrubbed...
2001 Feb 27
4
Bad packet length in 2.5.1 with rijndael
it seems that this check does not work on solaris #if BYTE_ORDER != LITTLE_ENDIAN #define BYTE_SWAP #endif could you please check that BYTE_SWAP is defined in rijndael.c -m
2008 Jan 09
6
[PATCH] x 2 - Fix for "null pointer exception" when ask_status is called before worker is run, and docfixes
Sorry for attaching patches in emails to the mailing list, but I''m still unable to login to Devjavu for Backgroundrb (I''m able to login just fine for Merb''s Devjavu and submitted a ticket successfully). Anyway, I encountered a bug when trying to #ask_status of a worker before it''s run (or rather, before its result_hash has been set to something). Not sure why
2006 Mar 29
7
Dreamhost upgraded 1.1 - app doesn''t work
Does anyone know how long it will be until Dreamhost get''s the Rails 1.1 install running correctly? My site has been down since last night at about 7:00 pm (I think). It''s annoying, and are a lot of others having this problem too? Thanks. -- Posted via http://www.ruby-forum.com/.
2018 May 09
2
NAs produced by integer overflow, but only some time ...
Before responding to Jeff's posting, let me reiterate my question: Why does a function using m1*m1 produce an integer overflow, but m1^2 does not? As for Jeff's 'response': > a) Numeric values may be either integers (signed 32 bit) or double precision (53 bit mantissa). > b) Double precision constants are numeric with no decoration (e.g. 61224). Integer constants have an L
2020 Sep 05
2
libnbd completion callback question
I noticed while reading the code that we have a documentation hole that may cause memory leaks for clients that are unaware, in relation to completion callbacks. The situation arises as follows: for all commands with a completion callback, I checked that the code has clean semantics: either nbd_aio_FOO() returns -1 and we never call the callback cleanup, or nbd_aio_FOO() returns a cookie and
2019 Apr 12
2
Generating C headers from LLVM
Hi Peter, I inlined some comments below but it might also interest you that we plan to have a GSoC student work on something quite related [1]. I hope in the process we'll develop the functionality you are looking for as part of what we want to do. I know other people looked into your problem before* but I haven't seen anybody that trying to upstream the functionality yet. * I could look
2003 Jul 04
6
Flaming
Greetings, I thought this was supposed to be a list for educated people to discuss serious development of the ogg vorbis project. In light of that, it is amazing to see the level Mr. Segher Boessenkool drops down to in the last posts. More or less calling people insane and accusing them of being on crack and what not. I didn't want to post this on the list, for there is no reason to
2011 Mar 03
3
R usage survey
Hi R users, I request members of the R community to consider filling a short survey regarding the use of R. The survey can be found at http://goo.gl/jw1ig Please accept my apologies for posting here for a non-technical reason. The data collected will be suitably analyzed and I'll post a link to the results in the coming weeks. Thank you all for your interest and for sharing your R usage
2007 May 22
0
Branch 'as' - 9 commits - libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_script_function.c
...s_function.h @@ -43,8 +43,8 @@ struct _SwfdecAsFunction { struct _SwfdecAsFunctionClass { SwfdecAsObjectClass object_class; - /* call this function: push a new frame onto the stack */ - void (* call) (SwfdecAsFunction * function); + /* return a frame that calls this function or NULL if uncallable */ + SwfdecAsFrame * (* call) (SwfdecAsFunction * function); }; GType swfdec_as_function_get_type (void); diff --git a/libswfdec/swfdec_as_native_function.c b/libswfdec/swfdec_as_native_function.c index edc2a09..626a380 100644 --- a/libswfdec/swfdec_as_native_function.c +++ b/libswfde...
2006 Aug 20
14
http parser
Just thought I''d let you know that your http parser worked great for creating an http protocol handler for Eventmachine. It wouldn''t take that much effort to use Eventmachine for Mongrel, might be worth a shot just to see how it does. A few things would need to be restructered, like HttpRequest where you read the rest of the body, and calling the handler. But it