search for: kehoe

Displaying 8 results from an estimated 8 matches for "kehoe".

Did you mean: kehoste
2005 Aug 05
2
Embedded player
...ns. I have been searching for a flash player that I can embed onto my site, that would be capable of playing an icecast stream. I have checked out a few, and they are all limited to playing a static mp3 file. Has anyone worked with such a thing and could give some recommendations? Thanks, Jim Kehoe Hiway Radio
2008 Mar 11
2
for a beginner - good rspec examples?
I''m learning to use rspec and I want to see some good examples. Any recommendations of open source projects that demonstrate the use of rspec? So far I''ve found: 1) the Caboose sample app (http://sample.caboo.se/) 2) the Altered Beast forums app (http://beast.caboo.se/forums/1/topics/4650 ) Any others come to mind? I''m especially interested in seeing
2006 Dec 30
2
error of "no such file to load -- ferret_ext"
...site_ruby/1.8/rubygems/custom_require.rb:33:in `require'' from test/ferret_test.rb:2 How do I resolve this issue? What is "ferret_ext" and why isn''t it here after the gem install? I''ve searched the forum and googled without finding more info. -- Daniel kehoe at fortuity.com -- Posted via http://www.ruby-forum.com/.
2005 Feb 13
0
Resampling Question
...other question. I wanted to know what was recommended to use to resample a stream. I am going to broadcast 1 stream and was wondering how it could be resampled to there would be a lower bit rate stream available without the DJ having to send the low band stream himself. Thanks in advance, Jim Kehoe
2011 Mar 14
1
Help- Fitting a Thin Plate Spline
Hi Everyone, I'm a pretty useless r-er but have data that SPSS etc doesn't like. I've managed to do GLMs for my data, but now need to fit a thin plate spline for my data (arcsine.success~date.num:clutch.size) If anyone has a bit of spare time and could come up with a bit of code I'd be very grateful- I just don't get R language! Thanks Rach -- View this message in context:
2004 Oct 08
0
(retry) 3.0.7: username map doesn't work with security=ADS
...ername without the domain. So, as a workaround, I could change my usermap file to include the domain with the usernames; e.g., unixuser = pcuser SAMPLE.COM\pcuser but that's kind of clunky. So instead I created a patch for source/smbd/sesssetup.c, which I put here: http://www.avalon.net/~hakehoe/diff1.txt -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFBZrp64uXPAG0A1J4RAoNFAJwMH1iAArYJA6RIDIECNIIsgl6q+ACcCtcK c1R0Xg1ureKLzMobLB4P+sE= =ghP7 -----END PGP SIGNATURE-----
2004 Oct 08
0
(retry) 3.0.7: 'map to guest' incomplete behavior
...rds, 'map to guest' only works if the given username is not in AD. I modified reply_spnego_kerberos() in smbd/sesssetup.c so that it would use the guest user if the user is not in the unix password db and 'map to guest' is on. The patch is available here: http://www.avalon.net/~hakehoe/diff2.txt If the developers have a problem with extending the 'map to guest' functionality in this way, then I suggest you add a new option ('unix map to guest' or something). I know that there's a hook to have smbd create user accounts on the fly, but that is not an acceptabl...
2006 Dec 21
0
how does capistrano get the ENV?
I don''t have the same environment variables with a capistrano task as I do with a conventional ssh session. When I ssh in and try "env" I see my GEM_HOME and GEM_PATH environment variables from my ~/.bash_profile (I also have a .gemrc file). But when I try "cap shell" and "env" I don''t see the GEM_HOME and GEM_PATH environment variables. How do I