I hereby claim:
- I am apiri on github.
- I am aldrin (https://keybase.io/aldrin) on keybase.
- I have a public key whose fingerprint is 200D BBC8 8E11 000D E8E7 739A 531A EBAA 4CFE 5D00
To claim this, I am signing this object:
[remote "github"] | |
url = [email protected]:<user>/<repo>.git | |
fetch = +refs/heads/*:refs/remotes/github/* | |
fetch = +refs/pull/*/head:refs/remotes/github/pr/* |
I hereby claim:
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><template><description>Generates a sample JSON flowfile which then has: 1) An array of values extracted to an attribute | |
2) Using the 'Advanced' menu of UpdateAttributes, determines if the result IDs are non-empty and then performs a count using allDelinatedValues to create an id.count attribute with the count of records, otherwise sets id.count to 0 | |
3) Logs the associated variables for convenience</description><name>Select and Count JSON Array</name><snippet><processGroups><id>12bd754b-fddc-4580-bee6-45031fe5a464</id><parentGroupId>0b2d2e0f-8169-43d4-ad17-3a4f5bd90370</parentGroupId><position><x>2977.214817733394</x><y>791.6384429684335</y></position><activeRemotePortCount>0</activeRemotePortCount><comments></comments><contents><connections><id>2036f074-9464-4c92-bb8d-3f3f4f3e00c3</id><parentGroupId>12bd754b-fddc-4580-bee6-45031fe5a464</parentGroupId><backPressureDataSizeThreshold>0 MB</backPressureDataSizeThreshold><backPressureObjectThreshold>0</backPre |
#!/bin/bash | |
## | |
# Originally from: http://serverfault.com/a/562210 | |
# | |
# File: | |
# nginx_modsite | |
# Description: | |
# Provides a basic script to automate enabling and disabling websites found | |
# in the default configuration directories: |
#!/bin/sh -e | |
# Requires jq | |
base_api_url=http://localhost:8080/nifi-api/controller | |
cs_uid=934ca9d6-9885-4a40-a347-911d42d00a8f | |
# Handle CS references by stopping and then disabling | |
curl -X PUT \ | |
-d "version=$(curl -s ${base_api_url}/revision | jq .revision.version)" \ |
#!/bin/sh | |
docker run \ | |
-v $(greadlink -f ~/.ssh/id_rsa.pub):/home/foo/.ssh/keys/id_rsa.pub:ro \ | |
-v /tmp/temp_sftp_share:/home/foo/share \ | |
--name sftp |
##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### | |
### Shell script to download Oracle JDK / JRE / Java binaries from Oracle website using terminal / command / shell prompt using wget. | |
### You can download all the binaries one-shot by just giving the BASE_URL. | |
### Script might be useful if you need Oracle JDK on Amazon EC2 env. | |
### Script is updated for every JDK release. | |
### Features:- | |
# 1. Resumes a broken / interrupted [previous] download, if any. | |
# 2. Renames the file to a proper name with including platform info. |
#!/bin/bash -e | |
# Adapted from the guidance provided at http://nifi.apache.org/development/release-guide.html | |
repository=orgapachenifi-1079 | |
version=0.6.0 | |
base_url=https://repository.apache.org/service/local/repositories/${repository}/content/org/apache/nifi/nifi/${version} | |
release_file=nifi-${version}-source-release.zip | |
release_git_commit_hash=0b9bd20d31d7f805300254da768d91b973480151 |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Blue Component</key> | |
<real>0.19370138645172119</real> | |
<key>Green Component</key> | |
<real>0.15575926005840302</real> |