search for: f00

Displaying 17 results from an estimated 17 matches for "f00".

Did you mean: 00
2002 Oct 29
2
File locking problems - v2.2.6
...********************************************* -------------- next part -------------- identification division. program-id. samdata. * * environment division. configuration section. input-output section. file-control. select f00 assign to "samdata.dat" organization is indexed access mode is sequential lock mode is exclusive record key is f00-test-key. * * data division. file section....
2011 Apr 05
0
Changing parameter in local fdr R code
...} else warning("ML Estimation failed") } if (nulltype < 2) { delhat = xmax = xmaxx = mlests[1] sighat = mlests[2] p0 = mlests[3] f0 = dnorm(x, delhat, sighat) f0 = (sum(f) * f0)/sum(f0) } fdr = pmin((p0 * f0)/f, 1) f00 <- exp(-x^2/2) f00 <- (f00 * sum(f))/sum(f00) p0theo <- sum(f[i0])/sum(f00[i0]) fp0["thest", 3] = p0theo fdr0 <- pmin((p0theo * f00)/f, 1) f0p <- p0 * f0 if (nulltype == 0) f0p <- p0theo * f00 F0l <- cumsum(f0p) F0r <- cumsum(rev...
2011 Dec 08
4
memory map issues with PV PCI passthrough
...EN) 0000000000068000 - 000000000009ac00 (usable) (XEN) 000000000009ac00 - 00000000000a0000 (reserved) (XEN) 00000000000e0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 0000000000800000 (usable) (XEN) 0000000000800000 - 000000000087d000 (unusable) (XEN) 000000000087d000 - 0000000000f00000 (usable) (XEN) 0000000000f00000 - 0000000001000000 (reserved) (XEN) 0000000001000000 - 0000000020000000 (usable) (XEN) 0000000020000000 - 0000000020200000 (reserved) (XEN) 0000000020200000 - 0000000040000000 (usable) (XEN) 0000000040000000 - 0000000040200000 (reserved) (XEN) 00000000402000...
2007 Feb 17
2
reading text file not table
Hello all, I'm looking for a way to be able to read a text file into R. It's a csv file but when I do "txt <-read.table("F00.csv", header=T, sep=",")" It doesn't read the file properly, and I only get 2 columns. If I open it up in OOc or Excel it open right with 7 columns. What I would really like to do is read the file as text and then split it and read the bottom section where the 7 columns are....
2006 Apr 25
2
patch for colored drop-shadow
...manually. So after you applied the patch, recompiled compiz and restarted g-w-d and compiz you'll have to fire up gconf-editor and add a string-parameter with the name shadow_color yourself. You can use the normal HTML-like syntax for defining the wanted color: #fff or #ffffff -> white #f00 or #ff0000 -> red #f73 or #ff7733 -> orange You get the idea. If you don't follow this scheme your setting will be ignored. Note that there's no alpha/opacity value used. This is left untouched. There's already the option shadow_opacity for this. BTW, it takes a moment for the...
2006 Apr 24
1
implementing a Slider control
...re/filename/1/scaler_1.jpg") %> </div> <p><strong>Standard horizontal slider</strong> <div id="track1" style="width:200px;background-color:#aaa;height:5px;"> <div id="handle1" style="width:5px;height:10px;background-color:#f00;cursor:move;"> </div> </div> <div id="debug1" style="padding-top: 5px;"></div></p> </body> </html> -- Posted via http://www.ruby-forum.com/.
2006 May 20
1
Slider.js - Attemting to put values in form.
...t;/h2> <form name="myform"> <input name="test" value="helloworld"> <div id="track3" style="width:200px;background-color:#aaa;height:5px;"> <div id="handle3" style="width:5px;height:10px;background-color:#f00;"> </div> </div> <p id="debug3"> </p> <a href="#" onClick="javascript:submit()">Submit</a> </form> <script type="text/javascript"> var v; // <![CDATA[ new Control.Slider(''handl...
2007 Apr 09
1
Problem on Dreamhost: engine for rails 1.1.6
...padding: 0 4em; margin: 4em auto 0 auto; border: 1px solid #ccc; border-right-color: #999; border-bottom-color: #999; } h1 { font-size: 100%; color: #f00; line-height: 1.5em; } </style> </head> <body> <!-- This file lives in public/500.html --> <div class="dialog"> <h1>We''re sorry, but something went wrong.</h1> <p>We''ve been notified about this issue an...
2005 Sep 21
8
Slider controls
...unctional test file (test/functional/slider_test.html) for information on how to use it. Basically, you do: <div id="track1" style="width:200px;background-color:#aaa;height:5px;"> <div id="handle1" style="width:5px;height:10px;background- color:#f00;"> </div> </div> new Control.Slider(''handle1'',''track1'',{ onSlide:function(value){ // do something }, onChange:function(value){ // do something } }); You can also have an array of predefined values, so the slider "jumps&q...
2008 Sep 11
0
creating a package with internal (hiden) S4 classes and methods
...in 1 file and the rest (internal functions, classes and methods) in a file called <mypackage>-internal.R. For the .Rd file, I created one for each class, method and internal functions, and I wrote \keyword{internal} and the end. Finally, I have created a NAMESPACE that export my function f00. I thought it would work but it created a problem with the classes and methods not being declared so I added Classes(''myclass") and Methods("my method") to the NAMESPACE file. Does this make sense as to a way to <hide> classes and methods from users, and avoid des...
2011 Nov 18
1
setting up multiple listeners
Hello, I'm using Dovecot v2 and am atempting to get webmail going. I'm trying to set up imap so that port 993 only is listening on the external interface, for both ipv4 and ipv6, but that on localhost only again for ipv4 and ipv6 unencrypted port 143 is active. I've tried various combinations but keep getting an error invalid number. I've googled and not come up with the missing
2006 Jun 12
0
IE rendering of Sliders
...I''ve dabbled with the HTML and CSS and got ''em to render properly in IE 6 (and IE 5.5... yes, I know...) .slider-track { width:50px; height:5px; background-color:gray; position:relative; /* IE fix */ } .slider-handle { width:5px; height:10px; background-color:#F00; cursor:move; position:absolute; /* IE fix */ } <div id="contrastTrack" class="slider-track"><div id="contrastHandle" class="slider-handle"><!-- IE fix --></div></div> One of the fixes is the HTML comment above tells I...
2006 May 23
0
Slider.js - Attemting to put values in form.
...t;/h2> <form name="myform"> <input name="test" value="helloworld"> <div id="track3" style="width:200px;background-color:#aaa;height:5px;"> <div id="handle3" style="width:5px;height:10px;background-color:#f00;"> </div> </div> <p id="debug3"> </p> <a href="#" onClick="javascript:submit()">Submit</a> </form> <script type="text/javascript"> var v; // <![CDATA[ new Control.Slider(''handl...
2014 Oct 23
2
Centos 7 - How To set text console resolution to 80x24
Like subject say ... hot to configure the resolution of text console to standard 80x24 ? Many Thanks -- Dario Lesca (inviato dal mio Linux Fedora 20 con Gnome 3.10.4)
2007 Mar 06
0
different random effects for each level of a factor in lme
...grouping variable (group) nested in loc isla : is an factor that identify which localities are in island and which are in mainland (it is outer to loc) I began with a simple model with fixed effects in isla (since there are some differences in the length of s1) and nested random effects: f00 <- lme(s1~isla,data=s1.ap, random=~1|loc/grp) My final model should have fixed effects in isla, different nested random for both levels of isla, and different error per stratum, something like: f11 <- lme(s1~isla,data=s1.ap, random=~isla|loc/grp, weights=varIdent(fo...
2011 Jan 15
5
Wave audio problem
...s=2 dwSupport=96 Device 2:68 driver version 1.0 (USB Audio) dwFormats=0 wChannels=2 dwSupport=96 In Windows (on the same computer) i get Device 1:64 driver version 5.10 (EDIROL UA-25) dwFormats=bffff wChannels=65535 dwSupport=44 Device 18:149 driver version 5.3 (MME EDIROL UA-25 Out) dwFormats=f00 wChannels=2 dwSupport=32 Device 1:64 driver version 5.10 (Sound Blaster Live! 24-bit) dwFormats=bffff wChannels=65535 dwSupport=44 It looks like it finds the UA-25, which is the one that has speakers, but nothing more. Is it a but or is it something in my configuration of ALSA?
2006 Aug 14
2
Plugins: Validation Reflection and Client-Side Validation
...idatedForms(); This installs a validator for each form on the page which has the class "validated". If any of the form''s input elements are or become invalid, they are marked with the class "invalid". If you have something like this .invalid { border: 1px solid #f00; } somewhere in your stylesheet(s), invalid fields will be marked with a read border. This works for * :validates_presence_of * :validates_length_of * :validates_numericality_of * :validates_inclusion_of * :validates_format_of - as far as regular expressions are matched the same in Ru...