search for: monkeying

Displaying 20 results from an estimated 931 matches for "monkeying".

Did you mean: conveying
2007 Nov 16
9
Challenge
The original: http://pastie.textmate.org/private/lqvrlyyvkv2kbugoxtiz6w Send your submissions to me by email or on #merb. I''ll blog it, and pick a winner. The winner does not mean it makes it into Merb, just means I personally like it best. But it might make it into Merb. # Scenario: # You have a simple application that lists all the monkeys at the zoo. # Every monkey has a
2012 Nov 15
3
merge dataframes with condition
Hi @ all, I wamnt to combine two dataframes including a condition. I have two dataframes like the following: animal<-c("bear","bear","lion","monkey","fish","monkey","bear","zebra","zebra") val<-c(2,42,67,5,12,9,87,1,12)
2001 Oct 23
2
installing/running Monkey Island 3 and 4
I have problems running Monkey Island 3 here. Installing it works fine, but the problems comes when trying to run it. When pressing "Play Game" (I think that's what the button says), the program just wants to install DirectX 5.0. I guess that trying to install it is NOT an option, when you're using wine. Second, installing Monkey Island 4 is not successful, because you have this
2001 Feb 03
2
wine and Monkey Island 4
Hi, today I wanted to start Monkey Island 4 with wine. I'am using cvs version of wine from today (04.Feb.2001), I also patched the transgaming directx patch into it. My system: SuSE 7.0 with KDE2.1beta2, GeForce 2MX with 0.96 NVidia drivers, Soundblaster PCI 128 (ES1371) with Kernel drivers. I use wine with installed Windows. My startup command is: wine "c:\Monkey4\Monkey.exe"
2009 Mar 12
1
Trying to get sample applicationmap to work (*1.4)
I'm trying to actually use the example application map in features.conf: testfeature => #9,peer,Playback,tt-monkeys ;Allow both the caller and callee to play ;tt-monkeys to the opposite channel I see the feature get registered at the CLI: == Registered Feature 'monkey' == Mapping Feature 'monkey' to app
2009 Dec 15
1
cdr question
Hello, I'm using Asterisk 1.6.X version and I'm creating IVR. My question : is it possible create CDR record , before client is exiting from contexts ? My test dialplan is: context Sales { _X. => { Ringing(); Wait(4); Answer(); Playback(tt-monkeys); goto Techs|${EXTEN}|1; } } context Techs { _X. => { Playback(tt-monkeys); Playback(tt-monkeys); goto
2010 Aug 18
4
Using objectname in function
Is there anyway I can convert a vectors objectname to a string to be used in fx: Monkey<-c(0,0,0,1,1,1) Wax<-c(1,0,1,0,1,0) f<-function(x,y){ table(x,y) } f(Monkey,Wax) so that the printout is not y x 0 1 0 1 2 1 2 1 but Wax Monkey 0 1 0 1 2 1 2 1 -- View this message in context:
2014 May 02
3
FLAC utilities for Monkey's Audio GUI: useful?
FLAC solution for MSVS contains two projects: flac_mac and flac_ren. They are intended to work together with Monkey's Audio GUI frontend ( http://www.monkeysaudio.com/images/screenshot.png ) as explained here: http://wayback.archive.org/web/20060428142919/http://flac.sourceforge.net/documentation.html#monkey Version 4.01b2 (February 17, 2006) still have out-of-box support for WavPack. Version
2001 Feb 11
0
HowTo run Monkey Island 4 with wine
Hi, because nobody was able to tell me why I wasn't able to run Monkey Island in wine I now tell you what i did to get it running: I have installed wine with the transgaming directx patch (which is not necessary for wine). Monkey Island defaulted to DirectX when I started it, but the Transgaming Patch is yet not good enough to run MI4. To get it running you have to to the following:
2009 Nov 10
10
Un-recognised routes that do exist, using namespaces & subdomain checking
I''m getting really cheesed off with RSpec not matching some of my routes when controller testing when I have subdomain checking (courtesy of subdomain-fu) on namespaces. These routes appear in the rake routes output, and work fine via HTTP requests . The really annoying thing is it''s working fine for routes that aren''t at the root of the namespace. E.g. say I have
2007 Jun 19
3
Ex-Girlfriend Logic in 1.4.4
I have this in my dialplan... [general] static=yes writeprotect=no clearglobalvars=no [start] exten => 5000,1,Answer exten => 5000,n,Wait(1) exten => 5000,n,NoOp(${CALLERID(num)}) exten => 5000,n,Playback(tt-monkeys) which, when I dial 5000, executes this... == Parsing '/etc/asterisk/sip_notify.conf': Found -- Executing [5000 at start:1]
2009 Mar 11
6
Monkey Patching a Plugin
I am using a plugin that adds a method to ActiveRecord::Base. The added method is called self.create_or_update. I need to monkey patch this method. I tried in lib/ config/initializers and in environment.rb, but the one in the plugin is always the one that is run. Where do I put my version of the method so that it overrides that of the plugin? I only use this method when running a rake task, so
2008 Jul 03
2
Asterisk VXML... Help.
So, I'm trying to get the Asterisk vxml (from i6net) working. Having no luck with it. My dial plan has: exten => _X.,1,Answer() exten => _X.,n,Wait(1) exten => _X.,n,Vxml(file:///tmp/menu.vxml) The /tmp/menu.vxml file has: <?xml version="1.0"?> <vxml version="1.0"> <form> <block><audio
2011 Jan 12
3
Secret of Monkey Island SE, steam on wine, crashes on start
I'm wondering if anyone can help me? I'm trying to run Secret of Monkey Island special edition in Steam on wine with Ubuntu Maverick Meerkat. I can install steam and use it to install the game (after it installs directx), apparently with no problems, but when I try to run the game, a window opens saying "Preparing to launch The Secret of Monkey Island: Special Edition". This
2009 Sep 09
1
Monkey patching +.POSIXt
Hi all, This summer I've been working with a grad student to bring more of the date time classes from JODA (http://joda-time.sourceforge.net/) into R. To make these work seamlessly with existing date time objects, we need to patch +.POSIXt. (The ruby community uses the term monkey-patching for this sort of ill-advised, by sometimes necessary, internal hackery, hence the title.) The problem is
2007 Dec 03
4
Soundcard necessary on an asterisk server to get output of playback()??
Hi, I' still fighting the problem, that I can talk from one SIP phone to another, but I can't hear the output of the playback or similar applications: exten => 202,1,ANSWER() exten => 202,2,PLAYBACK(tt-monkeys) exten => 202,3,HANGUP() When I dial 202, asterisk show the following on the cli: -- Executing [202 at local:1]
2004 Sep 10
1
Query on image link file mode?
Hiya, will it be possible to add single song playback support like Monkey's Audio Image Link File to FLAC+CUE? This will allow the playing of single songs from 1 large FLAC file. Since FLAC can already embed the cuesheet inside the FLAC itself, the next step will be to allow the playback of the songs individually, allowing them to be added to playlists when playing singles. Please make
2003 Nov 05
1
To anyone with a grandstream budgetone...
I logged a bug I wanted to see if anyone else is having this problem or if it's just me. http://bugs.digium.com./bug_view_page.php?bug_id=0000486 I just downloaded the newest version from CVS(Tuesday@~7pm) and I am getting an error whenever I call the asterisk box. I cannot here any audio on the budgtone. This works fine with my pingtel phone and my sip 7960. Also if I call my Skinny 7960 it
2000 Jan 14
1
Odd Question
Hi! I'm kinda new to Samba (only been playing with it for a couple of days) and I have run into some problems: I've got samba up and running on a machine known as 'Mail'. Here's my conf file: # Global parameters [global] workgroup = BOOKSYS.COM local master = No [test] comment = Test for Samba path = /home/johnny read only = No
2004 Sep 10
1
Monkey Audio Open Source?
--- Mark Powell <M.S.Powell@salford.ac.uk> wrote: > Thought this may be of interest to this list: > > http://66.96.216.160/cgi-bin/YaBB.pl?board=general&action=display&num=995374789 > > Down the bottom the author of Monkey's Audio claims he's going Open > Source. that would be great... the list of usable OS audio codecs is pretty small and more sharing of