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: Screen Cast | |
| description: Gets the primary color of the screen and sets the color of the lights to it | |
| author: Cameron Dehning | |
| script: screencast.py | |
| dependencies: | |
| - dbus-python | |
| - pygobject |
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/env bash | |
| # Based on https://github.com/BorisWilhelms/create-dotnet-devcert/tree/main | |
| SAVE=0 | |
| usage() { | |
| echo "Usage: $0 [-s]" | |
| echo "Generates a valid ASP.NET Core self-signed certificate for the local machine." | |
| echo "The certificate will be imported into the system's certificate store and into various other places." |
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
| # coding: utf-8 | |
| import posixpath | |
| from os import walk, getenv | |
| from os.path import abspath, dirname, expanduser, join, isdir, isfile, basename, exists | |
| from datetime import datetime | |
| import time | |
| import requests | |
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> | |
| <head> | |
| <title>Quinoa and Kale Salad Recipe</title> | |
| <link href="style.css" type="text/css" rel="stylesheet"> | |
| </head> | |
| <body> |
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 New script - territorial.io | |
| // @namespace Violentmonkey Scripts | |
| // @match https://territorial.io/ | |
| // @grant none | |
| // @version 1.0 | |
| // @author - | |
| // @run-at document-end | |
| // ==/UserScript== | |
| // Disables Key listener |