Search Results - JustLinux Forums


Search:

Type: Posts; User: JasonC

Page 1 of 4 1 2 3 4

Search: Search took 0.10 seconds.

  1. Thread: matlab forum

    by JasonC
    Replies
    3
    Views
    528

    When you call the file are you putting a...

    When you call the file are you putting a semi-colon at the end of the function call? this should suppress the output.
  2. Thread: CGI Wanna Be

    by JasonC
    Replies
    6
    Views
    611

    Check your web log and dig up the specific...

    Check your web log and dig up the specific errors, that would really help or post the script we can see if it has a problem.
  3. Thread: matlab forum

    by JasonC
    Replies
    3
    Views
    528

    Don't know of any forums, what questions do you...

    Don't know of any forums, what questions do you have? If you run an Internet search on matlab you can find alot of scripts.
  4. Replies
    9
    Views
    1,562

    Yeah, that was my post about Octave. I don't know...

    Yeah, that was my post about Octave. I don't know where it went either. Says in the docs it does FFT
  5. Replies
    9
    Views
    1,562

    I have looked around but I can't find anything. I...

    I have looked around but I can't find anything. I will be in a similar boat in a couple of months when I graduate.
  6. I have several xinitrc files. xinitrc.wmaker,...

    I have several xinitrc files. xinitrc.wmaker, xinitrc.fluxbox. I just use a symlink called xinitrc to whichever I want to use.
  7. Thread: Two ideas:

    by JasonC
    Replies
    6
    Views
    986

    Sometimes I wonder if the folks over at...

    Sometimes I wonder if the folks over at internet.com even remembers this place is here. I've got a feeling that this site is on a sinking ship that cannot be saved, it's just a matter of time.
  8. Thread: Work Safe

    by JasonC
    Replies
    1
    Views
    1,049

    I usually just refrain from posting anything that...

    I usually just refrain from posting anything that could get someone in trouble. However, I have clicked on a couple of links that have gone to sites that would get me in trouble at work. I am in the...
  9. Replies
    3
    Views
    877

    Personally, I know nothing about it. I always go...

    Personally, I know nothing about it. I always go to Amazon and read the the user reviews on new books. Books can be iffy, one that works for me may not work for you. Usually, if there are at least...
  10. Thread: Random Java?

    by JasonC
    Replies
    4
    Views
    589

    var randomnumber=Math.floor(Math.random()*X) ...

    var randomnumber=Math.floor(Math.random()*X)


    If my memory serves me correctly, the Math.round() tends to err towards one end of the array. Math.floor() is a little more random. However, I am no...
  11. Replies
    21
    Views
    3,019

    Kids...Let's try to get along. HA, I crack myself...

    Kids...Let's try to get along. HA, I crack myself up.
  12. Replies
    4
    Views
    737

    Check out the Art of Assembly Language...

    Check out the Art of Assembly Language programming at:
    http://webster.cs.ucr.edu/Page_asm/0_ArtOfAsm.html

    You can read all about it.

    Hope this helps
  13. Replies
    7
    Views
    620

    Hmmm, I'll have to look into this. It sounds like...

    Hmmm, I'll have to look into this. It sounds like it has potential.
  14. Replies
    7
    Views
    620

    Ideas for a project

    I am going to start working on my senior project for school, and I was wondering if there were any programs any of you wished you had. We have 4 programmers for the project so it can be a decently...
  15. I have a copy of Office Small Business edition....

    I have a copy of Office Small Business edition. as far as I concerned you can have it. Not, I repeat, not a warez or burned version. I'll even send the license agreement. Let me know.
  16. Replies
    4
    Views
    957

    I think he is right. conio.h is actually a...

    I think he is right. conio.h is actually a borland header I believe. You could also just use a scanf at the end.
  17. Replies
    33
    Views
    2,145

    I am currently working in a Polymer (Adhesive)...

    I am currently working in a Polymer (Adhesive) R&D lab as an "Technical Engineer". That equates to setting up and programming automation systems, programming Access databases and anything...
  18. Replies
    4
    Views
    659

    Its been awhile for assembly but... I believe the...

    Its been awhile for assembly but... I believe the ADD instruction has to have a register as the destination i.e. add ax,var1
  19. Replies
    5
    Views
    695

    Beginning Linux Programming is not a good book to...

    Beginning Linux Programming is not a good book to learn programming. It is a fair reference once you know the syntax and have the theory down. It will not teach you how to program, just how to use C...
  20. Replies
    2
    Views
    773

    Check out www.linuxprogramming.com...

    Check out www.linuxprogramming.com They have info on some memory management techniques.
  21. Thread: A determination

    by JasonC
    Replies
    30
    Views
    1,686

    I started college right out of High School, was...

    I started college right out of High School, was not ready. I started back up a couple of years ago and I have never looked back. I have 9 classes left until graduation and I can say that I am getting...
  22. Replies
    6
    Views
    1,568

    You can use any language you want. I am confused...

    You can use any language you want. I am confused as to what you are really trying to do.
  23. Thread: A determination

    by JasonC
    Replies
    30
    Views
    1,686

    Just when I needed help Here's modified code:...

    Just when I needed help

    Here's modified code:



    #include <stdio.h>

    void main()
    {
  24. Thread: C++ projects?

    by JasonC
    Replies
    5
    Views
    57,282

    www.rentacoder.com (http://www.rentacoder.com) ...

    www.rentacoder.com

    you can bid on projects and get paid for them.
  25. Replies
    4
    Views
    583

    I typed the code exactly how you have it and it...

    I typed the code exactly how you have it and it worked fine. Not sure why yours isn't working.
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4