extent_alloc 44 3145360 36 1238158
abt 0 0 0 0
blk_map 29405 1058 16 24 16 30580 0
bmbt 0 0 0 0
dir 10001 1398 1398 62
trans 0 11540 0
ig 1405 62 0 1343 0 1340 1397
log 39 1732 2 20 8
push_ail 22541 0 3615 16 0 219 0 0 0 10
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
DROP TABLE IF EXISTS agency; | |
DROP TABLE IF EXISTS calendar_dates; | |
DROP TABLE IF EXISTS routes; | |
DROP TABLE IF EXISTS shapes; | |
DROP TABLE IF EXISTS stops; | |
DROP TABLE IF EXISTS stop_times; | |
DROP TABLE IF EXISTS trips; | |
CREATE TABLE agency | |
( |
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
#!/usr/local/bin/python | |
from itertools import combinations | |
from functools import reduce | |
n = [] | |
with open('input.txt') as f: | |
for l in f.readlines(): | |
n.append(int(l.rstrip())) |
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
Counterfeit N95 mask | |
Empty bottle of hand sanitizer | |
Toilet paper | |
12 pack of Corona | |
Empty bottle of Chloroquine | |
Half empty bottle of Hydroxychloroquine | |
Latex gloves | |
Bleach filled syringe | |
Ultraviolet light bulb | |
Fake news |
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
--- src/robotfindskitten.c.orig 2020-03-01 17:25:06 UTC | |
+++ src/robotfindskitten.c | |
@@ -119,6 +119,10 @@ | |
#define KITTEN 1 | |
#define BOGUS 2 | |
+/* Finish him! */ | |
+#define FATALITIES (sizeof fatalities / sizeof (char*)) | |
+ | |
+ |
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
Some useful G-Codes | |
* G0 - Rapid Motion | |
* G1 - Coordinated Motion | |
* G2 - Arc - Clockwise | |
* G3 - Arc - Counter Clockwise | |
* G4 - Dwell | |
* G10 - Create Coordinate System Offset from the Absolute one | |
* G17 - Select XY plane (default) | |
* G18 - Select XZ plane (not implemented) | |
* G19 - Select YX plane (not implemented) |
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
global: | |
evaluation_interval: 15s | |
rule_files: | |
- smokeping.rules | |
scrape_configs: | |
- job_name: 'blackbox_icmp' | |
metrics_path: /probe | |
params: | |
module: [icmp] | |
scrape_interval: 1s |
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
diff --git a/cf-agent/nfs.c b/cf-agent/nfs.c | |
index 1d0bc66..3ca3568 100644 | |
--- a/cf-agent/nfs.c | |
+++ b/cf-agent/nfs.c | |
@@ -667,13 +667,23 @@ PromiseResult VerifyUnmount(EvalContext *ctx, char *name, Attributes a, const Pr | |
static int MatchFSInFstab(char *match) | |
{ | |
Item *ip; | |
+ char delimit[]=" \t\r\n\v\f"; | |
+ char *fstab_line, *token; |
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
#!/usr/local/bin/python3 | |
import sys | |
pa = { | |
'a': 'alpha', | |
'b': 'bravo', | |
'c': 'charlie', | |
'd': 'delta', | |
'e': 'echo', |
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
R: linux_4_4_35_33_55_amzn1_x86_64 | |
R: Hr14_Q3 | |
R: messages_high_dev1 | |
R: compiled_on_linux_gnu | |
R: _stdlib_has_path_tar | |
R: _stdlib_has_path_logger | |
R: ipv4_172 | |
R: GMT_Day20 | |
R: diskfree_high | |
R: smtp_in_high |
NewerOlder