Skip to content

Instantly share code, notes, and snippets.

{
"Buckets": {
"https://github.com/Calinou/scoop-games": {
"BucketName": "games",
"RemoteUrl": "https://github.com/Calinou/scoop-games",
"Apps": {
"mameui": {
"Arch": "64bit"
},
"mame": {
#!/bin/bash
pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY DBUS_SESSION_BUS_ADDRESS=$DBUS_SESSION_BUS_ADDRESS /opt/vhclient/bin/vhuit64
@drproteus
drproteus / index.html
Created August 15, 2021 18:47
Résumé
<body>
<div class="gally">
<img src="https://static.skinet.org/images/gally-cat.png">
</div>
<div class="intro">
<h4 style="font-variant: small-caps; text-align: center;">Jake Goritski</h4>
<p>
<html>
<head>
<a rel="me" href="https://mastodon.sdf.org/@jakeg" style="display: none;">Mastodon</a>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/98.css">
<style>
html {
padding: 0;
border: 0;
@drproteus
drproteus / mushroom-basics-notes.md
Last active July 18, 2021 10:34
pg 6 mushroom basics

If hyphae of two compatible spores of the same species find each other, magic happens. As the music swells, they merge to form a hypha whose cells contain the combined genetic material of both parents. Sexual union is now established and the hew hyphal tissue is called mycelium.

(wild mushrooms of the mid-atlantic pg. 6)

<style>
html {
background: darkgreen;
}
html,body {
padding: 0;
border: 0;
margin: 0;
}
section {
[Unit]
Description=A spotify playing daemon
Documentation=https://github.com/Spotifyd/spotifyd
Wants=sound.target
After=sound.target
Wants=network-online.target
After=network-online.target
[Service]
ExecStart=/opt/spotifyd/spotifyd --no-daemon --config-path /home/jake/.config/spotifyd
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo
Any original torsmo code is licensed under the BSD license
All code written since the fork of torsmo is licensed under the GPL
Please see COPYING for details
#!/bin/bash
set -e
PART="${PART:=/dev/sdc1}"
DISLOCKER_VOL="${DISLOCKER_VOL:=/media/sneakers}"
MOUNTED_VOL="${MOUNTED_VOL:=/media/sneakersmount}"
if [ "$1" == "unmount" ]; then
sudo umount $MOUNTED_VOL
cat cyclebar-api-stats.json |\
jq '.class_stats[] | {avg_power, high_power, avg_rpm, high_rpm, total_energy, rank, distance, calories, distance_f, starts_at: .schedule_entry.starts_at, ends_at: .schedule_entry.ends_at }'