Search:

Type: Posts; User: valis

Page 1 of 15 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Screen Res'

    by valis
    Replies
    42
    Views
    7,851

    Poll: 1680x1050 17"

    1680x1050 17"
  2. Replies
    8
    Views
    8,940

    Actually I believe it was M. Abrash that recieved...

    Actually I believe it was M. Abrash that recieved the title "Father of All Things Good".
  3. Replies
    37
    Views
    8,714

    brain........ and befunge--especially befunge

    brain........ and befunge--especially befunge
  4. Replies
    33
    Views
    7,184

    Max, standards *do* exist, POSIX is one of them;...

    Max, standards *do* exist, POSIX is one of them; Windows has a POSIX subsystem in fact. And no, POSIX isn't a graphical specification, something like OpenGL is (although not a GUI obviously).

    It...
  5. Replies
    18
    Views
    7,312

    Students copying work off of the net is only...

    Students copying work off of the net is only going to help with homework and possibly lab grades, they'll still fail the final if they don't understand it. If they don't fail, they'll get fired from...
  6. Thread: Script in games

    by valis
    Replies
    7
    Views
    3,116

    I see, I definitely failed to understand how you...

    I see, I definitely failed to understand how you scripting language worked before your post.
    Let me check my understanding: If use a float in the scripting language, any referencing action looks up...
  7. Thread: Script in games

    by valis
    Replies
    7
    Views
    3,116

    You might want to rethink the 2 variable limit...

    You might want to rethink the 2 variable limit (while you're still in the early development stages) if you plan on extending this to a 3d game engine. You simply won't be able to get by without some...
  8. Thread: binary bomb

    by valis
    Replies
    6
    Views
    8,082

    Why don't you just replace all calls to...

    Why don't you just replace all calls to explode_bomb with a call to the defuse function?
  9. Replies
    0
    Views
    1,076

    git host recommendation

    Can anyone recommend a good git hosting service? (Please don't just tell me to use svn/darcs/etc.)

    Thanks all.
  10. Replies
    13
    Views
    2,459

    ebuild and emerge are tools though, and they...

    ebuild and emerge are tools though, and they comprise a way of installing binary or source distributed software, autotools is just a way to easily run a few commands to build something with lots of...
  11. Replies
    13
    Views
    2,459

    Maybe SMART (http://labix.org/smart) or...

    Maybe SMART or autopackage
  12. Replies
    6
    Views
    2,554

    How modern x86 processors cache your app's memory...

    How modern x86 processors cache your app's memory is too unpredictable to make a judgement about which is going to be better.
    The big advantage to having your objects in a stack/queue is that you'll...
  13. Thread: linux wireless

    by valis
    Replies
    1
    Views
    1,340

    linux wireless

    I finally got a laptop and the last time I setup wireless in linux it was using an ancient airnet card on debian.

    I have an Intel PRO/Wireless 3945ABG network card and I installed the ipw3945...
  14. Thread: Code colouring

    by valis
    Replies
    74
    Views
    17,085

    So that others may look at it, improve upon it,...

    So that others may look at it, improve upon it, learn from it, give suggestions, etc.
    Why wouldn't you?
  15. Replies
    3
    Views
    2,122

    This is my disclaimer for a long and ugly post,...

    This is my disclaimer for a long and ugly post, also I'm obviously not trying to make a replacement for xml, just an alternative I can use and others if I decide my stuff isn't too ........ty to put...
  16. Replies
    0
    Views
    1,028

    Pentium M socket 478?

    I see a lot of pentium m's listed as socket 478 but I thought they were only socket 479, am I just dumb or what?

    edit: I removed a bunch of worthless crap I solved myself.
  17. Replies
    76
    Views
    15,222

    Poll: Although I'm in between I voted against it. I...

    Although I'm in between I voted against it. I don't like the idea of having people asking for help and then posting a hideous behemoth without code tags but there have also been instances when I...
  18. Replies
    3
    Views
    2,122

    config file interface

    As a part of my current project I'm writing a configuration file interface.

    Originally I had thought it would be easier for people to just use a parser generator, but with something as simple as...
  19. Thread: Script execution

    by valis
    Replies
    3
    Views
    1,266

    Experimentation is the simplest (and best)...

    Experimentation is the simplest (and best) solution, implement time slicing as well and see what kind of performance you get from each in different situations. I assume you aren't trying to...
  20. Replies
    4
    Views
    3,188

    Is super pi open source? I found the main site...

    Is super pi open source? I found the main site and the zip doesn't come with it (which probably means no).
  21. split + cat?

    split + cat?
  22. Replies
    12
    Views
    2,733

    I actually get better performance with ut2k4...

    I actually get better performance with ut2k4 under linux than I do in windows.
  23. Replies
    11
    Views
    2,283

    That won't swap them, also I want to swap the...

    That won't swap them, also I want to swap the bits of a var.

    edit: skorman00 beat me to it.
  24. Replies
    11
    Views
    2,283

    @skorman00 I will try giving bswap a memory...

    @skorman00
    I will try giving bswap a memory reference and see if msvc understands I want it to just use a register as it sees fit and then if it works make sure it does't produce bloat or unwanted...
  25. Replies
    9
    Views
    4,252

    someVar = (someVar's type) &someOtherVar Be...

    someVar = (someVar's type) &someOtherVar
    Be careful because you might truncate the address depending on what the code is compiled on.

    edit; I should have more carefully read your reply, you can't...
Results 1 to 25 of 360
Page 1 of 15 1 2 3 4