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:
| /** | |
| * Datetime prompt example | |
| */ | |
| 'use strict'; | |
| var inquirer = require('inquirer'); | |
| // In your code, this will be: | |
| inquirer.registerPrompt('datetime', require('inquirer-datepicker-prompt')) |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.css"> | |
| <textarea #simplemde></textarea> |
| /* 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'; |
I hereby claim:
To claim this, I am signing this object:
| ; ------------------------------------------------------------------------------------- | |
| ; 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 |