Skip to content

Instantly share code, notes, and snippets.

View bedsteler20's full-sized avatar
🦄
Riding a Unicorn

Cameron Dehning bedsteler20

🦄
Riding a Unicorn
View GitHub Profile
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
@bedsteler20
bedsteler20 / dotnet-dev-certs-trust
Created January 15, 2024 16:01
Trusts dotnet dev certs on linux
#!/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."
@bedsteler20
bedsteler20 / file_browser.py
Last active August 15, 2023 01:52
Renpy Cloud Sync (filebrowser)
# 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
@bedsteler20
bedsteler20 / index.html
Created April 6, 2022 14:10
Web Disigne
<!DOCTYPE html>
<html>
<head>
<title>Quinoa and Kale Salad Recipe</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
@bedsteler20
bedsteler20 / shortcuts.user.js
Created March 20, 2022 20:01
territorial.io keybord shortcuts
// ==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