Skip to content

Instantly share code, notes, and snippets.

View shooksm's full-sized avatar

Matthew Shooks shooksm

View GitHub Profile
@shooksm
shooksm / JavaIntellijGit.flt
Created July 1, 2015 19:06
WinMerge Filter for a Java project in Intellij using GIT for version control
## This is a directory/file filter template for WinMerge
name: Java Intellij Git Filter
desc: Excludes compiled Java files, maven target folders, node_modules, Intellij project files, sass-cache and git folders
## This is an inclusive (loose) filter
## (it lets through everything not specified)
def: include
## Ignore git
d: \\\.git$
@shooksm
shooksm / LICENSE
Last active December 23, 2021 19:22
Axios interceptor setup component for use with @okta/okta-react
Copyright (c) 2019 Matthew Shooks
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
@shooksm
shooksm / .bash_profile
Created June 12, 2017 21:57
Backup bash_profile
# Language
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# Environment Settings
export ANDROID_SDK=/usr/local/lib/android-sdk-macosx
export ANDROID_ROOT=/usr/local/lib/android-sdk-macosx
export ANDROID_HOME=/usr/local/lib/android-sdk-macosx
export ANT_HOME=/usr/local/tools/apache/ant-1.9.6
export ANT_OPTS="-Xmx512m"
/**
* ================== angular-ios9-uiwebview.patch.js v1.1.1 ==================
*
* This patch works around iOS9 UIWebView regression that causes infinite digest
* errors in Angular.
*
* The patch can be applied to Angular 1.2.0 – 1.4.5. Newer versions of Angular
* have the workaround baked in.
*
* To apply this patch load/bundle this file with your application and add a