• Lucid Dreaming - Dream Views




    Page 2 of 2 FirstFirst 1 2
    Results 26 to 40 of 40
    Like Tree4Likes

    Thread: What Should I Learn Next?

    1. #26
      Christian youssarian's Avatar
      Join Date
      Dec 2007
      Gender
      Location
      Independence, Kansas
      Posts
      441
      Likes
      41
      Oh no, I caught myself doing that and even when I removed ".class" it still flopped.
      Learn the art of lucid dreaming in a whole new way!
      LD Count: 37 (35 DILD, 2 DEILD)

      Hey Newbies! Did you read the main pages and the tutorials? It will help you immensely.

      Zenventive: art, health, philosophy
      You are dreaming!

    2. #27
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Can I see a screenshot of exactly what you're doing in your terminal?

    3. #28
      Christian youssarian's Avatar
      Join Date
      Dec 2007
      Gender
      Location
      Independence, Kansas
      Posts
      441
      Likes
      41
      Well I can sure try to get one up.... my blocky 800x600 resolution makes it a little difficult. Although on the plus side, I'm going to be putting more RAM in my computer probably tomorrow!
      Learn the art of lucid dreaming in a whole new way!
      LD Count: 37 (35 DILD, 2 DEILD)

      Hey Newbies! Did you read the main pages and the tutorials? It will help you immensely.

      Zenventive: art, health, philosophy
      You are dreaming!

    4. #29
      Christian youssarian's Avatar
      Join Date
      Dec 2007
      Gender
      Location
      Independence, Kansas
      Posts
      441
      Likes
      41
      As soon as my webhost returns to working operation, or I can find some other way, I'll get you that image.
      Learn the art of lucid dreaming in a whole new way!
      LD Count: 37 (35 DILD, 2 DEILD)

      Hey Newbies! Did you read the main pages and the tutorials? It will help you immensely.

      Zenventive: art, health, philosophy
      You are dreaming!

    5. #30
      Member WhiteWolf's Avatar
      Join Date
      Aug 2008
      Posts
      72
      Likes
      0
      What about learning Assembly? :p
      anybody here doing assmebly or know assmebly?
      Silence & smile are two powerful tools.
      Smile is the way to solve many problems & Silence is the way to avoid many problems.

    6. #31
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      I know assembly and use it from time to time when I want something to run FAST. It makes the fastest programs by a very wide margin, but it's cumbersome and difficult to write and debug.

      Parts of my super-efficient JSON engine are written in assembly, but I don't use it very often.

    7. #32
      Be a man of Value. Jorge's Avatar
      Join Date
      May 2008
      Gender
      Location
      Pico Rivera
      Posts
      529
      Likes
      22
      I'm still trying to get great at xhtml/css =*(

    8. #33
      Christian youssarian's Avatar
      Join Date
      Dec 2007
      Gender
      Location
      Independence, Kansas
      Posts
      441
      Likes
      41
      Quote Originally Posted by Jorge View Post
      I'm still trying to get great at xhtml/css =*(
      Hit me up if you need help.

      And ninja, I'm going to have to get a Photobucket account for this thing. My webhost is moving servers and my site is down.
      Learn the art of lucid dreaming in a whole new way!
      LD Count: 37 (35 DILD, 2 DEILD)

      Hey Newbies! Did you read the main pages and the tutorials? It will help you immensely.

      Zenventive: art, health, philosophy
      You are dreaming!

    9. #34
      Christian youssarian's Avatar
      Join Date
      Dec 2007
      Gender
      Location
      Independence, Kansas
      Posts
      441
      Likes
      41
      Learn the art of lucid dreaming in a whole new way!
      LD Count: 37 (35 DILD, 2 DEILD)

      Hey Newbies! Did you read the main pages and the tutorials? It will help you immensely.

      Zenventive: art, health, philosophy
      You are dreaming!

    10. #35
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      I don't know how where javac compiles on windows, are you sure that it put the compiled class in the same directory?

      If so this is my guess: your class requires other classes which are part of java's precompiled library. They are in java's directory, and java compiles your class expecting them to be in the same directory. This is why programming is not done on Windows. My suggestion is dual booting Ubuntu and doing your development on that.

    11. #36
      Member Achievements:
      1 year registered Veteran First Class 5000 Hall Points

      Join Date
      Sep 2004
      Gender
      Location
      Seattle, WA
      Posts
      2,503
      Likes
      217
      Once you get in tune with the basics of Java, get yourself a copy of "Effective Java" by Joshua Bloch. It's one thing to learn the syntax of Java and be able to write simple programs, and it's something else to ACTUALLY have a grip on Java. Basically, you shouldn't be writing large amounts of Java code without having gone through this book and referring back to it when in doubt. It covers a wide variety of best practices that will save your ass.

      Likewise:

      Quote Originally Posted by youssarian View Post
      Languages I currently have an excellent grip on:

      C++
      You are not Scott Meyers, therefore you do not have an excellent grip on C++

      Depending on what you're doing, you might be interested in Effective C++, More Effective C++ and Effective STL. It really changes the way you write C++. Just like for Java, I wouldn't let anyone who hasn't at least skimmed some of those books touch any C++ code I'd have to maintain later.

    12. #37
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      No one has an excellent grip on C++. Professional programmers have a good grip on it, but the language is too large and complex to know all of its aspects.

    13. #38
      Banned
      Join Date
      May 2007
      LD Count
      Loads
      Gender
      Location
      Digital Forest.
      Posts
      6,864
      Likes
      386
      I'd like to think I have a good grip on it

    14. #39
      Member Achievements:
      1 year registered Veteran First Class 5000 Hall Points

      Join Date
      Sep 2004
      Gender
      Location
      Seattle, WA
      Posts
      2,503
      Likes
      217
      Quote Originally Posted by A Roxxor View Post
      I'd like to think I have a good grip on it
      Are you Scott Meyers?

    15. #40
      ex-redhat ClouD's Avatar
      Join Date
      Sep 2007
      Posts
      4,760
      Likes
      129
      DJ Entries
      1
      Quote Originally Posted by ninja9578 View Post
      No one has an excellent grip on C++. Professional programmers have a good grip on it, but the language is too large and complex to know all of its aspects.
      I wouldn't think that having an excellent grip means knowing all aspects.

      There are some who have an excellent grip on the English language, similarly.
      You merely have to change your point of view slightly, and then that glass will sparkle when it reflects the light.

    Page 2 of 2 FirstFirst 1 2

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •