search for: woah

Displaying 20 results from an estimated 56 matches for "woah".

Did you mean: noah
2008 Jan 04
7
best way to modify spec (the command-line tool)?
Hi all, where I work we''ve cooked up a kind of ghetto profiler for our specs. It basically just does this: time = Time.now # run the spec puts "woah! dude. long spec." if time > 1.second I''m simplifying here. I think the threshold is actually 0.1 seconds, and we use more precise language, and highlight the spec in red via terminal colors, etc. But the way it works is a bit ghetto. We just manually hacked it onto the Rails exa...
2008 Nov 03
5
Theora 1.0 final release!
The Xiph.Org Foundation announces the release of Theora 1.0. Theora is a video codec with a small CPU footprint that offers easy portability and requires no patent royalties. While the Theora bitstream format was standardized in 2004 and our beta releases have been used by millions, this 1.0 release is an important milestone reflecting the maturity and stability of the Theora codebase. A number
2008 Nov 03
5
Theora 1.0 final release!
The Xiph.Org Foundation announces the release of Theora 1.0. Theora is a video codec with a small CPU footprint that offers easy portability and requires no patent royalties. While the Theora bitstream format was standardized in 2004 and our beta releases have been used by millions, this 1.0 release is an important milestone reflecting the maturity and stability of the Theora codebase. A number
2006 Oct 05
1
Cannot re-make a software raid pair
Apologies if you get this twice - the first one didn't seem to make it... Hi Guys, I have just replaced a faulty Max...woah, wait...this one's a Seagate... IDE hard disk but I cannot remake the software raid pair. The currently running disk is hda and I am trying to add back hdg - both are master drives on separate controllers. I have run fdisk on hdg and created the same partition structure as had and changed the...
2009 May 22
2
Scope problem?
...rts[[i]](0),"\n") } and try: > m=mr() part 1 at zero = 3 part 2 at zero = 4 part 3 at zero = -10 looks good, those are the intercepts of my pieces... but now: > m(0.5) using pos = 1 [1] 3.5 > m(1.5) using pos = 2 [1] 5.5 > m(2.5) using pos = 3 [1] 5 Woah! It's now working! Trying to observe the thing changes it? A Heisenbug! I can only think it's my misunderstanding of some aspect of R's scoping and evaluation rules. Does evaluating the functions within that loop cause a copy of some environment to be made, or a 'lazy evaluation&...
2006 May 17
10
Weird error
What does this mean? (eval):1:in `compute_type'': compile error (eval):1: parse error, unexpected tINTEGER Object::0 ^ Anyone know? Any help counts! Thanks in advance, Mohammad(Programmer-22) -- Posted via http://www.ruby-forum.com/.
2018 Sep 13
2
Re: [PATCH v2 nbdkit 5/5] tests: Add a helper function which waits for nbdkit to start up.
On 9/13/18 11:09 AM, Richard W.M. Jones wrote: > This assumes bashisms, but bash is required to run the tests. > > This is mostly refactoring. However the changes (simplifications) are > quite substantial: > > - Since the new start_nbdkit helper function cleans up nbdkit on > exit, most scripts no longer need to deal with the pid or kill the > pid in the
2005 Apr 18
7
Shorewall and IPv6
How is the effort to make Shorewall do iptables6 going? -- Patrick "Diablo-D3" McFarland || pmcfarland@downeast.net "Computer games don''t affect kids; I mean if Pac-Man affected us as kids, we''d all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." -- Kristian Wilson, Nintendo, Inc, 1989 --------------
2005 Aug 29
5
can''t create 1st domain on debian
Hi all I''ve taken the plunge and decided to set up Xen on my AMD64 machine. I want to use amd64 debian as the domain 0 O/S, then install a full amd64 debian dev kit and a couple of 32-bit linuxes on top. I''ve got an install of debian amd64 running as domain0, which boots up just fine. I boot it with dom0_mem=131072 (the machine has 1Gb of RAM). I then created some disk
2005 Jun 30
7
passing through MWI info from SBC
Hi.. I am about to replace my aging Nortel Venture system with an Asterisk system and 6 Polycom IP 501 phones, and a couple sipura 841's for less used areas. We have 3 phone lines here. One is SBC, one Vonage, and one Voipjet... One hangup is that I can't figure out how to pass through a voicemail waiting indication from SBC. This is important because my wife and her family all
2019 Jul 12
2
Introducing an Alignment object in LLVM
Woah this is a good idea. I'd ask that alignment come in different bit sizes and endienesses so that we can add an alignment type to ELF types. I would love to review this and add it to llvm-objcopy. We have special functions to handle all of these 'zero' cases. Several other bits of code I...
2004 Aug 06
3
[Re: icecast2 ??]
On Sat, 28 Dec 2002, Geoff Shang wrote: | IMHO, the fact that icecast 1.x only supports MP3 and not ogg vorbis makes | it obsolete. Thanks for, in effect, telling the people who still reply on icecast1 that they're useless. As that would make us put a lot of faith in icecast 2. You people need to get over your "If it isnt ogg, it's shit" mentality. Ogg itself is barely a few
2010 Nov 12
1
[LLVMdev] Non-deterministic builds
On Nov 12, 2010, at 7:10 AM, Sebastian Redl wrote: > On 12.11.2010 15:26, Erik Cederstrand wrote: >> I have noticed that two consecutive builds of clang, clang++ and tblgen don't produce identical binaries (as in md5 sums) on identical source code (I'm on FreeBSD). I ran strings(1) on the two clang binaries, and I get the following: >> 251862c251862 >> <
2004 Dec 10
1
Christmas installation
Hi, I'm busy installing games on my son's new PC he's getting for Christmas. Caesar III installed and plays fine. StartCraft, which I thought I had installed at some earlier time, installs and starts, but then immediately gives me the message: Error initializing standard.snp. Please reinstall StartCraft StarCraft shows up in the WineHQ App database as working. Does anyone know if
2018 Sep 13
0
Re: [PATCH v2 nbdkit 5/5] tests: Add a helper function which waits for nbdkit to start up.
On Thu, Sep 13, 2018 at 01:35:11PM -0500, Eric Blake wrote: > > ...and thus this should be "$(cat "$pidfile")" Woah wait, this actually works?! (Tests ...) It does! Never knew that. I'll fix this ... > >+++ b/tests/test-ip.sh > > >-if ! test -f ip.pid; then > >- echo "$0: PID file was not created" > >- exit 1 > >-fi > >- > >+start_nbdkit -P i...
2020 Jun 06
2
Deliver administrative message ignoring user quota
Hi everyone, I have a separate internal system running on a different host that needs to put an administrative email into a user?s inbox. I?ve been playing around with the ?doveadm mailbox save? command via Doveadm?s HTTP API (https://doc.dovecot.org/admin_manual/doveadm_http_api/#doveadm-mailbox-save <https://doc.dovecot.org/admin_manual/doveadm_http_api/#doveadm-mailbox-save>). This
2020 Jun 07
0
Deliver administrative message ignoring user quota
...a users folders without messing things up. As for subverting the quota you can explode a specific folder from quota rules, and use sieve to deliver the admin message to that folder (and to auto-move mails in that folder that are not admin messages pit of the mailbox). Pretty sure. -- Howard: Woah. No. We're not--we shackle people of all races and colors here. Penny: Not better, Howard.
2004 Aug 06
0
[Re: icecast2 ??]
...on on alpha-level code > where on average the last commit was 5-6 MONTHS ago!? > > Vorbis has actually abandoned TWO things here: Their Icecast 1.x users, > and the icecast 2 project. At least, that's the impression once can gain > from just looking in from the outside. <p>woah do0d . that's a crackp0t theory if i ever heard one ., i'll offer an alternate theory . KiSS - keEp it simple sir ; why should the icecast2 developers be guilt-tripped into repeating icecast's performance ? _ is it not enough that OGG can have a streaming server that supports it ? can...
2006 Apr 07
1
dtrace: invalid probe specifier
Hello, I''m a newby to dtrace and have just installed the dtrace toolkit v0.92 on a core soalris 10 1/06 installation on SUN v40z. I have tried the following commands: iotop iosnoop but I get the message dtrace: invalid probe specifier and a lot of code. At the end it says: : in action list: failed to resolve uid: Unknown variable name Could it be, that there are some
2001 Mar 17
1
More Starcraft IPX issues
...the primary IPX interface that TAP devices do not have ? Has anyone gotten it to work ? Do I need to bring up the tap device with special parameters ? Is this perhaps a Starcraft security thing ? How is a tap interface different from an eth interface (as far as it's relevant to Wine/SC) ? Woah ... gotta stop asking all these questions :o) Nonetheless, thanks for any input you can provide. I'd be willing to go to great lengths to get SC to work over tap tunnels.