I hereby claim:
- I am kunickiaj on github.
- I am kunickiaj (https://keybase.io/kunickiaj) on keybase.
- I have a public key ASCKol5Y-6Y6DSN7QhQtPudQlpuVhD_1F3P3xANNZgmP0Qo
To claim this, I am signing this object:
| class Curl < Formula | |
| desc "Get a file from an HTTP, HTTPS or FTP server" | |
| homepage "https://curl.haxx.se/" | |
| url "https://curl.haxx.se/download/curl-7.73.0.tar.bz2" | |
| sha256 "cf34fe0b07b800f1c01a499a6e8b2af548f6d0e044dca4a29d88a4bee146d131" | |
| license "curl" | |
| revision 1 | |
| livecheck do | |
| url "https://curl.haxx.se/download/" |
| apiVersion: v1 | |
| kind: List | |
| items: | |
| - apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: datacollector-service | |
| namespace: default | |
| spec: | |
| type: ClusterIP |
| { | |
| "type": "record", | |
| "name": "RawFlowRecord", | |
| "namespace": "com.cloudera.accelerators.flows.avro", | |
| "fields": [{ | |
| "name": "treceived", | |
| "type": ["string", "null"] | |
| }, { | |
| "name": "tryear", | |
| "type": ["float", "null"] |
| [alias] | |
| lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
| bl = for-each-ref --sort=refname:short refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))' |
| for(var i = 0; i < records.length; i++) { | |
| try { | |
| records[i].value = com.google.common.base.Splitter.on(", ").withKeyValueSeparator("=").split(records[i].value['text']) | |
| // Write record to procesor output | |
| output.write(records[i]); | |
| } catch (e) { | |
| // Send record to error | |
| error.write(records[i], e); | |
| } |
| # | |
| # | |
| # Licensed to the Apache Software Foundation (ASF) under one | |
| # or more contributor license agreements. See the NOTICE file | |
| # distributed with this work for additional information | |
| # regarding copyright ownership. The ASF licenses this file | |
| # to you under the Apache License, Version 2.0 (the | |
| # "License"); you may not use this file except in compliance | |
| # with the License. You may obtain a copy of the License at | |
| # |
I hereby claim:
To claim this, I am signing this object:
| import java.util.*; | |
| import java.io.*; | |
| import java.security.*; | |
| public class ChangePassword | |
| { | |
| private final static JKS j = new JKS(); | |
| public static void main(String[] args) throws Exception | |
| { |
| # Host/Port Grahpite listens on | |
| graphite_host: "JMXTRANS_GRAPHITE_HOST" | |
| graphite_port: "JMXTRANS_GRAPHITE_PORT" | |
| # Global port to query JMX on | |
| # query_port and global_host_alias are mandatory | |
| # Will accept a blank space if alias and host is provided in host sets | |
| query_port: "JMXTRANS_JMX_PORT" | |
| global_host_alias: "JMXTRANS_JMX_HOST" |