https://github.com/whoswhip/sharpbin
https://github.com/whoswhip/sharpbin
csharp css html javascript pastebin sharpbin
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/whoswhip/sharpbin
- Owner: whoswhip
- License: gpl-3.0
- Created: 2024-08-19T01:55:47.000Z (almost 2 years ago)
- Default Branch: sharpbinV2
- Last Pushed: 2025-07-11T21:55:01.000Z (about 1 year ago)
- Last Synced: 2025-09-20T21:46:34.978Z (10 months ago)
- Topics: csharp, css, html, javascript, pastebin, sharpbin
- Language: C#
- Homepage: https://bin.whoswhip.top
- Size: 412 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?