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
#!/usr/bin/env perl | |
# vim:set sw=2 sts=2: | |
# parse | |
# key = params | |
# KEY = { P1, P2, {P3} } | |
sub parse_param { | |
my $param = shift; | |
my $s = ''; | |
my $out = ''; |
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
package main | |
import ( | |
"os" | |
"log" | |
"crypto/tls" | |
"crypto/x509" | |
) | |
func vpc(rawCerts [][]byte, verifiedChains [][]*x509.Certificate) error { |
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
all: | |
gcc -Wall `pkg-config fuse --cflags --libs` -DFUSE_USE_VERSION=26 elfs.c -o elfs | |
clean: | |
rm -f elfs |
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
.* | |
!.gitignore | |
*.o | |
test_dft | |
test_fft |
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
// uskbdxrdp | |
// MIT License Copyright(c) 2020 Hiroshi Shimamoto | |
// vim:set sw=4 sts=4: | |
package main | |
import ( | |
"log" | |
"net" |
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
// vim:set sw=4 sts=4: | |
package main | |
import ( | |
"fmt" | |
"net" | |
"os" | |
"time" | |
"github.com/hshimamoto/go-session" |
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
#!/usr/bin/env python3 | |
# vim: set sw=2 sts=2 expandtab: | |
# ref https://qiita.com/kakinaguru_zo/items/eda129635816ad871e9d | |
import cv2 | |
import sys | |
import time | |
import numpy | |
import socket |
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
focal https://cloud-images.ubuntu.com/focal/current/ focal-server-cloudimg-amd64.img MD5SUMS | |
bionic https://cloud-images.ubuntu.com/bionic/current/ bionic-server-cloudimg-amd64.img MD5SUMS | |
xenial https://cloud-images.ubuntu.com/xenial/current/ xenial-server-cloudimg-amd64-disk1.img MD5SUMS |
OlderNewer