search for: bufbytes

Displaying 7 results from an estimated 7 matches for "bufbytes".

2006 Oct 29
2
Rgui.exe fix for "console not found" buffer overflow problem
...;) ##### END CODE #### This will bring up the Rconsole file wherever it exists. Simply open up the file (if not already open) in the free within-Windows Wordpad.exe (Start > Run > Open Wordpad.exe) and change the values back to some smaller number. For me I changed the problematic "bufbytes" and "buflines" below: ### BEGIN Rconsole Code Portion ### # memory limits for the console scrolling buffer, in bytes and lines bufbytes = 9999999999999 buflines = 9999999999999999999 ### to something small like ### BEGIN Rconsole Code Portion ### # memory limits for the consol...
2008 Nov 22
5
[RFC][PATCH] Gfxboot COMBOOT module
...+ jbe .loop + ret +.eof: + cmp al,al + stc + ret +.eoln: + add al,0FFh + ret + +ungetc: + mov byte [ungetc_cnt],1 + mov byte [ungetcdata],al + ret + +getc: + cmp byte [ungetc_cnt],1 + jne .noungetc + mov byte [ungetc_cnt],0 + mov al,[ungetcdata] + clc + ret +.noungetc: + sub word [bufbytes],1 + jc .get_data + mov si,trackbuf + add si,[bufdata] + mov al,[si] + inc word [bufdata] + clc + ret +.get_data: + mov si,[f_handle] + and si,si + jz .empty + mov ax,7 + mov bx,trackbuf + mov cx,[BufSafe] + int 22h + mov word [bufdata],0 + jc .empty + mov [f_handle],si + mov [buf...
2009 Apr 05
3
[PATCH] Gfxboot COMBOOT module
...+ jbe .loop + ret +.eof: + cmp al,al + stc + ret +.eoln: + add al,0FFh + ret + +ungetc: + mov byte [ungetc_cnt],1 + mov byte [ungetcdata],al + ret + +getc: + cmp byte [ungetc_cnt],1 + jne .noungetc + mov byte [ungetc_cnt],0 + mov al,[ungetcdata] + clc + ret +.noungetc: + sub word [bufbytes],1 + jc .get_data + mov si,trackbuf + add si,[bufdata] + mov al,[si] + inc word [bufdata] + clc + ret +.get_data: + mov si,[f_handle] + and si,si + jz .empty + mov ax,7 + mov bx,trackbuf + mov cx,[BufSafe] + int 22h + mov word [bufdata],0 + jc .empty + mov [f_handle],si + mov [buf...
2002 Jan 22
0
Problems running 'R' on Windows-2000
...lic # Dimensions (in characters) of the console. rows = 25 columns = 80 # Dimensions (in characters) of the internal pager. pgrows = 25 pgcolumns = 80 # should options(width=) be set to the console width? setwidthonresize = yes # memory limits for the console scrolling buffer, in bytes and lines bufbytes = 65000 buflines = 8000 # The internal pager can displays help in a single window # or in multiple windows (one for each topic) # pagerstyle can be set to `singlewindow' or `multiplewindows' pagerstyle = multiplewindows ## Colours for console and pager(s) # (see rwxxxx/etc/rgb.txt for th...
2001 Mar 09
2
Pager size in 1.2.2 Windows
The following sequence of commands (for example): >my.data<-rnorm(10000, 5, 1) >my.data fills my pager buffer beyond its capacity. When I type "my.data", the pager displays approximately the bottom 7000 cells of the file, but "loses" the first 3000. Is there a some setting that increases the size of the pager buffer, or is this a limit in the Windows version?
2013 Apr 01
1
Console display "buffer size"
Greetings All. This is a somewhat generic query (I'm really asking on behalf of a friend who uses R on Windows, whereas I'm on Linux, but the same phenomenon appears on both). Say one has a largish dataframe -- call it "G" -- which in the case under discussion has 592 rows and 41 columns. The intention is to display the data by simply entering its name (G) as command. Say the
2004 Nov 02
3
Using East-european characters in R
Does anybody know how to produce a East-European character "??" - "c with a v-shaped hat " in R (in text or plot)? I do know how to get "??,??" - "s,z, with a v-shaped hat", but not this one. Thanks in advance for any suggestions, Ales Ziberna P.S.: I am using Windows XP and R version 1.9.1 (details below) $platform [1]