search for: thirty

Displaying 20 results from an estimated 245 matches for "thirty".

2008 Jan 28
4
Scheduling same worker/method at different times with different args
...ond]} second mark." end end In backgroundrb.yml: :schedules: :experiment_worker: :experiment: :trigger_args: "0 * * * * * *" :data: :repeat_second: zero :experiment: :trigger_args: "30 * * * * * *" :data: :repeat_second: thirty In the log, I only see "Experiment fired at thirty second mark." Why isn''t the first entry for experiment worker firing? Perhaps, I have this set up wrong? Thanks, Scott
2018 Mar 17
1
Short Title Bar
It used to be that streamed titles could exceed thirty characters. Ever since I upgraded to I believe it was version 2.4.0, no matter what I send, there's a truncation of the artist-plus-title combined sting. At first, I thought it was an ices-cc problem, but it isn't, because when live programs connect to the input port, the title bar stil...
2002 Nov 10
7
building a formula for glm() with 30,000 independent variables
I would like to use R to perform a logistic regression with about 30,000 independent variables. That's right, thirty thousand. Most will be irrelevant: the intent is to use the regression to identify the few that actually matter. Among other things, this calls for giving glm() a colossal "y ~ ..." formula with thirty thousand summed terms on its right hand side. I build up the formula as a string and...
2006 Apr 30
8
format numbers as words
Does anyone know if there is a function available which can format any entered number as words? eg: ''1234'' would be ''One Thousand Two Hundred and Thirty Four'' In the past, I would have said this is a tall order, but from what I''ve seen with playing with rails for a short time, I don''t know what to expect. :) Thanks for any help, Damien -- Posted via http://www.ruby-forum.com/.
2014 Apr 14
3
Re: LXC + USB passthrough = Operation not permitted
Dear Fil, I am not sure if my answer can help you. I had ever asked a similar question to Daniel and I was using a thirty-party card. As a container uses a shared kernel with the host, so hostdev mode='subsystem' doesn't make sense. Maybe you can try to use hostdev mode='capabilities'. Please see http://libvirt.org/formatdomain.html#elementsHostDevCaps Hope this helps Cheng Wang
2012 Jul 23
2
file and on SayNumber() app
...39;digits/hundred.ulaw' (language 'en') -- <SIP/103-0000035d> Playing 'digits/30.ulaw' (language 'en') -- <SIP/103-0000035d> Playing 'digits/4.ulaw' (language 'en') It`s not will to be: ; "one - thousand - two - hundred - *and* - thirty - four ?? I put and.ulaw file on en dir and on en/digits dir. Thanks Naftali -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120723/b270b408/attachment.htm>
2014 Jan 15
2
If it's possible for a third-party PCIe card to be shared by multiple containers
Dear all, I have a thirty-party PCIe card in my host which can work properly in native mode. I wonder if this card can be shared by multiple containers. As far as the network interface is concerned, too many efforts have been made for it. Two dedicated cgroup resource schedulers/subsystem(net_cls, net_prio) have been prov...
2008 Oct 06
2
[LLVMdev] -instcombine broken with fastcall
I found this with LLVM 2.3 and reproduced with svn as of about thirty minutes ago and they both fail in the same way. If you run this code through opt -instcombine define fastcc i64 @fibo(i64) { switch i64 %0, label %2 [ i64 0, label %8 i64 1, label %8 ] ; <label>:2 ; preds = %1 %3 = sub i64 %0, 1 ; <i64> [#uses=1] %4 = call i64 @fibo(i64 %3)...
2004 Sep 10
2
[Flac-users] Fingerprint one character short
I've got a directory of flac files that all pass the test, however one of the files has a 32 character long fingerprint, as opposed to 33. I've never seen this before...is this normal? -- # Paul - mramius@attbi.com # http://www.pentameter.org - Audio Hangout # My PGP Key - 0x144F725A
2009 Aug 05
3
Wine Unbearably Slow
After using Wine without any significant hitches for over a year, I've just come across one. Every time I load any application (even winecfg), it takes between thirty seconds to one minute for it to load. During this time, normal functions take forever or don't work at all (selecting folders, opening a file, etc.). Sometimes it will load and work just fine, but often the program continues to wreak havoc by slowing down the system several minutes after closin...
2010 Oct 22
1
Problem with Aggregate - Sum, limit on number of criteria
...hat can be put into the Aggregate sum function. (It looks like it is 32). My code is; HSfirst=aggregate(count, list(P2010W,P2009S,P2009W,P2008S,P2008W,P2007S,P2007W,P2006S,P2006W,pcom,W2010W,W2009S,W2009W,W2008S,W2008W,W2007S,W2007W,W2006S,W2006W,wcom,cd,f,g,m,urb,nourb,nourb2,nourb3,nourb4,eight,thirty,fifty,sixty,seventy,xover),sum) names(HSfirst)=c("P2010W","P2009S","P2009W","P2008S","P2008W","P2007S","P2007W","P2006S","P2006W","pcom","W2010W","W2009S","W2009W",&quot...
2010 Aug 18
2
wake up getamail on imap request
...irtual users which get their mail delivered via getmail, and I can access my mails from my windows mailclient. The only issue I'm still facing is, that I don't like to run getmail as a cronjob that connects to my online mailboxes every minute or so, I'd rather want it to do so every thirty minutes and whenever I request so by fetching my mails at my mailclient (e.g. outlook), I've font the Fetchmail Wakeup plugin, but according to the description this only works for version 1.1.x and 1.2.x but I'm running 1.0.13. Anyone has any idea how to solve this or has a workaround...
2004 Oct 25
2
Segfaults in Icecast 2.0.2
Hello, Using Icecast version 2.0.2, I'm seeing segfaults when I connect a particular encoder to the stream. I already have three encoders connected, serving six streams without a problem, but adding the seventh stream crashes Icecast everytime after a period of ten to thirty seconds. All but one of the encoders are Darkice encoders and the encoder which crashes Icecast is also Darkice. So far, I've tried rasing the number of threads to 10, but the same behavior occurs. What sort of information can I provide to the developers to help to diagnose this problem? I...
2008 Feb 25
2
union of two data frames
I have a thirty thousand row data frame imported from excel and a 60,000 row data frame imported from excel. they share a common subset of the same data and I would like to combine the two into one data frame merged together on the data in common. I have looked at the help file for merge and intersect and cbind...
2013 Jul 01
5
Yum hangs while doing update
About thirty minutes ago I started an update. Everything downloaded fine. But when it came to "Running Transaction", it hung: .... Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : xulrunner 1/18 An...
2009 Apr 12
2
Convert string to time
One variable contains values (1.30 - one hour and thirty minutes, 1.2 (which is supposed to be 1.20 - one hour and twenty minutes)). I would like to convert to a minute variable so 1.2 is converted to 80 minutes. How?
2014 Jan 16
3
Re: If it's possible for a third-party PCIe card to be shared by multiple containers
Dear Daniel, The thirty-party PCIe card is based on the Xilinx’ FPGA which is off the shelf, the main features are as follows: 1) x8 Gen3, 8Gb/s per lane/direction 2) MSI and legacy interrupt support 3) Scatter-gather packet DMA engine provide by Northwest Logic We hope multiple Linux Containers to access the PCIe card in...
2011 Apr 30
3
using tapply with multiple variables
HI All, I have a long data file generated from a minimal pair test that I gave to learners of Arabic before and after a phonetic training regime. For each of thirty some subjects there are 800 rows of data, from each of 400 items at pre and posttest. For each item the subject got correct, there is a 'C' in the column 'Correct'. The line: tapply(ALLDATA$Correct, ALLDATA$Subject, function(x)sum(x=="C")) gives me the sum of correct a...
2005 Feb 14
3
Hackers on my Web server
...delete the folders left behind I receive "Access Denied", or when I try to take ownership I receive "Unable to Find File...". I have removed most of the files to obtain enough space to continue operations but would like to remove this threat entirely. Also for FYI the folders go thirty deep, and some have no names (or hidden names), some start with a " ~ ", or a" ; " or a " . ". I am really baffled, so if there is someone who may assist me or direct me as to where to look it would be greatly appreciated. Thank You, Gary Mlinek Sr. Network Analy...
2008 Oct 06
0
[LLVMdev] -instcombine broken with fastcall
On Oct 5, 2008, at 10:55 PM, Arnaud Bergeron wrote: > I found this with LLVM 2.3 and reproduced with svn as of about thirty > minutes ago and they both fail in the same way. > > If you run this code through opt -instcombine Your input code has undefined behavior. You have to mark the callsite as fastcc also. -Chris