Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
6 results tagged gist  ✕   ✕
Client side searching for Hugo.io with Fuse.js https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae
Mon 12 May 2025 08:10:08 PM PDT archive.org

A gist that shows how to use fuse.js with Hugo to generate a search index for a static site. You don't necessarily have to be using Hugo to learn how to use fuse.js because it's pretty straightforward.

I forked it here: https://gist.github.com/virtadpt/f131428ba848811a8ff29dae44326120

gist search javascript howto indexing
Micro event loop library to teach the basic concepts of python coroutines and how event loop libraries might be implemented. https://gist.github.com/tarruda/5b8c19779c8ff4e8100f0b37eb5981ea
Sun 16 Mar 2025 09:05:17 PM PDT archive.org
gist python events coroutines archived loops simple howto
thomiceli/opengist https://github.com/thomiceli/opengist
Thu 27 Feb 2025 11:58:28 AM PST archive.org

Opengist is a self-hosted Pastebin powered by Git. All snippets are stored in a Git repository and can be read and/or modified using standard Git commands, or with the web interface. It is similar to GitHub Gist, but open-source and could be self-hosted.

Create public, unlisted or private snippets. Init / Clone / Pull / Push snippets via Git over HTTP or SSH. Search code in snippets; browse users snippets, likes and forks. Add topics to snippets. Embed snippets in other websites. Revision history. Like / Fork snippets. Download raw files or as a ZIP archive. OAuth2 login with GitHub, GitLab, Gitea, and OpenID Connect. Restrict or unrestrict snippets visibility to anonymous users.

gist webapps golang selfhosted
Conway's Game of Life in Python https://gitlab.com/-/snippets/2376113
Mon 01 Aug 2022 04:26:02 PM PDT archive.org

This is the Game of Life written in Python 3.10. It uses tkinter for the GUI; in fact I wrote it as an exercise in using tkinter as it's been a couple years since I last played with it.

Each cell of the game is a canvas rectangle. The id of each rectangle is stored in an matrix, shifted left by two. The bottom two bits of each shifted id are used to store the current state of the cell and the next state of the cell.

python gist cellularautomata life
Node.js for Raspberry Pi https://gist.github.com/adammw/3245130
Tue 20 Mar 2018 12:37:54 AM PDT archive.org

How to compile node.js for the RaspberryPi. Links to a shell script that automates the process. Also links to some pre-built versions.

github byzantium howto nodejs raspi gist raspbian download compile
HowTo: Privacy & Security Conscious Browsing ยท GitHub https://gist.github.com/atcuno/3425484ac5cce5298932
Tue 20 Mar 2018 12:21:42 AM PDT archive.org

The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.

browsing privacy howto gist software configs anonymity
6660 links, including 429 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn