Go
Go is a programming language built to resemble a simplified version of the C programming language. It compiles at the machine level. Go was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.
Here are 196 public repositories matching this topic...
-
Updated
Sep 28, 2020 - Python
We need to improve the comments explaining the main ideas / insights of the solution
-
Updated
Jan 17, 2018 - Python
All suggestions are welcome. Let's talk about what you'd like to see be added to TorBot and we can work on incorporating it into v2. This will be used to track your suggestions.
-
Updated
May 4, 2020 - Python
-
Updated
Sep 16, 2020 - Python
-
Updated
Oct 4, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Aug 27, 2020 - Python
-
Updated
Sep 24, 2020 - Python
-
Updated
Sep 14, 2020 - Python
Add doctor command
Similar to brew doctor, it would show errors if any of the below binaries are not installed/can't be reached
-
go version -
go env(has GOPATH,GOROOT set) -
golint -
goimports -
gocode -
gomodifytags
should help with issues like #10.
-
Updated
Sep 1, 2020 - Python
-
Updated
Jun 16, 2020 - Python
-
Updated
Jul 18, 2020 - Python
-
Updated
Jul 26, 2019 - Python
-
Updated
Oct 4, 2020 - Python
Setting up CloudyGo with all of MiniGo V7 takes ~20 hours of just copying / import data.
It would be nice to have an zipped instance folder. I imagine it would have 2 training runs with 100 models each and maybe 100 game per model + some eval games. This would make testing some changes much simpler for newcomers
Links page
-
Updated
Oct 3, 2020 - Python
-
Updated
Sep 22, 2020 - Python
-
Updated
Aug 2, 2020 - Python
-
Updated
Oct 25, 2017 - Python
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
I'm sorry if I missed this functionality, but
CLIversion hasn't it for sure (I saw the related code only ingenerate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.Of course, piping is a solution, but not for development in Jupyter Notebook, for example.