Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
《统计学习方法》的代码实现
-
Updated
Nov 13, 2019 - 33 commits
- Jupyter Notebook
13 Halloween-themed game jam games featuring ghosts, ghouls, demons, daemons, and more. All fun to play and hack on. Cheats codes included!
MySQL
MySQL is an open source relational database management system.
:lock::earth_africa: Static analysis powered security scanner for your terraform code
-
Updated
Nov 13, 2019 - 125 commits
- Go
Cheat Sheets
-
Updated
Nov 13, 2019 - 284 commits
GitHub Universe
November 13, 2019 - November 14, 2019 • San Francisco
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
-
Updated
Nov 13, 2019 - 27 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
Notes for Beginner Network Pentesting Course
-
Updated
Nov 13, 2019 - 28 commits
SoftwarePark exercises and dojos
-
Updated
Nov 13, 2019 - 52 commits
- Python
my_first_calculator.py
-
Updated
Nov 13, 2019 - 13 commits
- Python
This repository was created and developed by Ammar Amer @cry__pto Only. Updates to this repository will continue to arrive until the number of links reaches 10000 links & 10000 pdf files .Learn Ethical Hacking and penetration testing .hundreds of ethical hacking & penetration testing & red team & cyber security & computer science resources.
-
Updated
Nov 13, 2019 - 180 commits
Go Training Class Material :
-
Updated
Nov 13, 2019 - 2 commits
- Go
The fastai deep learning library, plus lessons and tutorials
-
Updated
Nov 13, 2019 - 5 commits
- Jupyter Notebook
📜 33 concepts every JavaScript developer should know.
-
Updated
Nov 13, 2019 - 360 commits
- JavaScript
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
-
Updated
Nov 13, 2019 - 3 commits
- Dockerfile
大型网络渗透扫描器&Cobalt Strike,包含信息收集/端口扫描/服务识别/网络资产/密码爆破/漏洞检测/漏洞利用。漏洞检测含MS17010、Weblogic、ActiveMQ、Tomcat等,密码口令爆破含(Mysql、Oracle、MSSQL)、FTP、SSH(Linux)、VNC、Windows(IPC、WMI、SMB)等,可高度自定义插件支持.NET程序集、DLL(C#/Delphi/VC)、PowerShell等语言编写的插件,支持通过配置INI批量调用任意外部程序或命令,EXP生成器一键生成Web漏洞POC,可快速扩展扫描或利用能力。支持Cobalt Strike插件化直接内存加载Ladon扫描快速拓展内网横向移动
-
Updated
Nov 13, 2019 - 32 commits
- C#
a set of simple utilities in c for microcontrollers
-
Updated
Nov 13, 2019 - 50 commits
- C
TBase is an enterprise-level distributed HTAP database. Through a single database cluster to provide users with highly consistent distributed database services and high-performance data warehouse services, a set of integrated enterprise-level solutions is formed.
-
Updated
Nov 13, 2019 - 4 commits
- C
📚 A practical approach to machine learning.
-
Updated
Nov 13, 2019 - 35 commits
- Jupyter Notebook
- many programming books have names that can be confused for similar books: e.g. "introduction to Java". It's very helpful to browsers to see the author names
- The identity of books with translated titles may not be apparent
- People googling for books will more easily find our lists
- (perhaps most important) Authors who make their books available for free deserve recognition
If you'd lik
Interactive React Paycard
-
Updated
Nov 13, 2019 - 31 commits
- JavaScript
Curated list of project-based tutorials
-
Updated
Nov 13, 2019 - 444 commits
Course Files for Complete Python 3 Bootcamp Course on Udemy
-
Updated
Nov 13, 2019 - 51 commits
- Jupyter Notebook
The panic messages when the reactor or timer are not available should be improved to better explain what a user needs to do to fix them (originally reported at hyperium/hyper#1995).
- Current timer panic:
timer error: timer is shutdown - Current reactor panic:
no current reactor
:books: 免费的计算机编程类中文书籍,欢迎投稿
-
Updated
Nov 13, 2019 - 885 commits
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.
In #437 we fixed bugs to
Stream::merge. There is another improvement we may want to apply here:Randomization
If two items from
Stream::mergeare ready at the same time, we will always pick the item from the first stream first. We should probably apply some randomization here to make it so we don't exhaust one stream completely before starting the other. This should reduce overall lat