Displaying 9 results from an estimated 9 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...
2024 Jul 03
3
NSD incorrectly logging DNAME as refused?
...;; Query time: 30 msec
>> ? | ;; SERVER: 205.166.94.24#53(205.166.94.24) (UDP)
>> ? | ;; WHEN: Wed Jul 03 01:47:17 UTC 2024
>> ? | ;; MSG SIZE? rcvd: 213
>>
>> This produces this via syslog on the nsd serversx:
>>
>> ? | Jul? 3 02:46:43 <daemon.info> catnip nsd[3620]: query
>> sjsjqju2qu.nsdtest.dyslexicfish.net. from 205.166.94.24 refused, no
>> acl matches .
>>
>> As can be seen from "dig", the result is valid, and everything works as
>> suspected, I'm just getting rather a lot of those "refused&quo...
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...
2024 Jul 03
1
NSD incorrectly logging DNAME as refused?
....org. noc.dns.icann.org. 2024041842 7200 3600 1209600 3600
|
| ;; Query time: 30 msec
| ;; SERVER: 205.166.94.24#53(205.166.94.24) (UDP)
| ;; WHEN: Wed Jul 03 01:47:17 UTC 2024
| ;; MSG SIZE rcvd: 213
This produces this via syslog on the nsd serversx:
| Jul 3 02:46:43 <daemon.info> catnip nsd[3620]: query sjsjqju2qu.nsdtest.dyslexicfish.net. from 205.166.94.24 refused, no acl matches .
As can be seen from "dig", the result is valid, and everything works as
suspected, I'm just getting rather a lot of those "refused" messages, as
the domain gets a lot of traff...
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