Skip to content

Instantly share code, notes, and snippets.

View StephenStrickland's full-sized avatar

Stephen Strickland StephenStrickland

  • Staff Engineer @ CoreLogic
  • Atlanta, GA
View GitHub Profile
# Web
cinst firefox
cinst Chrome
# Git
cinst git
cinst poshgit
# Dev Tools
cinst vscode
@StephenStrickland
StephenStrickland / InterestingProgrammingLanguages.md
Last active November 29, 2018 18:50
List of interesting and cool programming languages
cinst visualstudio2017enterprise
cinst visualstudio2017-workload-azure
cinst visualstudio2017-workload-data
cinst visualstudio2017-workload-netcoretools
cinst visualstudio2017-workload-netcrossplat
cinst visualstudio2017-workload-netweb
cinst visualstudio2017-workload-node
cinst visualstudio2017-workload-universal
@StephenStrickland
StephenStrickland / NGS_Env.txt
Last active October 24, 2018 20:00
basic gist to setup NGS development machine
# Setup the things
cinst firefox
cinst git
cinst poshgit
cinst postman
cinst vscode
cinst fiddler
cinst sql-server-management-studio
cinst conemu

Keybase proof

I hereby claim:

  • I am stephenstrickland on github.
  • I am sstrickland (https://keybase.io/sstrickland) on keybase.
  • I have a public key ASDLQ6D6Q2hET2cB9zdVbK7XSJiGNPXNljMmXRMw9UjHWAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am stephenstrickland on github.
  • I am sstrickland (https://keybase.io/sstrickland) on keybase.
  • I have a public key whose fingerprint is 3781 5BDB EEB9 D73E D1D6 719D 899D 375C D908 1024

To claim this, I am signing this object:

#
# Copyright (c) 2008 - 2013 10gen, Inc. <http://10gen.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
@StephenStrickland
StephenStrickland / 0_reuse_code.js
Last active August 29, 2015 14:22
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