I hereby claim:
- I am chriseldredge on github.
- I am eldredge (https://keybase.io/eldredge) on keybase.
- I have a public key ASA_MidmB_4mLDOu30SMs6xi2pWQLuQW1k9J78OXWv-G4go
To claim this, I am signing this object:
require 'formula' | |
class DnsmasqRegex < Formula | |
homepage 'http://www.thekelleys.org.uk/dnsmasq/doc.html' | |
url 'http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.66.tar.gz' | |
sha256 '36232fa23d1a8efc6f84a29da5ff829c2aa40df857b9116a9320ea37b651a982' | |
option 'with-idn', 'Compile with IDN support' | |
depends_on "libidn" if build.include? 'with-idn' |
#!/bin/bash | |
# invoke with arguments to pass to k (e.g. ./k_daemon web) | |
trap 'my_exit; exit' SIGINT SIGQUIT | |
fifo=$PWD/fifo.tmp | |
timeout=15 | |
# make a fifo and attach to &3 | |
mkfifo $fifo |
I hereby claim:
To claim this, I am signing this object:
salt <target> state.sls <state-name> [test=True] |
docker run --name solr -p 8983:8983 -p 9983:9983 \ | |
--mount type=bind,source=$PWD/zkrun.sh,target=/docker-entrypoint-initdb.d/zkrun.sh \ | |
--mount type=volume,source=solr-home,target=/opt/solr/server/solr \ | |
solr:latest | |
*----------------------- | |
IDENTIFICATION DIVISION. | |
*----------------------- | |
PROGRAM-ID. RLE. | |
*-------------------- | |
DATA DIVISION. | |
*------------- | |
WORKING-STORAGE SECTION. | |
01 INSTR PIC X(80). | |
01 OUTSTR PIC X(80). |
using System; | |
using System.Collections.Generic; | |
using System.Reflection; | |
using System.Linq; | |
public class AssemblyVersion | |
{ | |
public static void Main(string[] args) | |
{ | |
IEnumerable<string> paths = args; |
2022-10-05 08:23:41.616 libjschoe | |
2022-10-05 08:27:18.232 tf-nightly | |
2022-10-05 08:53:27.775 pulumi-azure-native | |
2022-10-05 09:01:06.182 auterion-cli | |
2022-10-05 09:27:15.130 jittor | |
2022-10-05 10:10:19.754 pyveb | |
2022-10-05 10:12:35.350 tf-nightly-cpu | |
2022-10-05 12:44:31.704 jina-now | |
2022-10-05 13:07:25.374 bigdl-friesian | |
2022-10-05 13:07:28.278 bigdl-chronos |