search for: hoser

Displaying 5 results from an estimated 5 matches for "hoser".

Did you mean: hosed
2005 Jan 17
1
Re: Any interest in a Canadian Asterisk
Quoting asterisk-users-request@lists.digium.com: > > Would it be considered trolling to start a thread on Cleaning Maple > > Syrup off of Dial Pads, or Wiring your Moose for Wi-Fi? > > Let's not forget the weekly "tooques and telephony" segment, and a > review of > the best block heaters for your wi-fi fones. > Oh, we're gonna have a good time next
2002 Aug 29
1
Oracle 8.1.7 client
I am SOOOOOOOOOOOOOO close to getting my ERP package to run. GRRR. Latest version of Codeweaver WINE, just downloaded yesterday. IE works, MSOffice works well - no icons, but still runs, including JAVA. So, WINE seems to work OK. The program is a Delphi EXE, using the BDE. I can even run BDEADMIN, but when attempting to login to the database, there is a lot of disk churning (indicating I am
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
..., " if ( yywrap() )", " {", " /* Note: because we've taken care in", " * yy_get_next_buffer() to have set up", " * yytext, we can now set up", " * yy_c_buf_p so that if some total", " * hoser (like flex itself) wants to", " * call the scanner after we return the", " * YY_NULL, it'll still work - another", " * YY_NULL will get returned.", " */", " yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;", "...
2011 Jun 02
48
[PATCH 0/9] libxl: disk configuration handling
This is v3 of my disk series. What were previously patches 01-06 have been applied. These are the tested and updated remainder, addressing the previous comments. 1 Preparatory work. 2-4 The new parser and its documentation. 5-6 Replace old parsers with calls to the new one. 7-8 Two features, one of them essential. 9 Basic test suite for disk string parsing, as adhoc script.