search for: current_file

Displaying 6 results from an estimated 6 matches for "current_file".

2004 Dec 02
7
A possible way to reduce basic questions
Jim Lemon <bitwrit <at> ozemail.com.au> writes: > I have been thinking about how to reduce the number of basic questions that > elicit the ...ahem... robust debate that has occurred about how to answer The traffic on r-help could be reduced by creating a second list where more elementary questions are asked. There may be other ways to partition the universe of questions
2004 Aug 06
3
ices: forcing an immediate reread of the playlist
...list doesn't check for pl->nexttrack until it is at the end of the file. What would be the best way to force this tight loop to immediately reread it's playlist? I see two options 1. Write some extra code to check for a nexttrack == 1 inside the while(1) playlist_read 2. Force pl->current_file to the end of the stream The only reason I hesitate on 2 is that I'm wondering what side effects forcing a "zip" to the end of the file would have on the ogg state. Any insight or pointers would be of great help. Thanks, Brant Chamberlain <p>--- >8 ---- List archives: h...
2016 May 18
2
Latest R-devel build failing on OS X
...lock? Thanks so much for working this out! Frederick P.S. I do use Emacs too, but I have some bindings which stuff the current region into a numbered 'GNU screen' window (where R is running) - I was never a fan of inferior Emacs processes. Also a keybinding which stuffs "source('CURRENT_FILE')\n". And a rxvt-unicode 'url-select' extension which copies text after a "> " prompt, to get commands I edited back into Emacs. That's why I still use the basic interface. On Wed, May 18, 2016 at 10:58:59PM +0200, peter dalgaard wrote: > Spoke too soon, both s...
2006 Jul 31
0
MY worker won''t stop working
...39;'") else @phone_service_cdr = PhoneServiceCdr.find(:all, :conditions => "processed = ''n'' AND name=''#{@file}''") end @total_files = @phone_service_cdr.size.to_i @phone_service_cdr.each do |myPsc| @current_file = myPsc.name @process_class = eval("#{process_class_name}.new(''#{CDR_DIRECTORY}#{myPsc.name}'')") finished_processing_cdr = false while(@running && !finished_processing_cdr) @process_class.process_records do |record| Phone...
2016 May 19
0
Latest R-devel build failing on OS X
...Frederick > P.S. I do use Emacs too, but I have some bindings which > stuff the current region into a numbered 'GNU screen' > window (where R is running) - I was never a fan of > inferior Emacs processes. Also a keybinding which stuffs > "source('CURRENT_FILE')\n". And a rxvt-unicode > 'url-select' extension which copies text after a "> " > prompt, to get commands I edited back into Emacs. That's > why I still use the basic interface. > On Wed, May 18, 2016 at 10:58:59PM +0200, peter dalgaar...
2016 May 18
2
Latest R-devel build failing on OS X
Ah, got it. For some ancient reason config.site on that machine had LDFLAGS=-L/usr/X11R6/lib in config.site, and that prevented configure from inserting -L /usr/local/lib, so linked /usr/lib/libreadline.dylib, which is the Apple-supplied one, which possibly is really libedit... -p > On 18 May 2016, at 22:01 , peter dalgaard <pdalgd at gmail.com> wrote: > > gcc