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>name</key> | |
| <string>GitHub Dark</string> | |
| <key>BackgroundColor</key> | |
| <dict> | |
| <key>Red Component</key><real>0.051</real> |
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
| { | |
| "description": "Ctrl+W => Cmd+W (Close)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", |
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
| { | |
| "description": "Ctrl+F => Cmd+F (Find)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", |
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
| { | |
| "description": "Ctrl+L => Cmd+L (Open url location) (Only in browsers)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", |
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
| { | |
| "description": "Ctrl+R => Cmd+R (Reload) (Only in browsers)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", |
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
| { | |
| "description": "Option launches Spotlight", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "left_option", | |
| "modifiers": { "optional": ["any"] } | |
| }, | |
| "to": [{ "key_code": "left_option" }], | |
| "to_if_alone": [ |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <title>Listing {{.Path}}</title> | |
| <style> |
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
| #!/usr/bin/python3 | |
| import pygame | |
| s = 80 | |
| v = 5 | |
| w = 50 | |
| h = 300 | |
| d = 40 |
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 Fast as fuck | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-03-13 | |
| // @description Disables wait time on wiskunde-examens.nl | |
| // @author Robijntje | |
| // @match https://www.wiskunde-examens.nl/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=wiskunde-examens.nl | |
| // @grant none | |
| // ==/UserScript== |
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
| @import url("/assets/css/app.min.css"); | |
| :root { | |
| --font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
| --body-color:#333; | |
| --body-background:#fff; | |
| --hr-border-color:#ccc; | |
| --title-color:#333; | |
| --link-color:#3366CC; | |
| --link-focus-color:red; | |
| --link-hover-color:#333; |
NewerOlder