Skip to content

Instantly share code, notes, and snippets.

View leolabs's full-sized avatar
🚀
Hyped

Leo Bernard leolabs

🚀
Hyped
View GitHub Profile
@virtueer
virtueer / kinds.png
Last active March 14, 2022 09:40
CompletionItemKind Icons
kinds.png
@thecodewarrior
thecodewarrior / App Icon Template.svg
Last active May 17, 2025 22:58
An SVG template for creating macOS app icons, including guides and the standard drop shadow
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<?php
/**
* Recursively get taxonomy hierarchy
*
* @source http://www.daggerhart.com/wordpress-get-taxonomy-hierarchy-including-children/
* @param string $taxonomy
* @param int $parent - parent term id
*
* @return array
@glen-cheney
glen-cheney / encoding-video.md
Last active November 24, 2024 10:09
Encoding video for the web

Encoding Video

Installing

Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.

brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus