-
Notifications
You must be signed in to change notification settings - Fork 0
/
structure.json
124 lines (124 loc) · 2.58 KB
/
structure.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"C++": [
"Scoped enums"
],
"CSS": [
"Underline offset"
],
"Elixir": [
"Base encoding methods",
"Get last value in IEx",
"Inspect with labels",
"Maximum integer size",
"Releases",
"Test coverage",
"Test setup",
"Turn on history in IEx"
],
"git": [
"Avoiding `git-checkout`",
"Copy file between branches",
"Find file creation date",
"Get list of commits between two tags",
"Getting file from another branch",
"Push commit with tags",
"Set commit message editor",
"Sync deleted remote branches"
],
"JavaScript": [
"Chunking a string",
"ESLint debug output",
"Regular expression flags",
"Regular expression non-capture groups"
],
"MySQL": [
"Getting last inserted id"
],
"nginx": [
"Redirect requests to new domain"
],
"Node.js": [
"`Buffer.concat`",
"`Dirent`s",
"File system flags in Node",
"High resolution timer",
"Processing PDF files",
"Random integers",
"Readable stream async generator",
"Readline interface",
"Readline interface 2"
],
"node.js": [
"unref a timer"
],
"PostgreSQL": [
"`EXCEPT` keyword",
"Filter clause",
"Finding next primary key for table",
"Finding public table names",
"Grouping sets",
"with clauses"
],
"Powershell": [
"Tailing a file"
],
"Python": [
"Finding available methods for class"
],
"Rails": [
"Active record attributes",
"`select` vs `pluck`"
],
"ripgrep": [
"List files"
],
"Ruby": [
"`squeeze`"
],
"Rust": [
"`include_str!`",
"`Option` into `Result`",
"Ranges with a custom step",
"Resize vector with fill",
"u32 from u8 buffer",
"Windows"
],
"TypeScript": [
"Assertion functions"
],
"Unix": [
"Count matches in file",
"`file` utility",
"Find process running on port",
"Finding size of folder",
"Force quit hung ssh",
"Killing other ssh connections",
"List directories only",
"`mv` Tips and Tricks",
"Oh My Zsh Aliases",
"Quickly paste clipboard to file",
"Return just matched strings with `grep`",
"`shutdown` aliases",
"Sorting directories by size",
"String manipulation",
"`tar` with nested directories",
"U2F",
"Using variables in .env file on the command line",
"`which`",
"Yubico Authenticator on Fedora",
"`zmv`"
],
"vim": [
"Changing next search hits",
"Ruler"
],
"VS Code": [
"External terminal"
],
"WebAssembly": [
"Break statements",
"Global variables",
"Memory management",
"Tables"
]
}