Skip to content

Instantly share code, notes, and snippets.

View SoloUnity's full-sized avatar
🎧
Listening to music

Gordon SoloUnity

🎧
Listening to music
View GitHub Profile
@peterldowns
peterldowns / user-settings.json
Created June 4, 2024 23:15
Beautiful vscode
{
"window.titleBarStyle": "native",
"apc.menubar.compact": true,
"workbench.colorCustomizations": {
"focusBorder": "#ff000000",
"sideBar.background": "#00000000",
"activityBar.background": "#00000000",
"sideBarSectionHeader.background": "#00000000",
"statusBar.background": "#00000000",
"list.hoverBackground": "#00000000"
@tyxmn
tyxmn / performancemods.md
Created December 1, 2021 08:11
Performance Mods

Performance Mods

A list of performance-enhancing mods for most major-played versions.

Any suggestion/complaint?
Ping alkya#1273 in Modded Minecraft or use the gist comments.

Mods marked as "Dangerous" might be unstable, and cause some unexpected behaviour.

Forge 1.7.10

Name Known Incompatibilities Description Author Performance Improvement
@henrik242
henrik242 / Global macOS hotkeys for Google Meet, Spotify and others using AppleScript and Fastscripts.md
Last active June 15, 2024 13:20
Global macOS hotkeys for Google Meet, Spotify and others using AppleScript and Fastscripts
@jheddings
jheddings / ex-notes.py
Last active May 17, 2024 14:20
Import Apple Notes into Notion.
#!/usr/bin/env python3
# !! NOTE - this script is no longer maintained... please see the repo for further
# updates: https://github.com/jheddings/notes2notion
# this script attempts to migrate from Apple Notes to Notion while retaining as
# much information and formatting as possible. there are limitations to the
# export data from Notes, so we try to preserve the intent of the original note.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,