This file contains 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
#!/bin/sh | |
opkg update | |
opkg install golang gcc | |
# ref: https://forum.openwrt.org/t/usr-bin-ld-cannot-find-lpthread/18404/10 | |
ar -rc /usr/lib/libpthread.a | |
ar -rc /usr/lib/libl.a | |
ar -rc /usr/lib/libdl.a |
This file contains 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
import { Req } from "@nestjs/common"; | |
import { FastifyRequest } from "fastify"; | |
import { File, StorageEngine } from "fastify-multer/lib/interfaces"; | |
import * as uuid from 'uuid'; | |
export type Info = Partial< | |
File & AWS.S3.ManagedUpload.SendData & AWS.S3.Types.PutObjectRequest | |
>; | |
export class S3Storage implements StorageEngine { |
This file contains 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
[ "ifup" = "$ACTION" ] && { | |
[ "wan" = "$DEVICE" ] && { | |
ifconfig wgcf down | |
ifconfig wgcf up | |
} | |
} |
This file contains 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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:981d68191696915e130b93e8ba30c4dc772a8587] |
This file contains 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
Index: src/hardware/serialport/nullmodem.cpp | |
=================================================================== | |
--- a/src/hardware/serialport/nullmodem.cpp (revision 4063) | |
+++ b/src/hardware/serialport/nullmodem.cpp (working copy) | |
@@ -148,7 +148,7 @@ | |
setCTS(dtrrespect||transparent); | |
setDSR(dtrrespect||transparent); | |
setRI(false); | |
- setCD(clientsocket > 0); // CD on if connection established | |
+ setCD(clientsocket != NULL); // CD on if connection established |
This file contains 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
Homebrew build logs for homebrew/php/php71-memcached on macOS 10.13.1 | |
Build date: 2017-10-13 11:45:33 |
This file contains 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
Homebrew build logs for homebrew/php/[email protected] on macOS 10.12.6 | |
Build date: 2017-09-28 11:17:43 |
This file contains 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
Homebrew build logs for python on macOS 10.12.6 | |
Build date: 2017-08-03 18:04:46 |
This file contains 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
Homebrew build logs for libsodium on macOS 10.12.6 | |
Build date: 2017-06-09 14:31:40 |
This file contains 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
Homebrew build logs for percona-server-mongodb on macOS 10.12.5 | |
Build date: 2017-05-18 13:47:15 |
NewerOlder