These are all of the emoji available on iOS and Mac as of iOS 11.1 and macOS 10.13.1. This does not include any of the skin tone modifiers.
Note: If you aren't seeing all of the emoji correctly, click the "Raw" button in the top right.
😀😃😄😁😆😅😂🤣
function git-orphan --description "Creates an orphan branch and a README.md file" | |
# Create an orphan branch named "default" | |
git checkout --orphan default | |
# Delete everything in the directory that is tracked by git | |
git rm -rf . | |
# Delete everything in the directory that is NOT tracked by git | |
git clean -dfx |
// The bookmarklet does a couple things: | |
// If the current page in the browser is a YouTube page, it will open that video in `invidious.xyz` | |
// If the current page in the browser is _not_ a YouTube page, it will open the `invidious.xyz` homepage | |
// | |
// To use: Copy/Paste the code below into the bookmark's address: | |
javascript:location.hostname.includes("youtube.com")?location.assign("https://invidious.xyz"+location.pathname+location.search+location.hash):location.assign("https://invidious.xyz"); |
import Foundation | |
import Network | |
/// A quick and dirty playground/script to get the current device's public IP address, validate it, and print it | |
let url = URL(string: "https://checkip.amazonaws.com")! | |
var publicIPAddress: IPAddress? | |
URLSession.shared.dataTask(with: url) { (data, response, error) in | |
guard let data = data, |
(* | |
This script, like most, was created to scratch a very particular itch. | |
I am a lover of RSS, and a lover of music, so I follow a few blogs that post about new music releases. | |
Most of the releases I'm not interested in, but I am interested in releases by artists that I'm already familiar with. | |
I've got a playlist in Music containing the artists I'm most interested in, and these are the ones I want to follow. | |
I use Feedbin as my RSS feed aggregator (highly recommended by the way). | |
Feedbin has the ability to perform "Actions" on feed items as they arrive. | |
I have a custom action built that marks any item as "read" that does not contain an artist that I want. |
# A few simple fish functions I use in my config.fish file | |
function gcd -d "Switches to the develop or development branch, depending on which one is used in this repo" | |
if git show-ref --verify --quiet refs/heads/develop | |
git checkout develop | |
else | |
git checkout development | |
end | |
end |
/******************** | |
WARNING: | |
There are issues with this implementation (see [@toshi0383's comment below](https://gist.github.com/hisaac/292bfe673d026817e3e1b52408cdf97c#gistcomment-3726069). | |
Feel free to use this how you wish, but know that it's not 100% accurate. This was just a little experimentation I did while learning Swift, so there are bound to be issues. | |
********************/ | |
// | |
// SemVer.swift | |
// |
/** | |
"hisaa.css" by Isaac Halvorson | |
A simple library of CSS snippets that I like to use on my projects. | |
*/ | |
/*********************************** Reset ***********************************/ | |
/******************************* Accessibility *******************************/ | |
/** |
These are all of the emoji available on iOS and Mac as of iOS 11.1 and macOS 10.13.1. This does not include any of the skin tone modifiers.
Note: If you aren't seeing all of the emoji correctly, click the "Raw" button in the top right.
😀😃😄😁😆😅😂🤣
These are all of the emoji available on iOS as of ios 11.0.3. This does not include any of the skin tone modifiers.
iOS 11.1 / macOS 10.13.1 version
Note: If you aren't seeing all of the emoji correctly, click the "Raw" button in the top right.
😀😃😄😁😆😅😂🤣