search for: catnip

Displaying 7 results from an estimated 7 matches for "catnip".

2008 Jul 15
5
Hardware support
What's the current state of hardware support for Ogg Vorbis? Any decent players out there? I have an iRiver iHP-120 and am thinking about upgrading, any recommendations? Phil Hibbs. Capgemini is a trading name used by the Capgemini Group of companies which includes Capgemini UK plc, a company registered in England and Wales (number 943935) whose registered is at No. 1 Forge End,
2008 Apr 13
1
SPSS to R Data file conversion
...t;../R/",name,".rda",sep="") # This uses dat for the saved dataframe rather than name save(dat,file=rname) } This works just fine, but the data frames are all named dat when loaded into Rcmdr. It is not a problem to do an assignment at load time from the command line as in catnip=load("catnip.rda"), but Rcmdr uses the data frame name saved in the compressed .rda file upon loading. My variable "name" contains the string for the dataframe name I would like to use. I just can't figure out how to assign this name to the dat dataframe in the context of...
2010 Feb 08
0
HTML5, H.264 and Flash roundup
May be of interest... HTML5, H.264 and Flash roundup http://www.infoq.com/news/2010/02/html-h264-flash-ipad -- Pete Harlow Catnip Corner - Photography by Pete Harlow http://www.catnip.co.uk/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20100208/3c7f142c/attachment.htm
2009 Nov 01
1
Android App?
...e only supports proprietary formats. I wonder if things will be any better with phones using the Android platform - whether anyone has plans to make an open format based player for it and whether there will be any restrictions uploading such an app to commercial phones? Regards, -- Peter Harlow Catnip Controls - Manage the world from your Web Browser http://www.catnip.co.uk/controls/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20091101/53de8bdf/attachment.htm
2014 Feb 15
1
kerberos/samba errors?
These two problems must be related. kinit: cannot resolve servers for kdc in realm "${REALM}" while getting initial credentials samba-tool dns zonelist catnip yadda yadda, etc. failed to connect to host 127.0.1.1 on port 135 NT_STATUS_REFUSED krb5 is as provided in /usr/local/samba/share/setup/krb5.conf /etc/services shows port 135 as: loc-srv 135-tcp emap loc_srv 137-udp emap What we need is a 'hitch hiker's guide to linux', which will...
2011 Jul 24
0
[LLVMdev] RFC: Exception Handling Rewrite
...feel strongly that not being able to break critical edges is going to hamper code-gen significantly we can discuss this. It would certainly make many things easier, but I don't think we properly understand the code size impact of doing that. Low-frequency blocks without critical edges are like catnip to the splitter. It will put all the spill code in there, and we may not be able to merge those landing pads again. I would like to keep the option, but I don't think we should aggressively duplicate landing pads. I want to be able to split and duplicate landing pads on demand in IR and in MI...
2011 Jul 23
4
[LLVMdev] RFC: Exception Handling Rewrite
On Jul 23, 2011, at 2:00 AM, Jakob Stoklund Olesen wrote: > On Jul 23, 2011, at 1:11 AM, Bill Wendling wrote: > >> On Jul 22, 2011, at 11:44 PM, Jakob Stoklund Olesen wrote: >>> Could we add: >>> >>> - A landing pad block is not the destination of any other kind of terminator. Only unwind edges are allowed. >>> >>> - The landingpad