GitHubのトレンドをまとめていきます。
1月の達成率は9/31=29%でした
29日
hasura/graphql-engine
簡単にGraphQLのバックエンドサーバーを構築できるライブラリ。Potgresqlのデータベースを指定するとGraphQLスキーマとリゾルバを自動で生成してくれる。
https://github.com/hasura/graphql-engine#hasura-graphql-engine
facebookexperimental/rome
Javascript言語での、コンパイル/lint/バンドル/テストなどのツールのコレクション。これらの機能を外部のライブラリに依存することなく、全てromeのプラグインとして実装しようとしている
signalapp/Signal-Android
メッセージ送受信ライブラリSignalのAndroid版。クライアント間で直接暗号化復号化をするのでセキュアらしい。ライブラリはJavascript/Java/Cで提供されている
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
rome | 1726 | 4108 | TypeScript | An experimental JavaScript toolchain |
ElysiumMall | 63 | 109 | Java | My Own Online Mall Project Using SpringBoot |
pearProject | 94 | 1143 | Vue | pear,梨子,轻量级的在线项目/任务协作系统,远程办公协作 |
kbone-ui | 55 | 149 | Vue | kbone-ui 是一套能同时支持 小程序(kbone) 和 vue 框架开发的多端 UI 库 |
fucking-algorithm | 852 | 2029 | undefined | labuladong的算法小抄,手把手撕LeetCode题目,扒各种算法套路的裤子,不仅how,还有why。 |
COVID-19 | 215 | 1819 | undefined | Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE |
akshare | 51 | 218 | Python | AkShare is an elegant and simple financial data interface library for Python, built for human beings! |
atm-cli | 175 | 815 | Rust | Command line tool for generating and working with MIDI files. |
kbone | 142 | 1834 | JavaScript | 一个致力于微信小程序和 Web 端同构的解决方案 |
trax | 77 | 3506 | Python | Trax — your path to advanced deep learning |
PIFu | 73 | 252 | Python | This repository contains the code for the paper “PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization” |
nanopi-openwrt | 44 | 121 | Shell | nanopi r1s r2s固件编译 |
coding-interview-university | 412 | 100075 | undefined | A complete computer science study plan to become a software engineer. |
javascript-questions | 228 | 16134 | undefined | A long list of (advanced) JavaScript questions, and their explanations ✨ |
helium | 175 | 946 | Python | Selenium-python, 50% easier. Helium is the best Python library for web automation. |
algorithm-visualizer | 30 | 28551 | JavaScript | 🎆Interactive Online Platform that Visualizes Algorithms from Code |
gitignore | 116 | 95803 | undefined | A collection of useful .gitignore templates |
go-under-the-hood | 43 | 1694 | Go | 📚 Go Under The Hood: A Source Code Study of Go (1.14, WIP) |
nest | 50 | 24694 | TypeScript | A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) 🚀 |
graphql-engine | 153 | 15006 | JavaScript | Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events. |
nuxt.js | 33 | 25601 | JavaScript | The Vue.js Framework |
Daily-Interview-Question | 118 | 17268 | JavaScript | 我是木易杨,公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。 |
python-guide | 32 | 20363 | Batchfile | Python best practices guidebook, written for humans. |
wtfjs | 184 | 16032 | JavaScript | A list of funny and tricky JavaScript examples |
Signal-Android | 47 | 12676 | Java | A private messenger for Android. |
28日
newscatcher
任意のニュースサイトからニュースを抽出するpythonライブラリ。デモではnytimes.comから取得している。スクレイピングしてるのかと思ったけど実は newscatcherという外部サービスを使用しているようである
wtfjs
不思議な挙動をするjsのコードを集めたリポジトリ。
もにょる。。
let a = [, , ,];
a.length; // -> 3
a.toString(); // -> ',,'
https://github.com/denysdovhan/wtfjs#trailing-commas-in-array
openpilot
自動運転のOSS。車とスマホを接続してスマホアプリとして動作している。サポートされている車種は限定されているが車種によっては自動ブレーキ・車線の維持・死角警告などが利用できて多機能だ。
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
coding-interview-university | 496 | 99823 | undefined | A complete computer science study plan to become a software engineer. |
fucking-algorithm | 367 | 1307 | undefined | labuladong 的算法小抄,总结各种常考算法的套路,助力刷题面试(作者应届生,顺带求实习) |
atm-cli | 162 | 621 | Rust | Command line tool for generating and working with MIDI files. |
javascript-questions | 131 | 15980 | undefined | A long list of (advanced) JavaScript questions, and their explanations ✨ |
awesome | 173 | 126896 | undefined | 😎 Awesome lists about all kinds of interesting topics |
dispatch | 350 | 943 | Python | All of the ad-hoc things you’re doing to manage incidents today, done for you, and much more! |
clean-code-javascript | 158 | 33204 | JavaScript | 🛁 Clean Code concepts adapted for JavaScript |
newscatcher | 181 | 494 | Python | Programmatically collect normalized news from (almost) any website. |
COVID-19 | 200 | 1614 | undefined | Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE |
Front-End-Web-Development-Resources | 102 | 566 | undefined | This repository contains content which will be helpful in your journey as a front-end Web Developer |
free-for-dev | 216 | 32673 | HTML | A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev |
wtfjs | 110 | 15876 | JavaScript | A list of funny and tricky JavaScript examples |
AI_Curriculum | 107 | 567 | undefined | Open Deep Learning and Reinforcement Learning lectures from top Universities like Stanford, MIT, UC Berkeley. |
snipe-it | 31 | 3765 | PHP | A free open source IT asset/license management system |
Signal-Android | 59 | 12634 | Java | A private messenger for Android. |
awesome-for-beginners | 84 | 16839 | undefined | A list of awesome beginners-friendly projects. |
javascript-algorithms | 94 | 62414 | JavaScript | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings |
heroicons | 725 | 2590 | undefined | A set of free MIT-licensed high-quality SVG icons for UI development. |
computer-science | 135 | 55618 | undefined | 🎓 Path to a free self-taught education in Computer Science! |
Daily-Interview-Question | 42 | 17178 | JavaScript | 我是木易杨,公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。 |
vectorbt | 28 | 161 | Jupyter Notebook | Python library for backtesting and analyzing trading strategies at scale |
pix-dict-api | 14 | 108 | undefined | API do DICT - Diretório de Identificadores de Contas Transacionais |
free-programming-books | 90 | 137697 | undefined | 📚 Freely available programming books |
openpilot | 36 | 13981 | C++ | open source driving agent |
vue | 184 | 157925 | JavaScript | 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. |
27日
GitCracken
GitCrackenをクラックして入手したソースコードが置かれているリポジトリ?
clean-code-javascript
クリーンなJavascriptのコードを書くための考え方がまとめられているリポジトリ。jsでのSOLID原則のお作法も書かれているので絶対読んだ方がいい。ボリュームも大きい
日本語翻訳版リポジトリもあるけど最終更新が古いのでオリジナルを読むようが良さげ
destiny
Javascript/Typescript専用フォルダ・ファイル名の整形ツール。import文も修正してくれる。使い所がわからない
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
coding-interview-university | 773 | 99381 | undefined | A complete computer science study plan to become a software engineer. |
heroicons | 652 | 2176 | undefined | A set of free MIT-licensed high-quality SVG icons for UI development. |
dispatch | 327 | 702 | Python | All of the ad-hoc things you’re doing to manage incidents today, done for you, and much more! |
WaykiChain | 147 | 1082 | C++ | Public Blockchain as a Decentralized Economy Infrastructure Service Platform |
computer-science | 194 | 55498 | undefined | 🎓 Path to a free self-taught education in Computer Science! |
vue | 197 | 157808 | JavaScript | 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. |
nndl.github.io | 78 | 10809 | HTML | 《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning |
free-for-dev | 204 | 32496 | HTML | A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev |
awesome-datascience | 99 | 11310 | undefined | 📝 An awesome Data Science repository to learn and apply for real world problems. |
91Porn-crawler | 81 | 250 | JavaScript | 🌭💦 91porn爬虫在线API接口(永久有效) 及 在线web预览 |
h4cker | 283 | 5638 | Python | This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerabili |
dnSpy | 51 | 13402 | C# | .NET debugger and assembly editor |
COVID-19 | 191 | 1408 | undefined | Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE |
ant-design | 80 | 56718 | TypeScript | 🌈 A UI Design Language and React UI library |
Signal-Android | 32 | 12583 | Java | A private messenger for Android. |
mall-swarm | 52 | 1608 | Java | mall-swarm是一套微服务商城系统,采用了 Spring Cloud Greenwich、Spring Boot 2、MyBatis、Docker、Elasticsearch等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。 |
tips_for_interview | 60 | 297 | undefined | Some of my thoughts about interview. 我的一些面试心得 |
ebpf | 55 | 283 | Go | eBPF Library for Go |
GitCracken | 25 | 296 | TypeScript | Crack GitKraken |
pi-hole | 67 | 20957 | Shell | A black hole for Internet advertisements |
clean-code-javascript | 115 | 33053 | JavaScript | 🛁 Clean Code concepts adapted for JavaScript |
virtual-environments | 11 | 245 | PowerShell | GitHub Actions virtual environments |
magento2 | 7 | 8334 | PHP | All Submissions you make to Magento Inc. (“Magento”) through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty f |
adet | 14 | 156 | Python | AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks. |
destiny | 102 | 1106 | TypeScript | Prettier for File Structures |
26日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
coding-interview-university | 548 | 98811 | undefined | A complete computer science study plan to become a software engineer. |
COVID-19 | 142 | 1214 | undefined | Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE |
Waking-Up | 378 | 1575 | undefined | 计算机基础(计算机网络/操作系统/数据库/Git…)面试问题全面总结,包含详细的follow-up question以及答案;全部采用【问题+追问+答案】的形式,即拿即用,直击互联网大厂面试;可用于模拟面试、面试前复习、短期内快速备战面试… |
h4cker | 320 | 5363 | Python | This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerabili |
lazygit | 159 | 14778 | Go | simple terminal UI for git commands |
haven | 121 | 5653 | Java | Haven is for people who need a way to protect their personal spaces and possessions without compromising their own privacy, through an Android app and on-device sensors |
FaceMaskDetection | 80 | 213 | Python | 开源人脸口罩检测模型和数据 Detect faces and determine whether people are wearing mask. |
mall-swarm | 38 | 1559 | Java | mall-swarm是一套微服务商城系统,采用了 Spring Cloud Greenwich、Spring Boot 2、MyBatis、Docker、Elasticsearch等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。 |
free-for-dev | 159 | 32288 | HTML | A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev |
CodeIgniter4 | 24 | 2306 | PHP | Open Source PHP Framework (originally from EllisLab) |
plaidml | 57 | 3104 | C++ | PlaidML is a framework for making deep learning work everywhere. |
flutter | 96 | 87337 | Dart | Flutter makes it easy and fast to build beautiful mobile apps. |
DisneyMotions | 78 | 332 | Kotlin | 🦁 A Disney app using transformation motions based on MVVM (ViewModel, Coroutines, LiveData, Room, Repository, Koin) architecture. |
OpenAstroTracker | 23 | 149 | C# | 3D printed DSLR tracking mount |
diagrams | 118 | 2058 | Python | 🎨 Diagram as Code for prototyping cloud system architectures |
nndl.github.io | 76 | 10733 | HTML | 《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning |
HelloGitHub | 167 | 27120 | Python | Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目 |
oidc-client-js | 23 | 1445 | JavaScript | OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications |
re2 | 23 | 4535 | C++ | RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. |
azure-quickstart-templates | 10 | 6545 | PowerShell | Azure Quickstart Templates |
ant-design | 68 | 56652 | TypeScript | 🌈 A UI Design Language and React UI library |
awesome-datascience | 77 | 11200 | undefined | 📝 An awesome Data Science repository to learn and apply for real world problems. |
vapor | 23 | 18140 | Swift | 💧 A server-side Swift web framework. |
spring-security | 16 | 4401 | Java | Spring Security |
terraform-provider-azurerm | 8 | 1442 | Go | Terraform provider for Azure Resource Manager |
25日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
WaykiChain | 330 | 756 | C++ | Public Blockchain as a Decentralized Economy Infrastructure Service Platform |
Waking-Up | 192 | 1202 | undefined | 计算机基础(计算机网络/操作系统/数据库/Git…)面试问题全面总结,包含详细的follow-up question以及答案;全部采用【问题+追问+答案】的形式,即拿即用,直击互联网大厂面试;可用于模拟面试、面试前复习、短期内快速备战面试… |
h4cker | 785 | 5048 | Python | This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerabili |
pytudes | 175 | 13331 | Jupyter Notebook | Python programs to practice or demonstrate skills. |
miaosha | 121 | 13707 | Java | ⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓 |
UTM | 459 | 2047 | Objective-C | Virtual machines for iOS |
HelloGitHub | 197 | 26974 | Python | Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目 |
nodebestpractices | 184 | 39841 | JavaScript | ✅ The largest Node.js best practices list (January 2020) |
Koppeling | 31 | 93 | C++ | Adaptive DLL hijacking / dynamic export forwarding |
Trojan-Qt5 | 70 | 274 | C | A cross-platform trojan GUI client based on Shadowsocks-qt |
glitch-this | 147 | 712 | Python | 📷 Glitchify static images to glitched images and GIFs! |
youtube-dl | 106 | 62064 | Python | Command-line program to download videos from YouTube.com and other video sites |
toBeTopJavaer | 85 | 10926 | Java | To Be Top Javaer - Java工程师成神之路 |
SpaceVim | 25 | 13169 | Vim script | A community-driven modular vim distribution - The ultimate vim configuration |
trfl | 25 | 2911 | Python | TensorFlow Reinforcement Learning |
coding-interview-university | 64 | 98277 | undefined | A complete computer science study plan to become a software engineer. |
architect-awesome | 59 | 43752 | undefined | 后端架构师技术图谱 |
flutter | 96 | 87252 | Dart | Flutter makes it easy and fast to build beautiful mobile apps. |
react-visual-editor | 43 | 95 | TypeScript | React可视化编辑 |
GSOC2020 | 5 | 71 | undefined | Mozilla and GSOC 2020 |
industry-machine-learning | 101 | 4797 | undefined | A curated list of applied machine learning and data science notebooks and libraries across different industries. |
goxygen | 139 | 616 | Go | 👩🏻💻 Generate a modern web project with Go, React and MongoDB in seconds 🚀 |
JavaGuide | 123 | 69527 | Java | 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 |
fullstack-tutorial | 42 | 7782 | Java | 🚀 fullstack tutorial 2019,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试 |
complete-javascript-course | 34 | 3140 | JavaScript | Starter files, final projects and FAQ for my Complete JavaScript course |
24日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
UTM | 1501 | 1662 | Objective-C | Virtual machines for iOS |
pytudes | 215 | 13172 | Jupyter Notebook | Python programs to practice or demonstrate skills. |
h4cker | 837 | 4489 | Python | This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerabili |
nodebestpractices | 414 | 39668 | JavaScript | ✅ The largest Node.js best practices list (January 2020) |
blurhash | 1073 | 2818 | C | A very compact representation of a placeholder for an image. |
google-access-helper | 172 | 6702 | JavaScript | 谷歌访问助手破解版 |
HelloGitHub | 314 | 26782 | Python | Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目 |
goxygen | 359 | 484 | Go | Generate a modern web project with Go, React and MongoDB in seconds. |
ChromeAppHeroes | 69 | 13745 | JavaScript | 🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ |
miaosha | 120 | 13588 | Java | ⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓 |
centermask2 | 43 | 74 | Python | CenterMask2 on top of detectron2 |
Trojan-Qt5 | 164 | 203 | C | A cross-platform trojan GUI client based on Shadowsocks-qt |
darknet | 53 | 16444 | C | Convolutional Neural Networks |
industry-machine-learning | 95 | 4707 | undefined | A curated list of applied machine learning and data science notebooks and libraries across different industries. |
you-get | 84 | 30860 | Python | ⏬ Dumb downloader that scrapes the web |
ClashForAndroid | 101 | 1027 | Kotlin | A rule-based tunnel for Android. |
youtube-dl | 109 | 61972 | Python | Command-line program to download videos from YouTube.com and other video sites |
Most-recommended-programming-books | 312 | 324 | undefined | The most recommended programming books of all-time. |
trojan | 276 | 7629 | C++ | An unidentifiable mechanism that helps you bypass GFW. |
toBeTopJavaer | 208 | 10844 | Java | To Be Top Javaer - Java工程师成神之路 |
openwrt | 34 | 5456 | C | This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests he |
javascript | 136 | 92933 | JavaScript | JavaScript Style Guide |
Front-End-Checklist | 227 | 37960 | JavaScript | 🗂 The perfect Front-End Checklist for modern websites and meticulous developers |
flutter | 146 | 87170 | Dart | Flutter makes it easy and fast to build beautiful mobile apps. |
Malware-Analysis-Training | 330 | 466 | HTML | Retired beginner/intermediate malware analysis training materials from @pedramamini and @erocarrera. |
23日
goxygen
React+MongoDB+Goで構成されるwebフレームワーク。まだ開発中ぽい
BlurHash
画像の配色を抽出して、画像のプレースホルダーとして表示するための仕組み。
仕組みは、 画像保存時に配色情報を数十文字の文字列として保存し、表示時にその文字列からプレースホルダーを表示することで実現している。C/Kotlin/tsなどで対応している。デモではtsを使ってブラウザのみで実現している。
dtale
Pandasのデータ構造を簡単に閲覧・分析するためのツール。Jupyterの表示が綺麗になってて操作可能になってる。チャート・もいろいろ用意されてる。インタラクティブに表示形式をさくさく変えることができるので、データをササっと閲覧したいときに使えそう
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
Malware-Analysis-Training | 232 | 373 | HTML | Retired beginner/intermediate malware analysis training materials from @pedramamini and @erocarrera. |
nodebestpractices | 279 | 39536 | JavaScript | ✅ The largest Node.js best practices list (January 2020) |
goxygen | 201 | 332 | Go | Generate a modern web project with Go, React and MongoDB in seconds. |
Awesome | 179 | 12318 | undefined | 💻 🎉 An awesome & curated list of best applications and tools for Windows. |
blurhash | 790 | 2551 | C | A very compact representation of a placeholder for an image. |
UTM | 961 | 1134 | Objective-C | Virtual machines for iOS |
posthog | 169 | 711 | Python | 🦔 PostHog is developer-friendly, open-source product analytics. |
h4cker | 251 | 4012 | Rich Text Format | This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerabili |
Awesome-Linux-Software | 71 | 13457 | Python | A list of awesome applications, software, tools and other materials for Linux distros. |
learnjavabug | 99 | 380 | Java | Java安全相关的漏洞和技术demo,其中包括原生Java、Fastjson、Jackson、Hessian2以及XML反序列化漏洞利用和Dubbo(Hessian2反序列化)、Shiro(PaddingOracleCBC)等框架的exploits,并且还有Java Security Manager绕过、Dubbo-Hessian2安全加固、RMI、tomcat漏洞利用等等实践代码。 |
Real-Time-Person-Removal | 293 | 2429 | JavaScript | Removing people from complex backgrounds in real time using TensorFlow.js in the web browser |
Front-End-Checklist | 84 | 37856 | JavaScript | 🗂 The perfect Front-End Checklist for modern websites and meticulous developers |
html5-boilerplate | 62 | 44125 | JavaScript | A professional front-end template for building fast, robust, and adaptable web apps or sites. |
realworld | 129 | 37036 | JavaScript | “The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅 |
react-blog-github | 90 | 318 | JavaScript | React + Github Issues 👉 Your Personal Blog 🔥 |
HelloGitHub | 165 | 26651 | Python | Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目 |
material-components-android | 69 | 9445 | Java | Modular and customizable Material Design UI components for Android |
dtale | 116 | 626 | JavaScript | Flask/React client for visualizing pandas data structures |
dm-haiku | 61 | 286 | Python | JAX-based neural network library |
awesome-deep-learning-papers | 23 | 20679 | TeX | The most cited deep learning papers |
mall | 90 | 29941 | Java | mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。 |
google-access-helper | 73 | 6611 | JavaScript | 谷歌访问助手破解版 |
javascript | 70 | 92875 | JavaScript | JavaScript Style Guide |
packages | 58 | 254 | Dart | A collection of useful packages maintained by the Flutter team |
You-Dont-Know-JS | 133 | 117681 | undefined | A book series on JavaScript. @YDKJS on twitter. |
22日
computer-vision-basics-in-microsoft-excel
Excelを通してコンピュータービジョンが学習できるリポジトリ。
最終的にはエッジ検出などまで実装する
https://github.com/amzn/computer-vision-basics-in-microsoft-excel#preview-of-what-we-will-achieve
unform
Reactのライブラリ。formikのように、入力フォームを簡潔に組み立てることができる。
デモがとてもシンプル。formikほど多機能ではないが使える場面は多いでしょう
Real-Time-Person-Removal
動画内の背景を徐々に学習していき、人が映ってきても検知して削除している。しかもjavascriptなのでブラウザだけで動作が可能。
デモを試したがそれなりに自分が消えてた。macのインカメで撮ってブレていたので、固定したカメラだともっと綺麗に消去されるはず
refined-github
GitHubでの操作を快適にするChrome拡張。Firefoxでもアドオンとして提供されている。
特にコンフリクト解消が1クリックでできたりissueが自動でリンクされている機能は、普段仕事でGitHubを使う人には重宝されると思った。
ちなみに僕はGitLab派です
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 | |
---|---|---|---|---|---|
Malware-Analysis-Training | 131 | 284 | HTML | Retired beginner/intermediate malware analysis training materials from @pedramamini and @erocarrera. | |
h4cker | 222 | 3836 | Rich Text Format | This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerabili | |
BaiduPCS-Go | 105 | 20327 | Go | 百度网盘客户端 - Go语言编写 | |
nodebestpractices | 113 | 39401 | JavaScript | ✅ The largest Node.js best practices list (January 2020) | |
DAIN | 79 | 2040 | Python | Depth-Aware Video Frame Interpolation (CVPR 2019) | |
computer-vision-basics-in-microsoft-excel | 292 | 1640 | undefined | Computer Vision Basics in Microsoft Excel (using just formulas) | |
ClashForAndroid | 34 | 953 | Kotlin | A rule-based tunnel for Android. | |
toBeTopJavaer | 66 | 10697 | Java | To Be Top Javaer - Java工程师成神之路 | |
AutoDeleteFileOnPCWechat | 29 | 166 | Python | 自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。 | |
Actions-OpenWrt | 24 | 620 | Shell | Build OpenWrt using GitHub Actions | 使用 GitHub Actions 云编译 OpenWrt |
computervision-recipes | 329 | 1633 | Jupyter Notebook | Best Practices, code samples, and documentation for Computer Vision. | |
unform | 46 | 2904 | TypeScript | Easy peasy high scalable ReactJS & React Native forms! 🚀 | |
developer-roadmap | 100 | 96205 | undefined | Roadmap to becoming a web developer in 2020 | |
HelloGitHub | 88 | 26537 | Python | Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目 | |
the-book-of-secret-knowledge | 90 | 30981 | undefined | A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. | |
refined-github | 43 | 10986 | TypeScript | Browser extension that simplifies the GitHub interface and adds useful features | |
awesome-blazor | 17 | 2590 | undefined | Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. | |
Awesome | 157 | 12160 | undefined | 💻 🎉 An awesome & curated list of best applications and tools for Windows. | |
7days-golang | 159 | 909 | Go | 7 days golang apps from scratch (web framework Gee, distributed cache GeeCache, etc) 7天用Go动手写系列[从零实现] | |
litemall | 24 | 11184 | Java | 又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端 | |
cra-template-redux | 90 | 362 | JavaScript | The official Redux+JS template for Create React App | |
tidytuesday | 11 | 1737 | R | Official repo for the #tidytuesday project | |
azure-docs | 3 | 3573 | PowerShell | Open source documentation of Microsoft Azure | |
face_recognition | 81 | 32210 | Python | The world’s simplest facial recognition api for Python and the command line | |
Real-Time-Person-Removal | 637 | 2196 | JavaScript | Removing people from complex backgrounds in real time using TensorFlow.js in the web browser |
21日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
Real-Time-Person-Removal | 343 | 1736 | JavaScript | Removing people from complex backgrounds in real time using TensorFlow.js in the web browser |
wearable-microphone-jamming | 99 | 345 | C++ | Repository for our paper Wearable Microphone Jamming |
computervision-recipes | 372 | 1453 | Jupyter Notebook | Best Practices, code samples, and documentation for Computer Vision. |
computer-vision-basics-in-microsoft-excel | 456 | 1445 | undefined | Computer Vision Basics in Microsoft Excel (using just formulas) |
Apollo-11 | 572 | 46449 | Assembly | Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. |
hs-airdrop | 105 | 429 | JavaScript | Decentralized airdrop to open source developers |
app-ideas | 670 | 13445 | undefined | A Collection of application ideas which can be used to improve your coding skills. |
materialize | 125 | 588 | Rust | The Streaming Data Warehouse |
amazon-sagemaker-examples | 22 | 3139 | Jupyter Notebook | Example notebooks that show how to apply machine learning, deep learning and reinforcement learning in Amazon SageMaker |
updog | 159 | 391 | Python | Updog is a replacement for Python’s SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use http basic auth. |
degoogle | 260 | 2662 | undefined | A huge list of alternatives to Google products. Privacy tips, tricks, and links. |
scully | 27 | 914 | TypeScript | The Static Site Generator for Angular apps |
kbone | 55 | 1294 | JavaScript | Web 与小程序同构解决方案 |
cra-template-redux | 112 | 297 | JavaScript | The official Redux+JS template for Create React App |
RedTeamer | 71 | 377 | undefined | 红方人员作战执行手册 |
leetcode | 63 | 27425 | JavaScript | LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。) |
Awesome | 68 | 12017 | undefined | 💻 🎉 An awesome & curated list of best applications and tools for Windows. |
AspNetCore.Docs | 18 | 6766 | C# | Documentation for ASP.NET Core |
mml-book.github.io | 66 | 5225 | Jupyter Notebook | Companion webpage to the book “Mathematics For Machine Learning” |
opensource.guide | 76 | 6551 | JavaScript | 📚 Community guides for open source creators |
can-it-be-done-in-react-native | 32 | 1252 | TypeScript | ⚛️📺Projects from the “Can it be done in React Native?” YouTube series |
awesome-scalability | 105 | 24817 | undefined | The Patterns of Scalable, Reliable, and Performant Large-Scale Systems |
Daily-Interview-Question | 31 | 16975 | JavaScript | 我是木易杨,公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。 |
7days-golang | 223 | 783 | Go | 7 days golang apps from scratch (web framework Gee, distributed cache GeeCache, etc) 7天用Go动手写系列[从零实现] |
h4cker | 49 | 3566 | Rich Text Format | This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerabili |
20日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
app-ideas | 731 | 12945 | undefined | A Collection of application ideas which can be used to improve your coding skills. |
hacker-laws | 410 | 12094 | undefined | 💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws |
computervision-recipes | 241 | 1095 | Jupyter Notebook | Best Practices, code samples, and documentation for Computer Vision. |
1on1-questions | 564 | 5243 | JavaScript | Mega list of 1 on 1 meeting questions compiled from a variety to sources |
7days-golang | 152 | 599 | Go | 7 days golang apps from scratch (web framework Gee, distributed cache GeeCache, etc) 7天用Go动手写系列[从零实现] |
degoogle | 269 | 2444 | undefined | A huge list of alternatives to Google products. Privacy tips, tricks, and links. |
mml-book.github.io | 53 | 5178 | Jupyter Notebook | Companion webpage to the book “Mathematics For Machine Learning” |
mit-deep-learning | 66 | 7112 | Jupyter Notebook | Tutorials, assignments, and competitions for MIT Deep Learning related courses. |
awesome-scalability | 171 | 24724 | undefined | The Patterns of Scalable, Reliable, and Performant Large-Scale Systems |
DAIN | 83 | 1871 | Python | Depth-Aware Video Frame Interpolation (CVPR 2019) |
Python-100-Days | 43 | 2298 | Python | 出处:https://github.com/jackfrued/Python-100-Days.git |
AspNetCore.Docs | 10 | 6747 | C# | Documentation for ASP.NET Core |
react | 93 | 144016 | JavaScript | A declarative, efficient, and flexible JavaScript library for building user interfaces. |
efcore | 21 | 8737 | C# | EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. |
ganhacks | 25 | 7943 | undefined | starter from “How to Train a GAN?” at NIPS2016 |
Complete-Python-3-Bootcamp | 42 | 8184 | Jupyter Notebook | Course Files for Complete Python 3 Bootcamp Course on Udemy |
LaZagne | 60 | 5096 | Python | Credentials recovery project |
aws-cdk | 28 | 4055 | TypeScript | The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code |
leon | 118 | 6519 | JavaScript | 🧠 Leon is your open-source personal assistant. |
odoo | 36 | 16681 | Python | Odoo. Open Source Apps To Grow Your Business. |
gogs | 60 | 33392 | Go | Gogs is a painless self-hosted Git service |
ApplicationInspector | 35 | 3284 | C# | A source code analyzer built for surfacing features of interest and other characteristics to answer the question ‘what’s in it’ using static analysis with a json based rules engine. Ideal for scanning |
airflow | 54 | 15718 | Python | Apache Airflow - A platform to programmatically author, schedule, and monitor workflows |
datahub | 52 | 1612 | TypeScript | A Generalized Metadata Search & Discovery Tool |
opensource.guide | 57 | 6482 | JavaScript | 📚 Community guides for open source creators |
19日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
1on1-questions | 929 | 4684 | JavaScript | Mega list of 1 on 1 meeting questions compiled from a variety to sources |
snoop | 53 | 326 | Python | Snoop — инструмент разведки на основе открытых данных |
esbuild | 455 | 2594 | Go | An extremely fast JavaScript bundler and minifier |
trax | 255 | 2893 | Python | Trax — your path to advanced deep learning |
app-ideas | 703 | 12225 | undefined | A Collection of application ideas which can be used to improve your coding skills. |
gdb-frontend | 217 | 841 | JavaScript | ☕ GDBFrontend is an easy, flexible and extensionable gui debugger. |
the-art-of-command-line | 243 | 69010 | undefined | Master the command line, in one page |
python-small-examples | 166 | 2409 | Python | Python有趣的小例子一网打尽。Python基础、Python坑点、Python字符串和正则、Python绘图、Python日期和文件、Web开发、数据科学、机器学习、深度学习、TensorFlow、Pytorch,一切都是简单易懂的小例子。 |
freespeech | 74 | 187 | Vue | A free program designed to help the non-verbal. |
awesome-scalability | 144 | 24560 | undefined | The Patterns of Scalable, Reliable, and Performant Large-Scale Systems |
system-design-primer | 253 | 83247 | Python | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. |
wearable-microphone-jamming | 52 | 176 | C++ | Repository for our paper Wearable Microphone Jamming |
degoogle | 178 | 2171 | undefined | A huge list of alternatives to Google products. Privacy tips, tricks, and links. |
sherlock | 91 | 10480 | Python | 🔎 Hunt down social media accounts by username across social networks |
leon | 85 | 6412 | JavaScript | 🧠 Leon is your open-source personal assistant. |
awesome-pentest | 130 | 11457 | undefined | A collection of awesome penetration testing resources, tools and other shiny things |
playwright | 157 | 9144 | JavaScript | Node library to automate Chromium, Firefox and WebKit with a single API |
joplin | 115 | 13013 | JavaScript | Joplin - an open source note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. Forum: https://discourse.joplinapp.org/ |
introtodeeplearning | 74 | 1608 | Jupyter Notebook | Lab Materials for MIT 6.S191: Introduction to Deep Learning |
3y | 41 | 5114 | undefined | 📓从Java基础、JavaWeb基础到常用的框架再到面试题都有完整的教程,几乎涵盖了Java后端必备的知识点 |
Complete-Python-3-Bootcamp | 31 | 8142 | Jupyter Notebook | Course Files for Complete Python 3 Bootcamp Course on Udemy |
CleanArchitecture | 35 | 3853 | C# | A starting point for Clean Architecture with ASP.NET Core |
efcore | 24 | 8720 | C# | EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. |
Carbon | 16 | 14056 | PHP | A simple PHP API extension for DateTime. |
org-roam | 28 | 282 | Emacs Lisp | Rudimentary Roam replica with Org-mode |
18日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
freespeech | 17 | 127 | Vue | A free program designed to help the non-verbal. |
python-small-examples | 120 | 2248 | Python | Python有趣的小例子一网打尽。Python基础、Python坑点、Python字符串和正则、Python绘图、Python日期和文件、Web开发、数据科学、机器学习、深度学习、TensorFlow、Pytorch,一切都是简单易懂的小例子。 |
the-art-of-command-line | 253 | 68795 | undefined | Master the command line, in one page |
Apollo-11 | 33 | 45545 | Assembly | Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. |
system-design-primer | 160 | 83016 | Python | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. |
awesome-pentest | 8 | 11338 | undefined | A collection of awesome penetration testing resources, tools and other shiny things |
joplin | 100 | 12910 | JavaScript | Joplin - an open source note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. Forum: https://discourse.joplinapp.org/ |
todomvc | 9 | 26300 | JavaScript | Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more |
introtodeeplearning | 62 | 1544 | Jupyter Notebook | Lab Materials for MIT 6.S191: Introduction to Deep Learning |
jd-assistant | 60 | 1215 | Python | 京东抢购助手:包含登录,查询商品库存/价格,添加/清空购物车,抢购商品(下单),查询订单等功能 |
wuhan2020-timeline | 80 | 808 | undefined | 记录自2019年12月起武汉新冠肺炎疫情进展的时间线。 |
Undecimus | 49 | 5537 | C | unc0ver jailbreak for iOS 11.0 - 12.4 |
openwrt | 23 | 126 | C | Lienol’s Modified OpenWrt source |
istio | 14 | 21731 | Go | Connect, secure, control, and observe services. |
tachiyomi | 15 | 6218 | Kotlin | Free and open source manga reader for Android |
esbuild | 641 | 2139 | Go | An extremely fast JavaScript bundler and minifier |
NLP-progress | 25 | 14581 | Python | Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks. |
linux | 113 | 86632 | C | Linux kernel source tree |
snoop | 47 | 268 | Python | Snoop — инструмент разведки на основе открытых данных |
lede | 82 | 7441 | C | Lean’s OpenWrt source |
Hackintosh | 36 | 3932 | Shell | Hackintosh long-term maintenance model EFI and installation tutorial |
efcore | 7 | 8701 | C# | EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. |
sherlock | 15 | 10399 | Python | 🔎 Hunt down social media accounts by username across social networks |
Complete-Python-3-Bootcamp | 13 | 8114 | Jupyter Notebook | Course Files for Complete Python 3 Bootcamp Course on Udemy |
spdlog | 10 | 7817 | C++ | Fast C++ logging library. |
17日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 | |
---|---|---|---|---|---|
python-small-examples | 44 | 2011 | Python | Python有趣的小例子一网打尽。Python基础、Python坑点、Python字符串和正则、Python绘图、Python日期和文件、Web开发、数据科学、机器学习、深度学习、TensorFlow、Pytorch,一切都是简单易懂的小例子。 | |
the-art-of-command-line | 92 | 68412 | undefined | Master the command line, in one page | |
surge | 11 | 345 | JavaScript | script | |
nodejs-cli-apps-best-practices | 186 | 525 | undefined | The largest Node.js CLI Apps best practices list ✨ | |
snoop | 105 | 162 | Python | Snoop — инструмент разведки на основе открытых данных | |
Undecimus | 39 | 5515 | C | unc0ver jailbreak for iOS 11.0 - 12.4 | |
Apollo-11 | 18 | 45464 | Assembly | Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. | |
introtodeeplearning | 22 | 1445 | Jupyter Notebook | Lab Materials for MIT 6.S191: Introduction to Deep Learning | |
esbuild | 812 | 1557 | Go | An extremely fast JavaScript bundler and minifier | |
trojan | 104 | 7004 | C++ | An unidentifiable mechanism that helps you bypass GFW. | |
Windows10-CustomKernelSigners | 23 | 233 | C++ | Load self-signed drivers without TestSigning or disable DSE. Transferred from https://github.com/DoubleLabyrinth/Windows10-CustomKernelSigners | |
system-design-primer | 121 | 82835 | Python | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. | |
optifine | 7 | 604 | undefined | ||
UnblockNeteaseMusic | 30 | 7837 | JavaScript | Revive unavailable songs for Netease Cloud Music | |
lion | 114 | 542 | JavaScript | Lion Web Components | |
Magisk | 25 | 9466 | Kotlin | A Magic Mask to Alter Android System Systemless-ly | |
lede | 59 | 7402 | C | Lean’s OpenWrt source | |
shadowsocks-windows | 54 | 47397 | C# | If you want to keep a secret, you must also hide it from yourself. | |
CS-Notes | 81 | 90942 | Java | 📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++ | |
org-roam | 26 | 220 | Shell | Rudimentary Roam replica with Org-mode | |
crawlab | 45 | 4489 | Go | Distributed web crawler admin platform for spiders management regardless of languages and frameworks. | |
linux | 70 | 86557 | C | Linux kernel source tree | |
Actions-OpenWrt | 18 | 518 | Shell | Build OpenWrt using GitHub Actions | 使用 GitHub Actions 云编译 OpenWrt |
Waking-Up | 45 | 544 | undefined | 计算机基础面试问题全面总结,包含详细的follow-up question以及答案;模拟面试,知识点复习,快速备战面试… | |
destiny | 143 | 295 | TypeScript | Prettier for File Structures |
16日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
ControlRoom | 429 | 1551 | Swift | A macOS app to control the Xcode Simulator. |
lion | 127 | 480 | JavaScript | Lion Web Components |
chakra-ui | 117 | 4848 | JavaScript | ⚡️Simple, Modular & Accessible UI Components for your React Applications |
terminal | 99 | 57718 | C++ | The new Windows Terminal and the original Windows console host, all in the same place! |
cli | 390 | 5126 | Go | The GitHub CLI |
quadsort | 525 | 833 | C | merge sort on steroids |
bagisto | 56 | 2041 | PHP | A Free and Opensource laravel eCommerce framework built for all to build and scale your business. |
ARC | 43 | 955 | JavaScript | The Abstraction and Reasoning Corpus |
nodejs-cli-apps-best-practices | 163 | 371 | undefined | The largest Node.js CLI Apps best practices list ✨ |
crawlab | 47 | 4432 | Go | Distributed web crawler admin platform for spiders management regardless of languages and frameworks. |
quibble | 338 | 540 | C | Quibble - the custom Windows bootloader |
fluent-ui-react | 5 | 252 | TypeScript | An ecosystem for building highly customizable enterprise class user interfaces. |
openchakra | 217 | 946 | TypeScript | ⚡️ Visual editor for Chakra UI |
the-art-of-command-line | 69 | 68240 | undefined | Master the command line, in one page |
justpy | 55 | 313 | Python | An object oriented high-level Python Web Framework that requires no frontend programming |
tcmalloc | 166 | 586 | C++ | |
hooks | 40 | 1172 | TypeScript | React Hooks Library |
broxy | 152 | 570 | Go | An HTTP/HTTPS intercept proxy written in Go. |
flutterfire | 14 | 1286 | Dart | 🔥 Firebase plugins for Flutter apps |
lede | 41 | 7367 | C | Lean’s OpenWrt source |
RedTeam-Tactics-and-Techniques | 22 | 653 | PowerShell | Red Teaming Tactics and Techniques |
helm | 20 | 16206 | Go | The Kubernetes Package Manager |
ClickHouse | 16 | 9615 | C++ | ClickHouse is a free analytics DBMS for big data |
PySyft | 38 | 5014 | Python | A library for encrypted, privacy preserving machine learning |
FreeRTOS | 40 | 228 | C | ‘Classic’ FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. |
15日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
ControlRoom | 619 | 1342 | Swift | A macOS app to control the Xcode Simulator. |
cli | 1257 | 4803 | Go | The GitHub CLI |
openchakra | 435 | 803 | TypeScript | ⚡️ Visual editor for Chakra UI |
FreeRTOS | 43 | 184 | C | ‘Classic’ FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. |
DeepSpeed | 287 | 1481 | Python | DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective. |
azure-policy | 3 | 390 | Open Policy Agent | Repository for Azure Resource Policy samples |
PySyft | 25 | 4977 | Python | A library for encrypted, privacy preserving machine learning |
b1fipl | 246 | 660 | undefined | A Bestiary of Single-File Implementations of Programming Languages |
actix | 166 | 4633 | Rust | Actor framework for Rust |
BigData-Notes | 124 | 5725 | Java | 大数据入门指南 ⭐️ |
broxy | 181 | 465 | Go | An HTTP/HTTPS intercept proxy written in Go. |
chakra-ui | 134 | 4727 | JavaScript | ⚡️Simple, Modular & Accessible UI Components for your React Applications |
app-ideas | 413 | 10577 | undefined | A Collection of application ideas which can be used to improve your coding skills. |
Airplay-SDK | 58 | 850 | undefined | Airplay Receiver SDK supports Airplay Mirroring and AirPlay Casting to a receiver device. |
jamstack-ecommerce | 98 | 296 | JavaScript | A starter project for building performant ECommerce applications with Gatsby and React |
Front-End-Checklist | 104 | 37594 | JavaScript | 🗂 The perfect Front-End Checklist for modern websites and meticulous developers |
Front-End-Performance-Checklist | 154 | 11811 | undefined | 🎮 The only Front-End Performance Checklist that runs faster than the others |
swagger-core | 19 | 6217 | Java | Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API |
COVID-19 | 143 | 553 | undefined | Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE |
serverless | 95 | 34387 | JavaScript | Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! – |
kubernetes | 50 | 63213 | Go | Production-Grade Container Scheduling and Management |
coding-interview-university | 118 | 97837 | undefined | A complete computer science study plan to become a software engineer. |
csswg-drafts | 14 | 2033 | HTML | CSS Working Group Editor Drafts |
html | 84 | 3268 | HTML | HTML Standard |
pymatting | 81 | 334 | Python | A Python library for alpha matting |
14日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
cli | 1399 | 4077 | Go | The GitHub CLI |
ABD | 114 | 297 | Jupyter Notebook | Course materials for Advanced Binary Deobfuscation by NTT Secure Platform Laboratories |
app-ideas | 363 | 10312 | undefined | A Collection of application ideas which can be used to improve your coding skills. |
pymatting | 94 | 257 | Python | A Python library for alpha matting |
DeepSpeed | 354 | 1312 | Python | DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective. |
Front-End-Performance-Checklist | 80 | 11659 | undefined | 🎮 The only Front-End Performance Checklist that runs faster than the others |
COVID-19 | 122 | 475 | undefined | Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE |
geobr | 6 | 223 | R | Easy access to official spatial data sets of Brazil in R (and soon in Python too) |
text-to-text-transfer-transformer | 42 | 1713 | Python | Code for the paper “Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer” |
build-your-own-x | 200 | 60135 | undefined | 🤓 Build your own (insert technology here) |
c9-python-getting-started | 20 | 5687 | Python | Sample code for Channel 9 Python for Beginners course |
d2l-pytorch | 34 | 2653 | Jupyter Notebook | This project reproduces the book Dive Into Deep Learning (www.d2l.ai), adapting the code from MXNet into PyTorch. |
wpf | 24 | 4163 | C# | WPF is a .NET Core UI framework for building Windows desktop applications. |
devops-exercises | 49 | 4489 | Python | Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization |
Front-End-Checklist | 20 | 37471 | JavaScript | 🗂 The perfect Front-End Checklist for modern websites and meticulous developers |
jd-automask | 62 | 317 | Python | 防护-京东口罩自动抢购并下单 |
openhardwaremonitor | 8 | 2226 | C# | Open Hardware Monitor |
home-assistant-android | 24 | 424 | Kotlin | 📱 Home Assistant Companion for Android |
json | 23 | 17400 | C++ | JSON for Modern C++ |
PythonRobotics | 15 | 8218 | Jupyter Notebook | Python sample codes for robotics algorithms. |
transformers | 58 | 22057 | Python | 🤗 Transformers: State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch. |
coding-interview-university | 58 | 97738 | undefined | A complete computer science study plan to become a software engineer. |
awesome-interview-questions | 26 | 32969 | undefined | A curated awesome list of lists of interview questions. Feel free to contribute! 🎓 |
ghidra | 57 | 19477 | Java | Ghidra is a software reverse engineering (SRE) framework |
serverless | 25 | 34299 | JavaScript | Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! – |
13日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
tailscale | 241 | 723 | Go | Private WireGuard networks made easy |
COVID-19 | 109 | 340 | undefined | Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE |
request | 11 | 24127 | JavaScript | 🏊🏾 Simplified HTTP request client. |
ton | 17 | 1101 | C++ | |
fyne | 231 | 8293 | Go | Cross platform GUI in Go based on Material Design |
app-ideas | 632 | 9926 | undefined | A Collection of application ideas which can be used to improve your coding skills. |
spaCy | 16 | 15758 | Python | 💫 Industrial-strength Natural Language Processing (NLP) with Python and Cython |
DeepSpeed | 472 | 1052 | Python | DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective. |
build-your-own-x | 269 | 59979 | undefined | 🤓 Build your own (insert technology here) |
diagrams | 345 | 898 | Python | 🎨 Diagram as Code for prototyping cloud system architectures |
BrasilAPI | 90 | 309 | JavaScript | Vamos transformar o Brasil em uma API? |
practical-aspnetcore | 134 | 3799 | C# | Practical samples of aspnet core 2.1, 2.2, 3.0 and 3.1 projects you can use. Readme contains explanations on all projects. |
extensions | 13 | 1518 | C# | .NET APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration. |
free-for-dev | 90 | 31840 | HTML | A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev |
awesome-database-learning | 97 | 457 | undefined | A list of learning materials to understand databases internals |
acwa_book_ru | 46 | 225 | undefined | Книга “Архитектура сложных веб-приложений. С примерами на Laravel” |
etcd | 17 | 29576 | Go | Distributed reliable key-value store for the most critical data of a distributed system |
react-select | 15 | 19206 | JavaScript | The Select Component for React.js |
onnx | 9 | 7846 | PureBasic | Open Neural Network Exchange |
onnxruntime | 5 | 1832 | C++ | ONNX Runtime: cross-platform, high performance scoring engine for ML models |
terraform-provider-kubernetes | 2 | 609 | Go | Terraform Kubernetes provider |
terraform | 20 | 20716 | Go | Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst |
react-native-windows | 17 | 10900 | C++ | A framework for building native Windows apps with React. |
roslyn | 12 | 12424 | C# | The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. |
Azure-Sentinel | 5 | 455 | Jupyter Notebook | Cloud-native SIEM for intelligent security analytics for your entire enterprise. |
12日
fyne
Goで作れるクロスプラットフォームアプリケーション作成ツール。クロスプラットフォームとしてのGoの良さが生きている
ウィジェットもそれなりに揃っててデザインは置いておき求めるアプリケーションはだいたい作れそう
excelize
Go製のExcelリーダー・ライター。画像貼ったりグラフ作ったりまでできる。
Rustにもないかなぁと思って調べたけどXLSXのリーダーしかなかった。
bank-vaults
bank-vaultsは HashiCorp の Valut というサービスのラッパーのツール。そしてbank-vaults自体はbanzai cloud というサービスが提供している
vaultはk8sのPodに機密情報を持たせるために使えるサービスで、サイドカー方式でPodに機密情報を渡すらしい。以下はvaultのデモ映像
なるほど、Podの際デプロイをしなくてもannotationの追加だけでKVとして機密情報をPodに遅れるらしい。上記のデモでは /vault/secrets/helloworld
に配置してた。
確かにENVを書き換えるためだけにいちいち再デプロイするのはめんどくさいのでそういう場合には有用になりそう。
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
fyne | 179 | 8096 | Go | Cross platform GUI in Go based on Material Design |
Todos | 194 | 528 | C# | Various todo list backend API implementations |
COVID-19 | 75 | 228 | undefined | Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE |
excelize | 70 | 5531 | Go | Golang library for reading and writing Microsoft Excel™ (XLSX) files. |
app-ideas | 300 | 9414 | undefined | A Collection of application ideas which can be used to improve your coding skills. |
acwa_book_ru | 62 | 207 | undefined | Книга “Архитектура сложных веб-приложений. С примерами на Laravel” |
contextualise | 88 | 512 | Python | Contextualise is a simple and flexible tool particularly suited for organising information-heavy projects and activities consisting of unstructured and widely diverse data and information resources |
fiber | 241 | 1821 | Go | 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 |
Java | 119 | 21537 | Java | All Algorithms implemented in Java |
alpine | 321 | 3325 | JavaScript | A rugged, minimal framework for composing JavaScript behavior in your markup. |
extensions | 7 | 1490 | C# | .NET APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration. |
deep-learning-with-python-notebooks | 107 | 9619 | Jupyter Notebook | Jupyter notebooks for the code samples of the book “Deep Learning with Python” |
cortex | 99 | 3209 | Go | Deploy machine learning models in production |
WaveFunctionCollapse | 25 | 13633 | C# | Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics. |
vimium | 33 | 12374 | CoffeeScript | The hacker’s browser. |
wavefunctioncollapse | 29 | 2379 | C# | Walk through an infinite, procedurally generated city |
bank-vaults | 7 | 926 | Go | A Vault swiss-army knife: a K8s operator, Go client with automatic token renewal, automatic configuration, multiple unseal options and more. A CLI tool to init, unseal and configure Vault (auth method |
Dive-into-DL-PyTorch | 49 | 7335 | Jupyter Notebook | 本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。 |
ML-From-Scratch | 46 | 15474 | Python | Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learnin |
free-programming-books | 121 | 136979 | undefined | 📚 Freely available programming books |
fontpreview | 119 | 442 | Shell | 🔡 Very customizable and minimal font previewer written in bash |
efatura | 16 | 89 | PHP | eArşiv üzerinden Fatura Oluşturucu |
free-for-dev | 50 | 31745 | HTML | A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev |
kutt | 31 | 3353 | TypeScript | Free Modern URL Shortener. |
ton | 14 | 1069 | C++ |
11日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
Todos | 234 | 464 | C# | Various todo list backend API implementations |
deep-learning-with-python-notebooks | 39 | 9517 | Jupyter Notebook | Jupyter notebooks for the code samples of the book “Deep Learning with Python” |
jdBuyMask | 149 | 667 | Python | 京东监控口罩有货爬虫,自动下单爬虫,口罩爬虫 |
BlenderGIS | 479 | 1613 | Python | Blender addons to make the bridge between Blender and geographic data |
fontpreview | 107 | 351 | Shell | 🔡 Very customizable and minimal font previewer written in bash |
Java | 97 | 21433 | Java | All Algorithms implemented in Java |
cortex | 90 | 3152 | Go | Deploy machine learning models in production |
DAIN | 83 | 1570 | Python | Depth-Aware Video Frame Interpolation (CVPR 2019) |
lede | 39 | 7207 | C | Lean’s OpenWrt source |
fatura | 36 | 254 | JavaScript | eArşiv / eFatura Fatura Oluşturucu |
ANDRAX-Mobile-Pentest | 4 | 68 | C | ANDRAX Advanced Penetration Testing Platform for Android Smartphones |
ghidra | 37 | 19333 | Java | Ghidra is a software reverse engineering (SRE) framework |
vnpy | 29 | 10898 | C++ | 基于Python的开源量化交易平台开发框架 |
jd-automask | 54 | 162 | Python | 防护-京东口罩自动抢购并下单 |
osu | 12 | 4255 | C# | rhythm is just a click away! |
build-your-own-x | 151 | 59557 | undefined | 🤓 Build your own (insert technology here) |
fiber | 314 | 1610 | Go | 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 |
Profiles | 23 | 121 | undefined | |
awesome-courses | 36 | 32270 | undefined | 📚 List of awesome university courses for learning Computer Science! |
php-ddd-example | 8 | 578 | PHP | 🐘🎯 Hexagonal Architecture + DDD + CQRS applied in PHP using Symfony 5 |
free-programming-books | 104 | 136864 | undefined | 📚 Freely available programming books |
legado | 18 | 166 | Kotlin | 阅读3.0 |
zhao | 20 | 6794 | Python | 【编程随想】整理的《太子党关系网络》,专门揭露赵国的权贵 |
ESRGAN | 25 | 2234 | Python | ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution (Third Region) |
open-source-mac-os-apps | 67 | 21379 | Swift | 🚀 Awesome list of open source applications for macOS. |
10日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
BlenderGIS | 203 | 1359 | Python | Blender addons to make the bridge between Blender and geographic data |
2020nCov_individual_archives | 140 | 158 | R | Every individual matters. Every individual has a role to play. 备份普通人在疫情期间的记录。(持续翻译 & 更新中) |
cortex | 105 | 3064 | Go | Deploy machine learning models in production |
pytorch3d | 625 | 1656 | Python | PyTorch3D is FAIR’s library of reusable components for deep learning with 3D data |
fiber | 531 | 1195 | Go | 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 |
Sitrep | 193 | 277 | Swift | A source code analyzer for Swift projects. |
meshrcnn | 133 | 332 | Python | code for Mesh R-CNN, an academic publication, presented at ICCV 2019 |
build-your-own-x | 304 | 59419 | undefined | 🤓 Build your own (insert technology here) |
javascript-algorithms | 117 | 61678 | JavaScript | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings |
realworld | 157 | 36280 | JavaScript | “The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅 |
Java | 66 | 21323 | Java | All Algorithms implemented in Java |
free-programming-books | 126 | 136752 | undefined | 📚 Freely available programming books |
public-apis | 102 | 70364 | Python | A collective list of free APIs for use in software and web development. |
frontend-challenges | 164 | 3418 | undefined | 💥 Listing some playful open-source’s challenges of jobs to test your knowledge |
binwalk | 152 | 5714 | Python | Firmware Analysis Tool |
zigbee2mqtt | 25 | 3642 | JavaScript | Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨 |
Python | 261 | 66828 | Python | All Algorithms implemented in Python |
hyperblog | 11 | 1066 | HTML | Un blog increíble para el curso de Git y Github de Platzi |
lede | 74 | 7170 | C | Lean’s OpenWrt source |
legado | 48 | 148 | Kotlin | 阅读3.0 |
face_recognition | 132 | 31833 | Python | The world’s simplest facial recognition api for Python and the command line |
sushi | 63 | 382 | PHP | Eloquent’s missing “array” driver. |
models | 57 | 61518 | Python | Models and examples built with TensorFlow |
Complete-Python-3-Bootcamp | 25 | 8000 | Jupyter Notebook | Course Files for Complete Python 3 Bootcamp Course on Udemy |
SysmonCommunityGuide | 115 | 210 | CSS | TrustedSec Sysinternals Sysmon Community Guide |
9日
VirusBroadcast
Javaでできたウイルス感染のシミュレーター。このタイミングでトレンドのっててなんかアレ。ベッドもModelになってたりディープラーニング使ってたり本気度が感じられる
GPCS4
PS4のシミュレーター。現行機でシミュレーターが出るのか、、知らんかった。。
JOINする人を求めてるらしいので興味ある人はぜひ
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
pytorch3d | 497 | 1510 | Python | PyTorch3D is FAIR’s library of reusable components for deep learning with 3D data |
SysmonCommunityGuide | 62 | 169 | CSS | TrustedSec Sysinternals Sysmon Community Guide |
zincbase | 18 | 68 | Python | A state of the art knowledge base |
nCovMemory | 652 | 4352 | Vue | 2020新冠肺炎记忆:报道、非虚构与个人叙述(持续更新) Memory of 2020 nCov: Media Coverage, Non-fiction Writings, and Individual Narratives (Continuously updating) |
fiber | 245 | 983 | Go | 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 |
frontend-challenges | 75 | 3358 | undefined | 💥 Listing some playful open-source’s challenges of jobs to test your knowledge |
binwalk | 69 | 5675 | Python | Firmware Analysis Tool |
Ai-learn | 64 | 550 | undefined | 人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理等热门领域 |
build-your-own-x | 152 | 59287 | undefined | 🤓 Build your own (insert technology here) |
GPCS4 | 100 | 642 | C++ | A Playstation 4 emulator just begin |
pytorch-metric-learning | 52 | 650 | Python | The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch. |
cortex | 27 | 2998 | Go | Deploy machine learning models in production |
jdBuyMask | 88 | 305 | Python | 京东监控口罩有货爬虫,自动下单爬虫,口罩爬虫 |
ChromeAppHeroes | 76 | 13522 | JavaScript | 🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ |
Python | 156 | 66761 | Python | All Algorithms implemented in Python |
grafana | 28 | 33348 | TypeScript | The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More |
996.ICU | 16 | 249136 | Rust | Repo for counting stars and contributing. Press F to pay respect to glorious developers. |
javascript | 70 | 92427 | JavaScript | JavaScript Style Guide |
CleanArchitecture | 13 | 983 | C# | Clean Architecture Solution Template for Angular 8 and .NET Core 3.1 |
WhatTheHack | 98 | 395 | HTML | A collection of challenge based hack-a-thons including student guide, proctor guide, lecture presentations, sample/instructional code and templates. |
realworld | 48 | 36190 | JavaScript | “The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅 |
tlroadmap | 6 | 2780 | Python | 👩🏼💻👨🏻💻Карта навыков и модель развития тимлидов |
aspnetboilerplate | 6 | 7962 | C# | ASP.NET Boilerplate - Web Application Framework |
runtime | 15 | 1425 | C# | .NET is a cross-platform runtime for cloud, IoT, and desktop apps. |
javascript-algorithms | 32 | 61619 | JavaScript | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings |
8日
Depth-Aware Video Frame Interpolation
動画のフレームを補完するモデルのコード。python製。
https://sites.google.com/view/wenbobao/dain
既存のフレーム補完モデルと違って、物体の深さを考慮(Depth-Aware)しているみたい。
vulhub
脆弱性を持つDockerイメージおよびそのDockerCompose環境が提供されているリポジトリ。
様々なwebフレームワーク・言語・ツールにそったものが用意されている。
- Django
- couchdb
- drupal
- ffmpeg
などなど、一見の価値ありそう
Demoでは、Pythonのflaskに対して、URLクエリの脆弱性を利用してユーザー情報を盗んでいる
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
nCovMemory | 3251 | 3954 | JavaScript | 2020新冠肺炎记忆:传媒报道与非虚构写作(持续更新)Memory of 2020 nCov: Media Coverage and Non-fiction Writings (Continuously updating) |
VirusBroadcast | 198 | 1237 | Java | A java virus broadcast simulation |
pytorch3d | 342 | 1238 | Python | PyTorch3D is FAIR’s library of reusable components for deep learning with 3D data |
dongbei | 215 | 653 | Python | 东北方言编程语言 |
ai-lab | 41 | 269 | JavaScript | All-in-one AI container for rapid prototyping |
bsc | 77 | 146 | Haskell | Bluespec Compiler (BSC) |
Python | 105 | 66627 | Python | All Algorithms implemented in Python |
build-your-own-x | 49 | 59184 | undefined | 🤓 Build your own (insert technology here) |
31-days-of-API-Security-Tips | 65 | 425 | undefined | This challenge is Inon Shkedy’s 31 days API Security Tips. |
WhatTheHack | 23 | 323 | HTML | A collection of challenge based hack-a-thons including student guide, proctor guide, lecture presentations, sample/instructional code and templates. |
GPCS4 | 74 | 471 | C++ | A Playstation 4 emulator just begin |
SoftwareArchitect | 96 | 5147 | undefined | Path to a Software Architect |
angular | 64 | 57356 | TypeScript | One framework. Mobile & desktop. |
fiber | 63 | 752 | Go | 🚀 Fiber is an Express.js inspired web framework written in Go with ❤️ |
chyker-foods | 16 | 132 | Dart | A food ordering app built with flutter and firebase |
DAIN | 90 | 1339 | Python | Depth-Aware Video Frame Interpolation (CVPR 2019) |
theia | 13 | 6888 | TypeScript | Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript. |
javascript | 54 | 92371 | JavaScript | JavaScript Style Guide |
tsdx | 99 | 4060 | TypeScript | Zero-config CLI for TypeScript package development |
create-react-app | 33 | 75836 | JavaScript | Set up a modern web app by running one command. |
php-src | 12 | 26460 | C | The PHP Interpreter |
yew | 23 | 10391 | Rust | Rust / Wasm framework for building client web apps |
vulhub | 7 | 5411 | Shell | Pre-Built Vulnerable Environments Based on Docker-Compose |
frontend-challenges | 33 | 3293 | undefined | 💥 Listing some playful open-source’s challenges of jobs to test your knowledge |
nps | 21 | 10472 | Go | 一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, |
7日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
nCovMemory | 2131 | 2275 | undefined | 2020新冠肺炎记忆:传媒报道与非虚构写作(持续更新)Memory of 2020 nCov: Media reports and Non-fiction Writings (Continuously updating) |
GPCS4 | 84 | 358 | C++ | A Playstation 4 emulator just begin |
DarkModeKit | 164 | 469 | Swift | A library for backporting Dark Mode in iOS |
31-days-of-API-Security-Tips | 58 | 223 | undefined | This challenge is Inon Shkedy’s 31 days API Security Tips. |
VirusBroadcast | 247 | 1006 | Java | A java virus broadcast simulation |
chyker-foods | 16 | 97 | Dart | A food ordering app built with flutter and firebase |
Python | 86 | 66488 | Python | All Algorithms implemented in Python |
fiber | 55 | 431 | Go | 🚀 Fiber is an Express.js inspired web framework written in Go 🐿️ |
howto-make-more-money | 116 | 9343 | undefined | 程序员如何优雅的挣零花钱。Most of this not work outside China , so no English translate, sorry |
spleeter | 78 | 9911 | Python | Deezer source separation library including pretrained models. |
angular | 74 | 57268 | TypeScript | One framework. Mobile & desktop. |
awesome-dotnet | 12 | 10887 | undefined | A collection of awesome .NET libraries, tools, frameworks and software |
Ai-learn | 85 | 358 | undefined | 人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理等热门领域 |
shhgit | 25 | 1903 | Go | Ah shhgit! Find GitHub secrets in real time |
CheatSheetSeries | 18 | 11956 | Python | The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics. |
TypeScript | 38 | 57795 | TypeScript | TypeScript is a superset of JavaScript that compiles to clean JavaScript output. |
vanillawebprojects | 418 | 2854 | JavaScript | Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries |
aspnetcore | 27 | 15862 | C# | ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. |
jd-assistant | 110 | 774 | Python | 京东抢购助手:包含登录,查询商品库存/价格,添加/清空购物车,抢购商品(下单),查询订单等功能 |
mml-book.github.io | 42 | 4954 | Jupyter Notebook | Companion webpage to the book “Mathematics For Machine Learning” |
PayloadsAllTheThings | 25 | 12161 | Python | A list of useful payloads and bypass for Web Application Security and Pentest/CTF |
DAIN | 101 | 1268 | Python | Depth-Aware Video Frame Interpolation (CVPR 2019) |
free-programming-books-zh_CN | 28 | 62937 | undefined | 📚 免费的计算机编程类中文书籍,欢迎投稿 |
awesome-gcp-certifications | 17 | 283 | undefined | Google Cloud Platform Certification resources. |
laravel | 30 | 57429 | PHP | A PHP framework for web artisans |
6日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
VirusBroadcast | 544 | 757 | Java | A java virus broadcast simulation |
vanillawebprojects | 901 | 2613 | JavaScript | Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries |
DXY-2019-nCoV-Data | 79 | 293 | Python | 2019新型冠状病毒疫情时间序列数据仓库 |
terraform-provider-aws | 7 | 3704 | Go | Terraform AWS provider |
CMPEDUDownload | 45 | 213 | Python | 机械工业出版社PDF下载器 |
amplify-cli | 5 | 1344 | TypeScript | A CLI toolchain for simplifying serverless web and mobile development. |
algodeck | 820 | 2623 | undefined | An Open-Source Collection of +200 Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯 |
swift-crypto | 124 | 574 | Swift | Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms. |
howto-make-more-money | 139 | 9197 | undefined | 程序员如何优雅的挣零花钱 |
Algorithms | 186 | 2860 | Java | A collection of algorithms and data structures |
You-Dont-Know-JS | 228 | 116400 | undefined | A book series on JavaScript. @YDKJS on twitter. |
new-pac | 105 | 20583 | undefined | 科学/自由上网,免费ss/ssr/v2ray/goflyway账号,搭建教程 |
Fugu | 101 | 291 | C | Fugu is the first open source jailbreak based on the checkm8 exploit |
remote-jobs | 251 | 10859 | JavaScript | A list of semi to fully remote-friendly companies in tech. |
Ai-learn | 69 | 279 | undefined | 人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理等热门领域 |
openlayers | 27 | 6627 | JavaScript | OpenLayers |
trojan | 74 | 6234 | C++ | An unidentifiable mechanism that helps you bypass GFW. |
fakelogonscreen | 86 | 298 | C# | Fake Windows logon screen to steal passwords |
Resources-for-Beginner-Bug-Bounty-Hunters | 170 | 1640 | undefined | A list of resources for those interested in getting started in bug bounties |
material-ui | 64 | 54257 | JavaScript | React components for faster and easier web development. Build your own design system, or start with Material Design. |
microsoft-authentication-library-for-js | 4 | 760 | JavaScript | Microsoft Authentication Library (MSAL) for JS |
sm64 | 43 | 2712 | C | A Super Mario 64 decompilation, brought to you by a bunch of clever folks. |
HelloGitHub | 135 | 25531 | Python | Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目 |
broot | 53 | 3325 | Rust | A new way to see and navigate directory trees : https://dystroy.org/broot |
Python | 78 | 66363 | Python | All Algorithms implemented in Python |
5日
HelloGitHub
駆け出しエンジニア向けに入門向けなリポジトリ・ポピュラーなリポジトリを月ごとに掲載しているリポジトリ。現在No.46
コンテンツは言語ごとにまとまってて見やすい
fakelogonscreen
Windows10のログイン時スクリーンを再現して、ユーザーにパスワードを入力させるためのツール。
Rolling Scopes School
世界各国でエンジニア向けにハンズオンなどを行うコミュニティ?
そのコミュニティが使う資料がトレンドに上がってた↓
https://github.com/rolling-scopes-school/tasks
日本は開催地に含まれていない模様
OSCP-Exam-Report-Template-Markdown
OSCPは、アメリカのOffensive Security社が行っているペネトレーションテストのことで、その回答に利用できるmarkdownのテンプレート。
githubはこちら
sm64
スーパーマリオ64のソースコード。逆コンパイルして入手したらしい。多分TASとかRTA頑張ってる人たちはこういうところからクリア時間短縮につながるバグを見つけてるんやろなぁ…
TASを久々に見たけどどうなってんのかわからん
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
Fugu | 127 | 229 | C | Fugu is the first open source jailbreak based on the checkm8 exploit |
algodeck | 617 | 2243 | undefined | An Open-Source Collection of +200 Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯 |
Resources-for-Beginner-Bug-Bounty-Hunters | 233 | 1556 | undefined | A list of resources for those interested in getting started in bug bounties |
You-Dont-Know-JS | 166 | 116242 | undefined | A book series on JavaScript. @YDKJS on twitter. |
remote-jobs | 224 | 10710 | JavaScript | A list of semi to fully remote-friendly companies in tech. |
Algorithms | 168 | 2763 | Java | A collection of algorithms and data structures |
wuhan2020-timeline | 115 | 255 | undefined | 记录自2019年12月起武汉新冠肺炎疫情进展的时间线,尽可能搜集信息,因为假若敏感内容,墙内容易炸号,故置于此。 |
HelloGitHub | 167 | 25421 | Python | Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目 |
fakelogonscreen | 65 | 223 | C# | Fake Windows logon screen to steal passwords |
Micro8 | 8 | 15916 | undefined | Gitbook |
trojan | 13 | 187 | Shell | |
jd-assistant | 46 | 591 | Python | 京东抢购助手:包含登录,查询商品库存/价格,添加/清空购物车,抢购商品(下单),查询订单等功能 |
Ai-learn | 49 | 216 | undefined | 人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理等热门领域 |
nCov2019 | 15 | 45 | R | |
new-pac | 115 | 20492 | undefined | 科学/自由上网,免费ss/ssr/v2ray/goflyway账号,搭建教程 |
CMPEDUDownload | 45 | 155 | Python | 机械工业出版社PDF下载器 |
reliable | 13 | 185 | Java | mq transaction, tcc, eventually consistency. tx life cycle: all listeners handled, if necessary, produce next message |
awesome-remote-job | 216 | 16439 | undefined | A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python |
sm64 | 50 | 2671 | C | A Super Mario 64 decompilation, brought to you by a bunch of clever folks. |
shadowsocks-windows | 62 | 46984 | C# | If you want to keep a secret, you must also hide it from yourself. |
styleguide | 19 | 23225 | HTML | Style guides for Google-originated open-source projects |
autonomous-learning-library | 22 | 261 | Python | A PyTorch library for building deep reinforcement learning agents. |
OSCP-Exam-Report-Template-Markdown | 38 | 280 | Ruby | OSCP Exam Report Template in Markdown |
elasticsearch | 23 | 46853 | Java | Open Source, Distributed, RESTful Search Engine |
tasks | 9 | 259 | JavaScript |
4日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
algodeck | 578 | 1483 | undefined | An Open-Source Collection of +200 Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯 |
wuhan2020-timeline | 130 | 174 | undefined | 记录自2019年12月起武汉新冠肺炎疫情进展的时间线,尽可能搜集经敝人筛查后的信息,因为假若敏感内容,墙内容易炸号,故置于此。 |
DXY-2019-nCoV-Data | 51 | 137 | Python | 2019新型冠状病毒疫情时间序列数据仓库 |
Algorithms | 161 | 2606 | Java | A collection of algorithms and data structures |
remote-jobs | 203 | 10499 | JavaScript | A list of semi to fully remote-friendly companies in tech. |
stylegan2 | 90 | 2837 | Python | StyleGAN2 - Official TensorFlow Implementation |
esercizi-di-programmazione-javascript | 3 | 325 | JavaScript | Esercizi di informatica! Impara a programmare, metti alla prova! |
jd-assistant | 48 | 508 | Python | 京东抢购助手:包含登录,查询商品库存/价格,添加/清空购物车,抢购商品(下单),查询订单等功能 |
Ai-learn | 48 | 112 | undefined | 人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理等热门领域 |
Resources-for-Beginner-Bug-Bounty-Hunters | 215 | 1408 | undefined | A list of resources for those interested in getting started in bug bounties |
Ncov2020HistoryData | 4 | 15 | undefined | |
V2Ray_ws-tls_bash_onekey | 34 | 2526 | Shell | V2Ray Nginx+vmess+ws+tls/ http2 over tls 一键安装脚本 |
python-small-examples | 80 | 1699 | Python | Python有趣的小例子一网打尽。Python基础、Python坑点、Python字符串和正则、Python绘图、Python日期和文件、Web开发、数据科学、机器学习、深度学习、TensorFlow、Pytorch,一切都是简单易懂的小例子。 |
awesome-remote-job | 202 | 16332 | undefined | A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python |
Chaos | 96 | 595 | Python | Visualizations of the connections between chaos theory and fractals through the logistic map; made for Veritasium YouTube video |
tinygo | 126 | 5471 | Go | Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM. |
reliable | 9 | 166 | Java | mq transaction, tcc, eventually consistency. tx life cycle: all listeners handled, if necessary, produce next message |
OpenSK | 170 | 1147 | Rust | OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2 standards. |
developer-roadmap | 99 | 95065 | undefined | Roadmap to becoming a web developer in 2020 |
mall | 71 | 29298 | Java | mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。 |
v2rayNG | 39 | 3105 | Kotlin | |
lede | 35 | 6998 | C | Lean’s OpenWrt source |
2019-ncov | 48 | 236 | JavaScript | 全国新型冠状病毒,肺炎疫情实时省市地图 |
new-pac | 116 | 20401 | undefined | 科学/自由上网,免费ss/ssr/v2ray/goflyway账号,搭建教程 |
ShadowsocksX-NG | 34 | 26429 | Swift | Next Generation of ShadowsocksX |
3日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
OpenSK | 271 | 983 | Rust | OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2 standards. |
Resources-for-Beginner-Bug-Bounty-Hunters | 54 | 1184 | undefined | A list of resources for those interested in getting started in bug bounties |
ATTCK-PenTester-Book | 131 | 400 | undefined | ATTCK-PenTester-Book |
hiplot | 124 | 334 | TypeScript | HiPlot makes understanding high dimensional data easy |
awesome-remote-job | 185 | 16132 | undefined | A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python |
specials | 13 | 182 | undefined | |
vanillawebprojects | 194 | 1098 | JavaScript | Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries |
HelloGitHub | 131 | 25149 | Python | Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目 |
remote-jobs | 177 | 10231 | JavaScript | A list of semi to fully remote-friendly companies in tech. |
Chaos | 133 | 496 | Python | Visualizations of the connections between chaos theory and fractals through the logistic map; made for Veritasium YouTube video |
spiderfoot | 215 | 3664 | Python | SpiderFoot, the most complete OSINT collection and reconnaissance tool. |
mall | 35 | 29244 | Java | mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。 |
new-pac | 70 | 20297 | undefined | 科学/自由上网,免费ss/ssr/v2ray/goflyway账号,搭建教程 |
v2rayN | 74 | 5296 | C# | |
PlaystoreDownloader | 27 | 284 | Python | A command line tool to download Android applications directly from the Google Play Store |
leetcode | 70 | 26509 | JavaScript | LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。) |
shadowsocks-windows | 56 | 46892 | C# | If you want to keep a secret, you must also hide it from yourself. |
lantern | 32 | 867 | Go | Lantern官方版本下载 蓝灯 翻墙 代理 科学上网 外网 加速器 梯子 路由 lantern proxy vpn censorship-circumvention censorship gfw accelerator |
python-small-examples | 39 | 1623 | Python | Python有趣的小例子一网打尽。Python基础、Python坑点、Python字符串和正则、Python绘图、Python日期和文件、Web开发、数据科学、机器学习、深度学习、TensorFlow、Pytorch,一切都是简单易懂的小例子。 |
lede | 34 | 6968 | C | Lean’s OpenWrt source |
sovereign | 211 | 9180 | Python | A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. |
stylegan2 | 117 | 2763 | Python | StyleGAN2 - Official TensorFlow Implementation |
Python-100-Days | 89 | 77177 | Jupyter Notebook | Python - 100天从新手到大师 |
kotlin | 22 | 30541 | Kotlin | The Kotlin Programming Language |
Algorithms | 50 | 2431 | Java | A collection of algorithms and data structures |
2日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
spiderfoot | 664 | 3553 | Python | SpiderFoot, the most complete OSINT collection and reconnaissance tool. |
OpenSK | 565 | 823 | Rust | OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2 standards. |
sovereign | 513 | 9076 | Python | A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. |
vanillawebprojects | 483 | 958 | JavaScript | Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries |
Chaos | 193 | 410 | Python | Visualizations of the connections between chaos theory and fractals through the logistic map; made for Veritasium YouTube video |
spinningup | 97 | 4010 | Python | An educational resource to help anyone learn deep reinforcement learning. |
chinese-poetry | 69 | 26859 | JavaScript | The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。 |
exploits | 58 | 533 | PHP | Pwn stuff. |
awesome-remote-job | 227 | 15974 | undefined | A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python |
remote-jobs | 132 | 10098 | JavaScript | A list of semi to fully remote-friendly companies in tech. |
architect-awesome | 171 | 43228 | undefined | 后端架构师技术图谱 |
snowflake | 172 | 702 | Java | Graphical SFTP client and terminal emulator with helpful utilities |
2019-ncov | 60 | 146 | JavaScript | 武汉新型冠状病毒,肺炎疫情实时省市地图 |
HelloGitHub | 123 | 25021 | Python | Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目 |
express | 30 | 47140 | JavaScript | Fast, unopinionated, minimalist web framework for node. |
shareOI | 197 | 707 | undefined | 算法竞赛课件分享 |
google-research | 84 | 6967 | Jupyter Notebook | Google AI Research |
gitignore | 117 | 94744 | undefined | A collection of useful .gitignore templates |
LightGBM | 11 | 10391 | C++ | A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tas |
awesome-mac | 189 | 35418 | JavaScript | Now we have become very big, Different from the original idea. Collect premium software in various categories. |
k3s | 29 | 11396 | Go | Lightweight Kubernetes. 5 less than k8s. |
fabric | 13 | 9698 | Go | Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use |
computer-science | 133 | 54539 | undefined | 🎓 Path to a free self-taught education in Computer Science! |
LeetCodeAnimation | 77 | 49236 | Java | Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路) |
magento2 | 4 | 8277 | PHP | All Submissions you make to Magento Inc. (“Magento”) through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty f |
1日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
vanillawebprojects | 363 | 748 | JavaScript | Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries |
architect-awesome | 136 | 43148 | undefined | 后端架构师技术图谱 |
Chaos | 98 | 282 | Python | Visualizations of the connections between chaos theory and fractals through the logistic map; made for Veritasium YouTube video |
awesome-mac | 51 | 35318 | JavaScript | Now we have become very big, Different from the original idea. Collect premium software in various categories. |
Guide-RGPD-du-developpeur | 133 | 417 | HTML | La CNIL publie un guide RGPD pour les développeurs |
Tips-of-Feature-engineering | 35 | 157 | undefined | A feature engineering kit for each issue, to give you a deeper and deeper understanding of the work of feature engineering! |
serenity | 39 | 4729 | C++ | Serenity Operating System |
hacker-roadmap | 321 | 2738 | undefined | 📌 A guide for amateurs pen testers and a collection of hacking tools, resources and references to practice ethical hacking, pen testing and web security. |
difftaichi | 77 | 1130 | undefined | 10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020) |
MicrosoftSecurity | 6 | 100 | undefined | Microsoft Security Guidance |
freelancing-in-finland | 347 | 701 | undefined | The ultimate resource for transitioning to freelancing for software developers 👩💻🇫🇮 |
shareOI | 180 | 633 | undefined | 算法竞赛课件分享 |
google-research | 41 | 6923 | Jupyter Notebook | Google AI Research |
python-cheatsheet | 145 | 10600 | Python | Comprehensive Python Cheatsheet |
jquery | 10 | 52888 | JavaScript | jQuery JavaScript Library |
computer-science | 124 | 54479 | undefined | 🎓 Path to a free self-taught education in Computer Science! |
tinder-swipe-bot | 21 | 65 | Python | |
charts | 15 | 11857 | Go | Curated applications for Kubernetes |
awesome-remote-job | 67 | 15834 | undefined | A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python |
samples | 29 | 5990 | Dart | A collection of Flutter examples and demos. |
interpy-zh | 45 | 4981 | Python | 📘《Python进阶》(Intermediate Python 中文版) |
gitignore | 50 | 94679 | undefined | A collection of useful .gitignore templates |
bitcoin | 21 | 42080 | C++ | Bitcoin Core integration/staging tree |
CppCoreGuidelines | 17 | 25996 | Python | The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++ |
tutorials | 36 | 19291 | Java | Just Announced - “Learn Spring Security OAuth”: |