Skip to content

Instantly share code, notes, and snippets.

View youngcm2's full-sized avatar

Chris Young youngcm2

  • Swimlane
  • St. Louis, MO
View GitHub Profile
@youngcm2
youngcm2 / gist:026360d1310e8886fc491287da07c85e
Last active December 14, 2022 22:34 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@youngcm2
youngcm2 / 0_reuse_code.js
Created August 7, 2017 16:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
using System;
using MonoTouch.UIKit;
using System.Drawing;
namespace Rendr.iOS.Util
{
public static class Environment
{
public static bool IsIOS7{
get{