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 / pull-dev.js
Last active February 20, 2024 19:20
Pull devDependencies into the root
#!/usr/bin/env zx
const glob = require('glob');
const semver = require('semver');
const packagesPath = './';
const rootPackageJsonPath = './package.json';
let rootPackageJson = require(rootPackageJsonPath);
let devDependenciesInfo = {};
@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
@youngcm2
youngcm2 / index.html
Last active February 10, 2017 02:28
Test
<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1 class="test">Hello World</h1>
</body>
</html>
@youngcm2
youngcm2 / Boxstarter.txt
Last active December 10, 2015 17:29
Boxstarter - MyVM
Update-ExecutionPolicy Bypass
Disable-UAC
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst -y 7zip.install
cinst -y notepadplusplus
cinst -y git
cinst -y gitextensions
using System;
using MonoTouch.UIKit;
using System.Drawing;
namespace Rendr.iOS.Util
{
public static class Environment
{
public static bool IsIOS7{
get{