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

nni
Trending repository
Telegram logo
Popular topic
Telegram is a non-profit, cloud-based instant messaging service.
Sourcetrail
Trending repository
outline
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.
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.

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,

nebula
Trending repository
CPWstatic
CPWstatic commented Nov 19, 2019
(user@192.168.8.205) [(none)]> yield 1.000000001
============
| 1.000000 |
============
| 1.000000 |
------------
Got 1 rows (Time spent: 376/9795 us)

(user@192.168.8.205) [(none)]> yield 1.000003
============
| 1.000003 |
============
| 1.000003 |
------------
Got 1 rows (Time spent: 168/3260 us)

(user@192.168.8.205) [(none)]> yield 1.0000004
============
| 1.000000 |
==
You-Dont-Know-JS
Trending repository
oriprice
oriprice commented Jan 17, 2017

In What about &&? section we have the following code.

function foo() {
    console.log( a );
}

var a = 42;

a && foo(); // 42

result in comment should indicate that foo was called. but in fact we would get same result of "42" if first operand had been called (like in || operator). i think results of a and foo() should be different to make the example be clearer.

free-programming-books
Trending repository
telegraf
Trending repository
jamesshannon
jamesshannon commented Nov 4, 2019

Feature Request

docker has a config setting called perdevice:

## Whether to report for each container per-device blkio (8:0, 8:1...) and
## network (eth0, eth1, ...) stats or not
perdevice = true

While it applies to blkio and network, it does not apply to CPU. So I get 5 CPU values, one for each CPU.

The spirit of perdevice is clearly "Don't overload my network and my

Alamofire
Trending repository
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.

You can’t perform that action at this time.