Search found 1110 matches

by Andy_J
Mon 06 Aug, 2007 9:02 pm
Forum: Off Topic
Topic: 1000th Post Thread
Replies: 154
Views: 223172

I need to post more to get more monies. :( I haven't done much since the store opened... Most of my posts are from long ago. =/
by Andy_J
Fri 03 Aug, 2007 3:34 pm
Forum: Off Topic
Topic: What's everyone up to?
Replies: 34
Views: 35493

I've been spending most of my time at work at my university, working on HookMan, or playing Guitar Hero (too much time in that department, I'm afraid). I've recently been getting into custom songs for Guitar Hero, as well. If I make anything decent I may post a couple links here, if y'all wouldn't m...
by Andy_J
Thu 02 Aug, 2007 4:56 pm
Forum: General TI Discussion
Topic: WikiTI
Replies: 35
Views: 36246

Yeah I think I'm going to have to try to touch base with Dan to get that active. Pretty sure it needs a change in one of the .php files and I don't know if I have the FTP info anymore. =/
by Andy_J
Mon 23 Jul, 2007 2:19 pm
Forum: Programming Help
Topic: [visual basic] How to check bit 0 of an integer variable
Replies: 12
Views: 9673

Aha, that's right, I should have remembered VB uses words for just about everything. I'm surprised it doesn't use Plus, Minus, Times, Divided By. :)
by Andy_J
Mon 23 Jul, 2007 2:18 pm
Forum: Off Topic
Topic: Does anyone here still play Starcraft?
Replies: 5
Views: 9924

Not nearly as often as I would like. :(
by Andy_J
Sat 21 Jul, 2007 11:15 pm
Forum: Programming Help
Topic: [visual basic] How to check bit 0 of an integer variable
Replies: 12
Views: 9673

Gotta love VB and using the same keyword/symbol for more than one thing depending on context in an ambiguous manner...
by Andy_J
Sat 21 Jul, 2007 6:45 pm
Forum: Programming Help
Topic: [visual basic] How to check bit 0 of an integer variable
Replies: 12
Views: 9673

As an alternative, you could abuse integer division: If (nr / 2) = (nr \ 2) Then ' Number is even Else ' Number is odd End If I think the And you are thinking of is & in VB like any other language (but it's been years since I've used VB and may be wrong). "And" is &&. Edit: Las...
by Andy_J
Thu 19 Jul, 2007 11:23 pm
Forum: Off Topic
Topic: And thus, I return
Replies: 15
Views: 14276

I suppose I can understand what you were doing and why, but IMO you should have told the people who questioned you in private who you really were and what you were doing.
by Andy_J
Thu 19 Jul, 2007 12:06 am
Forum: Off Topic
Topic: And thus, I return
Replies: 15
Views: 14276

For the sake of brevity, I am not going to quote various parts of the initial post because I would end up quoting most of it. However, I feel like I must quote this bit of the #TCPA log from the 6th. 21:51:07 < Nikky> You're Kevin, aren't you? 21:52:49 < Nikky> oh hmm, maybe not 21:53:13 < Ragol666>...
by Andy_J
Tue 17 Jul, 2007 5:14 pm
Forum: xLIB
Topic: Using "real(" Functions
Replies: 24
Views: 46446

Yeah, I would like to include some sort of "incompatibilities list" if I have time. For the time being, though, it will be up to the user to not completely screw up. :)
by Andy_J
Tue 17 Jul, 2007 4:58 am
Forum: xLIB
Topic: Using "real(" Functions
Replies: 24
Views: 46446

Currently it runs through the entire chain even if one of the hooks says to ignore the event. I probably should change that so it aborts the chain or re-loads the values it got from the OS for the rest of the hooks. However that would need special-casing for each of the 23 different hooks as they ha...
by Andy_J
Tue 17 Jul, 2007 3:27 am
Forum: xLIB
Topic: Using "real(" Functions
Replies: 24
Views: 46446

... you realize I'm writing it, and that isn't really how it works. It works on the raw OS hooks, not abstractions like that. It can chain Omnicalc and, say, Unit Op's key hooks (which show the menus), and in a completely separate fashion chain the parser hooks (which allow each to do most of their ...
by Andy_J
Mon 16 Jul, 2007 9:37 pm
Forum: xLIB
Topic: Using "real(" Functions
Replies: 24
Views: 46446

As I said earlier, YES it would still conflict in its current state. They use the same real( numbers. However, if xLIB would use, say, int(, then HookMan WOULD make them work together.

http://code.google.com/p/hookman/
by Andy_J
Mon 16 Jul, 2007 2:24 am
Forum: Off Topic
Topic: USB mouse going crazy
Replies: 40
Views: 30544

I have a gaming mousepad. Nice texture to it. (Remember physics, less surface area in contact = less friction. The texture isn't pronounced enough for it to collide into.) As for the tail, I have about a foot and a half exposed for the mouse to work with and the rest is channeled int the G15 keyboar...
by Andy_J
Sat 14 Jul, 2007 2:13 am
Forum: xLIB
Topic: Using "real(" Functions
Replies: 24
Views: 46446

There's no reason for all of Omnicalc's other options to be forcibly disabled. Install Omnicalc, then install xLIB, and the only thing that shouldn't work in Omnicalc is its parser hook. Its key hooks and memory protection and all that jazz should still work.