search for: haruki

Displaying 8 results from an estimated 8 matches for "haruki".

Did you mean: haruhi
2011 Nov 25
2
Haruki Jade Dynasty Problem
Today i tried running this game but got stoped by error. You can get the game at: http://www.harukijd.com/ with patch. This are the logs i collected from console: > > fixme:shdocvw:PersistStreamInit_Load (0x12e368)->(0x160948) > fixme:shdocvw:PersistStreamInit_Load (0x12e7b8)->(0x160948) > fixme:shdocvw:navigate_url Unsupported args (Flags 0x4b8f28:10; TargetFrameName 0x4b8f2...
2010 Jan 04
2
[LLVMdev] Tail Call Optimisation
...r require the stack frame. A colleague of mine and I have looked into it and prima facie believe that it's entirely feasible. I wanted to ask the list if there was any interest, any objections, and of course, anything pointers/tips that may prove useful. Regards -- Simon Harris w: http://www.harukizaemon.com/ e: haruki.zaemon at gmail.com m: +61 417 505 611 t: @haruki_zaemon
2005 Dec 16
4
Validation with Aggregation
...addresses table and use belongs_to but that seems (to me at least) a somewhat heave- handed approach. Regards, Simon -- Simon Harris RedHill Consulting, Pty. Ltd. 12/55-67 Batman Street West Melbourne VIC Australia 3003 http://www.redhillconsulting.com.au mob: +61 417 505 611 yahoo/msn/skype: haruki_zaemon gmail: haruki.zaemon icq: 20461518
2010 Jan 04
0
[LLVMdev] Tail Call Optimisation
On Monday 04 January 2010 01:12:55 Simon Harris wrote: > I'm investigating "improving" the TCO facilities in LLVM to provide for > "hard" tail calls. Specifically, this would involve extending the existing > implementation to discard the stack frame for the caller before executing > the callee. I would then like to extend this further by performing hard >
2005 Dec 17
1
How to use validation with aggregation (composed_of)?
...addresses table and use belongs_to but that seems (to me at least) a somewhat heave- handed approach. Regards, Simon -- Simon Harris RedHill Consulting, Pty. Ltd. 12/55-67 Batman Street West Melbourne VIC Australia 3003 http://www.redhillconsulting.com.au mob: +61 417 505 611 yahoo/msn/skype: haruki_zaemon gmail: haruki.zaemon icq: 20461518
2010 Jan 04
3
[LLVMdev] Tail Call Optimisation
..., I do not understand what tail calls > LLVM is not currently eliminating that you plan to eliminate? Mutual recursion for a start: def a(n) n <= 0 ? "DONE" : b(n - 1) end def b(n) n <= 0 ? "DONE" : a(n - 1) end a(10000000) Boom! -- Simon Harris w: http://www.harukizaemon.com/ e: haruki.zaemon at gmail.com m: +61 417 505 611 t: @haruki_zaemon
2009 Jul 23
6
SSH attacks from china
...times gina/password: 4 times gita/password: 4 times gulvir/password: 4 times gurnamarora/password: 4 times hammer/password: 4 times hana/password: 4 times handan/password: 4 times happy/password: 4 times harley/password: 4 times haruki/password: 4 times hash/password: 4 times hashi/password: 4 times hasky/password: 4 times hello/password: 4 times hibiki/password: 4 times hockey/password: 4 times hokkaido/password: 4 times host/password: 4 times hosting/password: 4 tim...
2007 Mar 29
0
Associations and << only setting foreign key not instance
What''s the rationale for not setting the foreign instance when using << but setting it when using .create, .build, etc. Is it an oversight and should I raise a request or is it deliberate? Cheers, Simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to