search for: lookup_t

Displaying 3 results from an estimated 3 matches for "lookup_t".

Did you mean: lookup_r
2010 Jul 05
1
export VTK from R : impossible to write data as float
...ypes_header") #write cell types writeBin(as.integer(c(12)),bfile_celltypes,endian="swap") #cell data header cat('\nCELL_DATA',1,'\n',file="celldata_header") cat('SCALARS R float 1','\n',file="celldata_header", append=TRUE) cat('LOOKUP_TABLE default\n',file="celldata_header", append=TRUE) #write cell data data<-as.numeric(c(3.3)) storage.mode(data)<-'integer' writeBin(data,bfile_celldata,endian="swap") #close binary connections close(bfile_points) close(bfile_cells) close(bfile_celltypes) clos...
2018 Mar 20
1
several tremor patches
...007-os.h-include-config.h.patch Type: text/x-patch Size: 557 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/vorbis-dev/attachments/20180320/998341f5/attachment-0020.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0008-remove-const-from-LOOKUP_T-definition-to-avoid-doubl.patch Type: text/x-patch Size: 2546 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/vorbis-dev/attachments/20180320/998341f5/attachment-0021.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0009-make-Tremor-to-b...
2011 May 13
18
Thoughts about extlookup: http://blog.wl0.org/2011/05/thoughts-about-extlookup-in-puppet/
Hi, I have been trying to improve the coding of some of my puppet recipes and had some trouble so wrote this: http://blog.wl0.org/2011/05/thoughts-about-extlookup-in-puppet/ Comments on the web seem to indicate that extlookup() solves "all problems" but I don''t really see that and hence have proposed a possible way to keep the data closer together and make the extlookup()