Skip to content

Instantly share code, notes, and snippets.

View solrevdev's full-sized avatar
💭
🤓

John Smith solrevdev

💭
🤓
View GitHub Profile
@solrevdev
solrevdev / global.json
Last active January 4, 2018 09:50
pin .net core to a specific .net core cli sdk version 1.0.4
{
"sdk": {
"version": "1.0.4"
}
}
@solrevdev
solrevdev / keybase.md
Last active January 4, 2018 09:52
Keybase proof - do not delete

Keybase proof

I hereby claim:

  • I am solrevdev on github.
  • I am solrevdev (https://keybase.io/solrevdev) on keybase.
  • I have a public key ASB47taDFggo2vXkbjcvBMIg4M3oCdZshheEdX-u2nybjQo

To claim this, I am signing this object:

@solrevdev
solrevdev / AWS.EC2.Windows.CloudWatch.json
Created September 15, 2017 14:29 — forked from kagarlickij/AWS.EC2.Windows.CloudWatch.json
CloudWatch config for WebAPI & AppServer
{
"EngineConfiguration": {
"PollInterval": "00:00:15",
"Components": [
{
"Id": "MemoryCounter",
"FullName": "AWS.EC2.Windows.CloudWatch.PerformanceCounterComponent.PerformanceCounterInputComponent,AWS.EC2.Windows.CloudWatch",
"Parameters": {
"CategoryName": "Memory",
"CounterName": "Available MBytes",
@solrevdev
solrevdev / AWS.EC2.Windows.CloudWatch.json
Created September 19, 2017 10:49
CloudWatch json for windows boxes
{
"IsEnabled": true,
"EngineConfiguration": {
"Components": [
{
"FullName": "AWS.EC2.Windows.CloudWatch.EventLog.EventLogInputComponent,AWS.EC2.Windows.CloudWatch",
"Id": "ApplicationEventLog",
"Parameters": {
"Levels": "1",
"LogName": "Application"
@solrevdev
solrevdev / keybindings.json
Created October 31, 2017 10:10
Sorts C# using statements when selected
[
// Place your key bindings in this file to overwrite the defaults
// Preferences : Open Keyboard Shortcuts File
{
"key": "ctrl+q",
"command": "editor.action.sortLinesAscending",
"when": "editorFocus && !editorReadonly"
}
]
@solrevdev
solrevdev / .prettierrc
Last active January 10, 2018 09:20
Prettier.rc - VS Code package to format your JavaScript / TypeScript / CSS using.
// esbenp.prettier-vscode
// ext install prettier-vscode
{
"useTabs": true,
"tabWidth": 2,
"singleQuote": true,
"noSemi": false,
"trailingComma": "none",
"rcVerbose": true
}
@solrevdev
solrevdev / global.json
Created January 4, 2018 09:51
pin .net core to a specific .net core cli sdk version - 2.0.4
{
"sdk": {
"version": "2.0.4"
}
}
@solrevdev
solrevdev / .hyper.js
Last active August 21, 2018 10:16
Hyper terminal settings
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: "stable",
@solrevdev
solrevdev / vscode.usersettings.json
Last active July 24, 2018 10:48
vscode settings
{
"workbench.iconTheme": "vscode-icons",
"editor.autoIndent": true,
"editor.minimap.enabled": false,
"editor.minimap.side": "right",
"files.autoSave": "afterDelay",
"editor.lineHeight": 24,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.fontSize": 14,
@solrevdev
solrevdev / iterm.json
Created February 10, 2018 07:43
iterm dark
{
"Use Non-ASCII Font" : false,
"Tags" : [
],
"Ansi 12 Color" : {
"Green Component" : "0.6235294",
"Blue Component" : "0.8117647",
"Red Component" : "0.4470588"
},