Not so much a program, as a php script...

Got a brilliant program idea? Let us know!

Moderator: MaxCoderz Staff

Patori
Maxcoderz Staff
Posts: 1479
Joined: Sat 18 Dec, 2004 3:51 am
Location: Toledo, Ohio, USA

Not so much a program, as a php script...

Post by Patori »

Would it be a good idea to put up online a PHP script that accepts code snippets, catogorizes them, and allows other people to view these same snippets? I personally think that it would be a good idea, and an easy project for me (I'm pretty good at PHP and MySQL now, so...) Ideas? Should I do this?
Currently coming up with a new signature idea... since my forum avatar changer was killed by an upgrade...
DarkAuron
Maxcoderz Staff
Posts: 1349
Joined: Sat 18 Dec, 2004 6:53 pm

Post by DarkAuron »

How would it categorize them? Would there be categories to select from when submitting the snippet? Sounds like an interesting idea though.
[Gridwars Score] - E: 1860037 M: 716641 H: 261194
User avatar
Jim e
Calc King
Posts: 2457
Joined: Sun 26 Dec, 2004 5:27 am
Location: SXIOPO = Infinite lives for both players
Contact:

Post by Jim e »

No, that wouldn't be a good idea.













































It'd be great. :D

Forgive me for the board abuse....
The shame :oops:
Patori
Maxcoderz Staff
Posts: 1479
Joined: Sat 18 Dec, 2004 3:51 am
Location: Toledo, Ohio, USA

Post by Patori »

DarkAuron wrote:How would it categorize them? Would there be categories to select from when submitting the snippet? Sounds like an interesting idea though.
Alphabetically, by category, system (83,86,89,etc.) and by relevence to a topic, ie., sprites, etc. I'll get coding.
Currently coming up with a new signature idea... since my forum avatar changer was killed by an upgrade...
User avatar
blueskies
Calc Wizard
Posts: 553
Joined: Tue 25 Apr, 2006 2:24 pm

Post by blueskies »

we used to have a topic like this a few boards back. It was like, a collection of the most useful routines, or something. I think it'd be a waste to write a while new script for it when you can just make a new post for one.
DarkAuron
Maxcoderz Staff
Posts: 1349
Joined: Sat 18 Dec, 2004 6:53 pm

Post by DarkAuron »

I think his point is that it'd be more organized and more viewable.
[Gridwars Score] - E: 1860037 M: 716641 H: 261194
User avatar
kv83
Maxcoderz Staff
Posts: 2735
Joined: Wed 15 Dec, 2004 7:26 pm
Location: The Hague, Netherlands
Contact:

Post by kv83 »

On the other hand, you can organize a topic aswell, using hyperlinked subjects, as I did here:
http://joepnet.com/hosted/maxcoderz/php ... c.php?t=34
Image
Patori
Maxcoderz Staff
Posts: 1479
Joined: Sat 18 Dec, 2004 3:51 am
Location: Toledo, Ohio, USA

Post by Patori »

hehe.. yeah... But I just wanna code this php script... it'll be fun...
Currently coming up with a new signature idea... since my forum avatar changer was killed by an upgrade...
DarkAuron
Maxcoderz Staff
Posts: 1349
Joined: Sat 18 Dec, 2004 6:53 pm

Post by DarkAuron »

Patori, I say go for it :D
[Gridwars Score] - E: 1860037 M: 716641 H: 261194
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

Actually this would come in handy. I have always wanted a code archive full of some really nice routines.
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
Patori
Maxcoderz Staff
Posts: 1479
Joined: Sat 18 Dec, 2004 3:51 am
Location: Toledo, Ohio, USA

Post by Patori »

Could Maxcoderz host it? Joe?

Anyways, I've started coding it, and submiting works.... I've gotta work on setting it up so that staff can approve, and work on the sorting routines, should be easy because of MySQL's ORDER BY command...
Currently coming up with a new signature idea... since my forum avatar changer was killed by an upgrade...
Patori
Maxcoderz Staff
Posts: 1479
Joined: Sat 18 Dec, 2004 3:51 am
Location: Toledo, Ohio, USA

Post by Patori »

Worked on this thing some more... Will do best to complete and host on my friend's server.
Currently coming up with a new signature idea... since my forum avatar changer was killed by an upgrade...
User avatar
kv83
Maxcoderz Staff
Posts: 2735
Joined: Wed 15 Dec, 2004 7:26 pm
Location: The Hague, Netherlands
Contact:

Post by kv83 »

if hosting is a problem, you may contact me to let it be hosted on my server (calcwebzine.com)
Image
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

May I advice that you don't just let anybody upload things directly? I think it would be better to have routines evaluated before they show up in the list, or people will submit the dumbest things and the archive will become more annoying than helpfull. Or a rating system, that could work as well.

Edit: http://joepnet.com/hosted/maxcoderz/php ... .php?t=373
Would this be helpful? If programmers would add the proper tags to their comments, your script could run the program through the asmdocer and store the html file to provide visitors with all the details about the software.
Patori
Maxcoderz Staff
Posts: 1479
Joined: Sat 18 Dec, 2004 3:51 am
Location: Toledo, Ohio, USA

Post by Patori »

hmm... rating would be a very good idea... will implement...
Currently coming up with a new signature idea... since my forum avatar changer was killed by an upgrade...
Post Reply