PureBasic Source Code Dump (PB-SCD)

Developed or developing a new product in PureBasic? Tell the world about it.
Tommeh
Enthusiast
Enthusiast
Posts: 149
Joined: Sun Aug 29, 2004 2:25 pm
Location: United Kingdom

PureBasic Source Code Dump (PB-SCD)

Post by Tommeh »

I have set up PureBasic Source Code Dump,

There are a lot of paste bins out there used regularly for posting snippets of code for verious reasons, But none for the PureBasic syntax.

PB-SCD can be accessed here: http://athecks.com:88/

Feel free to post your code for any reason, And if you want the HTML generated by it, used the url, http://athecks.com:88/?srcexec=SourceID to get only the html for the source code. or http://athecks.com:88/?source=SourceID for the framed viewing version :-)

More updates on this will come soon, as i know it has a few mis-haps here and there but they will be fixed, and soon i will add it so you can comment on other peoples code.

So far i have put 2 themes to the code, The PB default editors colours, and the one i use all the time, which is 'Tag' from JaPBe, if you have any suggestions for others that you would really like to see, please tell me :-)

PB-SCD was programmed using PureBasic of course, many thanks to El_Choni for his CGI lib that i love so much :D

Hope you find this resource valuable, And please post any comments or critisisem! Thank you, Tom
Last edited by Tommeh on Thu Jan 27, 2005 6:31 pm, edited 1 time in total.
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Re: PureBasic Source Code Dump (PB-SCD)

Post by traumatic »

Nice! :D
Good programmers don't comment their code. It was hard to write, should be hard to read.
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Wow! Looks great. Thanks. Never heard the term "paste bin" before. How about putting PB-SCD itself in there?
Tommeh
Enthusiast
Enthusiast
Posts: 149
Joined: Sun Aug 29, 2004 2:25 pm
Location: United Kingdom

Post by Tommeh »

Yes i've been thinking about putting the source code up, But i need to get it fully working and it isnt greatly efficiant so... soon :-)
Tommeh
Enthusiast
Enthusiast
Posts: 149
Joined: Sun Aug 29, 2004 2:25 pm
Location: United Kingdom

Post by Tommeh »

Ok, annoyed to say, but for now it is at http://athecks.com:88/ Then reason behind this is apache is only accepting some of the submitted data, this is causing uploaded sources to sometimes be incomplete, so for now it is using IIS6 which is works fine on until the apache problem is fixed.

Sorry it is on port 88, If you are behind a proxy or something, I am very soory but you can use a web proxy if you wish.

Access PB-SCD From Proxy

Go to the URL above to go to it behind a firewall!
PolyVector
Enthusiast
Enthusiast
Posts: 499
Joined: Wed Sep 17, 2003 9:17 pm
Location: Southern California
Contact:

Post by PolyVector »

Nice, you should consider making it a phpbb addon so people can use it in bbcode 8) 8) 8)

[pbcode]
;Enter Code Here
[/pbcode]
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Re: PureBasic Source Code Dump (PB-SCD)

Post by traumatic »

It took me some time to find out where the actual post-link was.
Maybe you shouldn't place it on the bottom of the page? Just a suggestion.

BTW: Who posted a part of my fft-example? ;)
Good programmers don't comment their code. It was hard to write, should be hard to read.
Tommeh
Enthusiast
Enthusiast
Posts: 149
Joined: Sun Aug 29, 2004 2:25 pm
Location: United Kingdom

Post by Tommeh »

Lol, Polyvector, good idea but i really don't like PhpBB and i don't really know any php.. so that would be a little hard to do for me :)

I will make the submit source link more visible soon.

2 more themes added as well, and commenting on code will come soon, also maybe possibility for who posted the source code to change it at a later date.
Post Reply