Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
Updated
Nov 15, 2019 - 241 commits
- Python
This year’s Game Off theme is LEAPS AND BOUNDS.
You’re welcome to interpret the theme however you wish, but if you need some ideas to kickstart your creativity, maybe your game could:
- Make your character evolve to overcome challenges
- Add obstacles to test your hero’s ability to leap into action
- Deduct points for anything going out of bounds
- Duck, dip, dive, and dodge an enemy that’s changing or moving rapidly
- Take place in the year 2020, the next leap year
Let your imagination run wild and create a game loosely-based or inspired by that theme using whatever game engines, libraries or languages you prefer before December 1st, 13:37 PT.
Clojure
Clojure is a dynamic, general-purpose programming language.
Needs to generate some texts to test if my GUI rendering codes good or not. so I made this.
-
Updated
Nov 15, 2019 - 28 commits
- JavaScript
Build, Store, and Distribute your Applications and Containers
-
Updated
Nov 15, 2019 - 9 commits
- Python
Game Off
November 01, 2019 - December 01, 2019 • Online
基于vue2 + koa2的 H5制作工具。让不会写代码的人也能轻松快速上手制作H5页面。类似易企秀、百度H5等H5制作、建站工具
-
Updated
Nov 15, 2019 - 14 commits
- JavaScript
深度学习开源书,基于TensorFlow 2.0实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
-
Updated
Nov 15, 2019 - 79 commits
- 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.
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
-
Updated
Nov 15, 2019 - 330 commits
《统计学习方法》的代码实现
-
Updated
Nov 15, 2019 - 33 commits
- Jupyter Notebook
In code_translator.rs, @bnjbvr noted (bytecodealliance/cranelift#1104 (comment)) that the boolean logical operator CLIF is identical between the scalar code and the SIMD code; e.g., let (a, b) = state.pop2(); state.push1(builder.ins().bor(a, b));. This code duplication can be removed by merging the match of some SIMD and scalar operators (the logical ones for su
Cheat Sheets
-
Updated
Nov 15, 2019 - 284 commits
Steps to reproduce
futures-preview = { version = "0.3.0-alpha.19", features = [ "async-await" ] }inCargo.tomlas recommended in §3.1.- Try to build the example in https://book.async.rs/tutorial/sending_messages.html
use futures::channel::mpsc; // 1
use futures::sink::SinkExt;
use std::sync::Arc;
type Sender<T> = mpsc::UnboundedSender<T>; // 2
type Receiver<T> = Source to www.draw.io
-
Updated
Nov 15, 2019 - 1 commits
- JavaScript
Companion example apps and code for MDC-Android.
-
Updated
Nov 15, 2019 - 96 commits
- Kotlin
Realm is a mobile database: a replacement for Core Data & SQLite
-
Updated
Nov 15, 2019 - 10 commits
- Objective-C
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家)
-
Updated
Nov 15, 2019 - 455 commits
- JavaScript
As requested in #2626, we should document all the fields available via the context as they are not really discoverable. The doc should include grpc functions like SetHeader/Method/etc as well as fields stored directly within the context like metadata and peer info.
Interactive React Paycard
-
Updated
Nov 15, 2019 - 33 commits
- JavaScript
【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch
-
Updated
Nov 15, 2019 - 436 commits
- Java
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
-
Updated
Nov 15, 2019 - 27 commits
- I've read, understood, and done my best to follow the *CONTRIBUTING guidelines.
I was searching what was the best way to log Alamofire requests and responses and the first thing I found was [How can I log each request/response using Alamofire?](https://stackoverflow.com/questions/26736428/how-can-i-log-each-request-resp
A high-performance, extensible, modular and cross-platform workflow engine. Built for automation. Optimized for SaaS integration. Runs on Windows, Linux, macOS and the cloud.
-
Updated
Nov 15, 2019 - 1 commits
- C#
Package version eg. v8, v9:
v9
Issue, Question or Enhancement:
Is it possible to use oneof validation with values containing space character? Tried with single quote but it did not seem to work.
Code sample, to showcase or reproduce:
type Data struct {
Status string `json:"status" validate:"required,oneof='Awaiting Verification' 'Verified' 'Failed VeriAdd some docs for the new metrics added in #7257.
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 for GitHub commit/PR containing notebooks
- Commenting on the notebook diff to start discussion
- Conversation threads to track all open discussions
The spacing between the lines in the credits screen does not match the official D2 client. The spacing needs to be adjusted to accurately match what the original client does.