Skip to content

Instantly share code, notes, and snippets.

@selfthinker
selfthinker / intentionally-inaccessible.md
Last active June 11, 2025 21:41
Intentionally inaccessible websites

Intentionally inaccessible websites (and apps)

People make intentionally inaccessible websites for various educational purposes: training, empathy, tests, demos, etc. This lists all such websites I am aware of. Please let me know if you know of any others to be added to this list.

website explanations by license last update
Awesome Recipes (from Deque University Demo Sites) (none) Deque (none) ?
Dream Destination (from Deque University Demo Sites) (none) Deque (none) ?
Gefälscht (from Deque University Demo Sites) (none) Deque (none) ?
@thetwopct
thetwopct / bash.sh
Created January 20, 2020 15:56
Stop git branch opening in vim/vi
# stop git branch opening in vim/vi
git config --global pager.branch 'false'
@felipeadeildo
felipeadeildo / rocketseat_downloader.py
Last active June 11, 2025 21:40
Rocketseat Downloader
import json
import os
import pickle
import queue
import random
import re
import threading
from pathlib import Path
from typing import Optional
from urllib.parse import parse_qs
@Craterdome
Craterdome / plexaccess.md
Last active June 11, 2025 21:40
Plex Instructions

How to access Matt's Plex Server

  1. https://app.plex.com -> Sign in with your preferred choice and send me the email on the account. If you use a social media login you can see which email it used by looking at your profile in top-right corner.
  2. Accept the invitation email. (I may also send you a link directly, either works)
  3. Go to the Home Dashboard by clicking the home icon in the top left corner.
  4. To see my libraries click "More >" in the menu.
  5. Hover over the libraries, expand the 3-dot menu and pin them. You can click "< Pinned" to go back.
@boxabirds
boxabirds / .cursorrules
Last active June 11, 2025 21:39
Rock solid: turn Cursor into a rock-solid software engineering companion
# Project Policy
This policy provides a single, authoritative, and machine-readable source of truth for AI coding agents and humans, ensuring that all work is governed by clear, unambiguous rules and workflows. It aims to eliminate ambiguity, reduce supervision needs, and facilitate automation while maintaining accountability and compliance with best practices.
# 1. Introduction
> Rationale: Sets the context, actors, and compliance requirements for the policy, ensuring all participants understand their roles and responsibilities.
## 1.1 Actors
@GeoffreyPlitt
GeoffreyPlitt / convert_url_files_to_bookmarks.sh
Created December 29, 2014 00:53
Convert a folder of .URL files to a bookmarks.html file that can be imported into a browser
#!/bin/bash
#
# Run this script in a folder full of ".url" files, and pipe output to an HTML file.
# Example: ./convert_url_files_to_bookmarks.sh > bookmarks.html
echo "<!DOCTYPE NETSCAPE-Bookmark-file-1>"
echo '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">'
echo '<TITLE>Bookmarks</TITLE>'
echo '<H1>Bookmarks</H1>'
echo '<DL><p>'
@ammuench
ammuench / 8BitDoUltimateWifi_Linux.MD
Last active June 11, 2025 21:37
8BitDo Ultimate 2.4GHz wifi working in linux
@rebane2001
rebane2001 / glass-with-controls.html
Last active June 11, 2025 21:35
glass effect test css/svg thing (messy) - demo: https://codepen.io/rebane2001/details/OPVQXMv
<div style="position:absolute;top:-999px;left:-999px">
<svg
id="effectSvg"
width="200"
height="200"
viewBox="0 0 200 200"
xmlns="http://www.w3.org/2000/svg">
<filter id="displacementFilter4">
@hans2103
hans2103 / _open-sans.scss
Created March 22, 2018 08:55
CSS Open Sans Embedded Font Base64 encoded
@font-face {
font-family: 'Open Sans';
font-weight: 300;
font-style: normal;
src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAEdoABEAAAAAa9QAAQABAAAAAAAAAAAAAAAAAAAAAAAAAABHREVGAAABgAAAABYAAAAWABAA3UdQT1MAAAGYAAAAEAAAABAAGQAMR1NVQgAAAagAAABZAAAAdN3O3ptPUy8yAAACBAAAAFsAAABgfcQdpmNtYXAAAAJgAAAAlgAAAMyvDbOdY3Z0IAAAAvgAAABdAAAAqhLrE6lmcGdtAAADWAAABJoAAAe0fmG2EWdhc3AAAAf0AAAAEAAAABAAHgAjZ2x5ZgAACAQAADelAABVvDBYzPJoZWFkAAA/rAAAADYAAAA2An9GxGhoZWEAAD/kAAAAHwAAACQNhAZaaG10eAAAQAQAAAIAAAADbJK6XfZsb2NhAABCBAAAAboAAAG8czSHHm1heHAAAEPAAAAAIAAAACACnQH4bmFtZQAAQ+AAAADqAAABvCJjP0pwb3N0AABEzAAAAYQAAAIomA5qEXByZXAAAEZQAAABFQAAATrejqJdAAEAAAAMAAAAAAAAAAIAAQAAANwAAQAAAAEAAAAKAAwADgAAAAAAAHjaHceBBsJAGADg778uTgIESAiEAPQMx9g7DCQm0JM22x5n48DnEzi5eYpx+H0VGbZNIMbPe1DQJssIRXg1j84uru4eFgdVb252Vkk1SXp/SSeEugPT/Q0cAAAAeNpjYGZpZ9RhYGVgYJ3FaszAwCgPoZkvMqQxvuFgYuJmZmNmZWFiYmlgYFBnYGBwZoACQ8dgZwYHBgUlITb5fyIMLRy9TBEKDIzzQXIs9qzbgJQCAzMAMHoL+wB42pXKMQgBcRTA4d//GFkwSNLrksliZDY4I3vZM5rtRVnsmZQ6ZS9hsVDMkl4U+6quR1Jm3/
@CaptainVincent
CaptainVincent / README.md
Last active June 11, 2025 21:27
Improve your vscode quickinput-widget

Customize your quickinput-widget

This is a small tool designed to emulate the Sublime style Command Palette as follows.

Screenshot

It requires the use of a specific extension to load the js file from this gist.

I'm using the APC extension, and the usage is as follows.