Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
08-21-2003, 12:51 AM
|
#1
|
Member
Registered: Jun 2003
Location: Jersey City, NJ
Distribution: Mandrake 9.1 is sooooo easy that patrick starr could use it
Posts: 217
Rep:
|
wat would you like to have done?
guys i am going to start programming in a little while, and im serious about dedication ! i want to enter a really nice computer science competition, and I want to know(serious stuff, no joke thread!) what would you like to have(software) that will be useful to many users, that will make me big in this competition?
thx in advance if i make it to the nationals you guys will definately be given credit 
|
|
|
08-21-2003, 04:31 AM
|
#2
|
Member
Registered: Jul 2003
Location: London
Posts: 548
Rep:
|
hm...well I was thinking the other day, it would be nice to have something like root-tail, except as an xterm. So you'd basically have an xterm on your desktop  . I'm not sure whether you could modify xterm / rxvt to do this, but the implication from the root-tail website is that you can.
|
|
|
08-21-2003, 11:17 AM
|
#3
|
Member
Registered: Jun 2003
Location: Jersey City, NJ
Distribution: Mandrake 9.1 is sooooo easy that patrick starr could use it
Posts: 217
Original Poster
Rep:
|
hey LOL that would be an awsome idea........ give me a month or two i have to be very focused on my work, dont mind me if i dont reply for a while i will DEFINATELY be reading though 
|
|
|
08-21-2003, 12:41 PM
|
#4
|
Member
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444
Rep:
|
Make a flawless framebuffer driver for nvidia cards.
|
|
|
08-21-2003, 01:34 PM
|
#5
|
Member
Registered: Jul 2002
Distribution: OpenSuSE 11
Posts: 441
Rep:
|
Make a linux install sheild, where you can install software more like you can in windows,it would be nice if we got the choiche of where to pu an app. in the menu, & the choiche to put an icon on the desktop. It would work with source code to, the app. would automaticly compile the package for your system, you could choose avanced to setup the options you want. Is that a good explanation? Call it ALIS (Advanced Linux Install Sheild), that is about all linux is missing an easy way to install. Well an uninstall sheild would be good to add to that.
Last edited by Edward78; 08-21-2003 at 01:40 PM.
|
|
|
08-21-2003, 01:39 PM
|
#6
|
Member
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618
Rep:
|
Um... if you're just getting into programming I suggest you start really small. I mean really small.
Jumping into an application will only discourage you and you'll most likey never accomplish a quarter of what you wanted.
Write a little address book or something. There are a lot programming concepts you could apply to that.
|
|
|
08-21-2003, 02:17 PM
|
#7
|
LQ Addict
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403
Rep:
|
I agree with rmartine.
If you're just starting out, its easy to get depressed if you take on a large project (unless you have a really really large amount of patience).
My first one recently when I tackled QT to refresh my C++ was a popup window that displays outputs from "fortune" (I like fortune  ), added a quit and next button. Its not big (and I'm sure its been done dozens of times), but I did learn a lot and it was fun....
|
|
|
08-21-2003, 02:42 PM
|
#8
|
Senior Member
Registered: Apr 2003
Location: Lancaster, England
Distribution: Debian Etch, OS X 10.4
Posts: 1,263
Rep:
|
this is quite simple, ive almost finished it myself.
<long talk about package managers>
basically there arnt any really good package management solutions for linux, the problem is unix filesystem is designed so binaries go into bin, man pages into man etc which makes it very easy to find what your looking for but does not make it easy to find out which files belong to a specific package. while looking for a solution i came across epkg/stow style package management, its a great idea really, you install all your software in its own directory then the package manager goes and symlinks those files into /usr or where ever they are supposed to go. i didnt like any of them though, they all tried too hard to do too much.
</long talk about package managers>
so what i think you should write is a simple command line tool that will produce a symlink copy of a directory tree in another directory tree.
|
|
|
08-21-2003, 02:57 PM
|
#9
|
Member
Registered: Jun 2003
Location: Jersey City, NJ
Distribution: Mandrake 9.1 is sooooo easy that patrick starr could use it
Posts: 217
Original Poster
Rep:
|
yeah i wanted to know something about QT when it says its a C++ GUI Toolkit does that mean its a GUI for writing C++(ewwwwwww) or helps your create a GUI like visual studio(where can i learn how to use QT)? i am learning ascii C++, basically commandline C++, and dont worry guys im going to do 12+ hours of C++ a day from sept 3 on, I am also thinking of the install shield, and i would like it to be GUI, for newbies, because it helps a lot, but command line will also be there because, if we only do GUI won't we become line "the jew?"
|
|
|
08-21-2003, 03:06 PM
|
#10
|
Senior Member
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374
Rep:
|
Native directx plugin for Xfree86 (mesa like? glx like but directx, then wine can plugin and venders can add driver support (nv, ati, etc) it can start as an empty xfree86 plugin to figure it out, then slowly use parts of wine code and reverse engineering to get it. this would benefit the linux commnity, not just in games, but other d3d things.
|
|
|
08-21-2003, 03:09 PM
|
#11
|
Member
Registered: Jun 2003
Location: Jersey City, NJ
Distribution: Mandrake 9.1 is sooooo easy that patrick starr could use it
Posts: 217
Original Poster
Rep:
|
forget my questions about QT, I GOT IT AND MAN ITS WHAT IVE BEEN LOOKING FOR ITS JUST LIKE VISUAL STUDIO  I SHOULD HAVE THIS DONE IN A MONTH OR TWO ;p
|
|
|
08-21-2003, 03:47 PM
|
#12
|
Member
Registered: Aug 2003
Distribution: Latest Gentoo; Mandrake 9.1
Posts: 37
Rep:
|
I've done a lot of windows programs, but when it comes to linux, everytime there's something totally new to learn (or to deal with, as you would say ;-).
Anyway, I saw that the best practice for someone who wants to start, is to take part to another open project. It's the "Bazaar" stuff that make you able to learn from others in Linux. (though I have to say I'm still rather unexperienced)
My advice is to start opening Bugzilla accounts on Mozilla.org, Wine, OpenOffice.org, or whatever you like (and a SourceForge account!), and start writing patches for bug of programs that others wrote before you.
I know it can be boring, sometimes... but the result will show up quickly when you'll realize that your programs will become more organized, 'cause you'll start using good ideas from what you've already seen and you'll take them further.
I hope to have said a good thing, else don't flame ;-)
For me, access to other people work means sharing knowdledge, and that's the reason why I love Free Software: you can always look at the sources.
|
|
|
08-21-2003, 04:17 PM
|
#13
|
Member
Registered: Jul 2003
Location: Slovenia
Distribution: Slackware & FreeBSD
Posts: 209
Rep:
|
ho_10,
root-tail in a xterm:
xterm -e tail -n0 -f /var/log/messages (or whatever you want)
And sorry for interruption...
Enjoy
|
|
|
08-21-2003, 06:07 PM
|
#14
|
Member
Registered: Jul 2003
Location: London
Posts: 548
Rep:
|
ah, thank you, lfur 
|
|
|
08-21-2003, 07:09 PM
|
#15
|
Member
Registered: Jun 2003
Location: Jersey City, NJ
Distribution: Mandrake 9.1 is sooooo easy that patrick starr could use it
Posts: 217
Original Poster
Rep:
|
tchnerbog....... i hope your right because i think you have a good idea and im going to follow it. exodus i couldnt have thought better im such an idiot :P
|
|
|
All times are GMT -5. The time now is 04:01 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|