Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.16 seconds.

  1. Replies
    33
    Views
    3,916

    Re: Beginners Programming Challenge 22

    I'm not a beginner, but I just thought I would show off the "magic" of python. So don't judge this. :P



    import base64

    data = raw_input("Enter data to encode\n")

    print...
  2. Replies
    40
    Views
    2,158

    Poll: Re: Ubuntu's Growth and Promotion

    I don't think it's hopeless. At the same time, I don't think Linux belongs on most consumer's desktops either.

    Linux is king of it's niche. Webservers are by far dominated by Linux. Computer...
  3. Replies
    42
    Views
    1,878

    Re: HP to drop personal systems group?

    I don't see what Intel has to do with it. The fact is that people abandoned it. Believe it or not, the best solution isn't always to release the source of a project.
  4. Replies
    42
    Views
    1,878

    Re: HP to drop personal systems group?

    And it will just fragment and fall apart. The FOSS community can't maintain a competitor to Android or iOS. Just look at Meego as an example of failure.
  5. Replies
    40
    Views
    2,158

    Poll: Re: Ubuntu's Growth and Promotion

    Won't happen. People don't want Linux. They want Windows.

    Dell tried having Ubuntu as the default OS on their netbooks. Look where that went.

    Major manufacturers have tried and it failed. What...
  6. Re: How to make a function that shuffles an array in C

    Sounds an awful lot like homework.



    We won't do your work for you. You have to show us what you have.

    If you really don't know how to do this, perhaps you should start with a much simpler...
  7. [SOLVED] Re: Factorials in Java: Integer value larger than a long

    Pass your desired number to the BigInteger constructor.
  8. Replies
    8
    Views
    491

    Re: C compilation

    No they aren't. An int is not a float so they are not "somewhat compatible."

    Try storing a float such as 6.89 as an int and see what happens.

    YOU as the programmer are expected to know what...
  9. Re: GUI toolkit for Conway's Game of Life in c++ ?

    I know that you can't.

    If you want your typical dialog type windows among other things, you will need to use another GUI toolkit.

    Just for reference, you will find no features available in a...
  10. Re: GUI toolkit for Conway's Game of Life in c++ ?

    You can also add in tkinter, wx, gtk, or qt to add functionality such as dialogs or other things if you need them.
  11. Replies
    34
    Views
    8,738

    Re: lightweight and power-efficient distro

    It's Fuduntu. Not Fubuntu.
  12. Re: Will Java evantually replace C/C++ for OS Development

    Every semester at my University. There are two assembly based classes which are taught every semester and are required classes.

    We also learn Java, C, C++, LISP, and Python.
  13. Re: Apple sells world's most expensive flash drive

    Are you describing Apple or the Free Software Foundation?
  14. Re: Linux's biggest opportunity since Windows Vista

    This. Unless you pay for a RHEL license or similar, and if that's the case, you are most definitely treated as a customer.
  15. Replies
    7
    Views
    656

    Re: JAVA? Get a rewritten URL

    Looks like this is REST to me. :P

    If you run some simple PHP on the server it can tell you the URL it was given.

    More specifically something like:



    $url = $_SERVER['REQUEST_URI'];
  16. Replies
    34
    Views
    8,738

    Re: lightweight and power-efficient distro

    *Fuduntu.

    As a Fuduntu team member, I can tell you that we do not maintain compatibility with Ubuntu. We maintain compatibility with Fedora.

    Check the link in my signature for more information.
  17. Re: Who no programming thing under "Main Support Categories"?

    It's just as visible as any other category in either Main or Other Community Discussions so your point about it being hidden isn't right.

    It's not really worthy of being a main support category...
  18. Replies
    17
    Views
    1,412

    Re: Just a Thought or Two About the Forums

    I'm not even sure why it matters so much, it's not your thread.
  19. Thread: ReactOS

    by unknownPoster
    Replies
    16
    Views
    1,383

    Re: ReactOS

    It's taken years to get to where they are, which isn't very far if you ask me, when there are projects like Wine and CrossOver.

    It will take a long time before they have anything worth using...
  20. Replies
    17
    Views
    1,412

    Re: Just a Thought or Two About the Forums

    There is lots of help in that thread. Multiple people mentioned Remastersys or using an alternative distribution which meets the OP's needs.
  21. Replies
    14
    Views
    1,032

    Re: How to Make Ubuntu Resemble Windows 7

    It's not your place to remove windows from any computer that you do not own. If your parents will have trouble with it, don't do it. It's that simple.
  22. Re: Desktop Environment easiest to customize?

    I know, still doesn't change my point.

    Just because a project only has one main developer doesn't mean it's bad or will fail.
  23. Re: Desktop Environment easiest to customize?

    LOLWUT.

    There are 5 named developers.

    http://www.trinitydesktop.org/contributors.php

    I guess by your logic Slackware doesn't count since it's run by one guy...
  24. Re: Desktop Environment easiest to customize?

    It didn't fail. You're just misinformed.

    http://www.trinitydesktop.org/

    KDE3 was forked and has been fairly well maintained.
  25. Re: OS X now much more secure than Windows or Linux

    Citation needed.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4