Skip to content

Instantly share code, notes, and snippets.

View icedmoca's full-sized avatar
🕳️
Getting spaghettified in a blackhole

Kyle Drake icedmoca

🕳️
Getting spaghettified in a blackhole
View GitHub Profile
@thomasbnt
thomasbnt / mysql-cheatsheet.md
Last active September 16, 2022 08:40 — forked from angristan/mysql-cheatsheet.md
MySQL cheatsheet

Manage databases

Create database

CREATE DATABASE database;

Delete database

@gipert
gipert / itunes-on-arch-linux-guide.md
Created May 10, 2020 00:49
iTunes on (Arch) Linux: installation guide

Prerequisites

  1. Enable the multilib repository by editing /etc/pacman.conf
  2. Install WineHQ and some other optional dependencies:
    $ pacman -Syu wine
    $ pacman -S --asdeps lib32-mpg123 lib32-gnutls {lib32-,}gst-plugins-base-libs \
                         lib32-alsa-plugins lib32-libpulse lib32-openal
    $ yay -S lib32-unixodbc # or your favourite AUR helper
  3. We'll install a 64-bit version of iTunes, so no need to set WINEARCH
@brucebentley
brucebentley / iOS Shortcuts Catalog.md
Last active July 19, 2024 07:33
This is a public resource designed to help people get started with Siri Shortcuts & the Shortcuts app. It’s made up of the Shortcuts Library, a collection of over 125+ shortcuts grouped into folders, and the Action Directory, a documentation of 125+ of the actions in the Shortcuts app used to build shortcuts.

Bruce's iOS Shortcut Catalog

Hello and welcome to my Shortcuts Catalog!

This is a public resource designed to help people get started with Siri Shortcuts and the Shortcuts app.

It’s made up of the Shortcuts Library, a collection of over 125+ shortcuts grouped into folders, and the Action Directory, a documentation of 125+ of the actions in the Shortcuts app used to build shortcuts.

Enjoy!