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
| times in msec | |
| clock self+sourced self: sourced script | |
| clock elapsed: other lines | |
| 000.013 000.013: --- NVIM STARTING --- | |
| 004.937 004.923: locale set | |
| 009.443 004.506: inits 1 | |
| 009.461 000.018: window checked |
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
| { | |
| "rdsv1.net": [ | |
| "rdstation-account-227", | |
| "rdstation-account-228", | |
| "rdstation-account-231", | |
| "rdstation-account-232", | |
| "rdstation-account-233", | |
| "rdstation-account-235", | |
| "rdstation-account-236", | |
| "rdstation-account-237", |
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 ratelimited | |
| import ( | |
| "fmt" | |
| "net/http" | |
| "sync/atomic" | |
| ) | |
| type RoundTripper struct { | |
| http.RoundTripper |
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
| #!/usr/bin/python | |
| import os | |
| import pickle | |
| import re | |
| import sys | |
| sys.path.append("../tools/") | |
| from parse_out_email_text import parseOutText | |
| """ |
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
| [ | |
| "dedicated-rdstation-account-60": [ | |
| "subuser-60" | |
| ] | |
| ] |
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
| GOARCH="amd64" | |
| GOBIN="" | |
| GOEXE="" | |
| GOHOSTARCH="amd64" | |
| GOHOSTOS="darwin" | |
| GOOS="darwin" | |
| GOPATH="/Users/pcasaretto/src/go" | |
| GORACE="" | |
| GOROOT="/usr/local/go" | |
| GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64" |
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
| FAIL github.com/ResultadosDigitais/bliss [build failed] | |
| ok github.com/ResultadosDigitais/bliss/deployment 0.046s | |
| ok github.com/ResultadosDigitais/bliss/heaven 0.012s | |
| ok github.com/ResultadosDigitais/bliss/notifier 0.080s | |
| ? github.com/ResultadosDigitais/bliss/octokitext [no test files] | |
| ok github.com/ResultadosDigitais/bliss/provider 0.015s |
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
| #!/usr/bin/python | |
| from nltk.stem.snowball import SnowballStemmer | |
| import string | |
| import re | |
| def parseOutText(f): | |
| """ given an opened email file f, parse out all text below the | |
| metadata block at the top | |
| (in Part 2, you will also add stemming capabilities) |
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
| https://mail.google.com/mail/u/1/?ui=2&ik=46d306e078&view=om&th=150f2f8c472e525d |