Skip to content

Instantly share code, notes, and snippets.

View Allyn69's full-sized avatar
🏠
Working from home
🏠
Working from home
View GitHub Profile
@Allyn69
Allyn69 / ch.html
Last active July 26, 2021 22:04 — forked from garrypolley/ch.html
Testing out phantomjs as a service.
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Cerner Health - Overview</title> <link href="https://d32bg403aomlve.cloudfront.net/s/ch-static/css/d.7f2efa904c5d.css" rel="stylesheet" type="text/css" media="screen,projection" /> <!--[if IE]> <link href="https://d32bg403aomlve.cloudfront.net/s/ch-static/css/ie.53d66739325b.css" rel="stylesheet" type="text/css" media="screen,projection" /><![endif]--> <!--[if IE 7]> <link href="https://d32bg403aomlve.cloudfront.net/s/ch-static/css/ie7.2c7f92455259.css" rel="stylesheet" type="text/css" media="screen,projection" /><![endif]--> <!--[if lt IE 9]> <link href="https://d32bg403aomlve.cloudfront.net/s/ch-static/css/ie8-captcha.cfe00f1c0e61.css" rel="stylesheet" type="text/css" media="screen,projection" /><![e
@Allyn69
Allyn69 / env.md
Created July 22, 2019 02:00 — forked from joscdk/env.md
Using .env files in Vapor 3

.env files can be an easy way to setup Environment variables locally. You can start using a .env files in Vapor 3 by following this small guide.

First setup the vapor-ext package in your Package.swift file:

.package(url: "https://github.com/vapor-community/vapor-ext.git", from: "0.1.0"),

Next create a .env file in the root of your project:

@Allyn69
Allyn69 / .gitignore
Created July 2, 2019 09:05 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor
azure
account
list [options] #List the imported subscriptions
show [options] [subscriptionNameOrId] #Show details about a subscription
set [options] <subscriptionNameOrId> #Set the current subscription
clear [options] #Remove a subscription or environment, or clear all of the stored account and environment info
import [options] <file> #Import a publishsettings file or certificate for your account
download [options] #Launch a browser to download your publishsettings file
env... #Commands to manage your account environment