Programming
513 sites
https://pleac.sourceforge.net/
PLEAC (Programming Language Examples Alike Cookbook) is a collaborative reference project that reimplements the classic Perl Cookbook's solutions across multiple programming languages including Python, Ruby, OCaml, Groovy, and Guile. It serves as a side-by-side comparison tool for developers wanting to see how common programming problems are solved in different languages, making it invaluable for polyglot programmers and language learners.
https://perlmonks.org/?node_id=49198
A PerlMonks community post by user 'salvadors' sharing a Perl script for finding duplicate files on disk, written as a faster and cleaner alternative to existing scripts found online. The post includes discussion, code samples, and community replies, making it a practical reference for Perl programmers dealing with filesystem deduplication.
https://0xff.nu/
Paul Glushak (hxii) is a Python developer and R&D team lead who shares his personal projects, productivity experiments, and developer rants in a clean minimalist format. The site showcases tools like Hajime (a static site generator), Boku (a task runner), and Dengonban, alongside a journal of reflections on ADHD productivity, work culture, and software craftsmanship.
https://blog.plover.com/
Mark Dominus (MJD) has been writing 'The Universe of Discourse' since 2005, covering mathematics, programming, language, etymology, and Haskell with a distinctly intellectual and curious voice. With hundreds of posts across subtopics and nearly two decades of archives, this is a deeply personal and wide-ranging technical blog that rewards explorers with everything from git utilities to quincunx symmetry.
https://pfy.ch/
Pfych is the personal site of a Sydney-based software developer and self-described hobbyist, covering programming, games, music, photography, and demos. The site is self-hosted and custom-generated, featuring an index of posts, contact details across a wide range of platforms, and a charming collection of old-web badges.
https://kjelsrud.dev/
Sindre, a 20-something software engineer known as 'Sid', built this personal site as a creative outlet for owning his own data, with a blog, logs, photo gallery, and guestbook. His interests span bouldering, One Piece anime, liquid DnB music, open source advocacy, and cairn building, making this a lively personal corner of the web.
https://h3rald.com/
Fabio Cevasco's personal site showcases his open source programming projects, most built with the Nim language, including minimalist concatenative languages like 'min' and 'hex' and a lightweight NoSQL store called LiteStore. The site also features a 'grimoire' of command-line recipes and a back-catalog of tech articles from its active blog era in the early 2000s.
https://andremichelle.io/lab
André Michelle's Flash Laboratory Archive preserves a collection of Flash-based interactive experiments and creative works from the classic web era. Visitors can browse through the archived pieces using a simple gallery interface, getting a glimpse into the experimental Flash artistry that defined early web creativity.
http://hahakid.net/
Andreas Muller's creative coding portfolio showcases experimental interactive projects built with Java, C++, OpenGL, and SDL, including visual toys like CircleClock, Particles1, VideoCubes, and ImageAsPixels. The site is a playground of generative graphics and algorithmic art experiments, many still in alpha, reflecting a hands-on developer pushing the boundaries of real-time visuals.
https://tromp.github.io/cl/cl.html
John Tromp's deep-dive into lambda calculus and combinatory logic features his binary lambda calculus (BLC) interpreter, self-interpreter encodings, and related theoretical computer science research. Visitors will find downloadable interpreters in Perl and C, academic papers, graphical notation for BLC programs, and connections to Kolmogorov complexity and algorithmic information theory.