Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.26 seconds.

  1. Replies
    26
    Views
    1,386

    Re: downloading a webpage...

    A lib that can do what? Download? http://ubuntuforums.org/showthread.php?t=889710
  2. Replies
    134
    Views
    12,937

    Re: Why to Love/Hate C++

    It is still there, must have been accepted.
  3. Replies
    6
    Views
    1,676

    Re: reverse enginering a webcam driver.

    No. You can't. You can try existing solutions, like ndiswrapper though.

    Reverse engineering or disassembling the code of drivers is almost always explicitly against the EULA of the driver.

    You...
  4. Thread: Bash to Python

    by LaRoza
    Replies
    35
    Views
    2,802

    Re: Bash to Python

    The question is hard to answer.

    If it is just bash, not calling other programs, it would be very simple to automate a translation.

    However, bash scripts call other programs all the time. Bash...
  5. Re: [PYTHON] How do I import file in different folder?

    Put a file named "__init__.py" in ui/.
  6. Re: Declaring global variables inside a function, in C?

    You could declare the variables as global, then use a function to give them a value.
  7. Replies
    15
    Views
    1,041

    Re: Forum history...

    I've noticed a difference. The forums are much better. They aren't super fast at peak loads, but they don't do the "haha you can't post this hour" routine.
  8. Thread: Bash to Python

    by LaRoza
    Replies
    35
    Views
    2,802

    Re: Bash to Python

    Yes, rewrite the logic in Python. Bash scripts are usually short, and depending on the task, it may string together several programs with pipes. This leads to very short bash programs, which take...
  9. Replies
    134
    Views
    12,937

    Re: Why to Love/Hate C++

    And yet, we can prove a language is inferior, when given the context.
  10. Replies
    26
    Views
    1,386

    Re: downloading a webpage...

    Well, I'd use more structured approaches.

    I'd use a library for downloading it, a library for parsing html or xhtml, and follow each link.

    String parsing and re's on structred markup is silly.
  11. Replies
    134
    Views
    12,937

    Re: Why to Love/Hate C++

    That was gone a while ago ;) I have no avatar or custom title at the moment. I've forsaken everything but tech support on this forum.



    Pointers are nothing.
  12. Re: Ubuntu vs. Windows Game Performance [Development Perspective]

    Also, keep in mind Windows XP is seven years old. It is hard to compare to modern distros. I'd bet, that on the same hardware you have, Vista would have issues (unless you have abnormal hardware for...
  13. Replies
    10
    Views
    981

    Re: [Python][C] Using both of them together?

    There are several ways of using C with Python. You can write C modules, embed C directly into Python, or use tcc in Python (and probably others).

    http://www.python.org/doc/2.5.2/api/api.html

    ...
  14. Replies
    18
    Views
    1,097

    Re: why is gcc telling me my for loop is wrong

    The quality of my code drops...

    (Time varies, as my obligations change, so "late" is quite relative)
  15. Replies
    10
    Views
    981

    Re: [Python][C] Using both of them together?

    There are several ways, what is the goal of using C with Python here?



    That is about three days work.
  16. Re: Ubuntu vs. Windows Game Performance [Development Perspective]

    Possibly hardware related. Just because a driver exists, even official, doesn't mean it is the same quality.

    For a truer test, try Windows XP fresh install, nothing installed after, and a default...
  17. Replies
    34
    Views
    2,952

    Re: What is a good GUI code editor/complier?

    @OP Linux is very diverse. There is no One Ring to bind everything together. This means, there is no single IDE which does what you want, for various reasons (on of them being the GUI toolkit isn't...
  18. Replies
    18
    Views
    1,097

    Re: why is gcc telling me my for loop is wrong

    Au contraire, Microsoft can make ISO declare standards, and make people adopt them (but, the adoption is different from the standard...)
  19. Replies
    34
    Views
    2,952

    Re: What is a good GUI code editor/complier?

    Then use Visual Studio ;) For IDE's, editors, and GUI toolkits (including GUI designers), see: http://ubuntuforums.org/showthread.php?p=4716120

    There is no $800 IDE for non free, restricted...
  20. Replies
    20
    Views
    1,184

    Re: [PHP] make seconds into minutes

    Well, I think we all got that (look at my first post), but that seemed...too obvious.
  21. Replies
    18
    Views
    1,097

    Re: why is gcc telling me my for loop is wrong

    Or just vim. vim-full has silly stuff.
  22. Replies
    9
    Views
    948

    Re: Is it Geany or my problem???

    No, there is no such thing as a good ide. See the stickies ;)

    Dev C++ uses the windows port of gcc. You can actually use that to compile directly.

    I suggest you learn how to use gcc and g++...
  23. Replies
    9
    Views
    948

    Re: Is it Geany or my problem???

    That book is...weird.

    iostream is a C++ like, stdlib.h is for C (cstdlib would be for C++)

    If you are just starting programming, I suggest you check out the stickies, my site, and wiki. I...
  24. Replies
    18
    Views
    1,097

    Re: why is gcc telling me my for loop is wrong

    Only 9 pm? Why, I've stayed up all night, into sunrise coding. This is usually a bad idea though, only code when you are fully awake and fueled by things other than adrenaline and mountain dew.
  25. Replies
    18
    Views
    1,097

    Re: why is gcc telling me my for loop is wrong

    Yes, there is.



    It does, but by default, it uses the most common version. You will have to specific the standard to use.



    man gcc | grep "c99"
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4