The Wayback Machine - https://web.archive.org/web/20200203212218/https://github.com/explore
Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Django logo
Popular topic
Django is a web application framework for Python.
Git Merge 2020
Upcoming event recommended by GitHub
Mar
4

Git Merge 2020

March 04, 2020 • Los Angeles

Git Merge is a one-day conference dedicated to the version control tool that started it all—and the people who use it every day.
remote-jobs
Trending repository
nylen
nylen commented Oct 15, 2019

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

App recommended by GitHub

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.

Ai-learn
Trending repository

人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理等热门领域
  • Updated Feb 3, 2020
tinygo
Trending repository
ellemlabs
ellemlabs commented Dec 20, 2019

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
mall
Trending repository

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
  • Updated Feb 3, 2020
  • Java
ShadowsocksX-NG
Trending repository
VKluxy
VKluxy commented Dec 21, 2019

Describe the bug
I find that I still need to make the directory".ShadowsocksX-NG" to use the Shadowsocks.

To Reproduce

  1. Drag the ShadowsocksX-NG in "application" in macOS 10.14.6;
  2. Double click the icon;
  3. Nothing happen. Also without the paper-plane icon in top bar.
  4. I open the terminal and type "mkdir ~/.ShadowsocksX-NG" the Shadowsocks is OK

Expected behavior

  1. p
App recommended by GitHub

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,

You can’t perform that action at this time.