search for: guage

Displaying 20 results from an estimated 23 matches for "guage".

Did you mean: gpage
2008 Jun 13
7
Rubyscript2exe undefined ''run'' method
...quot;\\") @file_path = file.join("\\\\") @file_path << "\\Random.txt" random_file = File.new(@file_path , "w") i = 0 max = @max_number.to_i b = 10 ** (@number_of_digits.to_i - 1) random_seed = 10 ** (@number_of_digits.to_i) g = 0 g_max =100 @progress_guage.set_value(0) while i < max a = rand(random_seed) if (a > b) then random_file.puts a i = i + 1 while ((i/max) * 100) > (@progress_guage.get_value()) @progress_guage.pulse() sleep(0.08) end#gauge while end #if end #while end#def class RandomFrame <...
2008 May 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and "etc/threaded.rb" to build my first wxApp. I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to "Wx::FlexGridSizer"). I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time of writing it''s growing only vertically. And also how to get
2004 Aug 06
1
Protocol documentation
On Sun, 10 Feb 2002, wjs wrote: > Stupid? No!! You're a hero! Cheers; sadly I haven't noticed anyone actually replying :(. Time to find a version of telnet (or write one) that will allow me to connect to an icecasting http server. ------------- 12-guage pump-action lemma <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject...
2008 Sep 08
0
Disappearing TAP interface
...log entries indicating that the interface tap0 is being disabled. This means that the guest becomes invisible. I can not open a VNC console or connect to it from the network. From the hosts log files, it appears that the OS keeps running, even though it it is unreachable. (this is a little hard to guage, because the times in the eventlog keep jumping around.) The only way I have been able to restore a connection is to destroy the domain and re-create it. I can not find much in the various Xen logs that identifies what triggers the tap interface to be disabled. I have several questions. Is ther...
2002 Jul 12
2
HP-UX slow login problem found?
...ram -text 128 # generates DH parameters (128-bit) The RSA test is pretty accurate--you can compare this with other systems like Linux on a PC. The DH test is unfortunately very random..some runs will be quick and others slow. You'll have to run it many times and with different bit sizes to guage how slow it is. Again, comparing to a Linux box may be useful. You will almost defintely see the HP version being much slower than Linux/Intel (on Pentium3/Athlon). This is because in practice the Intel chips seem to have much faster integer performance; whereas the PA-RISC is much faster with fl...
2004 Aug 06
4
Protocol documentation
I may be being very stupid, but I can't find any documentation for the protocol that the icecast server uses - any pointers please? (I'm interested in writing a client). Thanks very much people. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2006 Apr 24
6
Handling large dataset & dataframe
Hi, I have a dataset consisting of 350,000 rows and 266 columns. Out of 266 columns 250 are dummy variable columns. I am trying to read this data set into R dataframe object but unable to do it due to memory size limitations (object size created is too large to handle in R). Is there a way to handle such a large dataset in R. My PC has 1GB of RAM, and 55 GB harddisk space running
2004 Aug 06
2
Introduction...
I've been following this kist for a while now and I suppose I had better introduce myself. This is going to be rather a long message, but that can't be avoided. My name is Andrew Baker and I work for a company called TeleDesign. We are based in the UK. http//www.teledesign.co.uk I have lots of experience with telecomms, a fair bit with VoIP, quite a bit (but rather less recent) with
2011 Aug 29
1
Re: Re: Service resource does not turn services off on reboots
Hi, Thanks for the help. I do see these services coming back up if I reboot the system. They are brought down again when puppet run for the first time. Besides, I have never seen Puppet calling chkconfig service off even in the first run, when the services were in a up state after the system installation. I wonder if I missed something. Any other idea? thanks, -fred On Mon, Aug 29, 2011 at
2006 Oct 19
1
Fw: Win32 OVERLAPPING IO
...lt;jt at ra66i.co.uk> To: djberg96 at yahoo.com Sent: Thursday, October 19, 2006 7:28:30 AM Subject: Win32 OVERLAPPING IO Hi Daniel, My name is James Tucker, I''ve been hacking in Ruby for only a few months now, however am an experienced general programmer in a wide variety of languages. My current focus is on a new development project involving an RS232 data protocol handler, which up until now I have programmed in ruby. We have a small problem with the ruby platform for this issue however, and it is related to several factors: - Ruby threads are green threads, IO blo...
2004 Aug 06
0
Introduction...
1. Good Luck 2. Keep posting, we are interested in a fixed point version of speex and would try to colaborate. Our need isn't as immediate but if you set this up correctly we and (hopefully) others will try to collaborate. 3. I'm interested in the methodology for creating a fixed point implementation and guaging how "good" it is relative to the floating point golden standard
2011 Apr 06
7
[LLVMdev] GSoC 2011: Superoptimization for LLVM IR
...-3). In my master thesis, I have already worked with superoptimiza- tion theory and automatic code sequence searching. But instead of using it for optimization purposes, I use this to automatically generate a LLVM backend based on a machine description using the ArchC architecture description lan- guage. The backend patterns are fixed and the implementation of the pattern is inferred using a search algorithm similar to the one used on superoptimizers. Thus, I have experience both on superoptimizer theory and LLVM code. References [1] Sorav Bansal and Alex Aiken. Automatic generation of peephole...
2005 Feb 04
5
simple example of C interface to R
i'd like to use the C interface to R in a program i'm writing. as a starting point, i'm trying to create a very simple C program that uses R. i've read the R documentation on this, but i'm having trouble figuring out where SEXP is defined and how to use it. i noticed someone else on this list also tried to use the C interface, but they ran into similar problems:
2004 Jun 02
5
Slashdot on WRT54G
Did anyone see the article? It''s the first time I really noticed that these little Linksys routers are such a fully fledged linux machine with a decent processor and a replacable firmware. I am now itching to get one to replace the multipurpose firewall desktop machine. Has anyone experimented with the current state of the firmware and how advanced you can get with tc rules? For
2008 May 05
0
[LLVMdev] optimization assumes malloc return is non-null
...the behavior that shall be provided by any function definition in the pro- gram. If a function defined in a C++ program fails to meet the required behavior when it executes, the behavior is undefined. 4 For non-reserved replacement and handler functions, Clause _lib.lan- guage.support_ specifies two behaviors for the functions in question: their required and default behavior. The default behavior describes a function definition provided by the implementation. The required behavior describes the semantics of a function definition provided by e...
2004 Aug 06
0
a new directory service
On September 17, 2001 12:01, you wrote: > > That said, we are all aware of the fact that there is a large amount of > > cheating going on, and therefore that number may not be so relevant nor > > accurate. > > With the system I've outlined, there is no reason to cheat. There's > no need to fake listener counts because it's not there. Certainly > people
2007 Nov 03
9
wxThread
...ds) to change the default pass interval, and it will change it on the fly as well. However, I''m running into problems with dealing with the instance at which it''s in. Meaning, that if I modify samples/etc/threaded.rb to use the new threaded model, it''ll not find the guage variable. Which means the instance binding is not being set to the one that calls it. Any suggestions? Thanks, Mario Steele
2007 Oct 22
5
Automatic Scaling
Hi, I''ve got an app which will only be dealing with a few requests a minute for most of the time, then will shoot up to a continuous 20 req/s for an hour at a time. We''ll potentially be running a lot of instances of this app on the same server. Is there any way to have additional instances of Mongrel be started when the existing instance(s) stopping being able to handle
2004 Aug 06
2
Introduction...
> 3. I'm interested in the methodology for creating a fixed point > implementation and guaging how "good" it is relative to the floating > point golden standard My methodology at this stage is to get it working on the floating point DSP first and to gain recent experience in both Speex and the TI DSP range while I do so. Then I'll enter into serious discussions about
2008 May 01
3
[LLVMdev] optimization assumes malloc return is non-null
(Hi Mike!) On May 1, 2008, at 6:11 PM, Mike Stump wrote: > On Apr 30, 2008, at 9:26 PM, Chris Lattner wrote: >> Personally to me, I have a bigger axe to grind with C++ operator new. >> AFAIK, the standard doesn't give leeway to do a number of interesting >> optimizations for new/delete because the user is explicitly allowed >> to >> override them and the std