- Closed sites (with announcement date):
- botsin.space - 2024-10-29
- strangeobject.space - 2024-09-23
- mozilla.social - 2024-09-17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update robots.txt | |
on: | |
schedule: | |
- cron: '0 0 * * 0' | |
workflow_dispatch: | |
env: | |
# the path to your robots.txt file | |
ROBOTS_PATH: robots.txt |
- Wordle - Guess a five-letter word in six guesses. Each guess must be real words.
- Wordle Archive - Play previous Wordle days.
- Hello Wordl - Customizable. Can change difficulty mode and number of letters.
- Wordle Unlimited - Random word, an expanded dictionary.
- WordGuessr - Options for different word lengths.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>IncompatiblePaths</key> | |
<array> | |
<dict> | |
<key>Application Name</key> | |
<string>Sxs Memory Card Driver</string> | |
<key>Blurb</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* After switching stackingthebricks.com to ConvertKit in the last few months, I found a handful of things */ | |
/* that seemed to slow me down/force additional scrolling, so I tried hiding them from the UI with these UserStyles */ | |
/* Obviously, these are without warrantee and could potentially break, so don't blame me if they do. */ | |
/* Also, I am not a designer so these may not make the UI better in _your_ eyes, but they make it better for me. 😅 */ | |
/* Hide the dashboard graph (not useful enough to be there taking up 3/4 of the screen real estate every time I log in) */ | |
.account-graph {display:none;} | |
.subscribers-index div[data-component='ReportsContainer'] { display:none;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Beginning of Time - 26 Oct 2016 | |
2016/10/26 Opening Balance | |
Assets:Banking:Checking $2000.00 | |
Assets:Banking:Savings $100.00 | |
Equity:Opening | |
[Assets:Budget:Food] $100.00 | |
[Assets:Budget:Rent] $1000.00 | |
[Assets:Budget:Vacation] $200.00 | |
[Assets:Budget:Gas] $50.00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"comment": "This works on https://xkpasswd.net/ but not with the Perl hsxkpasswd CLI tool.", | |
"num_words": 2, | |
"word_length_min": 4, | |
"word_length_max": 8, | |
"case_transform": "LOWER", | |
"separator_character": "NONE", | |
"padding_digits_before": 0, | |
"padding_digits_after": 2, | |
"padding_type": "NONE", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; An example of YNAB-ish envelope budgetting with hledger/ledger | |
; cf https://github.com/simonmichael/hledger/issues/315 | |
; Using accounts like the following: | |
; | |
; assets | |
; business | |
; bank | |
; wf | |
; bchecking |
(From https://github.com/ankidroid/Anki-Android/wiki/Database-Structure)
This document contains a brief description of the Anki2 database structure.
Thanks to @sartak and @fasiha for starting to make this.
-- Cards are what you review.
-- There can be multiple cards for each note, as determined by the Template.
NewerOlder