Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    38
    Views
    6,655

    Re: I can not play any of these games...

    A few people ITT are having an issue where the games start up, but their monitors just say "invalid input range" or something similar. This is because several of the games are set up to run at some...
  2. Replies
    4
    Views
    2,082

    Re: How do you get an USB controller to work?

    Yeah my ps3 controller acts the same way when I use jscal:


    tails@tv:~$ jscal -c /dev/input/js0
    Joystick has 28 axes and 112 buttons.
    Correction for axis 0 is none (raw), precision is 0....
  3. Re: can't configure ps3 controller in mednafen or visualboy advance

    there's an "anlog threshold" percentage you can set in the mednafen config file, but this problem still occurs whether you set it to 5 99 or 100.
  4. can't configure ps3 controller in mednafen or visualboy advance

    Generally I'm very satisfied with ubuntu's interaction with the ps3 controller. No drivers to set up, and it generally works pretty well.

    After looking around for a gameboy advance emulator,...
  5. Replies
    0
    Views
    932

    can web admins block wget?

    I was on reddit.com and noticed someone pointing out that a certain website has hidden some easter eggs. There are a bunch of groundhogs hidden all over the site, and if you find and click one, it...
  6. Re: Why don't files deleted from a thumb drive go to the actual trash?

    Hm. Well you're right; that would cause a write operation from the thumb drive to the hdd and a delete operation from the thumb drive, but it's odd that user's aren't notified somehow that the files...
  7. Why don't files deleted from a thumb drive go to the actual trash?

    People get an "error" frequently and it's been posted on the forums two or three times that I've found:

    A thumb drive gets connected to an ubuntu pc. The thumb drive is almost full. The user...
  8. Replies
    1
    Views
    895

    [ubuntu] Re: does vsftpd timeout if you're downloading?

    I'm continuing this post for the sake of other future network administrators.

    In this situation I was logged into an offsite ftp server using the filezilla client. I started a transfer and left...
  9. Replies
    1
    Views
    895

    [ubuntu] does vsftpd timeout if you're downloading?

    I've got this monstrous download queued up through my vsftpd server at a house I just moved out of. It's going to take all night to finish downloading, but I don't want it to timeout in the process....
  10. Replies
    0
    Views
    1,013

    [SOLVED] cannot install epson stylus nx415

    edit: nevermind, I found out my roommate had an old HP PSC 2355 in the garage. Plugged it in and both printing and scanning worked fine. I got an error about a cartridge alignment failure, but that...
  11. Replies
    17
    Views
    1,155

    [SOLVED] Re: A beginner's questions

    Oh yeah, that's right. whatever[3] has only 3 elements. Yeah, guess I'd better learn to count from 0.

    Also I'll continue using nothing but tabs for indentation and sometimes to make variable...
  12. Replies
    17
    Views
    1,155

    [SOLVED] A beginner's questions

    I've got a couple questions about programming. Nothing real important, just stuff that makes code more readable and sharable.

    0 - arrays always include a zeroth(?) element, so int whatever[3] will...
  13. What users do vsftpd and samba operate as/ will this work?

    So, I've got a functional fileserver which runs samba and vsftpd. I've just gotten vsftpd to work with anonymous logins. Apparently you need a root directory that is NOT writable by the ftp user, and...
  14. Replies
    25
    Views
    1,735

    Re: "Just a test" - "don't" reply

    rule 1: don't reply
  15. Replies
    29,712
    Views
    1,262,142

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

    Page 708 and we're still on...


    8.
  16. [ubuntu] Re: any way to get "sumtotal Neuron" to work in ubuntu?

    oh, but Wine Is Not an Emulator...

    anyways, it's not looking like it's a big deal, the teacher just sent out an update saying that this stuff's not going to be graded, since it's apparently a...
  17. [ubuntu] any way to get "sumtotal Neuron" to work in ubuntu?

    I just started an intro to programming course, and one of the requirements is that version 9.0 of this plugin be installed...
  18. Replies
    7
    Views
    948

    [ubuntu] Re: NTFS mounted... Can't find "My Documents"

    If I remember right, the "my documents" folder is stored here:

    C:\documents and settings\YOUR USER NAME\my documents

    so then you would want to open the ntfs drive, and then open documents and...
  19. Re: (C++) my array elements and variables reside in the same memory addresses...

    n3rD, I could look at a text file, but in the meantime, what I'm getting from first glance is that it's important to space between operands and operators, and it is ideal to tab stuff out so as to...
  20. Re: (C++) my array elements and variables reside in the same memory addresses...

    damn. I keep trying to write something simple that I can solidify my knowledge of the basics with, but then it turns out I need all this stuff I barely know how to use. I'll look up implementing...
  21. Re: (C++) my array elements and variables reside in the same memory addresses...

    I agree with you on the spacing. Readable syntax has been a problem of mine for awhile, so thank you for reminding me to work on it.

    However, the point of the multidimensional array was to hold a...
  22. Re: (C++) my array elements and variables reside in the same memory addresses...

    anything particularly harsh?
  23. Re: (C++) my array elements and variables reside in the same memory addresses...

    ... thank you for the words. I will go find out what they mean.
  24. Re: (C++) my array elements and variables reside in the same memory addresses...

    Sure enough, that's fixed it. Thanks!

    So, if you create (what I think is) an array, then assign a value to a nonexistent element, the value gets assigned to some random location in the memory...
  25. (C++) my array elements and variables reside in the same memory addresses...

    //math test
    //a program that asks a lot of math questions, then records your answers
    //it's fun.

    #include <iostream>
    #include <cstdlib>
    #include <ctime>
    #include <string>
    #include <fstream>...
Results 1 to 25 of 61
Page 1 of 3 1 2 3