Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Exploit for CVE-2019-11043
-
Updated
Oct 29, 2019 - 26 commits
- Go
osquery exposes an operating system as a high-performance relational database. This allows you to write SQL-based queries to explore operating system data.
With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes.
Mastodon
Mastodon is a free, decentralized, open-source microblogging network.
3D graphics rendering pipeline. Implemented in JavaScript. Run in a terminal.
-
Updated
Oct 29, 2019 - 29 commits
- TypeScript
Ultimate Go study guide, with heavily documented code and programs analysis all in 1 place →
-
Updated
Oct 29, 2019 - 179 commits
- Go
Game Off
November 01, 2019 - December 01, 2019 • Online
Bootstrap post-collapse technology
-
Updated
Oct 29, 2019 - 456 commits
- Assembly
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
-
Updated
Oct 29, 2019 - 108 commits
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
Git repository summary on your terminal
-
Updated
Oct 29, 2019 - 339 commits
- Rust
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
Updated
Oct 29, 2019 - 1 commits
- Go
互联网上的免费书籍
-
Updated
Oct 29, 2019 - 54 commits
Description
@xstate/test, @xstate/graph: getting "Maximum call stack size exceeded at JSON.stringify" while trying to evaluate test plans todosModel.getSimplePathPlans()
Expected Result
No exception
Reproduction
A simple machine which makes it happen. BTW removing cycle by changing TODO_CANCEL's target to Done state makes it work.
Model
const todosModel = crWhen I created the bitcoin-qt GUI I made a big mistake in its design. I copied this more or less exactly from the wxwindows GUI. I was aware of this back in the day, but was planning to fix it later. I never got around to it. Honestly speaking I don't think I ever will.
In any case, the event loop in the main thread of a Qt program (or any GUI program, for that matter) is never supposed to bloc
My Python Examples
-
Updated
Oct 29, 2019 - 1 commits
- Python
:computer: 🔄 :iphone: A realtime Database for JavaScript Applications
-
Updated
Oct 29, 2019 - 3 commits
- TypeScript
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
-
Updated
Oct 29, 2019 - 3 commits
- Python
A dataviz framework help gopher to build a admin panel in ten minutes
-
Updated
Oct 29, 2019 - 841 commits
- Go
Performant gesture-driven animation on the mobile web
-
Updated
Oct 29, 2019 - 59 commits
- JavaScript
Docker Tutorial Series
-
Go Web App
or -
Flask + Redis Web App
-
Make Dockerfile
-
Compose it
-
Push it to Dockerhub
Google's Engineering Practices documentation
-
Updated
Oct 29, 2019 - 21 commits
:octocat: Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目
-
Updated
Oct 29, 2019 - 69 commits
- Python
-
Updated
Oct 29, 2019 - 2 commits
- Go
🚀 fullstack tutorial 2019,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试
-
Updated
Oct 29, 2019 - 746 commits
- Java
TensorFlow code and pre-trained models for BERT
-
Updated
Oct 29, 2019 - 109 commits
- Python
We have a lot of inconsistency in the current codebase on how we name boolean setters and getters, and especially those we expose to the scripting API.
We should aim at fixing that for 4.0, breaking compatibility where needed. Related to #16863.
Current uses are of the form:
bool stuff = false;
void set_stuff(p_enable);
void set_stuff(p_enabled);
void set_stuff_enabled(p_enableLeanBoard
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.


I was reading through documentation but could not find more information how things are implemented internally. What I have especially been interested in how is real-time features of records being implanted across multiple database backends. So how it is determined which records have to be updated when something is changed, and how are changes detected in the first place.
See [example of a great