search for: 72kb

Displaying 4 results from an estimated 4 matches for "72kb".

Did you mean: 32kb
2008 Nov 20
1
pdf device: rasterize portions of the plot to reduce file size
...x*y, data=xy, panel=function(...) {panel.levelplot(...); ltext(5, 5, "text")}) pdf("plot.pdf") print(p) dev.off() png("plot.png") print(p) dev.off() With N=1000, this approach produces a hefty pdf file of ~29MB, while the png file with default resolution is only 72kB. It is clear that I don't want to include the pdf figure in a manuscript, as most pdf readers (let alone the printer) will painfully stall when scrolling down the document. The png file has a good enough resolution (this could be tuned anyway) as far as the levelplot is concerned, howev...
2003 Mar 04
5
XP "logon failure" but still logs on -- no roaming profile
...rg/~bcwhite/log.smbd-err.gz reboot login (okay) http://bcwhite.dhs.org/~bcwhite/log.smbd-ok.gz logout login (okay) logout login (fail) logout login (fail) [...] reboot login (okay) logout login (fail) stop samba http://bcwhite.dhs.org/~bcwhite/log.smbd-full.gz Note, the log files are 72kB, 121kB, and 4.3MB (compressed), respectively. All help very much appreciated! Brian ( bcwhite@precidia.com ) ------------------------------------------------------------------------------- DEFN: Computer - A devic...
2009 Jul 29
2
out of memory
...gh 62, batch 15 used:55 Node 0 Normal per-cpu: empty Node 0 HighMem per-cpu: empty Free pages: 5652kB (0kB HighMem) Active:78394 inactive:78664 dirty:0 writeback:0 unstable:0 free:1413 slab:5343 mapped-file:6627 mapped-anon:157109 pagetables:5859 Node 0 DMA free:2160kB min:48kB low:60kB high:72kB active:0kB inactive:0kB present:10724kB pages_scanned:0 all_unreclaimable? yes lowmem_reserve[]: 0 739 739 739 Node 0 DMA32 free:3492kB min:3452kB low:4312kB high:5176kB active:313576kB inactive:314656kB present:757376kB pages_scanned:1226904 all_unreclaimable? yes lowmem_reserve[]: 0 0 0 0 Node 0...
2004 Apr 25
2
Yahoo bug in tseries::get.hist.quote and its::priceIts
Both get.hist.quote, and its derivative priceIts, rely on download.file() to fetch financial data series from Yahoo! in .csv format. They allow for nice interactive demonstrations of what one can do with R. Unfortunately, both are currently broken as Yahoo! decided to add a somewhat useless html comment at the end of the csv 'stream', breaking the regular format of n rows with k columns.