search for: fileformat

Displaying 20 results from an estimated 69 matches for "fileformat".

2014 Dec 04
4
\U with more than 4 digits returns the wrong character
If I type a character using \U syntax that has more than 4 digits, I get the wrong character. For example, "\U1d4d0" should print a mathematical bold script capital A. See http://www.fileformat.info/info/unicode/char/1d4d0/index.htm On my machine, it prints the Hangul character corresponding to "\Ud4d0" http://www.fileformat.info/info/unicode/char/d4d0/index.htm It seems that the hex-digit part is overflowing at 16^4. I tested this on R3.1.2 and devel (2014-12-03 r67101) x64...
2011 Jun 07
1
Packages for R-CRAN (organizing aspects)
...ut in general like the platform-independent approach. I just have no interest, looking at the windows side too much. Are there people from R-CRAN team, who help at that point to make things available on many platforms? - I have in mind packages for reading a lot of different files / fileformat. How to name them? it would be consequent to name them read.<fileformat> but I'm not sure if this naming style is reserved for OO-methods only, and that topic I will learn later in detail, so that at the moment I just would provide the raw functionality. Maybe...
2005 Oct 12
1
build-nsdzones.pl and nsd.zones fileformat
hi, I noticed the build-nsdzones.pl only converts the first zone of my named.conf to nsd.zones. It also did not include either a master or notify keyword, even though my bind configuration for that zone had an also-notify keyword. Even not listing an also-notify line did not cause build-nsdzones.pl to process more then one zone. Second, I had a question about the nsd.zones format. Does the
2006 Apr 19
1
HW-Speex: Fileformat and encoding process
Hi I have just written a small c programm which reads in speex files and outputs them as asci text numbers. This is necessary as for writing a hw testbench for decoding tests, since thy only read ascii files :-(.I can't read the bitrate properly from the header file. It's allways -1. Please see example below and attached c programm. I wan't to check for a fixed bitrate (8000).
2012 Mar 03
1
GSoC 2012: Backend for Lucene format indexes
...e for about one year, but my subsequent work prefers C++ codes. This project is very meaningful to smooth the transition. As far as I know, the operation of index file, e.g. IndexReader, has changed quite some (Lucene3.5 File Format<http://lucene.apache.org/core/old_versioned_docs/versions/3_5_0/fileformats.html#Index%20File%20Formats>) , while the idea page itself still linked to an old 3.0 version<http://lucene.apache.org/core/old_versioned_docs/versions/3_0_3/fileformats.html>. Since it doesn't seem a simple work to cope with all the versions, shall we just implement to support the ol...
2014 Dec 04
1
\U with more than 4 digits returns the wrong character
...n <richierocks at gmail.com> wrote: >> If I type a character using \U syntax that has more than 4 digits, I >> get the wrong character. For example, >> >> "\U1d4d0" >> >> should print a mathematical bold script capital A. See >> http://www.fileformat.info/info/unicode/char/1d4d0/index.htm >> >> On my machine, it prints the Hangul character corresponding to >> >> "\Ud4d0" >> http://www.fileformat.info/info/unicode/char/d4d0/index.htm >> >> It seems that the hex-digit part is overflowing at 16^4...
2016 Sep 05
2
How to print UTF-8 encoded strings from a C routine to R's output?
Dear R experts, It seems that Rprintf has to be used to print from a C routine to guarantee to write to R?s output according to https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Printing. However if a string is UTF-8 encoded, non-ASCII characters (e.g., the infinity symbol http://www.fileformat.info/info/unicode/char/221e/index.htm) are misprinted. Is this an unsupported feature or is there a workaround for this limitation? Thanks! Michael [[alternative HTML version deleted]]
2002 Sep 22
0
CUPS filtering mechanism explained, was: [cups raw mode, was Re: unlink data file in cups_job_submit]
...######################################################################### # # CUPS in and of itself has this (general) filter chain (CAPITAL # letters are FILE-FORMATS or MIME types, other are filters (this is # true for pre-1.1.15 of pre-4.3 versions of CUPS and ESP PrintPro): # # <SOMETHNG>-FILEFORMAT # | # | # V # <something>tops # | # | # V # APPLICATION/POSTSCRIPT # | # | # V # pstops # | # | # V # APPLICATION/VND.CUPS-POSTSCRIPT # | # | # V # pstoraster # as shipped with CUPS, independent from any...
2013 Dec 02
2
plus/minus +/- in factor; not plotmath not expression
...that this can be turned into a factor and be displayed in the "strip" of a faceted ggplot2 plot. A very nice solution, thanks to Professor Ripley's post of Nov 16, 2008; 3:13pm, visible at http://r.789695.n4.nabble.com/Symbols-to-use-in-text-td874239.html and subsequently http://www.fileformat.info/info/unicode/char/00b1/index.htm, is: junk<- "\u00B1" print(junk) # This works very nicely. For instance: junk<-data.frame(gug=c( rep( "\u00B1 1.2", 10) , rep( "\u00B1 2.3", 10) ) ) junk$eks<-1:nrow(junk) junk$why<-with(junk, as.numeric(gug...
2013 Jun 16
3
Backend for Lucene format indexes-How to get doclength
Hi, all: I have wrote a demo patch for Backend for Lucene format indexes, Lucene version is 3.6.2. http://lucene.apache.org/core/3_6_2/fileformats.html Now, this demo patch just support the basic features in Lucene. Compound File(.cfs/.cfe)?term vector(.tvx/.tvd/.tvf) delete document(.del) are not supported, skip list in .fdx is not supported too example/quest.cc is used to test this demo. query like this: field_name:term, or file_name:ter...
2012 Nov 06
0
[LLVMdev] [PATCH] basic reading reloc visitor for x86_64 ELF
On Mon, Nov 5, 2012 at 5:17 PM, Eric Christopher <echristo at gmail.com> wrote: > For llvm-dwarfdump we need to handle relocations inside the debug info > sections in order to successfully dump the dwarf info including strings. > Nick sent out a partial patch that did this not too long ago and I've taken > it and gone in a bit of a different direction, but kept the same basic
2014 Dec 04
0
\U with more than 4 digits returns the wrong character
...14 at 8:00 PM, Richard Cotton <richierocks at gmail.com> wrote: > If I type a character using \U syntax that has more than 4 digits, I > get the wrong character. For example, > > "\U1d4d0" > > should print a mathematical bold script capital A. See > http://www.fileformat.info/info/unicode/char/1d4d0/index.htm > > On my machine, it prints the Hangul character corresponding to > > "\Ud4d0" > http://www.fileformat.info/info/unicode/char/d4d0/index.htm > > It seems that the hex-digit part is overflowing at 16^4. > > I tested this on...
2020 Jun 29
0
A warning in gzcon but not in gzfile
...<- gzfile(file_path) > str(readLines(con1, 1000)) > ## Read the data using `gzcon` > ## We create a raw connection from the raw vector > con2 <- gzcon(rawConnection(data)) > str(readLines(con2, 1000)) output: > > str(readLines(con1, 1000)) > chr [1:1000] "##fileformat=VCFv4.2" "##hailversion=0.2.24-9cd88d97bedd" > ... > > str(readLines(con2, 1000)) > chr [1:884] "##fileformat=VCFv4.2" "##hailversion=0.2.24-9cd88d97bedd" ... > Warning message: > In readLines(con2, 1000) : incomplete final line found on 'gz...
2008 Jul 12
2
Quick plotmath question
Hi all, Worked & looked around for a while on this to no avail. I'm trying to create a plotmath expression that achieves: ?i >> 0 and while: expression(Delta*i>0) comes close, I'd prefer to have the >> (denoting "very much greater than"). Maybe >> is a non-standard expression and therefore not supported? Mike -- Mike Lawrence Graduate
2001 Mar 20
1
Ogg for Real
Hi! Anyone out there that has allready written an Ogg fileformat plug for RealServers and players? Regards, Mark -- Mark de Bokx - Application Engineer Cistron Internet Services P.O. Box 297, NL-2400 AG, Alphen a/d Rijn 06-17948710 "I Refuse To Have A Battle Of Wits With An Unarmed Person." --- >8 ---- List archives: http://www.xiph.org/archi...
2009 Jun 15
2
[OT] VBA to save excel as csv
Hi all, This is a little off-topic, but it is on the general topic of getting data in R. I'm looking for a excel macro / vba script that will export all spreadsheets in a directory (with one file per tab) into csv. Does anyone have anything like this? Thanks, Hadley -- http://had.co.nz/
2012 Jul 23
1
n00b rsyslog.conf question - how to separate local syslog from network appliance syslog?
I have several network appliances, and I want aggregate their syslog output for later analysis. Eventually I might think about a Splunk box, but for the interim I'm hoping to just build a CentOS 6 syslog server and have it aggregate everything on it for quick review. I installed rsyslog and am looking through the /etc/rsyslog.conf file for what I configure to (a) listen for syslog input from
2011 Mar 28
0
Draft Application for GSoC 11 - Text extraction libraries - please review
...se on daily terms and where I would be doing something I love .Also since I have conceptual knowledge about these aspects , am hoping that that would come to my aid. Benefits The open source community would definitely benifit , so will the xapian userbase.As of now Omega indexer doesnt provide fileformat support implicilty.It does explicilty by making user of external programs thus increasing its cpu foot print.Also for each format 1 or more than 1 externel filter progrma is needed to be run.We can completely avoid that once this project is over.Also the user base is likely to increase as it wi...
2011 Apr 13
1
strategy for writing out file with lines header initiated with comment sign
...########################################################## The lines I want to write in the header lines look like, with words in the last line (here the line "#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT NA00001") be separated by tab : ##fileformat=VCFv4.1 ##fileDate=20090805 ##source=myImputationProgramV3.1 ##reference=file:///seq/references/1000GenomesPilot-NCBI36.fasta ##contig=<ID=20,length=62435964,assembly=B36,md5=f126cdf8a6e0c7f379d618ff66beb2da,species="Homo sapiens",taxonomy=x> ##phasing=partial ##INFO=<ID=NS,Numbe...
2017 Feb 13
3
Logfile encoding question
Hello. I've got a question about encoding in sshd's log files. When I try to log in with a "?" username, which is a cyrillic "h" (U+0445), I get this message in a logfile: input_userauth_request: invalid user \\321\\205 [preauth]. I am struggling to understand: is that hex, is that octal? It doesn't map to any encoding that I know of.