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 ( | |
| "fmt" | |
| "sync" | |
| "time" | |
| ) | |
| const n = 1000000000 |
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 ( | |
| "flag" | |
| "io" | |
| "log" | |
| "net/http" | |
| "time" | |
| ) |
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 ( | |
| "bytes" | |
| "encoding/binary" | |
| "encoding/json" | |
| "flag" | |
| "fmt" | |
| "io/ioutil" | |
| "log" |
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
| diff --git a/modules/host/contractmanager/sector.go b/modules/host/contractmanager/sector.go | |
| index f8ba8ba..cdfb532 100644 | |
| --- a/modules/host/contractmanager/sector.go | |
| +++ b/modules/host/contractmanager/sector.go | |
| @@ -63,17 +63,22 @@ type ( | |
| } | |
| ) | |
| -// readSector will read the sector in the file, starting from the provided | |
| -// location. |
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 ( | |
| "fmt" | |
| "time" | |
| "golang.org/x/crypto/twofish" | |
| ) | |
| func main() { |
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
| 2017/06/08 06:38:19.881082 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts. | |
| 2017/06/08 10:26:00.657174 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts. | |
| 2017/06/08 15:11:04.345277 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts. | |
| 2017/06/08 22:50:30.040344 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts. | |
| 2017/06/09 03:54:43.136234 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts. | |
| 2017/06/09 06:49:15.349779 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts. | |
| 2017/06/09 12:28:26.010772 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts. | |
| 2017/06/09 16:40:12.558419 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts. | |
| 2017/06/09 23:00:48.977573 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts. | |
| 2017/06/10 00:26:31.761166 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts. |
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/i686-w64-mingw32.shared/installed/.gitkeep | |
| usr/i686-w64-mingw32.shared/lib/libpanel.dll.a | |
| usr/i686-w64-mingw32.static/include/bcea.h | |
| usr/i686-w64-mingw32.static/include/cfortHdf.h | |
| usr/i686-w64-mingw32.static/include/cproj.h | |
| usr/i686-w64-mingw32.static/include/cproj_prototypes.h | |
| usr/i686-w64-mingw32.static/include/ease.h | |
| usr/i686-w64-mingw32.static/include/gctp_prototypes.h | |
| usr/i686-w64-mingw32.static/include/isin.h | |
| usr/i686-w64-mingw32.static/include/proj.h |
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
| # This file is part of MXE. See LICENSE.md for licensing information. | |
| PKG := hunspell | |
| $(PKG)_WEBSITE := http://hunspell.github.io/ | |
| $(PKG)_DESCR := Hunspell | |
| $(PKG)_IGNORE := | |
| $(PKG)_VERSION := 1.6.1 | |
| $(PKG)_CHECKSUM := 30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49 | |
| $(PKG)_SUBDIR := hunspell-$($(PKG)_VERSION) | |
| $(PKG)_FILE := hunspell-$($(PKG)_VERSION).tar.gz |
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
| # On branch master | |
| # Untracked files: | |
| # (use "git add <file>..." to include in what will be committed) | |
| # | |
| # i686-w64-mingw32.shared/bin/affixcompress | |
| # i686-w64-mingw32.shared/bin/ispellaff2myspell | |
| # i686-w64-mingw32.shared/bin/libhunspell-1.6-0.dll | |
| # i686-w64-mingw32.shared/bin/makealias | |
| # i686-w64-mingw32.shared/bin/test-hunspell.exe | |
| # i686-w64-mingw32.shared/bin/wordforms |
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
| Loading... | |
| (0/6) Loading siad... | |
| (1/6) Loading gateway... | |
| (2/6) Loading consensus... | |
| (3/6) Loading transaction pool... | |
| (4/6) Loading wallet... | |
| (5/6) Loading host... | |
| (6/6) Loading renter... | |
| Finished loading in 0.047781487 seconds |