PennyBin, a pastebin

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
meh
Member
Member
Posts: 52
Joined: Sun Oct 21, 2007 4:30 pm

PennyBin, a pastebin

Post by meh »

I've been working on this little pastebin website written in PHP. It isn't complete but may be of some use, and I intend for it to have a lot more features later. I just thought that I would post it here just to see what everyone thinks of it. Here's the link: http://pb.ausgat.com/.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: PennyBin, a pastebin

Post by earlz »

AusZero wrote:I've been working on this little pastebin website written in PHP. It isn't complete but may be of some use, and I intend for it to have a lot more features later. I just thought that I would post it here just to see what everyone thinks of it. Here's the link: http://pb.ausgat.com/.
what are the limitations of it? (character limit)

also code highlighting would be nice.. lol
meh
Member
Member
Posts: 52
Joined: Sun Oct 21, 2007 4:30 pm

Re: PennyBin, a pastebin

Post by meh »

Well, it just doesn't have all of the features that I would like for it to have yet, including syntax highlighting.
User avatar
qw
Member
Member
Posts: 792
Joined: Mon Jan 26, 2009 2:48 am

Re: PennyBin, a pastebin

Post by qw »

Tried it. Works just fine.
meh
Member
Member
Posts: 52
Joined: Sun Oct 21, 2007 4:30 pm

Re: PennyBin, a pastebin

Post by meh »

I've fixed some problems with PennyBin and included syntax highlighting. If there are any languages that you think should be added, please tell me.
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: PennyBin, a pastebin

Post by AndrewAPrice »

That is a nice site. However, your syntax highlighting only covers imperative languages.
My OS is Perception.
meh
Member
Member
Posts: 52
Joined: Sun Oct 21, 2007 4:30 pm

Re: PennyBin, a pastebin

Post by meh »

I tried to include as many languages as I could. Are there any languages that you think I should add?
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: PennyBin, a pastebin

Post by Combuster »

Let's see...
- Lisp
- Haskell
- (classic) Basic
- D
- Pascal
- TCL
- All other flavors of assembly (have fun with that :wink:)
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
meh
Member
Member
Posts: 52
Joined: Sun Oct 21, 2007 4:30 pm

Re: PennyBin, a pastebin

Post by meh »

I'll try to get those languages into PennyBin. The Delphi syntax highlighter works with Pascal, so I guess I need to change that to "Delphi/Pascal".
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: PennyBin, a pastebin

Post by earlz »

I got one: Makefile syntax highlighting

also, nice site.. you need a "real" domain name though
meh
Member
Member
Posts: 52
Joined: Sun Oct 21, 2007 4:30 pm

Re: PennyBin, a pastebin

Post by meh »

Yes, I would like to add Makefile syntax highlighting as well. What do you mean a "real" domain name? Do you mean like PennyBin.com? I may get a domain name for it if it becomes more popular.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: PennyBin, a pastebin

Post by earlz »

AusZero wrote:Yes, I would like to add Makefile syntax highlighting as well. What do you mean a "real" domain name? Do you mean like PennyBin.com? I may get a domain name for it if it becomes more popular.
yea.. something less obscure. you could even get one of those free domains like pennybin.biz.tm.. the current address is hard to remember though
Post Reply