An open API service indexing awesome lists of open source software.

https://github.com/whoswhip/sharpbin


https://github.com/whoswhip/sharpbin

csharp css html javascript pastebin sharpbin

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# SharpbinV2
SharpbinV2 is a re-write to the original messy code base.

Instead of using html files and replacing variables(Simple SSR) it is now done with just apis and static html pages served from `wwwroot`.
## Current Features
- Account Systrem
- Syntax Highlighting
- Private Pastes with Client Side Encryption
- Raw Text Serving
- Paste Compression at Rest and on Response Transit (Files are only compressed when there is a considerable file size decrease)
- Cleaner Code Base
- Paste Analytics (Views etc.)

## TODO
- [ ] Password Resets
- [x] Switch to Controllers
- [ ] Admin Panel
- [ ] Paste Editing
- [ ] Paste Searching (maybe)
- [x] Paste Deletion
- [ ] Switch to Razor Pages?