Displaying 20 results from an estimated 36 matches for "0.5s".
Did you mean:
0.5
2011 Nov 12
1
Using require_relative to speed up rspec require time.
Hi,
I noticed recently that require ''rspec'' on my machine was taking close
to half a second. That''s not a huge amount of time, but it is still
the single slowest part of my test suite.
It boils down to Ruby 1.9''s rather slow require. I''m using 1.9.3, but
I''d still like to shave off some of the require time.
As an experiment, I went into
2004 Jul 15
1
R#7036 (PR#7095)
Full_Name: A.Boodoo
Version: 1.9.1
OS: MacOS X 10.2.8
Submission from: (NULL) (217.35.120.113)
Same problem identified as in report 7036 - R icon appears briefly in dock when
double clocked, then disappears after about 0.5s. I will try to open the package
and manually install framework and see if this works...
2010 Sep 23
0
How can you synchronise audio with an already-playing stream?
Hey all,
I'm having trouble synchronising pieces of audio with an
already-playing stream.
I have a common background track is always playing, then themes that can
mix with this track at arbitrary points.
The theme and background tracks are all the same length, so the plan is
that themes will start playing at a position that corresponds with that
of the background track.
Currently when I
2011 Apr 03
2
Puppetmaster behind ssh with remote port forward
Hi Folks,
I''m trying to setup a test envoriment which is composed by a
puppetmaster running in my laptop (Macos Snow Leopard) and a puppet
client running on a EC2 instance at Amazon. In order to allow the
client to talk with the master I''m using an SSH Remote port forward,
ie I login into from the laptop into the EC2 instance witha "-R
8140:localhost:8140" flag.
This
2016 Nov 30
2
Dropped call after 900s: 481 call/transaction does not exist and another anomaly during re-invite in timer - full anonymized trace attached
Hello all!
I can see a strange problem during invite in dialog in the context of
timer handling.
Given is the following incoming call from provider at 8.195.88.234 (2 at 2)
to my asterisk at 28.19.57.152 (1 at 1):
After 900s suddenly *asterisk* starts the timer reinvite - I would have
expected the reinvite started by the provider as usual.
The expected reinvite by the provider is started
2008 Jun 06
1
Asterisk not picking up incoming calls from TDM400P
Hi,
I am having some issues with a new server install in Singapore.
Outbound calls work fine.
Inbound calls are not picked up by Asterisk.
Zaptel 1.2.25 and Asterisk 1.2.28 both built from source.
libpri installed
wctdm and zaptel load without error
Jun 6 23:34:03 fs01 kernel: [211138.372933] Zapata Telephony Interface
Registered on major 196
Jun 6 23:34:03 fs01 kernel: [211138.372937]
2013 Jul 21
0
[LLVMdev] Analysis of polly-detect overhead in oggenc
Hi all,
I have attached a patch file to reduce the polly-detect overhead.
My idea is to avoid calling TypeFinder in Non-DEBUG mode, so TypeFinder is only called in DEBUG mode with the DEBUG macro.
This patch file did this work with following modifications:
First, it keeps most of string information by replacing "<<" with "+" operation. For example, code like this:
2018 May 30
0
Using Google Benchmark Library
On Wed, May 30, 2018 at 4:07 AM, mbraun via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Not going into all the detail, but from my side the big question is
> whether the benchmarks inner loop is small/fine grained enough that
> stabilization with google benchmark doesn't lead to dozens of seconds
> benchmark runtimes. Given that you typically see thousandsd or millions
2017 May 24
0
System Time Source
On Wed, 2017-05-24 at 13:53 +0000, Chris Olson wrote:
> One of our STEM interns recently observed that there are
> inexpensive clocks that sync via radio to standard time
> services.? This begged a question about why every computer
> would not have a radio module to receive time.? Our senior
> staff did not have a good answer or if time from such a
> radio module would be
2006 Feb 17
1
AJAX and radio buttons
Hi!
How can i use ajax with radio buttons?
I have form with 2 radio buttons, which updates div with the value of
selected radio button. It worked correctly when i used submit button,
but when i removed it and used observers it didn''t. When i press the
first button it displays its value, but when i press the second button
it displays new value for a moment (0.5s ?) and then suddenly
2004 Apr 30
1
strange sound when bridging Zap
T100P with an Adit600 channel bank. 16FXS, 8FXO. Been doing this with the
past month or so's worth of CVS HEAD, probably longer.
I have a weird problem when I bridge calls... not always but often enough to
be nasty. Call comes in FXO, * calls my home via IAX2... times out so picks
up another FXO port and dials my cell. 7 times out of 10 it bridges just
fine, but about 30% of the time
2012 Feb 26
0
IMAP NOTIFY extension
http://hg.dovecot.org/dovecot-2.2-notify/ contains the initial implementation of IMAP NOTIFY extension. It's less than half-working, but the difficult part of it is done I think. If I give it a command like:
x notify set (personal (messagenew messageexpunge flagchange))
and then in another session I copy a message to another mailbox, it sends:
* STATUS "foobar" (MESSAGES 77
2008 Jul 09
3
mp3 game produces no sound in Wine 1.0
Hello dear all,
my windows game plays mp3 sounds. (the game is C-evo)
the game runs fine under wine except for mp3 sounds.
my platform is Fedora 9-WINE 1.0.
The audio test in winecfg works fine.
Trying to solve the problem, I"ve installed a mp3 Fraunhofer codec in wine (an exe file) ; problem remains.
At linux level I have no mp3 codec installed.
Does any one has a clue to such problem ?
2015 Jul 08
2
mjr to opus audio conversion - corrupted results
Hi,
In our project we use janus-gateway (http://janus.conf.meetecho.com/) as a
webRTC gateway and also as a stream recorder. We are on the tests stage of
our project, and after very long development time we have ecountered a bug
that is a blocker for whole project. After real tests of recording streams
using janus we realized that audio and video are out of sync in recordings,
despite of fact,
2006 Jul 10
17
Effect.SlideDown/Up() and HTML issues
Hello,
I''m hoping this is the right place to ask these kind of questions. If not,
please excuse me. Anyway, the problem I''m having is that I have a HTML table
showing some tabular data and I want to use Effect.SlideDown/Up to allow the
user to interactively show "details" for each item (<tr><td> etc) in that
list.
I''ll do some pseudo-code for
2019 May 25
0
Race condition in IMAP NOTIFY for events received NOTIFY_DELAY_MSECS apart
Hi there,
There seem to be a race condition in IMAP NOTIFY: when two events for
the SELECTED mailbox are received soon after one another, sometimes only
the first one is being reported to clients that enabled IMAP NOTIFY. On
closer look it seems like this is most often reproducible when the delay
between the two events is NOTIFY_DELAY_MSECS (500ms). This is with
2.3.4.1 from Debian sid.
$
2005 Nov 07
2
slow R start up
Hi,
I want to use R within a unix shell script where I repeatedly open
and close R (doing some computation within R whilst it is open). i.e.
something like
#!/bin/sh
R --vanilla << EOF
# some R commands
EOF
# some unix commands
R --vanilla << EOF
# some R commands
EOF
# some unix commands
...etc
the problem is that since I open and close R many times, the shell
script takes a long
2013 Jul 21
2
[LLVMdev] Analysis of polly-detect overhead in oggenc
On 07/21/2013 09:49 AM, Star Tan wrote:
> Hi all,
>
>
> I have attached a patch file to reduce the polly-detect overhead.
Great.
> My idea is to avoid calling TypeFinder in Non-DEBUG mode, so
> TypeFinder is only called in DEBUG mode with the DEBUG macro. This
> patch file did this work with following modifications:
>
>
> First, it keeps most of string information
2018 May 29
2
Using Google Benchmark Library
Not going into all the detail, but from my side the big question is whether the benchmarks inner loop is small/fine grained enough that stabilization with google benchmark doesn't lead to dozens of seconds benchmark runtimes. Given that you typically see thousandsd or millions of invocations for small functions...
> On May 29, 2018, at 2:06 PM, Michael Kruse via llvm-dev <llvm-dev at
2018 Aug 29
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear Tomas, thank you very much. I installed r-devel r75201 and tested.
The machine with 88 cores has NUMA disabled. It therefore has 2 processor groups with 64 and 24 processors each.
require(parallel)
detectCores()
# [1] 88
This is great!
Then I went on to test with a simple 'foreach()' loop. I started with 64 processors (max limit of 1 processor group). I ran with a simple function