| |
Cruzer
Registered: Dec 2001 Posts: 1048 |
Clever Routines
Post your unreleased clever routines here...
|
|
... 124 posts hidden. Click here to view all posts.... |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
My vision is to be able to write aritcles/tutorials for a particular feature, not only comment source code.
Source code comments are nice but you can't have any form of elaborated reasoning in the source itself imo.
A classic example:
bit $dc03 ; Ack any pending CIA IRQs
bit $dd03
Sure, the comment tells us what the bit $dc03 do, but it surly doesn't tell us WHY there actually can be any pending IRQs etc.
So, Frantic, what I mean is that a wiki would let me write articles using the full wiki-support (bloated or not). However if your system also supports writing articles all is fine for me atleast. :D Keep it up! It's good!
/Andreas
|
| |
Frantic
Registered: Mar 2003 Posts: 1648 |
I think tutorials and not just commented sources are a good idea too if people are willing to contribute that (and Jackasser obviously is..)
ok.. so multiple categories and bbcode it is. Will fix that sometime during this week. |
| |
Cruzer
Registered: Dec 2001 Posts: 1048 |
I often make a word doc with descriptions and diagrams to keep track of my ideas'n'stuff when developing a routine. And in addition there is usually some other pieces of data needed for making the routine work, like gfx and precalculated data. So basically it would be nice if it was possible to upload a zip-file full of bits'n'pieces in relation to each routine.
|
| |
Frantic
Registered: Mar 2003 Posts: 1648 |
@cruzer: I'll think a bit more about that. Perhaps I'll include that too. But, on the other hand it is also nice if ppl take the time to put their stuff in directly readable format. Hmm.. oh well. It's a good idea nevertheless. |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
my vote goes beside using a (the) wiki engine, and some kind of mechanism preventing trolls to delete articles. The main feature shouldnt be the sourcecodes, but the articles explaining them. If a site can be set up using the wiki engine I'm all for that. |
| |
Frantic
Registered: Mar 2003 Posts: 1648 |
I think the only good way to prevent trolls from trolling on wikis is to have a good backup mechanism. They need to be quite open I guess. |
| |
tlr
Registered: Sep 2003 Posts: 1790 |
Mediawiki has revision control (history) on all edits by default, i.e you can always roll back to what was earlier.
You still need backup for obvious reasons like disk crashes ofcourse.
I don't know how much work it is to customize it to look cool like frantics page though. Default is just straight wikipedia with a custom logo top left. |
| |
Frantic
Registered: Mar 2003 Posts: 1648 |
Somebody put up such a wiki. No need to bother more than that. I hereby stop my attempts at doing a tailormade site for this purpose.
As a memorial: Here is the ending of one of the php code lines:
. "');\">";
PHP code can look nice sometimes, eh? :)
May the following work-in-progess-URL now rest in peace:
http://bfp.c64.org/code64/
|
| |
BAR. Account closed
Registered: Apr 2002 Posts: 324 |
here you could find some infos about coding..
http://www.willcox.de/intern.htm
http://www.willcox.de/reu1.htm
..sorry only in german language but a translator prg should do that..
I find it intresting to read about the bugs once done in books for our computer. Make your choice.
you found some programs here too, wilcox once did.
I like the molecule man release by him done for us. |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: Somebody put up such a wiki. No need to bother more than that. I hereby stop my attempts at doing a tailormade site for this purpose.
As a memorial: Here is the ending of one of the php code lines:
. "');\">";
PHP code can look nice sometimes, eh? :)
May the following work-in-progess-URL now rest in peace:
http://bfp.c64.org/code64/
Come on Frasse! :D I like what you've done so far. Why not setup a wiki on your server and then you apply your nice style sheets on that wiki? Thus, we get the best from two worlds.
/Andreas |
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 - Next |