$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/
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
def buildConfigFile = new File("${userHome}/.grails/${appName}-buildConfig.groovy") | |
if (buildConfigFile.exists()) { | |
println "Processing external build config at $buildConfigFile" | |
def slurpedBuildConfig = new ConfigSlurper().parse(buildConfigFile.toURL()) | |
slurpedBuildConfig.grails.plugin.location.each { k, v -> | |
if (!new File(v).exists()) { | |
println "WARNING: Cannot load in-place plugin from ${v} as that directory does not exist." | |
} else { | |
println "Loading in-place plugin $k from $v" | |
grails.plugin.location."$k" = v |
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
<?php | |
/** | |
* CIDR.php | |
* | |
* Utility Functions for IPv4 ip addresses. | |
* Supports PHP 5.3+ (32 & 64 bit) | |
* @author Jonavon Wilcox <jowilcox@vt.edu> | |
* @revision Carlos Guimarães <cvsguimaraes@gmail.com> | |
* @version Wed Mar 12 13:00:00 EDT 2014 | |
*/ |
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
#!/bin/bash | |
usage() { | |
echo " | |
Usage: wti [-h?] [-l LOGIN] ISSUE... | |
wti = \"(W)hat (T)he (I)ssue?\". Script tries to get description of the specified | |
ISSUE(es) from jira. For each ISSUE in list script will ouput the line in | |
the following format: ISSUE_ID — ISSUE_DESC |
List of all MaterialDesign sprites/icons available in PlantUML.
(Added in 2017)