This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ================== 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |