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...

nocode
Trending repository
coderkoala
coderkoala commented Nov 11, 2019

Yesterday, I was trying to make an actual universe clone with your framework. But it so happened that I couldn't find exposed API for ���������� that you have not mentioned in your Readme.

We need to not write this API documentation, so people know that they shouldn't be writing unnecessary code. I feel like the below part would make a fine addition.

 
 
 
 

CSS logo
Popular topic
Cascading Style Sheets (CSS) is a language used most often to style and improve upon the appearance of views.
optuna
Trending repository
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.
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.

libra
Trending repository
the-art-of-command-line
Trending repository
system-design-primer
Trending repository
Poltergeisen
Poltergeisen commented Apr 12, 2019

Are there any references on how to create a good design diagram? What do the different colors mean? What do the dashed lines mean?

Sorry if this is a basic question but I don't even know where to start searching for more information. This is the first page I saw that had the diagrams in the format that I've seen before.

hacker-scripts
Trending repository
peSHIr
peSHIr commented Aug 4, 2017

Had a quick look at https://github.com/NARKOZ/hacker-scripts/blob/master/powershell/fucking_coffee.psm1 but I have some issues with the conversion from the original language:

  • I don't think "if ($env:Username.Count > 0) { return }" does what you think it does. Quick heads-up: PowerShell has no return statement, or a ">" operator (which is written as "-gt" in PowerShell).

  • You don't call de

v
Trending repository
bronze1man
bronze1man commented Dec 11, 2019

V version:
OS:
https://vlang.io/play
What did you do?

fn main() {
enum Color {
	red green blue
}

mut color := Color.red
// V knows that `color` is a `Color`. No need to use `color = Color.green` here.
color = .green
println(color) // "1"  TODO: print "green"? 

}

errorMessage:

unexpected token: `}`
    9| println(color) // "1"  TODO: print "green"? 
moby
Trending repository
aws-sdk-go
Trending repository
newbee-mall
Trending repository

newbee-mall 项目(新蜂商城)是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。

  • Updated Jan 17, 2020
  • Java
redis
Trending repository
cep21
cep21 commented Jun 16, 2019

Version: 6.15.3

The documentation for IdleConns and TotalConns implies that idle connections are a subset of total connections, but our statistics of the clustered client show that idle connections are on the order of 2,600 and total connections are around 800. How can idle connections be much higher than the total connections?

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.