LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 10-31-2005, 09:03 AM   #1
TGWDNGHN
Member
 
Registered: Aug 2003
Distribution: Slackware 10.0
Posts: 94
Blog Entries: 1

Rep: Reputation: 15
Exclamation Programmers Block- HELP!


I have a seriouslly bad case of programmers block right now. It's been quite a while since I have done any REAL programming...

I need to rehab my programming skills, and I need to learn and relearn alot of languages... big list... but I don't know what I want to program!


Is there any website that has a big list of generic programming problems/exercises/challenges?


Hopefully generic because I can't implement something such as an array of structures in a bash script.



I need something HUUUUUUUUUUGE... something to get me going

I'll be learning bash, sed, awk, perl, python, tcl, and when I set up the GUI on my LFS system, tk


I'll also be "rehabilitating" my knowledge of C, and learning C++


I can see how the categories go between scripts and compiled languages... so two seperate lists for each would be fine. But like I said, I need something to get me going


THANKS
 
Old 10-31-2005, 05:17 PM   #2
exvor
Senior Member
 
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537

Rep: Reputation: 87
like me im doing something simillar but im learning for the first time.

mp3 player that starts out in command line and you finish with a gui interface for it is a nice large project :P
 
Old 11-01-2005, 09:43 AM   #3
graemef
Senior Member
 
Registered: Nov 2005
Location: Hanoi
Distribution: Fedora 13, Ubuntu 10.04
Posts: 2,379

Rep: Reputation: 148Reputation: 148
try

http://acm.uva.es/problemset/
 
Old 11-01-2005, 03:11 PM   #4
TGWDNGHN
Member
 
Registered: Aug 2003
Distribution: Slackware 10.0
Posts: 94

Original Poster
Blog Entries: 1

Rep: Reputation: 15
That's a pretty good website. Alot of the problems seem very confusing though, but it does give me a whole bunch of ideas to make my own programs. A WHOLE Bunch



I really like that website, I'll keep it in mind. Unfortunately that sort of thing is most aimed at compiled languages (not that it is impossible to make scripts with them). So I'm still on the lookout for programming ideas that can be easily implemented using scripts.


I appreciated all the help I can get
 
Old 11-01-2005, 04:28 PM   #5
xhi
Senior Member
 
Registered: Mar 2005
Location: USA::Pennsylvania
Distribution: Slackware
Posts: 1,065

Rep: Reputation: 45
a great site for keeping sharp is
http://www.topcoder.com/tc

there are hundreds of problems that are scaled so you can see the approx difficulty. The list of languages you can use includes c++, java, c#, vb .. maybe some others.. they started with only c++ and java and have added the others over the years..

very good site, you should check it out.
just register and click 'launch arena applet'

if you get good enough you can go play for real $$$$$ in the competitions. i think they still give away $$$..
 
Old 11-03-2005, 07:25 AM   #6
TGWDNGHN
Member
 
Registered: Aug 2003
Distribution: Slackware 10.0
Posts: 94

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Well it looks like I have the compiled-laguages down pat, but I'm having a hard time thinking up of any scripts I wanna write.


I couldn't even find a decent "bash script archive" to give me inspiration (I'm starting with bash, then sed & awk, then Perl).



Eh...
 
Old 11-03-2005, 12:03 PM   #7
xhi
Senior Member
 
Registered: Mar 2005
Location: USA::Pennsylvania
Distribution: Slackware
Posts: 1,065

Rep: Reputation: 45
oops. I guess I didnt read your last post very well, where you specified about scripting..
if I would come across anything Ill let you know.
 
Old 11-08-2005, 12:57 AM   #8
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Well, if you just want to exercise those scripting muscles, just try implementing the compiled langs probs as far as you can in the relevant script lang or combine them to get a soln.
As it's only exercises, it doesn't matter if you don't get a finished working prog. You'll learn a lot by bumping up against the limits of a lang.
Actually, I'd be surprised if there's much you can't do with Perl, esp if you take adavantage of CPAN.
Good luck
 
Old 11-09-2005, 06:51 AM   #9
tristanm
Member
 
Registered: Jun 2005
Location: Pretoria, South Africa
Distribution: Ubuntu, Fedora Core, RHEL
Posts: 37

Rep: Reputation: 15
Why not take a look t a large project like Blender which is built using Python. It has a scripting interface so you can write your own stuff as you think of it. If you get inspired enough then why not join in with development.

Take a look at www.blender.org
 
Old 11-09-2005, 06:02 PM   #10
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Of course another option is to try and answer as many qns in this forum as possible.
Even if you don't beat others to the soln initially, you'll learn a lot and won't get bored just doing 1 lang with no specific goal.
 
  


Reply



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
IPTables and PPTPD :S (to block or not to block) thewonka Linux - Networking 0 03-24-2005 06:58 PM
For all Programmers jazee Programming 13 10-14-2004 11:01 PM
Ok, a suggestion to programmers. maillion Programming 1 02-10-2004 10:41 PM
For the QT Programmers kusio Programming 3 04-16-2003 03:00 PM
Any avd programmers here? MitchM99 General 1 03-25-2003 06:01 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 01:07 AM.

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