search for: useages

Displaying 20 results from an estimated 128 matches for "useages".

Did you mean: usages
2005 Dec 21
1
RE: Prototype: correct useage of onComplete withAjax.PeriodicalUpdater
>From a quick look at the source code, it looks like onComplete is only called when the whole thing is done - in the case of Updater, right after the update, in the case of PeriodicalUpdater, right after it has been stopped. It looks like you need to pass your callback method as an ''insertion'' method in the options. This takes two parameters, the first will probably be the
2005 Dec 21
1
RE: Prototype: correct useage of onCompletewithAjax.PeriodicalUpdater
The only call that PeriodicalUpdater will make periodically to you is the insertion call. I think of onComplete as being ''I''ve done everything I was going to do'', which for Updater is right after it''s done a single update, but for PeriodicalUpdater, it''s after it''s finished all of its updates, so you''ll only get it once for any call
2008 Oct 23
1
device driver useage
Under Centos 5.X, how can I determine with 100% certainty what driver is associated with a given device other than referencing dmesg? For example, what tool can I use to tell for sure what driver is attached to my eth0 device? I have searched the web, but could not find anything that answered my question. Geoff Galitz Blankenheim NRW, Deutschland http://www.galitz.org
2008 Aug 28
0
[PATCH] btrfs: cleanup d_obtain_alias useage
d_obtain_alias is intended as a tailcall that can pass in errors encoded in the inode pointer if needed, so use it that way instead of duplicating the error handling. Signed-off-by: Christoph Hellwig <hch@lst.de> Index: btrfs-unstable/export.c =================================================================== --- btrfs-unstable.orig/export.c 2008-08-28 19:56:13.000000000 -0300 +++
2005 Dec 21
0
Prototype: correct useage of onComplete with Ajax.PeriodicalUpdater
Hello all, I know it''s a Prototype question, but I hope someone can tell me what I''m doing wrong (I hope Prototype gets documented soon ;-( Problem: using a onComplete callback with Ajax.PeriodicalUpdater (using scriptaculous 1.5 with Prototype 1.4) Works: function fooBar() { Element.hide(''foobar''); } new
2008 Jul 08
6
Automatic placement of Legends
Dear R-Users, I am looking for a way to get legends placed automagically in an empty spot on a graph. Additional complication comes through my useage of multiple graphs on the same plot through mfrow. Is there a way to achieve this in R ? I have legends for each of the sub-plots. Many thanks in advance, Tolga Generally, this communication is for informational purposes only and it is not
2005 Jun 06
2
tick tick tick
Hello, i working on a VoIP app and i'm useing TCP to keep packets in order that's not my issue tho, I've solved my cpu useage problem but now i have a tick sound every time i fill a buffer there is a tick does the decoder add a small amount of sicelence to each frame or what else could it be? -- -Dragon (dragon@dazoe.net) (www.dazoe.net)
2007 Apr 13
2
Frustrated with Ubuntu XMMS, XMMS-Liveice, and icecast
I have XMMS and XMMS-liveice setup to use ALSA to stream audio to my icecast server using LAME encoding. I start the sound file and i can see XMMS playing away happily, icecast detects the connection and shows the source as being connected, but no bandwisth useage. If I connect to the icecast server I get a client connection, but no sound. Scanning other forums there appears that there might
2004 Oct 20
1
throttle particular client ip
I know this will be trivial for most, but I am having trouble with getting my scenario to work correctly. I want to ''tag'' and ''throttle'' the bandwidth to and from a particular client on my lan side. Better yet, I just want to throttle smtp traffic, per say, for that ip. ----lan----------eth1-[linux.box]-eth0----------internet I have used the technique
2009 Sep 13
3
Depressed amd64 user...
Hi, I recently built my new graphics workstation with the express idea of using Linux, Wine, and an AutoCAD clone called IntelliCAD. http://intellicadms.com/ Running Ubuntu 9.04 (Jaunty) on my old Intel system with Wine works just fine. IntelliCAD functions beautifully. However, when I installed the above on my all-new AMD Phenom II X4 955 system, IntelliCAD simply does not launch. I use: -
2004 Oct 20
2
a few questions
I was under the impression icecast wrote useage statistics to that directory, and you accessed them via http://host:port/admin/ Where does the xslt file come from that it tries to access when you attempt to access the admin page? Michael Smith wrote: >On Thursday 21 October 2004 05:36, Richard Morey wrote: > > >>I have just gotten a stream working and it is very cool. I am
2006 Jun 28
5
Idea in development - Dynamic Records
Hi All, I''ve been working on a client project where by the client can manage the some fields/values available in a model. Here''s a quick writeup: http://stephenbartholomew.wordpress.com/2006/06/28/dynamic-records/ The idea is very much in development, but i thought i''d like to put it out for feedback. The writeup is also pretty rushed so please excuse :0) Cheers!
2012 Feb 13
3
If (x > 0)
Hi, I am new to R. I was trying to get a very simple program to run. Take one number from the command line. If the number < 0 return -1. If number > 0 return 1 and if the number == 0 return 0. The code is in a file called test1.R The code: #useage: R --no-save --args 5 < test1.R args = (commandArgs(TRUE)) x = as.numeric(args[1]) print(x) res <- conditional1(x) cat("result=
2010 Mar 17
2
y ~ X -1 , X a matrix
While browsing some code I discovered a call to lm that used a formula y ~ X - 1, where X was a matrix. Looking through the documentation of formula, lm, model.matrix and maybe some others I couldn't find this useage (R 2.10.1). Is it anything I can count on in future versions? Is there documentation I've overlooked? For the curious: model.frame on the above equation returns a
2005 Jun 06
2
Re: tick tick tick
Well I've comverted to UDP but still have the tick and it can't be the diff soundcards cause it does it on the same computer. Also the wave out buffer keeps growing as if extra data is comming from somewhere eg: the wave out plays just as fast as the wave in so the wave out buffer should not "grow". -Dragon (dragon@dazoe.net) (www.dazoe.net) Jean-Marc Valin wrote:
2015 Aug 09
2
About Stackmap section
Dear All I need to read the stackmap section at runtime of the inspected application. I've read the documentation of stackmap and found this paragraph: "A JIT compiler can easily access this section by providing its own memory manager via the LLVM C API LLVMCreateSimpleMCJITMemoryManager(). When creating the memory manager, the JIT provides a callback:
2006 May 16
9
Array in database?
Hello, I wanted to know how to make an aray in the database. I''m making a "backpack" for my game. So i''m gana use it in a array. -- Posted via http://www.ruby-forum.com/.
2017 Feb 24
1
Quota usage value shows 140% of actual disk usage
Am 24.02.2017 um 16:00 schrieb Steffen Kaiser: > > Quota does not count physical useage, but the amount of bytes allocated by the messages. Maildir may hardlink messages, hence, they count multiple times for the quota, but once for du. And in your case dovecot even compressed the mails: According to your doveconf, you are using mail_plugins = [...] zlib. Dovecot's quota is calculated
2020 Jan 13
2
TDB databases on x86_64 and ppc64
Hi, just to be sure: can I use TDB databases that were created on ppc64 on a x86_64 platform? thx Matthias
2004 Oct 08
1
Real UserAgent?
Hello All! Is there any chance of showing the real useagent in the "listclients.xsl" I like to keep track of what players and version is used. Winamp 2.x or 5.x only shows Winamp not "WinampMPEG/5.0" Now xmms useragents works like it should! Thanks John