Requirements [1]:
- CMake >=3.13.4
- GCC >=7.1.0
- Python >=3.6 (automated test suite)
- zlib >=1.2.3.4
- GNU Make >=3.79
| #!/usr/bin/env perl | |
| # | |
| # Cat file to terminal at particular speed of lines per second | |
| # https://superuser.com/a/526249 | |
| # | |
| # Usage: cat-lps.pl [lps] [file]... | |
| # | |
| use warnings; | |
| use strict; |
| /*- | |
| * Read Ed25519 public and private keys in DER format. | |
| */ | |
| #include <stdio.h> | |
| #include <openssl/err.h> | |
| #include <openssl/evp.h> | |
| #include <openssl/x509.h> | |
| #include "private.h" /* generated by 'pem-to-c.sh' */ |
| # | |
| # Nginx reverse proxy to Google Search (with images and webcache)) | |
| # | |
| # Credit: | |
| # * Nginx rewrite append a parameter at the end of an URL | |
| # https://serverfault.com/a/311660/387898 | |
| # * https://github.com/tracycool/Reverse-Proxy-for-Google | |
| # * https://github.com/caiguanhao/nginx-bypass-gfw/blob/master/google.conf | |
| # | |
| # References: |
| #!/bin/sh | |
| # | |
| # Generate version information based on Git tags/commits. | |
| # | |
| # License: Public Domain | |
| # | |
| # URL: https://gist.github.com/liweitianux/9fce0fc404c41b8f28512e87fbca1562 | |
| # | |
| dirty_mark='+' |
I hereby claim:
To claim this, I am signing this object: