Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    34
    Views
    2,644

    Re: The most popular programming language

    I think it seems reasonable.

    But I'm surprised they don't consider MySQL? Technically its the programmer gateway to interact with DB, and could very well be considered a language.
  2. Replies
    5
    Views
    9,964

    Re: bin/sh g++ not found

    What is Anjuta used for? If its just an IDE, and thats really all you did, then it sounds like a bug.
  3. Replies
    6
    Views
    336

    Re: internet connected event

    You could make an event if you have a "ping" command... and you know the server, you could ping the server. You could make some value isInternetOn a boolean assigned to true for Case 2, and...
  4. Re: Created two basic java programs succesfully but still have a question about them

    If you are worried about precedence of operations and want to make sure its clear, just use parenthesees... I've been developing with java for a few years now and I do not remember precedence of...
  5. Replies
    48
    Views
    2,560

    Re: What are your bad programming habits?

    I love copy-paste. =]

    They really should remove that function from developer machines =P
  6. Replies
    12
    Views
    776

    Re: How much can you program in a day?

    It is difficult to measure this, but if I do thorough testing of my fix it is usually around 1-2 issues being solved in a day. This is working with a complex system that is extremely large and...
  7. Replies
    8
    Views
    430

    Re: Java Scope. Why does this fail?

    That was a typo.. Refer to the second block of code that I posted. Sorry.... I also edited the first one. It should be a class, for sure =P
  8. Replies
    8
    Views
    430

    Re: Java Scope. Why does this fail?

    I agree with you here regarding JUnit, but it does not explain why this happened with a Java class. My original issue was that this happens in a regular old SomeClass.java. A method is called that...
  9. Replies
    8
    Views
    430

    Re: Java Scope. Why does this fail?

    This compiles assuming you add the junit framework to your classpath. I'm not sure what is meant by run class. This is just a simple test case meant to depict the scenario. Just assume that...
  10. Replies
    8
    Views
    430

    Java Scope. Why does this fail?

    I've been working with java for a while, and I'm a bit baffled at this scenario. I created a simple test case to depict it. My question is, why doesn't the value of "wtf" carry over to the...
  11. Replies
    6
    Views
    701

    Re: Periodically Check Website

    Maybe try something like this and leave the script running?


    #!/usr/bin/python

    import time

    def

    ##define the function recurse
  12. Replies
    12,104
    Views
    538,727

    Re: The 10000 Game!

    3933
  13. Replies
    11
    Views
    2,245

    [ubuntu] Re: allow ftp to /var/www

    sorry, type that in the terminal of course.
  14. Replies
    11
    Views
    2,245

    [ubuntu] Re: allow ftp to /var/www

    type in "ssh localhost" on your computer and if it works you can use scp to login to that machine
  15. Replies
    5
    Views
    38,667

    Re: using read(int, void, int) in C example?

    Yeah, that is the only decent reference I could find, but I couldn't make any sense of what the arguments are. It is read(offset, buffer, number_of_bytes).. so I added in an int, a char* buffer, and...
  16. Replies
    5
    Views
    38,667

    using read(int, void, int) in C example?

    Does anyone have an example of using read(int,void, int) in C? I've had trouble finding something through google.
  17. Replies
    11
    Views
    805

    [all variants] Re: What do you use for online storage?

    I made my own server and plopped a 500gb hard drive in it.
  18. [ubuntu] Re: Installed with passwordless account, how to do updates?

    If there is really no password, then just don't type anything and push enter?
  19. [ubuntu] Re: How to connect to internet, so complicated.

    You were very close in your screen shot to being able to tell if you have DHCP on. If you go to edit your network settings, as in your screen shot, you have to click the IPv4 tab. In there if it...
  20. Replies
    10
    Views
    637

    [ubuntu] Re: How do i remove ubuntu

    Find the key to enable you to choose a boot device. It's usually F12 or something. Maybe different on some machines so google it. Then select to boot from a cd, make sure you have a bootable cd...
  21. Replies
    7
    Views
    1,465

    Re: compile wine into a .dmg? (ubuntu host)

    right, but you could do it on your friends' macs
  22. Replies
    7
    Views
    336

    Re: Buying a pre-made ubuntu computer?

    That is cool. I didn't know dell did that either, I'll have to look up a few machines and see if I can find them.
  23. Replies
    7
    Views
    336

    Re: Buying a pre-made ubuntu computer?

    Usa
  24. Replies
    5,789
    Views
    314,441

    Re: The Off Topic Game

    That means the RIAA stands for...
  25. Replies
    12
    Views
    995

    [ubuntu] Re: what is the best way to learn ubuntu?

    Don't they say there are like 2 ways to learn things:
    1. by doing
    2. by reading

    pick one! i like "doing".
Results 1 to 25 of 71
Page 1 of 3 1 2 3