This file contains hidden or 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
| { | |
| "Name": "(Custom) Arbor Rockets", | |
| "Description": "0 Action Cost and 3 damage for Sorcerer's Zap, long torches, no respawns.", | |
| "Rules": [ | |
| { | |
| "Rule": "AbilityActionCostAdjusted", | |
| "Config": { | |
| "Zap": false | |
| } | |
| }, |
This file contains hidden or 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
| // Lines of text - specify 1 or 2. | |
| // Remove or comment out one of the example lines to specify 1. | |
| lines=[ | |
| "Test", | |
| "Tag", | |
| ]; | |
| // Additional optional customization follows: | |
| fonts=[ | |
| "Impact", |
This file contains hidden or 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
| # Disable ECDSA to avoid `Exception in thread "main" javax.net.ssl.SSLException: java.security.ProviderException: java.security.InvalidKeyException: EC parameters error` | |
| # when running ./gradlew jar; see https://github.com/docker-library/openjdk/issues/117#issuecomment-307222367 | |
| sed -i 's/RSA keySize < 1024, DSA keySize < 1024, EC keySize < 224/RSA keySize < 1024, DSA keySize < 1024, EC keySize < 224, ECDSA/' /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/java.security | |
| ./gradlew jar |
This file contains hidden or 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
| diff --git a/fcp/node.py b/fcp/node.py | |
| index c3b03a3..e444469 100644 | |
| --- a/fcp/node.py | |
| +++ b/fcp/node.py | |
| @@ -3267,6 +3271,9 @@ def guessMimetype(filename): | |
| """ | |
| if filename.endswith(".tar.bz2"): | |
| return ('application/x-tar', 'bzip2') | |
| + | |
| + if filename.endswith('.weechatlog'): |
This file contains hidden or 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 | |
| function getURI() { | |
| grep node.updater.URI freenet.ini | |
| } | |
| function restoreConfig() { | |
| cp freenet.ini-stock freenet.ini | |
| } | |
| function run() { |
This file contains hidden or 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
| require "constants" | |
| require "libs.dataLibs" | |
| require "libs.railPowerLib" | |
| require "libs.eventsHandler" | |
| require "controls.rail" | |
| require "controls.train" | |
| local function AddFarl() | |
| if remote.interfaces.farl then | |
| remote.call("farl", "add_entity_to_trigger", straightRailPower) |
This file contains hidden or 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
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content="natronics.org"> | |
| <meta name="author" content="Nathan Bergey"> | |
| <link href='http://fonts.googleapis.com/css?family=Arvo:400,700|PT+Sans:400,700,400italic' rel='stylesheet' type='text/css'> | |
| <link href="/resources/css/bootstrap.min.css" rel="stylesheet"> | |
| <link href="/resources/css/style.css" rel="stylesheet"> |
This file contains hidden or 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 | |
| echo Updating wrapper.conf to bouncycastle 1.52 | |
| echo "Starting with:" | |
| grep bcprov-jdk15on wrapper.conf | |
| cat wrapper.conf | sed "s/bcprov-jdk15on-147/bcprov-jdk15on-152/" > wrapper.conf.new | |
| cat wrapper.conf | sed "s/bcprov-jdk15on-149/bcprov-jdk15on-152/" > wrapper.conf.new | |
| cat wrapper.conf | sed "s/bcprov-jdk15on-151/bcprov-jdk15on-152/" > wrapper.conf.new | |
| echo "Ending with:" | |
| grep bcprov-jdk15on wrapper.conf.new | |
| mv wrapper.conf.new wrapper.conf |
This file contains hidden or 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
| libdep-findbugs: | |
| [echo] Running Findbugs | |
| [findbugs] Executing findbugs FindBugsTask from ant task | |
| [findbugs] Running FindBugs... | |
| [findbugs] The following errors occurred during analysis: | |
| [findbugs] Iterative jump info converged after 21 iterations in static freenet.crypt.ciphers.Rijndael_Algorithm.<clinit>()V, size 3018 | |
| [findbugs] | |
| [findbugs] Warnings generated: 797 | |
| [findbugs] Analysis errors: 1 | |
| [findbugs] Calculating exit code... |
NewerOlder