Displaying 9 results from an estimated 9 matches for "wotsit".
2000 Jun 27
7
File Extension .OGG
...ch further ado, here are some suggestions for alternative
extensions:
Without numbers:
VOX - for Vorbis (V) Oggs (OX) & Latin Vox = Voice
MOX - for movies
These are hardly unique in the search engine respect, but sound good
and are different for movies and audio. According to www.wotsit.org,
they are not taken.
With numbers:
V0X - note that is a zero between the V and the X
this would be increased with each new version of the
specs - 1513 hits on AltaVista
M0X - same here - 173 hits
- - -
XS1 - for sound
XV1 - for video
- - -...
2000 Jun 27
7
File Extension .OGG
...ch further ado, here are some suggestions for alternative
extensions:
Without numbers:
VOX - for Vorbis (V) Oggs (OX) & Latin Vox = Voice
MOX - for movies
These are hardly unique in the search engine respect, but sound good
and are different for movies and audio. According to www.wotsit.org,
they are not taken.
With numbers:
V0X - note that is a zero between the V and the X
this would be increased with each new version of the
specs - 1513 hits on AltaVista
M0X - same here - 173 hits
- - -
XS1 - for sound
XV1 - for video
- - -...
2003 Nov 21
1
How to read .bmp files into R? read.pnm throws error
Hi,
Is there a way to read .bmp files into R? I have tried read.pnm from pixmap
package. It returned
Error in pm.readmagicnumber(con) : Not a PNM format file
Anyother ways to load bitmap images?
Yi-Xiong
1999 Dec 11
2
SAS XPORT Transport Format
A colleague pointed out that the United States Food and Drug
Administration (FDA) has adopted a transport format defined by SAS
Institute as a standard for electronic submissions of data. As a
result, this format has been openly documented.
The URL for the documentation on the format is
http://ftp.sas.com/techsup/download/technote/ts140.html
Information on the FDA standards for
2005 Oct 11
3
8 char labels in read.spss
I was wondering why it is possible to read long labels from the CVS
files but not from the SPSS files.
I did not have much time to search for the code but I found:
in foreign_0.8-10 source file var.h.in
> /* Definition of the max length of a short string value, generally
> eight characters. */
> #define MAX_SHORT_STRING ((SIZEOF_DOUBLE)>=8 ? ((SIZEOF_DOUBLE)+1)/2*2
> : 8)
2005 Aug 09
1
Mail disappearing
My users are complaining that their mail is dissappearing out of folders or if
they go into a folder, the mail will be there one minute, the next it isn't.
Anybody see this before...and if so..is there a fix?
I'm running dovecot 99.11
Brent
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
1999 Sep 09
1
read.table bug
Suppose we have a data file containing:
"Smith, John", 120, 90
"Thomson, Peter", 110, 85
there are 3 variables in it. If we use
x <- read.table("tmp.txt", sep=",")
to read the data to a data.frame,
the result will be 4 columns.
Splus 4.0 have no problem with this kind
of data.
Li Dongfeng
1999 Sep 09
1
read.table bug
Suppose we have a data file containing:
"Smith, John", 120, 90
"Thomson, Peter", 110, 85
there are 3 variables in it. If we use
x <- read.table("tmp.txt", sep=",")
to read the data to a data.frame,
the result will be 4 columns.
Splus 4.0 have no problem with this kind
of data.
Li Dongfeng
2002 Dec 20
1
read.xport and lookup.xport in foreign (PR#2385)
Under
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 6.1
year 2002
month 11
day 01
language R
and using foreign 0.5-8 I am encountering errors when using read.xport. Here's