Find the answer to your Linux question:
Results 1 to 10 of 10
For my code! I know that's not much for you guys, but I got an ego trip yesturday when the TA for my Modeling Methods class said I had a ...
  1. #1
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602

    WOOO!!!! I got congratulated....

    For my code! I know that's not much for you guys, but I got an ego trip yesturday when the TA for my Modeling Methods class said I had a really nice written code.

    Keep in mind I'm not a programmer, and the only programming class I took was Intro to Programming. I'm majoring in Mechanical Engineering, and Modeling Methods is a required course. It pretty much just teaches numerical analysis methods, and since engineering is all about differential equations, it becomes easier to get some answers using numerical solutions. And since most of these take a few iterations to be solved, we use computers to do it, but we need to code the problems into the computer. I do all my coding in MATLAB (MATrix LABoratory), which is pretty close to C but has a lot of added mathematical functions. It's pretty much a programming language for engineers.

    But anyway, back to my ego trip... So I couldn't get this one part of the code to work since Monday of last week (turns out I was multiplying a number that was going to zero and the code blew up in my face every time), and I went to the TA's office to as for help. While I'm there, and he's trying to figure out what wrong, he mentions that my code is really easy to read and well organized. Then he went on saying that people that usually go in there have their code all over the place and takes him at least 10 minutes just to figure out what's going on with it, whereas with mine, he knew what was going on from the get go.

    I'm just pretty happy that I got congratulated for something that isn't even my speciality.

  2. #2
    Linux Newbie
    Join Date
    Mar 2005
    Location
    Romania
    Posts
    186
    Have some bananas
    You can only be young once. But you can always be immature.

  3. #3
    Linux User
    Join Date
    Jan 2005
    Location
    Florida
    Posts
    414
    It's always nice to see pretty, well laid out code. That way even inexperienced programmers have a chance of understanding what's going on.

    Good job.
    registered linux user: 387197

  4. #4
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Congrats. Banana time!


    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  5. #5
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    Congragts, it is always easier to debug nicely written code. Keep up the good work.

    Life is complex, it has a real part and an imaginary part.

  6. #6
    Banned CodeRoot's Avatar
    Join Date
    Sep 2005
    Posts
    567
    Congratulations! Many programmers in the world should be envious! :P

  7. #7
    Linux Enthusiast
    Join Date
    Jul 2005
    Location
    Maryland
    Posts
    521
    Congratulations bidi!!!
    Good job!

  8. #8
    Linux Engineer
    Join Date
    Jan 2005
    Location
    Chicago (USA)
    Posts
    1,028

  9. #9
    Linux Newbie daacosta's Avatar
    Join Date
    Sep 2005
    Location
    Medellín, Colombia
    Posts
    213
    I do all my coding in MATLAB (MATrix LABoratory), which is pretty close to C but has a lot of added mathematical functions. It's pretty much a programming language for engineers.
    MATLAB??????

    First of all congrats on your clean coding

    If you want open source software to do exactly what Matlab does I wholeheartedly reccomend Octave to run the program... Better yet... Can you post your code it so that I can play with Octave a little and see if we can in fact reproduce Matlab's results?

    I recently installed Octave on my box and I am also going thorugh their tutorial [ I am interested in non-linear dynamics and chaos theory but I am just taking my very first steps... Since a program like Matlab was going to be needed for my quest I found about Octave and started playing with it...]

    Octave's webpage is: http://www.octave.org/

    Check it out! It will be rewarding
    -D-

    Registered User # 402675

  10. #10
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    Yep, I know about Octave, even have it installed in my Debian box, but I've never went too much into it. I use MATLAB instead of Octave to run programs just because it's the only thing they have in school.

Posting Permissions

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