Skip to content

Instantly share code, notes, and snippets.

View MillerGregor's full-sized avatar

Greg Miller MillerGregor

  • Alexandria, VA, USA
View GitHub Profile
{
"title": "SpaceFN",
"rules": [
{
"description": "SpaceFN: Space enables SpaceFN mode (see: https://geekhack.org/index.php?topic=51069.0)",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "spacebar",
@MillerGregor
MillerGregor / custom css
Created August 1, 2018 23:42
Checker Plus for Google Calendar
#newsNotification {
display: none;
}
#betaCalendar .fc-today .fc-day-number {
background-color: #bc1c1c !important;
border-radius: 0 !important;
width: 30px;
height: 30px;
line-height: 30px;
@MillerGregor
MillerGregor / custom.css
Created February 13, 2018 00:50
checker plus custom css
#betaCalendar .fc-today .fc-day-number {
border-radius: 0 !important;
width: 30px;
height: 30px;
line-height: 30px;
}
#betaCalendar .fc-month-view .timedEvent .fc-time {
color: #000 !important;
}
---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'Cloudformation stack to manage permission to deploy a serverless service'
Parameters:
ServiceName:
Description: Name of the Service you want to deploy
Type: String
Resources:
{
"extends": ["tslint-react"],
"rules": {
"align": [
true,
"parameters",
"arguments",
"statements"
],
"ban": false,
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"lib": ["es6", "dom"],
"sourceMap": true,
"allowJs": true,
"jsx": "react",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
module.exports = {
type: 'react-component',
npm: {
cjs: false,
esModules: false,
umd: false
},
polyfill: false,
webpack: {
config(config) {
cmd /k "%ConEmuDir%\..\init.bat & docker-compose up rn" -new_console:d:C:\Users\grego\Hexix\PlatformTests\platformtest20
cmd /k "%ConEmuDir%\..\init.bat & docker-compose up rn-watch" -new_console:d:C:\Users\grego\Hexix\PlatformTests\platformtest20
cmd /k "%ConEmuDir%\..\init.bat & docker-compose up web" -new_console:d:C:\Users\grego\Hexix\PlatformTests\platformtest20
cmd /k "%ConEmuDir%\..\init.bat & docker-compose up web-watch" -new_console:d:C:\Users\grego\Hexix\PlatformTests\platformtest20
if test -f /etc/profile.d/git-sdk.sh
then
TITLEPREFIX=SDK-${MSYSTEM#MINGW}
else
TITLEPREFIX=$MSYSTEM
fi
PS1='\[\033]0;${PWD//[^[:ascii:]]/?}\007\]' # set window title
PS1="$PS1"'\n' # new line
#PS1="$PS1"'\[\033[35m\]' # change to yellow
C:\Program Files\Notepad++\notepad++.exe -n%line% "%path%"