Search:

Type: Posts; User: nathan.the.sane; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    46
    Views
    2,885

    Re: Five programming languages to know.

    I've written programs at some point or another in Ruby, JavaScript, Java, Python, C, C++, and C#. I think they are all nice languages but my favorite is C. Lately I've concentrated almost exclusively...
  2. Replies
    3
    Views
    496

    Re: Tidewater Community College

    First, do you mean the 2nd semester of your 2nd year? Or do your semesters last two years?

    I don't have an opinion on the courses really, but out of curiosity what type of degree are you going...
  3. Replies
    39
    Views
    2,325

    Re: 32 bit... still recommended?

    Intriguing. :-k

    Or an orange button that says "Regular" and a plaid one that says "Ludicrous".
  4. [ubuntu] Re: Update Instillation Interrupted - No boot

    Did you back up before updating? If not, can you open any of the old partitions from the LiveCD and get the data?

    If you're backed up I would just start a new clean install, it should boot after...
  5. Replies
    1
    Views
    207

    [ubuntu] Dual boot Windows?

    I guess this is the proper forum section...

    I just installed Ubuntu on the entire disk. My plan was to use wine to run Guild Wars 2 but it's not cooperating so now I'm wondering if there is a...
  6. Replies
    39
    Views
    2,325

    Re: 32 bit... still recommended?

    My opinion is that making the drop-down box default to 32-bit (but without saying "recommended") and having a big orange "DOWNLOAD" button they can click on would be sufficient to steer this type of...
  7. Replies
    33
    Views
    5,003

    Re: Beginners programming challenge #28

    Hmm, it's not there in my original file, must have been a copypasta glitch. :confused:

    Thanks for the feedback! I would never have thought about the EOF thing.
  8. Replies
    33
    Views
    5,003

    Re: Beginners programming challenge #28

    http://goo.gl/0UDto (the code)

    A sample run with the example packets:

    nfm@FX6840:~/dev/arp$ gcc -Wall -o arp main.c
    nfm@FX6840:~/dev/arp$ ./arp
    ETHERNET HEADER
    --------------------...
  9. Replies
    38
    Views
    2,036

    Poll: Re: Poll: Do you take public transportation?

    If we had any in my area I would totally use it; but there isn't, so I don't.

    I do use a motorcycle, so I can usually go for a week on $10 of fuel. :D
  10. Re: What do you guys think about this student loan debacle?

    I think you make a lot of good points, but I disagree that following whatthefunk's advice will lead to a dearth of people knowledgeable in the subjects you mention, for the simple reason that having...
  11. Replies
    20
    Views
    905

    Re: How to build a ******** generator?

    I traveled to Central Asia looking for a ********** generator, and after 3 summers and 2 winters struggling through the Himalayas I found Tzixhang Yuzouef, who taught me to build this, along with a...
  12. [SOLVED] Re: Create directory with spaces in name using BASH script

    Thanks guys! :popcorn:

    It works now (yes!), but out of curiosity (a dangerous thing, I know :p ) my $DIRECTORY_NAME variable did have double quotes around the name, so I'm still confused about why...
  13. [SOLVED] Create directory with spaces in name using BASH script

    I'm trying to write a BASH script to rip a cd using cdparanoia, convert it to mp3 using LAME, and then move all the songs into my music directory. However, I've run into a small but immensely...
  14. [SOLVED] Re: c++ Segfault between end of function and after function

    Alright, here's something that looked strange.

    In this line:

    char *test[sizeof(strtok((char *)p->data, " "))];

    it looks like you're declaring an array of char pointers. Isn't...
  15. [SOLVED] Re: c++ Segfault between end of function and after function

    My guess would be you wrote past the end of one of your arrays, thus overwriting the address the function was supposed to return control to. In other words, classic buffer overflow. I still haven't...
  16. Replies
    79
    Views
    3,330

    Poll: Re: Tea Or Coffee..?

    I like hanging out in coffeeshops and I drink coffee while I'm there, but this doesn't happen very often. I'll also have a soft drink every once in a while when I get the urge, or when somebody takes...
  17. Replies
    38
    Views
    1,851

    Re: What do you do for a living ?

    Part time warehouse laborer, part time fire control in the field artillery. Full time cynic.
  18. Replies
    34
    Views
    1,645

    Re: How do you do to get money ?

    :lolflag:

    Meanwhile, if the OP lives somewhere with a > 3.0% inflation rate, he'll end up with less than a dollar of spending power!
  19. Replies
    34
    Views
    1,645

    Re: How do you do to get money ?

    Well, somewhat blithely put but essentially true I suppose. You could say the same thing about marriage, though. Some people don't mind making long term commitments, I guess?
  20. Replies
    29
    Views
    1,358

    Re: Favorite Movie?

    Usually I say Bladerunner, but it's more complicated than that.

    Other favorites are Gattaca, The Maltese Falcon, Monty Python and the Holy Grail, and Ferris Bueller's Day Off.

    (500 Days of)...
  21. Replies
    34
    Views
    1,645

    Re: How do you do to get money ?

    Depending on what country you're from this may not be as good of an idea, but joining the military is a good way to get a decent salary while minimizing expenses. Plus (in the U.S.) there are other...
  22. Replies
    29
    Views
    1,540

    Re: Post Your Uptime

    12:56:57 up 30 min, 1 user, load average: 0.00, 0.03, 0.09

    :lolflag:

    Turned it on when I woke up half an hour ago. :P

    My server is off right now.
  23. Replies
    36
    Views
    1,522

    [other] Re: Server OS

    The thing with Linux is that you can (in theory) make any particular distribution do anything any other distribution does. The difference in distributions is how close by default they are to what you...
  24. Replies
    1
    Views
    581

    [ubuntu] Re: memory card not detecting

    When you plug the phone in, check to see if a new device appears in the /dev directory. For example, when I plug my tablet it in it's listed as /dev/sdc and /dev/sdc1.
  25. Replies
    36
    Views
    1,522

    [other] Re: Server OS

    Why not install some other options in Virtualbox and try them out? That's the best way to find out about something, rather than taking someone else's word for it. They may have an entirely different...
Results 1 to 25 of 30
Page 1 of 2 1 2