Search Results - Sharky Forums

Sharky Forums


Search:

Type: Posts; User: cjohnson

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    9
    Views
    584

    Emacs and JDE is the way to go for Java...

    Emacs and JDE is the way to go for Java development, imho. Once you get used to Emacs (and it has a bit of a learning curve, just to warn you) you'll have a hard time going back to another editor :)
  2. Replies
    2
    Views
    309

    Recursive Descent Parsers

    I think I'm going to write a simple parser/interpreter for a small language as a project in my languages class. My professor said he discouraged the use of parser generators, and suggested a...
  3. Replies
    9
    Views
    512

    I found assembly to be fun/interesting :/

    I found assembly to be fun/interesting :/
  4. Replies
    2
    Views
    509

    It's just a normal CD. I haven't installed the...

    It's just a normal CD. I haven't installed the software that came w/the CDRW yet, but all that came with it is NTI Dragon... some burning stuff, so that's not going to affect reading. Also, if I try...
  5. Replies
    2
    Views
    509

    CDRW is dead?!

    I have a bit of a problem. My CDRW drive stopped working recently. The BIOS would detect the drive and if I went to explorer in WinXP it showed the drive as bewing there, but if I insert a CD into...
  6. Permission denied on all of my code (in Linux)

    Hey, on all of the code I've compiled in the last day or so I get 'permission denied' when I try to run it.. Here's an example:

    cjohnson@gondor:~$ cat test.c
    #include <stdio.h>

    int main() {
    ...
  7. Replies
    0
    Views
    364

    Multiple commands in function in ocaml

    Anyone know how to have a function in ocaml that has a list of commands to be executed? Like in C you could have



    void foo() {
    somethingHere;
    something = somethingelse;
    bar(something);...
  8. Replies
    16
    Views
    944

    C is poison. Start with Lisp. :)

    C is poison. Start with Lisp. :)
  9. Thread: assemblers

    by cjohnson
    Replies
    5
    Views
    570

    Like most things, part of the "classroom...

    Like most things, part of the "classroom experience" will probably get lost if you take it online. The class I took in assembly wasn't bad, and as long as you have somewhere you can ask questions and...
  10. Replies
    16
    Views
    944

    Depends on what language you want to start...

    Depends on what language you want to start learning first. If you want to learn C first, which is probably a pretty common choice, "Teach Yourself C in 24 Hours" is an okay book, but not the...
  11. Replies
    16
    Views
    944

    You seem to be a little confused, so perhaps I...

    You seem to be a little confused, so perhaps I can un-confuse you some. Programming of computers is done with various programming languages. Lots of people have different ideas of how programming...
  12. Replies
    9
    Views
    1,089

    I don't know of any portable/Java-ish way to do...

    I don't know of any portable/Java-ish way to do that... only thing I could think of is making Java execute 'df -h' (if you're on a UNIX) and parse that correctly... i assume there's a similar...
  13. Replies
    9
    Views
    1,447

    I took a class once, and on the first day we went...

    I took a class once, and on the first day we went around the room and people said what programming languages they used/knew. When I said perl, the teacher laughed and said "perl is for hackers. are...
  14. Thread: Ai

    by cjohnson
    Replies
    36
    Views
    3,539

    Like I said, things that people used to say were...

    Like I said, things that people used to say were impossible have come about, so I don't want to say that's never ever ever going to happen (though it may have sounded that way in my earlier post),...
  15. Thread: Ai

    by cjohnson
    Replies
    36
    Views
    3,539

    I ask you what it means for something to possess...

    I ask you what it means for something to possess 'artificial intelligence.' If you say something along the lines of 'the ability to behave intelligently', well then we've had AI, in some form or...
Results 1 to 15 of 31
Page 1 of 3 1 2 3