Skip to content

Instantly share code, notes, and snippets.

View DerekTBrown's full-sized avatar
🏠
Working from home

Derek Brown DerekTBrown

🏠
Working from home
View GitHub Profile
@DerekTBrown
DerekTBrown / index.js
Created August 2, 2017 21:36
Datepicker Example w/Optional Time
/**
* Datetime prompt example
*/
'use strict';
var inquirer = require('inquirer');
// In your code, this will be:
inquirer.registerPrompt('datetime', require('inquirer-datepicker-prompt'))
@DerekTBrown
DerekTBrown / mdeditor.html
Created July 27, 2016 22:50
Simple Markdown Editor with Angular2
<link rel="stylesheet" href="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
<textarea #simplemde></textarea>
@DerekTBrown
DerekTBrown / app.ts
Created June 5, 2016 06:46
Angular2Material/Icon with Meteor
/* App - App.ts */
// Meteor Imports
import { Meteor } from 'meteor/meteor';
import 'reflect-metadata';
import 'zone.js/dist/zone';
// Angular Imports
import { Component, ViewEncapsulation, provide } from '@angular/core';

Keybase proof

I hereby claim:

  • I am DerekTBrown on github.
  • I am derektbrown (https://keybase.io/derektbrown) on keybase.
  • I have a public key whose fingerprint is D180 A953 472D 0050 97A9 6F22 1461 F249 7642 5957

To claim this, I am signing this object:

@DerekTBrown
DerekTBrown / controls.ini
Created May 2, 2015 14:28
Basic Artemis SBS Joystick Config for Logitech Extreme 3D
; -------------------------------------------------------------------------------------
; this is the control indirection file for the PC Artemis exe.
; this file contains modifiable settings for how the keyboard and joystick interface with the game.
; as such, it's really only applicable to clients, not servers.
; at the end of this file, you'll find a list of the acceptable labels for each keyboard key.
; -------------------------------------------------------------------------------------
; this is a comment because it starts with a semicolon. You can type anything on this line. The INI parser will ignore it
PREV_CLIENT_CONSOLE = UI_INPUT_F9