search for: monkey

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

Did you mean: money
2007 Nov 16
9
Challenge
...vkv2kbugoxtiz6w 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 name, and that name is unique. # It is currently working. # # Your boss comes and asks you to change the "ugly" /monkeys/44 URLs # to be "pretty" and "SEO optimized" URLs like /monkeys/koko, with the # monkey''s name in the URL...
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) place<-c("S","N","N","Z","R","O","E","I","Q") df1<-data.frame(animal,val,...
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. Secon...
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 Window...
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 'Playback(tt-monkeys)' with code &...
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 Manager|${EXTEN}|1; } } context Manager { _X. => { Playback(tt-monkeys); Playback(tt-monkeys); Playback(tt-monkeys); Hangup(); }; }; So is it possible get 3 CDR recor...
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: http://r.789695.n4.nabble.com/Using-objectname-in-fun...
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 4.06 (March 17...
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...
2009 Nov 10
10
Un-recognised routes that do exist, using namespaces & subdomain checking
...say I have map.namespace :foo, :path_prefix => '''', :conditions => { :subdomain => ''foo'' } do |foo| foo.bars, :controller => ''bars'', :only => [:show] do |bar| bar.resources some_things .... end foo.resources :monkeys end My specs for bars/some_things all resolve the routes fine (e.g. doing get :index etc.) Any spec that tries to hit monkeys/ give me a no route matches even though these routes exist No route matches {:controller=>"foo/monkeys", :action=>"update"} I''ve...
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] Answer("SIP/5000-0a281f80", "") in new stack -- Executing [5000 at start:2] Wait("SIP/5000-0a281f80", "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 that may have a bearing on the...
2008 Jul 03
2
Asterisk VXML... Help.
...ng 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 src="tt-monkeys.gsm"/></block> <block>Hello world!</block> </form> </vxml> The tmp directory also has the tt-monkeys.gsm file: [root at pabx002 tmp]# ls -l tt-monkeys.gsm -rw-r--r-- 1 root root 26697 Jul 3 20:57 tt-monkeys.gsm The openvxi daemon is running: root at...
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 Edi...
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 I can't figure out how to override +.POSIXt so that it gets called from +. Simply including a new +.POSIXt function in the package doesn't work because (I presume) + finds and...
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] Answer("SIP/user1-0827ebe8", "") in new stack -- Executing [202 at local:2] Playback("SIP/user1-0827ebe8", "tt-monkeys") in new sta...
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 playi...
2003 Nov 05
1
To anyone with a grandstream budgetone...
...t I get that same error when I pick up. When the skinny phone calls the Budgtone it works fine. I have 2 budgtone phones and it does this on both of them. This worked fine before I installed the newest version of asterisk. -- Executing Playback("SIP/budgtone-7ee9", "carried-away-by-monkeys") in new stack -- Playing 'carried-away-by-monkeys' (language 'en') -- Executing Playback("SIP/budgtone-7ee9", "lots-o-monkeys") in new stack -- Playing 'lots-o-monkeys' (language 'en') WARNING[40966]: File chan_sip.c, Line 456 (retrans_...
2000 Jan 14
1
Odd Question
...#39;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 guest ok = Yes [monkey] comment = Test Share on the Samba machine path = /tmp read only = No guest ok = Yes hosts allow = 192.168.10 Which is pretty light security-wise. This machine -does- show up in NT's infernal 'Network Neighborhood' browser as 'Mail'. Howe...
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 ideas would be good. but I don't think it's going to happen. both lpac and mac guys have said this before and it never comes to pass. I think t...