search for: whipped

Displaying 20 results from an estimated 346 matches for "whipped".

Did you mean: shipped
2005 Jun 22
3
OT: OS X graphics tool
Hey all, Seeing the success of the OT: OS X MySQL tool thread, I thought I''d ask about the tools you guys use for your graphics editing/creating. Like many others, I too made the switch to Apple, and its been an absolute joy so far. I''m an independent contractor/consultant who''s comfort zone is in making admin websites to manage data. With this role comes making little
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
On 30 April 2010 11:43, Sherief N. Farouk <sherief at mganin.com> wrote: >>> I'm a software engineer. I'm terribly uncomfortable with C. > > Aaaaahahahahahahahaha Please be civil, guys. Different engineers have different skill levels, so what. If someone asks for some help with the reference implementation the least we can do is point them in a useful direction. If
2001 May 05
1
fix for oggdrop disappearing window
Hi, I don't know if this problem has been looked at yet. The latest version of oggdrop I found was at http://www.vorbis.com/files/beta4/windows/oggdrop-1.0beta4.zip. If you whip the window quickly from right to left, the client mouse coordinate in WM_MOUSEMOVE *can* be negative and so the LOWORD and HIWORD macros will cast the mouse coordinates to insanely high 64K-ish values. Then the
2010 Apr 29
4
Simple example of decoding streaming audio realtime?
Hi, I'm new to Speex and a little uncomfortable in C programming. I'm looking for a simple example of how I'd use Speex to decode a speex file read off of an network stream and pass the decoded samples to an audio player. I have speex running in an iPhone project and I started digging thru the speexdec.c example trying to refactor as I made sense of the API calls. The example is a
2005 Jul 13
6
OT: DS3 -> VoIP Hardware Recommendations
Hello all, We are looking for some hardware requirements/recommendations to be able to handle a full DS3's worth of TDM -> VoIP traffic. The DS3 would bring 24 calls per T1 x 28 T1s = 672 simultaneous calls. We would then need to convert those calls into G729 SIP VoIP calls to send to our asterisk box over ethernet. Since everything is going in/out of asterisk is 729, and no features
2016 Dec 12
0
RFC: Constructing StringRefs at compile time
Well, apparently clang has clang::StringLiteral in clang/AST/Expr.h So, our options are either: Allow this name clash (obviously the namespaces don't clash, only the names) and deal with it when it's an issue (which will be limited to clang, and even then not very often), or choose a different name. Thoughts? On Mon, Dec 12, 2016 at 11:53 AM Zachary Turner <zturner at google.com>
2007 Aug 15
3
unit testing active resource - mock or connect?
Hi all - there''s a patch I need to apply from a ticket: http://dev.rubyonrails.org/ticket/8798 The ticket appears to be stalled on the lack of a test case. I figured I''d just whip one up, but because it''s an Active Resource thing, and the test case would need to do ModelName.find(:all), I''d need to either mock the network connection or set one up. In this
2010 Nov 17
2
[LLVMdev] Replacing phi nodes in ScalarEvolution while preserving LCSSA form
Hi Dan, I whipped up this patch as a more optimal test of whether replacing the phi node PN by V will break LCSSA form. I hope it is more or less correct, but since I know nothing about loops it could well be completely bogus :) Can you please comment on it. Best wishes, Duncan. -------------- next part --------...
2020 Oct 05
2
SID security
Thanks to data backups I can "whip out" the /srv directory and rebuild from scratch to "get permissions correct." Doing this because, yes, I did provision a new domain. (Probably faster to wipe, reconfigure dir and restore than correct the SID mistake.) Oh well, learning the hard way or as we like to call it around here, "OJT" (on the job training.) On Mon, Oct 5,
2013 Nov 26
2
AOL/Nullsoft shutting down (Winamp)
Good bye, llama whipping awesome software...long live Audacious =) http://audacious-media-player.org/ On 11/25/2013 10:10 PM, Yahav Shasha wrote: > > that's not 100% accurate. > no official message regarding shoutcast was released. > Winamp is going to be abandoned, but i find it hard to believe they > are going to pull the plug on shoutcast as well, shoutcast is doing >
2008 Sep 04
2
Nagios 3 RPMs
Is anyone working on Nagios 3.x RPMs? If not, perhaps I'll whip some up and submit them to some appropriate repository. Geoff Galitz Blankenheim NRW, Deutschland http://www.galitz.org
2011 Jun 25
2
Shared object packaging in rpm
I whipped up a quick spec to package Zenoss' wmi client and noticed it creates a libasync_wmi_lib.so.0 and libasync_wmi_lib.so.0.0.1 that their python script would otherwise copy during its install routine (obviously I wrote a native rpm section for installation). Anyone know the naming convention assoc...
2011 Feb 23
12
Alternative to cPanel
Hello all, I'm looking to setup a new CentOS box for a buddy of mine who wants to do hosting on a server via CoLo, Years ago I whipped up a CP of my own on a Debian box he colo'd running a basterdized qmail/tinydns and custom built httpd/mysql/etc (I was young). It worked ok but time to move on and I don't have time to maintain all those packages. I also don't have time to write another CP or port my PoS to it. I...
2011 Jun 22
2
[LLVMdev] ARM thumb-2 instruction used for non-thumb2 CPUs
...ax, including updated mnemonics for older instructions. Older binutils aren't supported. This is unlikely to change. >> > > This sounds like a dead end as newer binutils are GPLv3. Yeah, that's definitely a very real concern and a big motivation to get the MC based asm parser whipped into usable shape. We're much more in control of our own destiny then. > What is the status of integrated-as for arm, is it stable? The encoding information in the back end is generally in pretty decent shape for direct object file emission. Some of the folks working on the ELF emitter wo...
2006 Jun 08
5
AM/PM select
I have a customer that has a request that the select_datetime fields have AM/PM selectors instead of 24 hour time. The rails time and datetime selects seem to only support 24 hour time. I can''t seem to find any information on this. i was wondering if there is already a solution out there, or will i have to roll my own? Sean Wolfe master nerd of i heart squares, inc. 3711 N.
2006 Mar 20
9
jEdit Snippets for Ruby on Rails
----------------------------------------------------- Announcing: jEdit Snippets for Ruby on Rails ----------------------------------------------------- I thought I''d "give a little back to the community" and whip up some SuperAbbrev files for ruby and rhtml that mimic all of the Textmate Rails bundle snippets. Note: This was totally inspired by Textmate and the syncPEOPLE
2004 Sep 10
2
deafening silence
if your talking id3v1, something along the lines of (in bash): for f in *.flac ; do tail -c 128 $f > tag && flac-0.8 -d $f ${f%*.flac}.wav && flac-0.9 -V ${f%*.flac}.wav $f && cat tag >> $f ; done should work. of course, test it before you set it loose on your whole collection. if you're on windows, my condolences... no wait, just get cygwin :) Josh ---
2003 Sep 10
5
Cisco 7940/7960 XML application hint
...dy common knowledge, and it's not specificly for Asterisk, but if you are using Cisco phones and want to roll XML applications, make sure you have "Connection: close" in your HTTP header. Without it screen loads are very sluggish. In PHP, do: header("Connection: close"); I whipped up quick-and-dirty PHP/MySQL/Cisco XML directory and PHP/X10/Cisco XML light control applications today, they are working great with 7960 phones with SIP image 5.3 and Asterisk CVS. -d
2020 Feb 10
3
[nbdkit PATCH] eval: Allow user override of 'missing'
A comment in the code mentioned something that didn't actually work, but which can be useful for user-directed logging of what other callbacks they might want to implement. Signed-off-by: Eric Blake <eblake@redhat.com> --- I haven't pushed this one, becuase I'm not sure if we want it; but it was easy enough to whip together after an IRC question earlier today.
2005 May 02
4
How to read the TCP congestion window (cwnd) on Linux?
Hi everybody. Do you know about any way to read the TCP cwnd value (congestion window) on Linux? I have read that on Linux it is not possible to enable a socket option (to read to cwnd using the program trpt). Any way to read the cwnd would be good for me. thanks Antonio