Note: you need to add /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_console_user_server in System Settings → Privacy & Security → Accessibility → +
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
| Aloxaf/fzf-tab | |
| zsh-users/zsh-completions | |
| zsh-users/zsh-autosuggestions | |
| # Cache `autoload -Uz compinit` for faster speedup (IO installed it for that) + many zsh customizations | |
| sorin-ionescu/prezto path:modules/completion | |
| # Select text when shift + arrow keys is pressed. Works to delete a part of the current command, contrary to iTerm's selection | |
| jirutka/zsh-shift-select |
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
| { | |
| "script": [ | |
| { | |
| "name": "Privacy.Calendar.getInstance", | |
| "code": "function after(hook, param)\n local cal = param:getResult()\n cal:set(2024, 4, 27)\n param:setResult(cal)\n return true\nend\n" | |
| } | |
| ], | |
| "definition": [ | |
| { | |
| "builtin": false, |
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
| { | |
| "script": [ | |
| { | |
| "name": "Privacy.Locale.getDefault", | |
| "code": "function after(hook, param)\n local myLocale = luajava.newInstance(\"java.util.Locale\", \"fr\", \"FR\")\n\tparam:setResult(myLocale)\n\treturn true\nend" | |
| } | |
| ], | |
| "definition": [ | |
| { | |
| "builtin": false, |
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
| // ==UserScript== | |
| // @name temp-mail.org fake loading bypass | |
| // @namespace devnoname120 | |
| // @version 2024-02-23 | |
| // @description Get rid of the fake 7s loading time that temp-mail.org puts on mailboxes | |
| // @author devnoname120 | |
| // @match *://temp-mail.org/* | |
| // @icon https://temp-mail.org/images/favicon.ico | |
| // @run-at document-end | |
| // @grant 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
| Sub RestoreNotesPages() | |
| Dim oSld As Slide | |
| Dim oShp As Shape | |
| Dim lIdx As Long | |
| On Error Resume Next | |
| With ActivePresentation | |
| For Each oSld In .Slides | |
| With oSld.NotesPage.Shapes |
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
| class String | |
| # See https://www.unicode.org/versions/Unicode15.0.0/UnicodeStandard-15.0.pdf#page=355 | |
| COMBINING_DIACRITICS = [*0x1DC0..0x1DFF, *0x0300..0x036F, *0xFE20..0xFE2F].pack('U*') | |
| def removeaccents | |
| self | |
| .unicode_normalize(:nfd) # Decompose characters | |
| .tr(COMBINING_DIACRITICS, '') | |
| .unicode_normalize(:nfc) # Recompose characters | |
| end |
The categories and the theories that they contain constitute my personal opinion exclusively.
👉 Summary of bill types (p. 7)
- QR-rechnungs → Need a Swiss bank account to pay those
Orange slips→ Don't exist anymore.- ✝ Replaced by QR-rechnungs (Feb. 2023)
Red slips→ Don't exist anymore.- ✝ Replaced by QR-rechnungs (Feb. 2023)
On-cassette formats:
- DV:
- video: lossy compression
- 720x480i @ 60 Hz (PAL)
- 720x576i @ 50 Hz (NTSC)
- aspect ratio: 4:3 or 16:3 (different pixel aspect ratios!)
- audio: uncompressed
- video: lossy compression
- 16-bit linear PCM stereo @ 48 kHz (768 kbit/s per channel, 1.5 Mbit/s stereo) (almost always used)