Displaying 20 results from an estimated 128 matches for "useag".
Did you mean:
useage
2005 Dec 21
1
RE: Prototype: correct useage of onComplete withAjax.PeriodicalUpdater
...ecay:2,
frequency:20.0
});
-----Original Message-----
From: Nicky Peeters [mailto:nicky.peeters-LPO8gxj9N8aZIoH1IeqzKA@public.gmane.org]
Sent: Wednesday, December 21, 2005 7:13 AM
To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
Subject: [Rails-spinoffs] Prototype: correct useage of onComplete
withAjax.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...
2005 Dec 21
1
RE: Prototype: correct useage of onCompletewithAjax.PeriodicalUpdater
...iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Nicky
Peeters
Sent: Wednesday, December 21, 2005 11:31 AM
To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
Subject: Re: [Rails-spinoffs] Prototype: correct useage of
onCompletewithAjax.PeriodicalUpdater
Tom,
Thanks for your reply, unfortunately I need to execute a function
*after* the insertion of received content into the container,
specifically to remove my progress-indication content. I could
ofcourse write the insertion code myself, and add the...
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 intended as an offer or solicitation for the purchas...
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 be an issue with
XMMS-liveice, icecast, and ALSA. Does anyone know if this is the case?
Can anyone help me figure out what my issues might be?
If this is a poor wa...
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...
...c1/download
lib32asound2:
http://packages.ubuntu.com/jaunty/amd64/lib32asound2/download
libc6-i386:
http://packages.ubuntu.com/jaunty/amd64/libc6-i386/download
I can install IntelliCAD perfectly fine but when I launch it never appears and the system goes into a processing loop: I can see the cpu useage going up up and up in System Monitor until all four processors are at 100% and still no proggy.
To see whether the problem was with IntelliCAD itself I installed WinXP on the same machine and IntelliCAD runs perfectly.
So the issue is either with Ubuntu for amd64, or with Wine for amd64. Or is i...
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 jus...
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= ",res,"\n")
conditional1 <- function(x){
result <- 0
if (x > 0) {
result <- 1
} else if (x...
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 data.frame
with 2 columns. The second "column" is the whole X matrix.
model.matrix on that object returns the expecte...
2005 Jun 06
2
Re: tick tick tick
.... What you need is RTP/UDP and a jitter buffer.
>
> Jean-Marc
>
> Le lundi 06 juin 2005 ? 16:12 -0500, Dragon a ?crit :
>
>>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?
2015 Aug 09
2
About Stackmap section
...the stack map section name is "__llvm_stackmaps". The segment name is "__LLVM_STACKMAPS"."
However I can't figure how to make LLVMCreateSimpleMCJITMemoryManager or LLVMMemoryManagerAllocateDataSectionCallback or make use of them. And I could not find examples for their useage. Any help is appreciated.
Regards,
Marwa Yusuf
Teaching Assistant - Computer Engineering Department
Faculty of Engineering - Benha University
E-JUST PhD Student
Computer Science & Engineering Dept.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lis...
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 calc...
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