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
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.
Atom
Atom is a open source text editor built with web technologies.
:lock::earth_africa: Static analysis powered security scanner for your terraform code
-
Updated
Nov 13, 2019 - 123 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 - 44 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
Ladon一款用于大型网络渗透的多线程插件化综合扫描神器,含端口扫描、服务识别、网络资产、密码爆破、高危漏洞检测以及一键GetShell,支持批量A段/B段/C段以及跨网段扫描,支持URL、主机、域名列表扫描。5.5版本内置39个功能模块,通过多种协议以及方法快速获取目标网络存活主机IP、计算机名、工作组、共享资源、网卡地址、操作系统版本、网站、子域名、中间件、开放服务、路由器、数据库等信息,漏洞检测包含MS17010、Weblogic、ActiveMQ、Tomcat、Struts2等,密码爆破11种含数据库(Mysql、Oracle、MSSQL)、FTP、SSH(Linux主机)、VNC、Windows密码(IPC、WMI、SMB)、Weblogic后台、Rar压缩包密码等,Web指纹识别模块可识别75种(Web应用、中间件、脚本类型、页面类型)等,可高度自定义插件POC支持.NET程序集、DLL(C#/Delphi/VC)、PowerShell等语言编写的插件,支持通过配置INI批量调用任意外部程序或命令,EXP生成器可一键生成漏洞POC快速扩展扫描能力。Ladon支持Cobalt Strike插件化扫描快速拓展内网进行横向移动。
-
Updated
Nov 13, 2019 - 27 commits
- C#
a set of simple utilities in c for microcontrollers
-
Updated
Nov 13, 2019 - 43 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 - 28 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