-
Updated
Feb 3, 2020
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Feb 3, 2020
Wagtail
Git Merge 2020
March 04, 2020 • Los Angeles
This repository is getting a lot of activity for Hacktoberfest which is great to see!
One thing we need help with is filling in missing information for existing companies. This needs to be done one by one for each company by looking at their website.
This is a good first task, and if you submit 4 PRs for one company each, then you've already met the requirements for Hacktoberfest!
He
-
Updated
Feb 3, 2020 - Python
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
-
Updated
Feb 3, 2020 - JavaScript
-
Updated
Feb 3, 2020
-
Updated
Feb 3, 2020
-
Updated
Feb 3, 2020
-
Updated
Feb 3, 2020 - Python
-
Updated
Feb 3, 2020
-
Updated
Feb 3, 2020 - Python
The following code compiles without problem:
func main() {
ch := make(chan bool)
js.Global().Call("setTimeout", js.FuncOf(func(this js.Value, args []js.Value) interface{} {
println("sending")
ch <- true
println("sent")
return nil
}), 2000)
println("waiting")
<- ch
println("done")
}
When executed in the browser, the following is outputted:
waiting
s
-
Updated
Feb 3, 2020 - Java
-
Updated
Feb 3, 2020
-
Updated
Feb 3, 2020 - Java
-
Updated
Feb 3, 2020 - Kotlin
-
Updated
Feb 3, 2020 - C
-
Updated
Feb 3, 2020 - JavaScript
-
Updated
Feb 3, 2020
Describe the bug
I find that I still need to make the directory".ShadowsocksX-NG" to use the Shadowsocks.
To Reproduce
- Drag the ShadowsocksX-NG in "application" in macOS 10.14.6;
- Double click the icon;
- Nothing happen. Also without the paper-plane icon in top bar.
- I open the terminal and type "mkdir ~/.ShadowsocksX-NG" the Shadowsocks is OK
Expected behavior
- p
Review Notebook App
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
- Visual diff to see what changed in a notebook
- Commenting on the notebook diff to discuss changes
- Conversation threads to track all open discussions