Displaying 20 results from an estimated 346 matches for "whip".
Did you mean:
ship
2005 Jun 22
3
OT: OS X graphics tool
...39;'m an independent contractor/consultant who''s comfort zone is in
making admin websites to manage data. With this role comes making
little logos, drop shadows, title bars, image editing, and just basic
web stuff. Some of the work has been relieved by CSS, but once in
awhile I have to whip up something somewhat professional looking. I
also suck at matching colors for 2, 3, or 4 tone websites.
Any help?
Thanks alot,
Jin Lee
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
SetWindowPos moves the window into lala land never to be seen again. I
don't think...
2010 Apr 29
4
Simple example of decoding streaming audio realtime?
...coded 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 little cryptic and involved and I was wondering if there was a watered down version or if someone could whip one up for me. Thanx in advance!
Clifton Craig
Software Engineer
http://codeforfun.wordpress.com
clifton.craig at gmail.com
2005 Jul 13
6
OT: DS3 -> VoIP Hardware Recommendations
...ring 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 are needed, I think it can handle the routing.
If not, I can whip up a SER box.
We currently have a Cisco 7206VXR (1 voice resource) and a Cisco
AS5300 (120 voice resources). The DS3 will also have SS7 signaling on it.
Recommendations/comments/concerns/rants are graciously welcomed.
Thanks,
Matthew
2016 Dec 12
0
RFC: Constructing StringRefs at compile time
...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> wrote:
> I can. I'll whip something up today
> On Fri, Dec 9, 2016 at 1:18 AM Malcolm Parsons <malcolm.parsons at gmail.com>
> wrote:
>
> On 2 December 2016 at 17:12, James Y Knight <jyknight at google.com> wrote:
> > +1 from me for the StringLiteral proposal from a few messages back.
>
>...
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 case setting up a mock seems kind of weak, but setting up the
net con seems kind of overbearing.
What...
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...
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...
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 as...
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...
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 Rails
plugin for Textmate. So thanks to you guys for being awesome. I just
thought I''d see how close I could get.
And why not,...
2004 Sep 10
2
deafening silence
...if you're on windows, my condolences... no wait, just get cygwin :)
Josh
--- Asheesh Laroia <paulproteus@technologist.com> wrote:
> I'm actually not using 0.9 yet. I have my CD collection archived in
> 0.8
> format, and I want to keep my ID3 tags.
>
> If someone can whip up a script that lets me extract my ID3 tags to a
> file
> for each file, decompress into WAV, then recompress into 0.9 format,
> then
> re-integrate the ID3 data, that'd be good. Otherwise. I'll be stuck
> in
> 0.8 forever.
>
> Which I don't want....
>
>...
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'
...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.
plugins/eval/eval.c | 16 +++++++++++++---
plugins/eval/nbdkit-eval-plugin.pod | 6 ++++++
tests/test-eval.sh | 2 ++
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/plugins/eval/eval.c b/plugins/eval...
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