COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220101085010/https://github.com/topics/pastebin-service
Here are
81 public repositories
matching this topic...
Self-hosted file/code/media sharing website.
Client side encrypted pastebin
Updated
Mar 28, 2021
JavaScript
pb is a formerly-lightweight pastebin and url shortener
Updated
Oct 9, 2020
Python
The sexiest pastebin and url shortener ever
Updated
May 15, 2020
Kotlin
fast, minimalistic, encrypted command line paste-bin
Markdown pastebin from command line
Updated
Dec 10, 2019
Python
Modern pastebin written in golang
Updated
Jan 1, 2022
Python
A minimal file upload/pastebin service.
Updated
Dec 14, 2020
Python
minimal no-fuss pastebin service clone in golang
pastebin written in pure rust. A rewrite of ptpb/pb.
Updated
Dec 17, 2021
Rust
⭐ Source Code for the backend of psty.io. Written in Python with Flask 🐍
Updated
Apr 28, 2020
Swift
5 Google Custom Search Engines for searching in 48 pastebin sites
Updated
Dec 26, 2021
HTML
Publishing tool made in nodejs using deta.
Updated
Oct 16, 2021
HTML
Simple telnet server for write.as
Simple command line pastebin.
Updated
Aug 10, 2021
JavaScript
Ultimate IntelliJ IDEA Plugin, PasteBin Plugin for IntelliJ
Updated
Jan 13, 2018
Java
Simple pastebin-like web application.
Updated
Jun 15, 2021
Python
PrivateBin package for YunoHost
Updated
Nov 4, 2021
Shell
Updated
Jul 18, 2019
Rust
A web based file browser and pastebin-like service, with a lightweight front-end.
Updated
Jun 10, 2021
TypeScript
a pastebin site with django.
Updated
Nov 24, 2021
Python
A simple pasting service with syntax highlighting support.
PasteBum is a text share service. You can share plain text or code.
Updated
Jan 17, 2021
HTML
A blazing fast, lightweight, elegant and open-source code pasting tool ⚡
Updated
Oct 6, 2021
TypeScript
Improve this page
Add a description, image, and links to the
pastebin-service
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
pastebin-service
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
When I run
echo Hello | nc nc.mydomain.com 9999, the client remains hanging. I can see the main program printing where the file is stored though.Is there something I have to change in the main.go code?