This file contains hidden or 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
| analyticsengine.s3.amazonaws.com | |
| analytics.s3.amazonaws.com | |
| advertising-api-eu.amazon.com | |
| widgets.pinterest.com | |
| ads-api.tiktok.com | |
| business-api.tiktok.com | |
| log.byteoversea.com | |
| udc.yahoo.com | |
| udcm.yahoo.com | |
| log.fc.yahoo.com |
This file contains hidden or 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 ( | |
| "bufio" | |
| "flag" | |
| "fmt" | |
| "os" | |
| ) | |
| var shift = flag.Int("n", 1, "Number of characters to shift") |
This file contains hidden or 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
| extern crate chrono; | |
| use chrono::{TimeZone, Utc}; | |
| fn count_days_since_sdate() -> u64 { | |
| let utc = Utc; | |
| let now = Utc::now(); | |
| let sept_date = utc | |
| .datetime_from_str(&"Sept 01 00:00:01 1993", "%b %d %H:%M:%S %Y") | |
| .unwrap(); | |
| let duration_since_sdate = now.signed_duration_since(sept_date); |
This file contains hidden or 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
| program_counter = 0 | |
| step_counter = 0 | |
| stack = [] | |
| def push(val): | |
| global stack | |
| stack.append(val) | |
| return |
This file contains hidden or 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
| ### Keybase proof | |
| I hereby claim: | |
| * I am bendavidaaron on github. | |
| * I am bendavidaaron (https://keybase.io/bendavidaaron) on keybase. | |
| * I have a public key ASBtfUFCm5ANMzy206AeiJZJQ-Z1gquRiziJaghtIqPL5wo | |
| To claim this, I am signing this object: |