Penguin

Differences between current version and revision by previous author of StuffToCode.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 16 Last edited on Monday, May 9, 2005 1:23:14 pm by JohnMcPherson
Older page: version 15 Last edited on Sunday, August 15, 2004 11:48:26 pm by AristotlePagaltzis Revert
@@ -1,5 +1,7 @@
-If you find yourself stuck without simple excercises when trying to learn a new ProgrammingLanguage, try these. If you know a neat exercise that could stand to be mentioned here, please add it. 
+!!!Practise/Play  
+  
+ If you find yourself stuck without simple exercises when trying to learn a new ProgrammingLanguage, try these. If you know a neat exercise that could stand to be mentioned here, please add it. 
  
 !! HelloWorld 
  
 This is usually a ''very'' trivial program, but a good first exercise when learning how to use a new programming environment. 
@@ -42,4 +44,14 @@
  
 !! A self compilation system 
  
 [GCC] is written in [C]. The [Oberon] system is written in [Oberon]. Writing a [Compiler] in the language it compiles is a great way to make sure you understand the language. The hard bit, of course, is the [BootStrap]. 
+  
+----  
+!!!Possible Projects  
+If you have an itch to start/work on a project, but can't think of anything to write, here are some possible ideas:  
+* a GTK2 port/replacement of xtraceroute(1).  
+* A decent bridge program for linux (with AI players so you can play offline)  
+* AddToMe  
+  
+----  
+CategoryProgramming