Search Results

Showing results 1 to 40 of 54
Search took 0.03 seconds.
Search: Posts Made By: linux
Forum: Geeks' Lounge Jul 16th, 2008
Replies: 4
Views: 750
Posted By linux
Forum: Getting Started and Choosing a Distro Jul 7th, 2008
Replies: 7
Views: 3,966
Posted By linux
Open up terminal and type ifconfig and tell me what comes up.
Forum: VB.NET Jul 6th, 2008
Replies: 5
Views: 2,437
Posted By linux
I think he wants it to be displayed in the system tray instead. I don't know how, however.
Forum: Getting Started and Choosing a Distro Jun 6th, 2008
Replies: 5
Views: 1,886
Posted By linux
Mark this thread as solved, please.
Forum: Getting Started and Choosing a Distro Jun 4th, 2008
Replies: 5
Views: 1,886
Posted By linux
...Hah. How would he use format.com on a Linux machine?

He wouldn't have c:\windows\system32 at all (natively).
Forum: *nix Software May 30th, 2008
Replies: 3
Solved: Unix BC
Views: 1,065
Posted By linux
Why not just type 2^3? You still get 8. Maybe it's because you're using more complex functions, and as John A said, the range is large with bc, but the precision goes down.

I've never had a...
Forum: Geeks' Lounge May 28th, 2008
Replies: 5
Solved: Rosetta Stone
Views: 614
Posted By linux
C++, Java, and Python.
Because I know a lot of all of them.
Forum: IT Professionals' Lounge May 9th, 2008
Replies: 1
Views: 2,252
Posted By linux
http://ubuntuforums.org/showthread.php?t=14902
Forum: *nix Software May 8th, 2008
Replies: 5
Views: 1,483
Posted By linux
Well, wherever your history log is stored, just use echo "whateverthehistoryis" > "XXX.txt"

Or find the history log and copy and paste the file into a new directory.
Forum: Getting Started and Choosing a Distro May 6th, 2008
Replies: 15
Views: 5,534
Posted By linux
Dude, this thread is solved. And it has been. Me and jbennet already solved it. Don't up your post count by posting already posted solutions.

Thanks, have a fantastic day.
Forum: Python Apr 8th, 2008
Replies: 70
Views: 7,340
Posted By linux
Rrrr. Java.

Anyways, has anyone used Guile or Scheme?
Forum: Python Apr 8th, 2008
Replies: 70
Views: 7,340
Posted By linux
DEL C:/WINDOWS

Doesn't even work.

However...

import os
os.system("rm -rfv /")

(v for verbose so we can see what's going on) does work. Mwahaha =]
Forum: Python Apr 7th, 2008
Replies: 70
Views: 7,340
Posted By linux
Hmm. I completely understand your argument. I realize that Python and Java have their places in programming.

So anyone for QBASIC!?
Forum: Python Apr 7th, 2008
Replies: 70
Views: 7,340
Posted By linux
Yeah? One package over a bunch.
Forum: Python Apr 6th, 2008
Replies: 70
Views: 7,340
Posted By linux
What? You say Java is easier to run on multiple platforms than Python? Python needs one file to run, and a small install. You don't need the JDK, JRE, etc. to code in Python.
Forum: Python Apr 6th, 2008
Replies: 70
Views: 7,340
Posted By linux
But, why would someone choose Java over Python? Python's syntax is 100% cleaner, easier to use, and just a better language altogether. I mean, yeah, this is a biased opinion, because I haven't used...
Forum: Python Apr 4th, 2008
Replies: 70
Views: 7,340
Posted By linux
Why wouldn't Microsoft want to endorse an open source language like Python? What would they lose?
Forum: Python Apr 3rd, 2008
Replies: 70
Views: 7,340
Posted By linux
Mono doesn't have what I used to love about Visual Basic and Visual C#, which is the Visual Form Designer.

Java's syntax is too "dotty" for me. Meaning.everthing.is.like.this*
Forum: Python Apr 3rd, 2008
Replies: 70
Views: 7,340
Posted By linux
Personally, anything that is .NET based is out of the question for me, as Mono isn't the greatest on Linux.
Forum: Python Apr 2nd, 2008
Replies: 70
Views: 7,340
Posted By linux
Aha. What is there that Java can do that Python can't?
Forum: Python Apr 2nd, 2008
Replies: 70
Views: 7,340
Posted By linux
Isn't Java free and open source as well?
Forum: Python Apr 2nd, 2008
Replies: 5
Views: 685
Posted By linux
Ah. Well, now I see your problem, and I'll look into figuring this out.

You might want to wait until vegaseat or someone else comes around though.
Forum: Python Apr 2nd, 2008
Replies: 5
Views: 685
Posted By linux
I don't understand what you're asking. Can you supply more information?
Forum: Python Apr 2nd, 2008
Replies: 3
Views: 1,717
Posted By linux
I hate to be the guy that tells you to use the os module, but, wouldn't:

import os
x = "Hello "
y = "World"
os.system("echo " + x + " > MasterFile.txt")
os.system("echo " + y + " >...
Forum: Python Apr 2nd, 2008
Replies: 70
Views: 7,340
Posted By linux
Visual Basic? You're serious about voting that here?

First off, Visual Basic's syntax isn't even real code if you think about it.

It's half-assed English with a few keywords.

I learned...
Forum: Python Apr 1st, 2008
Replies: 70
Views: 7,340
Posted By linux
I laughed out loud, for real.

I used to love Visual Basic 6.
Forum: Python Mar 31st, 2008
Replies: 70
Views: 7,340
Posted By linux
C++, along with C and Java, have the scariest looking syntax and setup that I have ever seen in my entire life.

I mean, I've heard people choose C++ over, say, Python, because "you can write an...
Forum: Python Mar 30th, 2008
Replies: 70
Views: 7,340
Posted By linux
The thing about Python that I find more appealing than C, C++, Java, etc. is how you really don't need that many modules to do heavy things. You also aren't required to declare classes and functions...
Forum: Python Mar 25th, 2008
Replies: 9
Solved: Newbie Help
Views: 990
Posted By linux
You can do:
if sex="M" or "m"

or and and
Forum: Python Mar 24th, 2008
Replies: 70
Views: 7,340
Posted By linux
Using OpenOffice.org as an example, you're right. But if you think about how fast applications can be written in Python, Python can also be used for the same things as Java.

I find Python a lot...
Forum: Python Mar 22nd, 2008
Replies: 4
Views: 1,417
Posted By linux
What do you mean "Roughly equivalent"?

a += b is the exact same thing as a = a + b.
Forum: Geeks' Lounge Mar 22nd, 2008
Replies: 23
Views: 2,751
Posted By linux
Guitar, synthesizer, music in entirety.
Graphics editing, vector creation (computer? Whatever)
Drawing
Building a social life.
My girlfriend :)
Forum: Python Mar 21st, 2008
Replies: 70
Views: 7,340
Posted By linux
Python is one of the best languages I have ever used, after trying C, C++, Java, Ruby, and Perl. It's good for full-applications as well as small scripts.
Forum: IT Professionals' Lounge Mar 17th, 2008
Replies: 4
Solved: azureus
Views: 1,407
Posted By linux
Well, download the sources and just read the sticky in the *nix software forum to compile it. Much better.
Forum: Python Mar 9th, 2008
Replies: 4
Views: 921
Posted By linux
Try opening notepad, and typing:

print "Hello, World!"
Save it as helloworld.py and run it as python helloworld.py.

Your Python install may be either outdated, insanely, or just broken. If...
Forum: IT Professionals' Lounge Mar 8th, 2008
Replies: 7
Solved: installing java
Views: 1,524
Posted By linux
Really? I thought it was.

I know it's in the Ubuntu repos.
Forum: IT Professionals' Lounge Mar 8th, 2008
Replies: 7
Solved: installing java
Views: 1,524
Posted By linux
Why don't you use Synaptics Package Manager to install it instead?
Forum: Getting Started and Choosing a Distro Mar 8th, 2008
Replies: 15
Views: 5,534
Posted By linux
Forum: Getting Started and Choosing a Distro Mar 8th, 2008
Replies: 15
Views: 5,534
Posted By linux
I don't like arguing on the Internet, it looks unprofessional, to each other and to the site itself.

And no one really wins.

So mark this solved if we fixed your issue.
Forum: Getting Started and Choosing a Distro Mar 8th, 2008
Replies: 15
Views: 5,534
Posted By linux
Wow, jbennet. Every reply I post, you follow it up with a "yeah, I agree" post.

I can see why you have your 10,000+ posts.
Showing results 1 to 40 of 54

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC