nowfound

Alternatives

Products that do what Pastebin that can link to C/C++ symbols does

https://paste.woboq.org/ZuoGr5wfLV.cpp Have fun using, it should be able to link to all symbols that are present on https://code.woboq.org Technically it's a fork of haste-server that does Ajax calls to the code.woboq.org API.

  1. 1OC

    2016 · code.woboq.org

  2. 2LC

    I made a simple virtual machine that runs C in the browser.This project is made as an experiment to see if C can be learned easier if the lower level is covered in paralel. Sandbox: https://vasyop.github.io/miniC-hosting Tutorial part 1: https://vasyop.github.io/miniC-hosting/?0 More info: https://github.com/vasyop/miniC-hosting/blob/master/README.md Please support this project: https://github.com/vasyop/miniC-hosting/blob/master/support.md

    2019

  3. 3

    Copy & paste special character library, shortcuts, CSS codes

    2022

  4. 4
    emotes.io113

    All your favorite emotes in one page ( ͡° ͜ʖ ͡°)

    2019

  5. 5

    Keep a library of saved text, paste it in a keystroke

    Feb 2026

  6. 6CP

    I thought it would be great to share code snippets without saving them on a server, so I created http://mem.pe It allows you to paste code and save it in your browser's local storage. When you share the URL of the pasted code, other people will connect to it via web sockets. For example, this http://mem.pe/#sge/5 you will be pulling from my browser. I'll keep it open for a while. If you close the web app, your code paste will not be available for anyone to see, until you open the web app again. This is obviously, not suitable for using at forums and other places…

    2013

  7. 7MS

    I've implemented a small web app — (a hassle-free hosting for markdown pages) entirely in Clojure and here is what I think: http://notehub.org/2012/6/16/how-notehub-is-built The app itself: http://notehub.org GitHub: http://github.com/chmllr/NoteHub

    2012

  8. 8BJ

    Just a simple tool I hacked together last night. I wanted to paste a bunch of JSON for reference in an IRC channel, but the JSON that I wanted to paste was not formatted. I didn't quickly find a pastebin that formatted JSON for me so I just made one. It's probably so simple that it's borderline useless, but here it is! http://jsonifier.com/ example output: http://jsonifier.com/paste/4e3f84b46f3b792dde000000

    2011

  9. 9NL

    Hey folks, I just wanted to share a quick script I threw together called notational ls. One of the big problems of any code base (or any filesystem) is that it's hard to tell what's what - folder and file names often trade brevity for clarity. So I thought about a version of `ls` that works like this: > nls web: Where python web server files are stored ad_hoc: One time scripts ios: Our IOS code images Adding descriptions is really easy too: > nls images Images SHARED between both ios and web web: Where python web server files are stored ad_hoc: One time scripts ios: Our IOS code…

    2011

  10. 10PA

    I recently needed to add support for Python plugins in a C++ application I am developing. CPython's C API is pretty cool, but it's a C API. I wanted something more C++-ey, so I wrote Pie. https://github.com/ronmrdechai/Pie

    2017

  11. 11DE

    I wanted a very simple way to dump prompts, links, and todo lists into my claude code and codex agents. And to work outside of the context window. This works particularly well for sharing "Projects" between Claude/ChatGPT etc. It's open source here; https://github.com/Vochsel/dump.page Anything you dump on the board becomes an llms.txt - spatially sorted implicitly and explicity sorted via connection edges. Would love HN's thoughts!

    Mar 2026 · dump.page

  12. 12EC

    I participated in the Nvidia + Vercel 2 hour hackathon in SF tonight, and built something I've wanted, but hadn't tried building. I implemented an MCP Server and VS Code extension to allow Claude Desktop to place breakpoints, step through code, and execute expressions (assuming language support). So you can ask it a question that requires actually stepping through the code and now it can actually do that - check values for you, etc. It's _definitely_ not perfect. Have improvements? Please make a PR!

    2025 · github.com

  13. 13HW
  14. 14AS
  15. 15PH

    Source code: https://github.com/cedric-h/cketchbook

    Feb 2026 · ced.quest

  16. 16AM

    Hi, I work on this library because I like the simplicity of CGI and enjoy building things with C++. It is based on asio and my own implementation of FastCGI, and it works on both Linux and Windows. I have just released the new version and created a simple live demo that you can check out here: https://asyncgi-guestbook.eelnet.org

    2023 · github.com

  17. 17MC

    Hey HN! My name is Omkar Kovvali and I've been wanting to share my CC sessions with friends / save + access them easily,so I decided to make an MCP server to do so! /share -> Get a link /import -> resume a conversation in your Claude Code All shared sessions are automatically sanitized, removing api keys, tokens, and secrets. Give it a try following the Github/npm instructions linked below - would love feedback! https://github.com/OmkarKovvali/claude-session-share https://www.npmjs.com/package/claude-session-share

    Jan 2026

  18. 18TC

    I got tired of screenshotting claude code sessions to share with teammates, so I built this. It converts session into beautiful web pages with proper rendering of tool calls. Works by parsing CC's session, extracting steps, then uploading to a simple sharing service. Takes about 2 seconds to generate a shareable link. Live examples: - https://cc.getpochi.com/s/IldMh27j (Research claude-code-share repo) - https://cc.getpochi.com/s/mrqGqgOT (Creating an issue in a GitHub repo)

    2025 · github.com

  19. 19

    Fast and secure platform for sharing code and images

    Jul 2026 · pastedb.netlify.app

  20. 20IM

    Hey guys, I needed a way to convert Code, CSV, and Markdown snippets to shareable images so I built this over the weekend. It all runs locally in the browser using a few lines of jQuery. Nothing fancy. Sharing in case someone else might find it useful!

    Mar 2026 · snip2img.com

  21. 21KY

    Hey HN! I wanted to practice "vibe coding" and see how far and fast I can go by only prompting, without actual coding. I decided to make a simple CLI app that scrapes web docs into a single md file (I was annoyed that LLM keeps writing Tailwind 3 code for a Tailwind 4 project). In just a couple of hours, the CLI app was ready! Then iterated on arguments for another couple of hours. Result: https://github.com/vladstudio/web2llm Then I decided to go further and "productize" the CLI by making a web app for it. Another half-day, and the web app is ready!…

    2025 · web2llm.dev

  22. 22TP

    Hey! https://claudecrowd.clodhost.com I made clodhost for an easy to use and share web interface to Claude Code, running on its own vps… and then I realized it’d make it easy to implement an idea I’ve had for a long time… basically Wikipedia but the website CODE is produced peer-to-peer. Anybody on the web can submit a prompt, and up/downvote other prompts, and every ten minutes the top one gets submitted to Claude! Anyway, I think it works? Let me know if not and let’s see where this thing goes…

    Feb 2026 · claudecrowd.clodhost.com

  23. 23

    Your morning code briefing in 10 seconds

    Jun 2026 · askscout.dev

  24. 24AS

Ranked by how close each launch is in meaning, then by votes. Refine with a description →