Search:

Type: Posts; User: jimi_hendrix; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.20 seconds.

  1. Replies
    3
    Views
    1,834

    [SOLVED] Re: Emacs ruby-mode AUTO auto-indenting

    In Emacs, by default, RET does not autoindent. C-j does autoindenting. You can bind autoindenting to RET via Elisp:


    (define-key global-map (kbd "RET") 'newline-and-indent)

    Throw that in your...
  2. Replies
    5
    Views
    415

    Re: 3D developement envirnment

    The best way to have users create their own 3D objects would be to have them model them in another program (like Blender), and then import them into your game.
  3. [SOLVED] Re: missing something subtle on a canned templated function.

    This is the correct way to solve this. When i recommended a cast, I incorrectly thought that an int was being compared to an unsigned int, not a size_t.
  4. [SOLVED] Re: missing something subtle on a canned templated function.

    It seems that certain functions are being defined multiple times. Can you show more code?

    Also, the first four lines involve warnings for comparisons between signed and unsigned ints. A simple...
  5. [SOLVED] Re: missing something subtle on a canned templated function.

    The issue has to do with forward declarations. If you were to split the implementation and the declaration of template functions, you would have to forward declare for every type that might be used.
  6. [SOLVED] Re: missing something subtle on a canned templated function.

    Try placing the implementation of the functions with templates in the header.

    Edit: Looks like dwhitney67 beat me to it.
  7. Replies
    3
    Views
    390

    [SOLVED] Re: mouse control?

    You should probably check out Xlib. I know that it has python bindings also.
  8. Re: How do i read single character input from keyboard using nasm (assembly) under ub

    Using the sys_read system call with stdin as the file descriptor is one way of doing it. Here is the prototype.
  9. Replies
    29,712
    Views
    1,262,142

    Re: Count to 200 - BEFORE MOD RESETS BACK TO ONE!

    200 - 192
  10. Replies
    10,876
    Views
    608,175

    Re: The person below you game

    Nope.

    tpbm is depressed because their vacation ends tomorrow.
  11. Replies
    392
    Views
    24,645

    Re: Rate the avatar above you thread

    I give you a Q
  12. Replies
    20
    Views
    1,292

    Re: i wish ubuntu was a rolling release

    Sidux is amazing (posted from sidux)
  13. Replies
    40
    Views
    2,844

    Re: Opera 10.10

    Opera can do this and iirc has been doing it before chrome. Most of the times just type your keywords in the search bar. If this does not work, put a g at the start like "g ubuntu" (without the...
  14. Replies
    6
    Views
    443

    Re: Any body used PCLOS extensively?

    BeOS, it doesnt update.
  15. Replies
    111
    Views
    4,934

    Re: Anyone have xbox 360?

    wrt the free online: I think sony is now making people pay for it as of January to cover the cost of servers. I could be wrong though
  16. Replies
    111
    Views
    4,934

    Re: Anyone have xbox 360?

    Got one here
  17. Re: Linux needs a dominant DE if the goal is to maximize userbase

    I believe Fedora has a gnome default, unless you count the specified kde cd ad a default...in which case kubuntu has kde as a default...
  18. Re: A slight nugget of knowledge for about the United States.

    Then my fact is wrong. I guess where I got it from only counted actual plane bombings as bombings. The Japanese tried to firebomb Oregon (and only Oregon) to light the forests in the West on fire.
  19. Re: A slight nugget of knowledge for about the United States.

    I did not mean to belittle Pearl Harbor in any way. I just wanted to bring up a little bit of trivia.
  20. Re: A slight nugget of knowledge for about the United States.

    Another random fact: the only state to be bombed during WWII was Oregon
  21. Replies
    41
    Views
    3,455

    Poll: Re: How do you handle cookies?

    I eat mine.
  22. Replies
    38
    Views
    1,939

    Re: Advice about the Wii

    I thought I heard a rep say that they were planning on letting the console last about 15 years, but that was before Project Natale...so its anyone's guess.
  23. Replies
    22
    Views
    1,093

    Re: Headphone Help

    I can control that
  24. Replies
    58
    Views
    3,079

    Re: Who's your favorite singer?

    He is number 2
  25. Replies
    58
    Views
    3,079

    Re: Who's your favorite singer?

    You get three guesses...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4