Compare commits

...

2 Commits

Author SHA1 Message Date
Soham Sen
7b873d36b2
Merge 3fad3c58c44ea7854685e8cd420becad850868d3 into 7abb3883234786a68aef689fa365c6f4bc8c97b5 2023-06-19 22:53:06 +02:00
Soham Sen
3fad3c58c4 Added YABin to pastebins
YABin is a pastebin that aims to have all the good features of a pastebin while being simple. Source: https://github.com/Yureien/YABin
2023-06-13 19:29:52 +05:30
2 changed files with 2 additions and 0 deletions

View File

@ -1108,6 +1108,7 @@
|1|Simon Vandevelde <simon.vandevelde@hotmail.com>| |1|Simon Vandevelde <simon.vandevelde@hotmail.com>|
|1|SimonFischerSE <101107387+SimonFischerSE@users.noreply.github.com>| |1|SimonFischerSE <101107387+SimonFischerSE@users.noreply.github.com>|
|1|SlidingHorn <slidinghorn@protonmail.com>| |1|SlidingHorn <slidinghorn@protonmail.com>|
|1|Soham Sen <hello@sohamsen.me>|
|1|Sourabh Joshi <38150665+sourabh-joshi@users.noreply.github.com>| |1|Sourabh Joshi <38150665+sourabh-joshi@users.noreply.github.com>|
|1|Spencer McIntyre <zeroSteiner@gmail.com>| |1|Spencer McIntyre <zeroSteiner@gmail.com>|
|1|Spencer Muise <spencermuise@gmail.com>| |1|Spencer Muise <spencermuise@gmail.com>|

View File

@ -1510,6 +1510,7 @@ A [password manager](https://en.wikipedia.org/wiki/Password_manager) allows user
A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content-hosting service used for sharing and storing code and text. A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content-hosting service used for sharing and storing code and text.
- [YABin](https://github.com/Yureien/YABin) - A pastebin that aims to have ALL the good features while being simple. Supports optional E2E encryption, syntax highlighting, minimalistic UI, APIs, keyboard shortcuts, and more. It can even be run in serverless environments. ([Demo](https://bin.sohamsen.me/)) `MIT` `Typescript`
- [0bin](https://github.com/Tygs/0bin) - Client side encrypted pastebin. ([Demo](https://0bin.net/)) `WTFPL` `Python` - [0bin](https://github.com/Tygs/0bin) - Client side encrypted pastebin. ([Demo](https://0bin.net/)) `WTFPL` `Python`
- [bepasty](https://bepasty-server.readthedocs.io/en/latest/) - A pastebin for all kinds of files. ([Source Code](https://github.com/bepasty/bepasty-server)) `BSD-2-Clause` `Python` - [bepasty](https://bepasty-server.readthedocs.io/en/latest/) - A pastebin for all kinds of files. ([Source Code](https://github.com/bepasty/bepasty-server)) `BSD-2-Clause` `Python`
- [bin](https://github.com/w4/bin) - A paste bin that's actually minimalist. `WTFPL/0BSD` `Rust` - [bin](https://github.com/w4/bin) - A paste bin that's actually minimalist. `WTFPL/0BSD` `Rust`