LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 08-21-2003, 12:51 AM   #1
zetsui
Member
 
Registered: Jun 2003
Location: Jersey City, NJ
Distribution: Mandrake 9.1 is sooooo easy that patrick starr could use it
Posts: 217

Rep: Reputation: 30
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
 
Old 08-21-2003, 04:31 AM   #2
andrewlkho
Member
 
Registered: Jul 2003
Location: London
Posts: 548

Rep: Reputation: 31
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.
 
Old 08-21-2003, 11:17 AM   #3
zetsui
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: Reputation: 30
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
 
Old 08-21-2003, 12:41 PM   #4
wr3ck3d
Member
 
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444

Rep: Reputation: 31
Make a flawless framebuffer driver for nvidia cards.
 
Old 08-21-2003, 01:34 PM   #5
Edward78
Member
 
Registered: Jul 2002
Distribution: OpenSuSE 11
Posts: 441

Rep: Reputation: 30
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.
 
Old 08-21-2003, 01:39 PM   #6
rmartine
Member
 
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618

Rep: Reputation: 30
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.
 
Old 08-21-2003, 02:17 PM   #7
tcaptain
LQ Addict
 
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403

Rep: Reputation: 45
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....
 
Old 08-21-2003, 02:42 PM   #8
kev82
Senior Member
 
Registered: Apr 2003
Location: Lancaster, England
Distribution: Debian Etch, OS X 10.4
Posts: 1,263

Rep: Reputation: 51
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.
 
Old 08-21-2003, 02:57 PM   #9
zetsui
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: Reputation: 30
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?"
 
Old 08-21-2003, 03:06 PM   #10
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
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.
 
Old 08-21-2003, 03:09 PM   #11
zetsui
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: Reputation: 30
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
 
Old 08-21-2003, 03:47 PM   #12
tchernobog
Member
 
Registered: Aug 2003
Distribution: Latest Gentoo; Mandrake 9.1
Posts: 37

Rep: Reputation: 15
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.
 
Old 08-21-2003, 04:17 PM   #13
lfur
Member
 
Registered: Jul 2003
Location: Slovenia
Distribution: Slackware & FreeBSD
Posts: 209

Rep: Reputation: 30
ho_10,

root-tail in a xterm:
xterm -e tail -n0 -f /var/log/messages (or whatever you want)

And sorry for interruption...

Enjoy
 
Old 08-21-2003, 06:07 PM   #14
andrewlkho
Member
 
Registered: Jul 2003
Location: London
Posts: 548

Rep: Reputation: 31
ah, thank you, lfur
 
Old 08-21-2003, 07:09 PM   #15
zetsui
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: Reputation: 30
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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
dono know wat to use as bakend lexersrp Linux - Hardware 6 01-27-2005 02:09 AM
Modem dont wat to be used!!!!! NoSpHeRaTu Linux - Newbie 3 11-16-2004 11:32 AM
Wat is OpenSSL Chiel Linux - Newbie 6 08-31-2004 01:45 PM
wat is sshd...? dejan_j Linux - General 8 05-14-2003 01:01 AM
Iptable errors.....wat the! SquigyMoo Linux - Networking 3 07-07-2002 05:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration