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
./configure --prefix=$HOME/.local ac_cv_func_getpwent=no --enable-python3interp --enable-luainterp --enable-multibyte --with-lua-prefix=$PREFIX |
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
package main | |
import ( | |
"fmt" | |
"github.com/google/uuid" | |
) | |
func main() { | |
var id = "299feb0f-ba8d-11eb-9453-0242ac130003" |
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 | |
script=$(basename $0) | |
image=$1 | |
arg=$@ | |
function current() { | |
local a=$(docker inspect ${image} -f '{{index .RepoDigests 0}}') | |
echo ${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
Dec Hex Dec Hex Dec Hex Dec Hex Dec Hex Dec Hex Dec Hex Dec Hex | |
0 00 NUL 16 10 DLE 32 20 48 30 0 64 40 @ 80 50 P 96 60 ` 112 70 p | |
1 01 SOH 17 11 DC1 33 21 ! 49 31 1 65 41 A 81 51 Q 97 61 a 113 71 q | |
2 02 STX 18 12 DC2 34 22 " 50 32 2 66 42 B 82 52 R 98 62 b 114 72 r | |
3 03 ETX 19 13 DC3 35 23 # 51 33 3 67 43 C 83 53 S 99 63 c 115 73 s | |
4 04 EOT 20 14 DC4 36 24 $ 52 34 4 68 44 D 84 54 T 100 64 d 116 74 t | |
5 05 ENQ 21 15 NAK 37 25 % 53 35 5 69 45 E 85 55 U 101 65 e 117 75 u | |
6 06 ACK 22 16 SYN 38 26 & 54 36 6 70 46 F 86 56 V 102 66 f 118 76 v | |
7 07 BEL 23 17 ETB 39 27 ' 55 37 7 71 47 G 87 57 W 103 67 g 119 77 w | |
8 08 BS 24 18 CAN 40 28 ( 56 38 8 72 48 H 88 58 X 104 68 h 120 78 x |
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
package main | |
import ( | |
"fmt" | |
"regexp" | |
) | |
func main() { | |
var a = "https://lkebin.com/2019/05/13/Golang-Json-Unmarshaler-Interface-Use-Case.html" | |
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
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
) | |
type Picture string | |
type Profile struct { |
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
DELIMITER $$ | |
CREATE PROCEDURE `tableGoStruct`( | |
IN dbName VARCHAR(50) , | |
IN tableName VARCHAR(50) | |
) | |
BEGIN | |
DECLARE struct LONGTEXT; | |
DECLARE structType VARCHAR(10); | |
DECLARE colName VARCHAR(64); |
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
package main | |
import ( | |
"fmt" | |
"sync" | |
) | |
func main() { | |
var workers = 4 | |
var wg sync.WaitGroup |
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
.data | |
uStr: .asciiz | |
"Alpha","Bravo","China","Delta","Echo","Foxtrot","Golf","Hotel", | |
"India","Juliet","Kilo","Lima","Mary","November","Oscar","Paper","Quebec", | |
"Research","Sierra","Tango","Uniform","Victor","Whisky","X-ray","Yankee","Zulu" | |
lStr: .asciiz | |
"alpha","bravo","china","delta","echo","foxtrot","golf","hotel","india", | |
"juliet","kilo","lima","mary","november","oscar","paper","quebec","research", |
This file has been truncated, but you can view the full file.
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
Options << Options#applyProfile [ | |
"auto switch" | |
] | |
Options << Options#updateProfile [ | |
[ | |
"auto switch", | |
"__ruleListOf_auto switch", | |
"proxy", | |
"direct" | |
] |
NewerOlder