Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
JetBrains Mono – the free and open-source typeface for developers
-
Updated
Jan 17, 2020
A Windows game, quite literally, with a unique game mechanic. Awarded 1st place in the Innovation category.
CSS
The key features of Optuna in the README.md https://github.com/optuna/optuna#key-features should be explained more in details, for instance in the documentation. Currently, the user have to refer to the paper.
Git Merge 2020
March 04, 2020 • Los Angeles
Reverse engineering course by Z0F. Focuses on x64 Windows.
-
Updated
Jan 17, 2020 - C++
DDSP: Differentiable Digital Signal Processing
-
Updated
Jan 17, 2020 - Python
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
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.
Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.
-
Updated
Jan 17, 2020 - Dart
Currently debug_interface_log_tail spawns dedicated thread for each node.
Instead of doing that we can switch to using async grpc API and do all work in main tokio Runtime
Code pointer: debug_interface_log_tail.rs
Some markdown bold syntax is incorrectly displayed.
- 예를 들면 **alt-.**같은 경우
- ctrl-v **[Tab]**키를 누르거나
It should be modified as follows.
- 예를 들면 alt-. 같은 경우
- ctrl-v [Tab] 키를 누르거나
this repository accompanies the book "Grokking Deep Learning"
-
Updated
Jan 17, 2020 - Jupyter Notebook
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.
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 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"?
The >>>= is a bitwise unsigned right shift assignment operator in Javascript and it would be really nice to have a ligature for.
Kotlin Library for Async Data Loading and Caching
-
Updated
Jan 17, 2020 - Kotlin
Description
Depending on how docker image tar was saved it does not have tags recorded in it. So I use
docker load -i image.tar
I get an image with out a tag.
Steps to reproduce the issue:
- Use
docker load -i image.tar
command to load a image tar which does not have tag
2. run
docker images
and see that the docker image does not have a t
Please fill out the sections below to help us address your issue.
Version of AWS SDK for Go?
Currently, v1.25.50 released yesterday, but missing updates from at least v1.25.46, released December 3rd (8 days ago).
Version of Go (go version)?
N/A
What issue did you see?
https://docs.aws.amazon.com/sdk-for-go/api/ is missing documentation for updates since at least Dec
-
Updated
Jan 17, 2020 - JavaScript
Kind (Required)
- Improvement
Overview (Required)
- Title says everything
⏲ - Probably we can use implementation of 2019.
Links
CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition
-
Updated
Jan 17, 2020 - Python
Projeto resultado da Semana Omnistack #10
-
Updated
Jan 17, 2020 - JavaScript
newbee-mall 项目(新蜂商城)是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。
-
Updated
Jan 17, 2020 - Java
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?
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

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.