Skip to content

Instantly share code, notes, and snippets.

View Hidduh's full-sized avatar
🍣
Hi! I'm Hidde.

Hidde IJzerman Hidduh

🍣
Hi! I'm Hidde.
  • Netherlands
  • 04:32 (UTC +02:00)
View GitHub Profile
@karlhillx
karlhillx / macos_mojave_homebrew_apache_php_mariadb_2019.md
Last active February 21, 2024 09:51
macOS Mojave Setup: Homebrew + Apache + PHP + MariaDB (Regularly updated)

macOS Mojave Setup: Homebrew + Apache + PHP + MariaDB

This document provides help on getting your macOS development environment up and running with the latest versions of Homebrew, Apache, PHP, etc.

Homebrew Logo

Homebrew Installation

Homebrew is an excellent package manager for macOS; let's install it.

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
@matortheeternal
matortheeternal / discord-small-blocked-messages.css
Created August 21, 2016 14:32
This makes the blocked messages in Discord smaller, so they aren't quite as in your face. https://puu.sh/qJ8BC.jpg
.message-group-blocked {
background: transparent;
margin: 0px;
border: none;
}
.message-group-blocked .message-group-blocked-btn {
font-size: 10px;
padding: 6px 20px;
text-align: left;
@dergachev
dergachev / GIF-Screencast-OSX.md
Last active July 17, 2024 14:20
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application: