This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Nikki's profile picture

Paste.ee

Started by Nikki, 20 February 2014 - 09:19 PM
Nikki #1
Posted 20 February 2014 - 10:19 PM
I've been running a paste website called http://paste.ee for a year and a half now, and I've always used it instead of Pastebin on ComputerCraft simply because of the paste limits they have. The program itself is nothing special, it's based on the pastebin program except it has been cleaned up and commands are defined differently.

Some background
Paste.ee started out as a personal paste website with a very simple skin (Nothing special about it) written by hand. I have not ever and will not put ads on it as long as I am hosting it. Paste as much as you want whenever you want - there are no limits on amount of pastes created, and no captchas when submitting pastes with URLs.

Get the program using pastebin:

pastebin get nUQHgcBE pastee

OR

Download the resource pack:
http://cdn.probablyaserver.com/minecraft/computercraft-pastee-1.1.0.zip

Usage is the same as the default script, except you can paste the full URL (Like http://paste.ee/p/GOIHW or http://paste.ee/r/GOIHW - both are valid) in all of the paste retrieval functions (get, run, and info)
Edited on 31 March 2014 - 04:43 PM
awsmazinggenius #2
Posted 21 February 2014 - 01:40 AM
Makes me wonder if you made this as well…
Nikki #3
Posted 21 February 2014 - 02:51 PM
Makes me wonder if you made this as well…

Actually I did, it was my first C program.
Edited on 21 February 2014 - 01:53 PM
Nikki #4
Posted 31 March 2014 - 03:29 AM
The whole website was rewritten recently, and it's a lot nicer to use now. The update included swapping to the Laravel framework, more stats for accounts, a nice minimal interface (https://min.paste.ee) and ssl :)/>
Edited on 31 March 2014 - 01:29 AM
apemanzilla #5
Posted 31 March 2014 - 02:07 PM
I really like the minimal interface :)/>
Nikki #6
Posted 31 March 2014 - 06:18 PM
I really like the minimal interface :)/>

Thanks, I thought it was a nice feature since users seem to like very minimal interfaces if they need something fast. Pretty sure you can use the minimal paste links in the program too, it's the same database.

Edit: Updated the resource pack to include the newest version.
Edited on 31 March 2014 - 04:44 PM
Sir_Mr_Bman #7
Posted 05 April 2014 - 06:14 PM
Makes me wonder if you made this as well…

Actually I did, it was my first C program.

Mind me asking, what that C program does?
Nikki #8
Posted 06 April 2014 - 03:48 AM
Makes me wonder if you made this as well…

Actually I did, it was my first C program.

Mind me asking, what that C program does?

It uploads pastes from stdin on Linux, it's a very simple alternative to the python/etc versions that are out there for uploading pastes :)/>