Posts Tagged ‘hello’
Looking for free software where I can plot functions, have sliders and can publish the results in a webpage?
Hello,
I am wondering where I can get some software that can graph 2-D functions, (ideally 3-D functions), with sliders where I can vary the values for the functions. I would also like to be able to display this data in a webpage… Will GNU plot do this? I have been looking around and can not find if it will do both of these things. Any recommendations on software that would that is free/low cost?
Thanks,
Brian
How to make bookmarks appear again in Firefox location bar?
Hello,
I recently updated my Firefox browser. Before the update, I was able to click on the location bar arrow and it would drop down my most visited bookmarks. When I click that arrow now, none of them appear. I’ve checked my bookmarks folder and all of my bookmarks are still there.
A little nuisance that I would really like to have fixed.
Thank you.
Help needed for open source which provides additional information ?
Hello there,
I am looking for an open source which provides additional information by a click on it . I heard that paragent which is an open source projects is better for that. Any information about this would be great.
Thanks in Advance,
Bmora96
How to use GNU C Compile?
Join Date: Sep 2010
Beans: 1
GNU C Compiler not working
Hey guys. So I downloaded Linux just for the heck of it and decided I would try to learn some C in my spare time. So I found a tutorial, and the first code they told me to do was this:
Code:
#include <stdio.h>
int main()
{
printf( "I am alive! Beware.\n" );
getchar();
return 0;
}
So I copied it into gedit and saved it as "hello.c". Then I followed the instructions and opened up the Terminal and typed this:
Code:
gcc hello.c
And this happens
Code:
sam@sam-desktop:~$ gcc hello.c
sam@sam-desktop:~$
But when I go back to the file and screw it up by randomly erasing characters, it tells me what I did wrong.
I have no idea why this won’t work. I also am pretty bad at some of this complexer stuff (to me it’s complex) and anywhere I look online elsewhere people talk as if everybody knows how to do these things.
What is a job based on computer programming that makes a lot of money?
Hello, I am fifteen years old, and I have approximately five days to decide my future job.
I am wondering if there is any career in computer programming that provides extremely good money (400,000$+). Also could you please list some courses that I would have to take in order to achieve this.
Thank you for your time. Full points to the best answer. ![]()
How to compress a large photo with php file?
Hello,
I have a website that all what is doing is uploading images i just wonder if there is any way to upload 5mb file and compress it to like 200k without effect the quality of the picture and also to keep the same original size of the picture i know there is some php code that doing it but i am not sure how there is anyone can give me advice?
Thanks
tal
How can i start with computer programming?
Hello guys, i want to learn computer programming but i don’t know where to start
Any advice?
How do I take Firefox out of safe mode to run normally?
Hello, I have a laptop which runs O/S 7 Home Premium with core i5 processor. My problem is that I had to reload my programs and now Mozilla Firefox 3.6 is no longer running in normal mode; it is in safe mode and I would like very much to take it out of that. Can you help me do that? Thanks.
I want to start helping develop random open source software – where should I start?
Hello, I have very little experience in programming, and I think developing open source software would be a fun way of practicing. Where can I find a good tutorial on how to start developing open source software?
I’m getting good at VB.NET and just started Java.
I meant a tutorial like "How to start help developing open source software"
How do you connect data to string information in PHP?
Like in Java you’d have
String myString = "hello " + integerVar;
where integerVar is and integer variable; you’re using a + to connect the two. How do you do this in PHP?