Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. [ubuntu] Re: 12.10 nm-dispatcher and modem manager singnal 15 can not boot

    192.168.1.1 is your router's IP ) dhcp chooses the next lowest AFAIK so anything relatively high should be free (unless you have crazy amounts of things connected to the router). I'd say you could...
  2. Replies
    32
    Views
    1,603

    Re: Does Linux usage require coding skills?

    Don't listen to all these trolls you do need to know how to code, not just a little but a lot!
  3. Replies
    102
    Views
    6,581

    Re: Worst mistake

    A space rm -rf /directory/* vs rm -rf /directory/ *
  4. Replies
    18
    Views
    1,089

    Re: Software Copy Protection

    trolling?
  5. Replies
    27
    Views
    1,929

    Re: The Walking dead..

    Loved the show for the first season the second season got VERY boring and drawn out, plus everybody started really annoying me by whining all the time. Picked up reading the comic and read them all...
  6. Re: What programming set up do you use e.g. for C++

    geany FOR THE LOVE OF GOD GEANY!

    best IDE ever just fgured out how to use tags for autocompletion when using external libraries...my favorite editer just got BETTER!
  7. Replies
    5
    Views
    882

    Re: ReactOS USB Stack gets even better

    good news, I'm glad to hear the project is still alive I used to follow them but stopped for a long while.
  8. Replies
    4
    Views
    455

    Re: social network!

    LOL I can only wish. What does that mean though? Do you like it? Suggestions? Problems?
  9. Replies
    4
    Views
    455

    social network!

    I'm going to be making a social network, here is a scratch test site: http://www.allofmyrage.com tell me what you think. Suggestions?
  10. Replies
    5
    Views
    315

    Re: dirent counter problem

    #include<stdio.h>
    #include<cstdlib>
    #include<iostream>
    #include<string.h>
    #include<fstream>
    #include<dirent.h>
    #include "AvlTree.h"
    //#include "AvlTree.cxx"

    int setArticleNumber(string,...
  11. Replies
    5
    Views
    315

    Re: dirent counter problem

    yes I've added to the code I have this now
    #include<stdio.h>
    #include<cstdlib>
    #include<iostream>
    #include<string.h>
    #include<fstream>
    #include<dirent.h>
    #include "AvlTree.h"
    //#include...
  12. Replies
    5
    Views
    315

    dirent counter problem

    I'm using dirent to parse every file in a directory like so:


    #include<stdio.h>
    #include<cstdlib>
    #include<iostream>
    #include<string.h>
    #include<fstream>
    #include<dirent.h>
    #include...
  13. Replies
    15
    Views
    2,367

    [SOLVED] Re: deck of cards in c++

    how would it be much easier? All you do is return the last element of the array then pop it off then take theVector.back() and pop that off and repeat. I don't see how a stack would be much, if at...
  14. Replies
    15
    Views
    2,367

    [SOLVED] Re: deck of cards in c++

    a vector, why would a stack be better?
  15. Replies
    15
    Views
    2,367

    [SOLVED] Re: deck of cards in c++

    mother effer! I knew it was something REALLY stupid! I have a bad habit of overlooking the simplest things :P. Thank you so much though!
  16. Replies
    15
    Views
    2,367

    [SOLVED] deck of cards in c++

    void deck::populate()
    {
    char suits[4] = {'d','c','s','h'};
    int counter = 0;
    int counter2 = 0;

    while (counter2 < 4)
    {

    while (counter < 13)
  17. Replies
    1
    Views
    833

    mytouch 4g ogg

    Hi, I'm looking to possibly get one of these and the documentation I've found says it cannot play ogg. Anyone have the device and can confirm?
  18. Re: Thousands of dead birds and fish in Arkansas

    http://www.shof.msrcsites.co.uk/cons.jpg
  19. Thread: bitcoin

    by chris200x9
    Replies
    42
    Views
    5,724

    bitcoin

    I recently got in to the bitcoin market, I was just wondering if anyone else here trades in bitcoins. Also what are your thoughts about it in general?
  20. Replies
    12
    Views
    857

    Re: What Are Your Favourite Internet Sites?

    4chan.org/g/
  21. Re: Change GPL forcing Companies to put Linux on Packaging

    I don't really know. My only thought is maybe something like changing the kernel license from GPLv2 to a "custom" license that is the exact same thing except with that clause added.
  22. Re: Change GPL forcing Companies to put Linux on Packaging

    problem I write this script:

    GPL it, "hey it's a linux based technology!" Being GPL doesn't make something linux based.
  23. Re: What is the difference between College Math and College Logic?

    first of all it's pronounced logics, and second truth tables.

    That is all.
  24. Replies
    16
    Views
    796

    Re: computer idea

    couldn't you pre-install openoffice on both partitions? Of course the "best of both worlds" is a half truth, this is marketing isn't it?



    my whole thing I guess is why not pre-install an...
  25. Replies
    16
    Views
    796

    Re: computer idea

    oh that sucks, next idea why not just have a small native home and a "shared" or "data".
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4