なんか毎朝やってるしせっかくやからまとめて見えるようにします。
載ってる内容は弊社内slackの #random とほぼ同じ
ルール↓
- 土日は書いたり書かなかったり適当
- 平日は基本書く
改善点とか意見はコメントください 📮
[:contents]
31日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
swr | 499 | 2144 | TypeScript | React Hooks library for remote data fetching |
iOS-DeviceSupport | 74 | 2545 | Python | This repository holds the device support files for the iOS, and I will update it regularly. |
zero | 410 | 1810 | TypeScript | 3D graphics rendering pipeline. Implemented in JavaScript. Run in a terminal. |
symfony | 12 | 21978 | PHP | The Symfony PHP framework |
PowerToys | 345 | 11520 | C++ | Windows system utilities to maximize productivity |
deep-learning-drizzle | 178 | 6767 | undefined | Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!! |
shhgit | 168 | 1273 | Go | Ah shhgit! Find GitHub secrets in real time |
BlackHole | 65 | 533 | C | BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency. |
protobuf | 41 | 38115 | C++ | Protocol Buffers - Google’s data interchange format |
awesome-selfhosted | 405 | 37219 | JavaScript | This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS |
CKAD-exercises | 29 | 1376 | undefined | A set of exercises to prepare for Certified Kubernetes Application Developer exam by Cloud Native Computing Foundation |
smart-tracker | 16 | 68 | JavaScript | smart-tracker简易型前端无痕埋点 |
free-books | 301 | 7755 | undefined | 互联网上的免费书籍 |
HelloGitHub | 144 | 16346 | Python | Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目 |
KubeOperator | 31 | 488 | Python | KubeOperator 是一个开源项目,通过 Web UI 在 VMware、OpenStack、物理机上一键部署和管理生产级别的 Kubernetes 集群。 |
SmoothBottomBar | 77 | 305 | Kotlin | A lightweight Android material bottom navigation bar library |
git-secrets | 23 | 6470 | Shell | Prevents you from committing secrets and credentials into git repositories |
ultimate-go | 333 | 5492 | Go | Ultimate Go study guide, with heavily documented code and programs analysis all in 1 place → |
ktrw | 34 | 151 | C | An iOS kernel debugger based on a KTRR bypass for A11 iPhones that works with LLDB. |
NLP-progress | 26 | 12489 | 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. |
sunflower | 40 | 8973 | Kotlin | A gardening app illustrating Android development best practices with Android Jetpack. |
leonsans | 204 | 6890 | JavaScript | Leon Sans is a geometric sans-serif typeface made with code in 2019 by Jongmin Kim. |
SlowFast | 56 | 219 | Python | Present SlowFast networks for video recognition. |
cvxpylayers | 49 | 250 | Python | Differentiable convex optimization layers |
async-std | 31 | 1185 | Rust | Async version of the Rust standard library |
30日
phuip-fpizdam
PHP+nginxの構成での脆弱性および再現コードが記載されているリポジトリ。
PHPのうち7以上のみで再現する、ただしバグ自体は7未満でもあった模様。
具体的には、nginxのconfファイルが以下のようになっている場合は、スクリプトの存在チェックが不足しているとのこと
location ~ [^/]\.php(/|$) {
...
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_pass php:9000;
...
}
CVEとかの脆弱性に関するリポジトリがトレンドに出てくるのは初めてみたかもしれない。
それだけ影響力が大きいのかね??
[https://github.com/neex/phuip-fpizdam:embed:cite]
rxdb
Rx系のjavascriptでDBとのsubscribe処理をラッピングしたライブラリ? NoSQLに対して、クエリを叩く処理をするのではなく subscribeする処理を書くことができる。
対応するDBは、 CouchDB, GraphQL, InMemory, そのほか自身でアダプタを作ることも可能。
[https://rxdb.info/:embed:cite]
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
iptv | 147 | 7542 | JavaScript | Collection of 8000+ publicly available IPTV channels from all over the world |
phuip-fpizdam | 268 | 1195 | Go | Exploit for CVE-2019-11043 |
zero | 584 | 1587 | TypeScript | 3D graphics rendering pipeline. Implemented in JavaScript. Run in a terminal. |
ultimate-go | 309 | 5173 | Go | Ultimate Go study guide, with heavily documented code and programs analysis all in 1 place → |
collapseos | 46 | 2926 | Assembly | Bootstrap post-collapse technology |
deep-learning-drizzle | 186 | 6609 | undefined | Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!! |
onefetch | 120 | 1074 | Rust | Git repository summary on your terminal |
deepstream.io | 19 | 6371 | TypeScript | deepstream.io server |
gin | 37 | 32407 | Go | Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance – up to 40 times faster. If you need smashing performance, get yourself some Gin. |
free-books | 311 | 7450 | undefined | 互联网上的免费书籍 |
google-research | 192 | 4675 | Python | Google AI Research |
xstate | 99 | 7557 | TypeScript | State machines and statecharts for the modern web. |
bitcoin | 60 | 40693 | C++ | Bitcoin Core integration/staging tree |
Python | 110 | 14932 | Python | My Python Examples |
rxdb | 418 | 11782 | TypeScript | 💻 🔄 📱 A realtime Database for JavaScript Applications |
bitcoinbook | 33 | 12487 | Python | Mastering Bitcoin 2nd Edition - Programming the Open Blockchain |
go-admin | 47 | 1191 | Go | A dataviz framework help gopher to build a admin panel in ten minutes |
mobile-first-animation | 162 | 828 | JavaScript | Performant gesture-driven animation on the mobile web |
DevOps-Guide | 41 | 284 | HTML | DevOps Guide from basic to advanced with Interview Questions and Notes 🔥 |
eng-practices | 45 | 10446 | undefined | Google’s Engineering Practices documentation |
HelloGitHub | 31 | 16201 | Python | Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目 |
spikeSystem | 43 | 244 | Go | |
fullstack-tutorial | 36 | 6341 | Java | 🚀 fullstack tutorial 2019,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试 |
bert | 52 | 19096 | Python | TensorFlow code and pre-trained models for BERT |
godot | 63 | 25435 | C++ | Godot Engine – Multi-platform 2D and 3D game engine |
29日
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
folio-2019 | 173 | 0 | JavaScript | |
phuip-fpizdam | 124 | 0 | Go | Exploit for CVE-2019-11043 |
polynote | 222 | 0 | Scala | A better notebook for Scala (and more) |
vue-interactive-paycard | 669 | 0 | Vue | Credit card form with smooth and sweet micro-interactions |
PowerToys | 32 | 0 | C++ | Windows system utilities to maximize productivity |
shadowsocks-android | 31 | 0 | Kotlin | A shadowsocks client for Android |
dex-lang | 159 | 0 | Haskell | Research language for array processing in the Haskell/ML family |
Auto.js | 68 | 0 | Java | A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具) |
free-books | 126 | 0 | undefined | 互联网上的免费书籍 |
collapseos | 37 | 0 | Assembly | Bootstrap post-collapse technology |
simple-excel | 53 | 0 | PHP | Read and write simple Excel and CSV files |
rxdb | 332 | 0 | TypeScript | 💻 🔄 📱 A realtime Database for JavaScript Applications |
ultimate-go | 237 | 0 | Go | Ultimate Go study guide, with heavily documented code and programs analysis all in 1 place → |
youtube-dl | 99 | 0 | Python | Command-line program to download videos from YouTube.com and other video sites |
Cheatsheet-God | 19 | 0 | undefined | Penetration Testing Biggest Reference Bank - OSCP / PTP & PTX Cheatsheet |
Complete-Python-3-Bootcamp | 78 | 0 | Jupyter Notebook | Course Files for Complete Python 3 Bootcamp Course on Udemy |
starship | 53 | 0 | Rust | ☄🌌️ The cross-shell prompt for astronauts. |
algorithm004-01 | 99 | 0 | Java | |
gotraining | 21 | 0 | Go | Go Training Class Material : |
Python | 97 | 0 | Python | My Python Examples |
javascript-algorithms | 112 | 0 | JavaScript | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings |
scrcpy | 149 | 0 | C | Display and control your Android device |
bitcoin | 40 | 0 | C++ | Bitcoin Core integration/staging tree |
awesome-selfhosted | 76 | 0 | JavaScript | This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS |
docker-transmission-openvpn | 9 | 0 | Shell | Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel |
28日
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
mobile-first-animation | 294 | 0 | JavaScript | Performant gesture-driven animation on the mobile web |
google-research | 112 | 0 | Python | Google AI Research |
rxdb | 680 | 0 | TypeScript | 💻 🔄 📱 A realtime Database for JavaScript Applications |
go-ethereum | 12 | 0 | Go | Official Go implementation of the Ethereum protocol |
scrcpy | 73 | 0 | C | Display and control your Android device |
Complete-Python-3-Bootcamp | 18 | 0 | Jupyter Notebook | Course Files for Complete Python 3 Bootcamp Course on Udemy |
ML-From-Scratch | 53 | 0 | 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 |
credit-card-form | 599 | 0 | JavaScript | Credit card form with smooth and sweet micro-interactions |
ultimate-go | 155 | 0 | Go | Ultimate Go study guide, with heavily documented code and programs analysis all in 1 place → |
polynote | 223 | 0 | Scala | A better notebook for Scala (and more) |
free-books | 176 | 0 | undefined | 互联网上的免费书籍 |
algorithm004-01 | 92 | 0 | Java | |
godot | 19 | 0 | C++ | Godot Engine – Multi-platform 2D and 3D game engine |
bitcoin | 35 | 0 | C++ | Bitcoin Core integration/staging tree |
firecracker | 40 | 0 | Rust | Secure and fast microVMs for serverless computing. |
Data-Science–Cheat-Sheet | 45 | 0 | undefined | Cheat Sheets |
Python | 81 | 0 | Jupyter Notebook | All Algorithms implemented in Python |
Python | 90 | 0 | Python | My Python Examples |
terminal | 49 | 0 | C++ | The new Windows Terminal, and the original Windows console host - all in the same place! |
phuip-fpizdam | 126 | 0 | Go | Exploit for CVE-2019-11043 |
cube.js | 31 | 0 | JavaScript | 📊 Cube.js - Open Source Analytics Framework |
youtube-dl | 59 | 0 | Python | Command-line program to download videos from YouTube.com and other video sites |
folio-2019 | 151 | 0 | JavaScript | |
iptv | 58 | 0 | JavaScript | Collection of 8000+ publicly available IPTV channels from all over the world |
javascript-algorithms | 41 | 0 | JavaScript | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings |
27日
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
algorithm004-01 | 92 | 0 | Java | |
polynote | 485 | 0 | Scala | A better notebook for Scala (and more) |
rxdb | 680 | 0 | TypeScript | 💻 🔄 📱 A realtime Database for JavaScript Applications |
google-research | 140 | 0 | Python | Google AI Research |
streisand | 119 | 0 | Shell | Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these serv |
pytorch_geometric | 8 | 0 | Python | Geometric Deep Learning Extension Library for PyTorch |
folio-2019 | 202 | 0 | JavaScript | |
Awesome-Design-Tools | 45 | 0 | JavaScript | The best design tools and plugins for everything 👉 |
text-to-text-transfer-transformer | 111 | 0 | Python | |
free-books | 176 | 0 | undefined | 互联网上的免费书籍 |
electron | 60 | 0 | C++ | Build cross-platform desktop apps with JavaScript, HTML, and CSS |
devmap | 12 | 0 | undefined | Карта развития веб-разработчика |
apk-mitm | 39 | 0 | TypeScript | 🤖 A CLI application that prepares Android APK files for HTTPS inspection |
gods-pen | 16 | 0 | Vue | 基于vue的高扩展在线网页制作平台,可自定义组件,可添加脚本,可数据统计。A mobile page builder/editor, similar with amolink. |
fasthttp | 16 | 0 | Go | Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http |
app-ideas | 74 | 0 | undefined | A Collection of application ideas which can be used to improve your coding skills. |
starship | 19 | 0 | Rust | ☄🌌️ The cross-shell prompt for astronauts. |
Auto.js | 35 | 0 | Java | A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具) |
vulhub | 126 | 0 | Shell | Pre-Built Vulnerable Environments Based on Docker-Compose |
llvm-project | 30 | 0 | C++ | The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at ht |
formik | 16 | 0 | TypeScript | Build forms in React, without the tears 😭 |
AiLearning | 96 | 0 | Python | AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP |
phuip-fpizdam | 69 | 0 | Go | Exploit for CVE-2019-11043 |
QtScrcpy | 39 | 0 | C++ | Android实时投屏控制软件 |
espnet | 9 | 0 | Shell | End-to-End Speech Processing Toolkit |
26日
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
USA-Constitution | 445 | 0 | undefined | A history of edits to the US Constitution as it has been amended. Written in markdown to match original formatting. |
polynote | 675 | 0 | Scala | A better notebook for Scala (and more) |
Blawn | 78 | 0 | C++ | Pleasant Programming Language. |
phuip-fpizdam | 96 | 0 | Go | Exploit for CVE-2019-11043 |
Java | 75 | 0 | Java | All Algorithms implemented in Java |
UhOh365 | 28 | 0 | Python | A script that can see if an email address is valid in Office365 (user/email enumeration). This does not perform any login attempts, is unthrottled, and is incredibly useful for social engineering asse |
AiLearning | 114 | 0 | Python | AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP |
free-books | 90 | 0 | undefined | 互联网上的免费书籍 |
Yearning | 96 | 0 | Go | 受欢迎的 Mysql sql审核平台 |
google-research | 155 | 0 | Python | Google AI Research |
vulhub | 138 | 0 | Shell | Pre-Built Vulnerable Environments Based on Docker-Compose |
cube.js | 51 | 0 | JavaScript | 📊 Cube.js - Open Source Analytics Framework |
native_spark | 52 | 0 | Rust | A new arguably faster implementation of Apache Spark from scratch in Rust |
logstash | 12 | 0 | Ruby | Logstash - transport and process your logs, events, or other data |
kubernetes-basicLearning | 130 | 0 | JavaScript | Understand kubernetes step by step. A simple repo for beginners 🔥 |
moby | 28 | 0 | Go | Moby Project - a collaborative project for the container ecosystem to assemble container-based systems |
EventList | 27 | 0 | PowerShell | EventList |
streisand | 329 | 0 | Shell | Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these serv |
react | 75 | 0 | JavaScript | A declarative, efficient, and flexible JavaScript library for building user interfaces. |
nginx-admins-handbook | 104 | 0 | Shell | How to improve NGINX performance, security, and other important things; @ssllabs A+ 100%, @mozilla A+ 120/100. |
trip-planner | 20 | 0 | Python | A CLI tool for planning trip itinerary. |
easyexcel | 52 | 0 | Java | 快速、简单避免OOM的java处理Excel工具 |
Catch2 | 12 | 0 | C++ | A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch) |
handson-ml2 | 50 | 0 | Jupyter Notebook | A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2. |
stealing-ur-feelings | 60 | 0 | JavaScript | Winner of Mozilla’s $50,000 award for art and advocacy exploring AI |
25日
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
streisand | 94 | 19338 | Shell | Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these serv |
Blawn | 159 | 641 | C++ | Pleasant Programming Language. |
vulhub | 42 | 4515 | Shell | Pre-Built Vulnerable Environments Based on Docker-Compose |
zipline | 87 | 9950 | Python | Zipline, a Pythonic Algorithmic Trading Library |
electron | 66 | 77885 | C++ | Build cross-platform desktop apps with JavaScript, HTML, and CSS |
magento2 | 15 | 7958 | 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 |
GitDataV | 28 | 663 | Vue | 基于Vue框架构建的github数据可视化平台 |
phuip-fpizdam | 172 | 483 | Go | Exploit for CVE-2019-11043 |
chineseGLUE | 50 | 368 | Python | Language Understanding Evaluation benchmark for Chinese: datasets, baselines, pre-trained models,corpus and leaderboard |
python-is-cool | 165 | 729 | Jupyter Notebook | Cool Python features for machine learning that I used to be too afraid to use |
wxpy | 26 | 11073 | Python | 微信机器人 / 可能是最优雅的微信个人号 API ✨✨ |
yay | 24 | 3684 | Go | Yet another Yogurt - An AUR Helper written in Go |
algo | 83 | 15284 | Python | Set up a personal VPN in the cloud |
handson-ml2 | 44 | 3555 | Jupyter Notebook | A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2. |
app-ideas | 29 | 7298 | undefined | A Collection of application ideas which can be used to improve your coding skills. |
QtScrcpy | 61 | 875 | C++ | Android实时投屏控制软件 |
gt-nlp-class | 42 | 3693 | TeX | Course materials for Georgia Tech CS 4650 and 7650, “Natural Language” |
AiLearning | 154 | 20532 | Python | AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP |
nginx-admins-handbook | 143 | 10413 | Shell | How to improve NGINX performance, security, and other important things; @ssllabs A+ 100%, @mozilla A+ 120/100. |
Awesome-Design-Tools | 29 | 17076 | JavaScript | The best design tools and plugins for everything 👉 |
tablesaw | 25 | 1757 | Java | Java dataframe and visualization library |
google-research | 57 | 3950 | Python | Google AI Research |
gpmall | 47 | 2192 | Java | 【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch |
jet-bridge | 17 | 433 | Python | Jet Bridge (Universal) for Jet Admin – API-based Admin Panel Framework for your application |
Yearning | 155 | 2675 | Go | 受欢迎的 Mysql sql审核平台 |
24日
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
wujian100_open | 91 | 666 | Verilog | IC design and development should be faster,simpler and more reliable |
tinacms | 217 | 1884 | TypeScript | Tina is a site editing toolkit for modern React-based sites (Gatsby and Next.js) |
Java | 75 | 17869 | Java | All Algorithms implemented in Java |
logstash | 6 | 10625 | Ruby | Logstash - transport and process your logs, events, or other data |
hyper | 104 | 31492 | JavaScript | A terminal built on web technologies |
keras | 35 | 44915 | Python | Deep Learning for humans |
rancher | 69 | 12858 | Go | Complete container management platform |
Blawn | 201 | 486 | C++ | Pleasant Programming Language. |
mantis | 37 | 147 | Java | A platform that makes it easy for developers to build realtime, cost-effective, operations-focused applications |
Yearning | 39 | 2513 | Go | 受欢迎的 Mysql sql审核平台 |
kubernetes-basicLearning | 52 | 325 | JavaScript | Understand kubernetes step by step. A simple repo for beginners 🔥 |
devops-interview-questions | 301 | 1361 | Groovy | Linux, Jenkins, AWS, Network, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP |
nginx-admins-handbook | 219 | 10274 | Shell | How to improve NGINX performance, security, and other important things; @ssllabs A+ 100%, @mozilla A+ 120/100. |
go | 91 | 6191 | Go | A high-performance 100% compatible drop-in replacement of “encoding/json” |
zipline | 145 | 9880 | Python | Zipline, a Pythonic Algorithmic Trading Library |
deep-learning-drizzle | 38 | 6251 | undefined | Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!! |
flutter-go | 30 | 17705 | Dart | flutter 开发者帮助 APP,包含 flutter 常用 140+ 组件的demo 演示与中文文档 |
Script | 10 | 121 | JavaScript | |
WTM | 26 | 1292 | C# | WTM框架是针对中小规模后台管理系统的开发利器。基于DotNetCore,实现0编码创建项目,0编码生成业务模块。框架严格遵循MVVM的开发模式,并深得MVVM的精髓。对于新手,可以快速上手搭建项目;对于高手,可以把那些繁琐重复的工作交给框架生成,专心攻克需求难点。框架经过数十个真实项目检测,可以极大提高开发效率,降低开发成本。 |
nodebestpractices | 101 | 34889 | JavaScript | ✅ The largest Node.js best practices list (September 2019) |
ardupilot | 26 | 4420 | C++ | ArduPlane, ArduCopter, ArduRover source |
chrome_password_grabber | 33 | 271 | Python | Get unencrypted ‘Saved Password’ from Google Chrome |
moby | 45 | 55254 | Go | Moby Project - a collaborative project for the container ecosystem to assemble container-based systems |
pwnagotchi | 97 | 1886 | Python | (⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning. |
AiLearning | 85 | 20380 | Python | AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP |
23日
nginx-admins-handbook
nginxのチューニング・セキュリティとかノウハウが書かれているリポジトリ。雰囲気でnginx使っている勢にとってはとても嬉しい
[https://github.com/trimstray/nginx-admins-handbook:embed:cite]
awesome-web-security
webでのセキュリティ注意事項がまとめられているリポジトリ、ざっとみたけどcsv-injection
, orm-injection
, web-cache-poisoning
, XXE
あたりは知らなかったので読んだ方が良さそう、それに加えて業務でawsを使うのでawsのセクションぐらいは知っておきたい
[https://awesomelists.top/#/repos/qazbnm456/awesome-web-security:embed:cite]
echarts
javascriptのド派手なチャート描画ライブラリ、ド派手さからして中国発祥なのを察した。サンプルの数がとてつもなく多い、、
170行ぐらいで3dで地球を表示してるのすごい。コード見る感じD3.jsをラップしたもののようである
[https://echarts.apache.org/en/index.html:embed:cite]
hyper.js
エレクトロンで作ったターミナルアプリケーション。この発想は、確かに文字打つだけだから特段標準のターミナルにこだわる必要ないしカスタマイズ製考えるとエレクトロンで作るのは結構良いと思った。
これを管理しているzeitといえばあのdockerをコマンドラインからデプロイできるサービスのとこですね。前見たときより安定してそう
[https://hyper.is/:embed:cite]
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
zipline | 76 | 9719 | Python | Zipline, a Pythonic Algorithmic Trading Library |
gpmall | 63 | 2007 | Java | 【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch |
zero | 153 | 566 | TypeScript | 3D graphics rendering pipeline. Implemented in JavaScript. Run in a terminal. |
free-for-dev | 474 | 26144 | HTML | A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev |
devops-interview-questions | 325 | 1081 | Groovy | Linux, Jenkins, AWS, Network, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP |
Best-Flutter-UI-Templates | 212 | 3746 | Dart | completely free for everyone. Its build-in Flutter Dart. |
nginx-admins-handbook | 49 | 10065 | Shell | How to improve NGINX performance, security, and other important things; @ssllabs A+ 100%, @mozilla A+ 120/100. |
data-science-ipython-notebooks | 20 | 17352 | Python | Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AW |
reverse-interview-zh | 282 | 4103 | undefined | 技术面试最后反问面试官的话 |
awesome-web-security | 86 | 3603 | undefined | 🐶 A curated list of Web Security materials and resources. |
jsfuzz | 45 | 271 | TypeScript | coverage guided fuzz testing for javascript |
thefuck | 178 | 49488 | Python | Magnificent app which corrects your previous console command. |
awesome-python | 139 | 74594 | Python | A curated list of awesome Python frameworks, libraries, software and resources |
pwnagotchi | 219 | 1796 | Python | (⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning. |
tensortrade | 107 | 410 | Python | An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents. |
ShadowsocksR-Windows | 66 | 1321 | C# | 【自用】Bug-Oriented Programming |
v | 164 | 12959 | V | Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies. 1.0 release in December 2019. https://vlang.io |
magento2 | 3 | 7922 | 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 |
pyprobml | 25 | 976 | Jupyter Notebook | Python code for “Machine learning: a probabilistic perspective” (2nd edition) |
go | 46 | 6092 | Go | A high-performance 100% compatible drop-in replacement of “encoding/json” |
deepbayes-2019 | 15 | 374 | Jupyter Notebook | Practical assignments of the Deep |
rancher | 23 | 12788 | Go | Complete container management platform |
incubator-echarts | 34 | 37173 | JavaScript | A powerful, interactive charting and visualization library for browser |
hyper | 54 | 31403 | JavaScript | A terminal built on web technologies |
moby | 13 | 55216 | Go | Moby Project - a collaborative project for the container ecosystem to assemble container-based systems |
22日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
tinacms | 379 | 1291 | TypeScript | Tina is a site editing toolkit for modern React-based sites (Gatsby and Next.js) |
pwnagotchi | 90 | 1596 | Python | (⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning. |
ardupilot | 6 | 4360 | C++ | ArduPlane, ArduCopter, ArduRover source |
free-for-dev | 526 | 25743 | HTML | A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev |
KnowledgeGraphData | 277 | 1507 | Python | 史上最大规模1.4亿中文知识图谱开源下载 |
zipline | 74 | 9641 | Python | Zipline, a Pythonic Algorithmic Trading Library |
tensortrade | 59 | 289 | Python | An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents. |
devops-interview-questions | 337 | 794 | Groovy | Linux, Jenkins, AWS, Network, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure |
ShadowsocksR-Windows | 52 | 1263 | C# | 【自用】Bug-Oriented Programming |
awesome-python | 127 | 74458 | Python | A curated list of awesome Python frameworks, libraries, software and resources |
mml-book.github.io | 110 | 3748 | Jupyter Notebook | Companion webpage to the book “Mathematics For Machine Learning” |
chrome_password_grabber | 31 | 165 | Python | Get unencrypted ‘Saved Password’ from Google Chrome |
Java | 40 | 17638 | Java | All Algorithms implemented in Java |
p1xt-guides | 5 | 4756 | undefined | Programming curricula |
handson-ml | 18 | 17305 | Jupyter Notebook | A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow. |
v | 283 | 12825 | V | Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies. 1.0 release in December 2019. https://vlang.io |
reverse-interview-zh | 412 | 3826 | undefined | 技术面试最后反问面试官的话 |
deep-learning-drizzle | 31 | 6163 | undefined | Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!! |
uber_go_guide_cn | 55 | 287 | undefined | The Uber Go Style Guide . Uber Go 语言编码规范中文版 |
dapr | 452 | 2864 | Go | Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge. |
summer2020internships | 16 | 1418 | undefined | Keep track of internships for Summer 2020 for undergraduates interested in tech./SWE/related fields |
tidytuesday | 11 | 1225 | R | Official repo for the #tidytuesday project |
Machine-Learning-Yearning-Vietnamese-Translation | 15 | 173 | undefined | |
modular-monolith-with-ddd | 67 | 1316 | C# | Full Modular Monolith application with Domain-Driven Design approach. |
Hazel | 3 | 1750 | C++ | Hazel Engine |
21日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
dapr | 349 | 2383 | Go | Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge. |
v | 221 | 12553 | V | Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies. 1.0 release in December 2019. https://vlang.io |
gpmall | 24 | 1769 | Java | 【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch |
Best-Flutter-UI-Templates | 128 | 3221 | Dart | completely free for everyone. Its build-in Flutter Dart. |
free-for-dev | 322 | 25226 | HTML | A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev |
thefuck | 78 | 48980 | Python | Magnificent app which corrects your previous console command. |
zigbee2mqtt | 11 | 2965 | JavaScript | Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨 |
SecLists | 42 | 20694 | PHP | SecLists is the security tester’s companion. It’s a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensi |
mml-book.github.io | 120 | 3633 | Jupyter Notebook | Companion webpage to the book “Mathematics For Machine Learning” |
modular-monolith-with-ddd | 38 | 1257 | C# | Full Modular Monolith application with Domain-Driven Design approach. |
awesome-python-applications | 157 | 9706 | Jupyter Notebook | 💿 Free software that works great, and also happens to be open-source Python. |
data-science-ipython-notebooks | 40 | 17262 | Python | Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AW |
nats-server | 12 | 6684 | Go | High-Performance server for NATS, the cloud native messaging system. |
KnowledgeGraphData | 278 | 1238 | Python | 史上最大规模1.4亿中文知识图谱开源下载 |
lede | 38 | 4686 | C | Lean’s OpenWrt source |
devops-interview-questions | 163 | 461 | Groovy | DevOps Interview Questions - Linux, Jenkins, AWS, Network, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform |
pyprobml | 43 | 905 | Jupyter Notebook | Python code for “Machine learning: a probabilistic perspective” (2nd edition) |
home-assistant | 27 | 27500 | Python | 🏡 Open source home automation that puts local control and privacy first |
tinacms | 394 | 917 | TypeScript | Tina is a site editing toolkit for modern React-based sites (Gatsby and Next.js) |
qu1ckr00t | 23 | 141 | C | A PoC application demonstrating the power of an Android kernel arbitrary R/W. |
rudr | 98 | 537 | Rust | A Kubernetes implementation of the Open Application Model specification |
reverse-interview-zh | 161 | 3412 | undefined | 技术面试最后反问面试官的话 |
30-seconds-of-code | 209 | 50237 | JavaScript | A curated collection of useful JavaScript snippets that you can understand in 30 seconds or less. |
zipline | 7 | 9564 | Python | Zipline, a Pythonic Algorithmic Trading Library |
docs | 8 | 2028 | PowerShell | This repository contains .NET Documentation. |
20日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
tinacms | 216 | 549 | TypeScript | Tina is a site editing toolkit for modern React-based sites (Gatsby and Next.js) |
bazel | 70 | 13257 | Java | a fast, scalable, multi-language and extensible build system |
chapter | 185 | 1138 | TSQL | A self-hosted event management tool for nonprofits |
dapr | 591 | 2169 | Go | Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge. |
takenote | 273 | 1018 | TypeScript | 📝 A web-based note-taking app with GitHub sync and Markdown support. |
rudr | 129 | 485 | Rust | A Kubernetes implementation of the Open Application Model specification |
devops-interview-questions | 153 | 314 | Groovy | DevOps Interview Questions - Linux, Jenkins, AWS, Network, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform |
free-for-dev | 490 | 24972 | HTML | A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev |
KnowledgeGraphData | 431 | 1047 | Python | 史上最大规模1.4亿中文知识图谱开源下载 |
33-js-concepts | 106 | 29551 | JavaScript | 📜 33 concepts every JavaScript developer should know. |
reverse-interview-zh | 287 | 3296 | undefined | 技术面试最后反问面试官的话 |
awesome-architecture | 157 | 4964 | undefined | 架构师技术图谱,助你早日成为架构师 |
linux-command | 100 | 10462 | HTML | Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux |
lemmy | 74 | 1659 | Rust | Building a federated alternative to reddit in rust |
exercise | 21 | 1306 | Jupyter Notebook | exercise for nndl |
awesome-python-applications | 197 | 9618 | Jupyter Notebook | 💿 Free software that works great, and also happens to be open-source Python. |
xg2xg | 327 | 7077 | undefined | by ex-googlers, for ex-googlers - a lookup table of similar tech & services |
flutter_ui_challenges | 6 | 1138 | Dart | Trying to replicate various app UIs in flutter |
swift | 18 | 49425 | C++ | The Swift Programming Language |
protobuf | 57 | 37844 | C++ | Protocol Buffers - Google’s data interchange format |
Best-Flutter-UI-Templates | 119 | 3138 | Dart | completely free for everyone. Its build-in Flutter Dart. |
30-seconds-of-code | 121 | 50136 | JavaScript | A curated collection of useful JavaScript snippets that you can understand in 30 seconds or less. |
lede | 44 | 4669 | C | Lean’s OpenWrt source |
aquameta | 105 | 687 | PLpgSQL | Web development platform built entirely in PostgreSQL |
v | 281 | 12434 | V | Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies. 1.0 release in December 2019. https://vlang.io |
19日
dapr
マイクロサービスを作成・管理する際に使用するツール?daprはサイドカーパターンで各コンテナ/プロセスに付随し、それらがHTTP/gRPCで連携することで実現しているとのこと。また、daprはマイクロサービスをまたいだ状態管理もできるしpubsubもできるしk8s上でも動作させることができるとのこと
まだアルファバージョンなので本番では使えないので注意。
[https://dapr.io:embed:cite]
Ultra-Light-Fast-Generic-Face-Detector-1MB
twitterで話題になってた超軽量の顔識別モデル?正確にはslimモデルで1.04MB、RFBモデルで1.11MBのよう。
[https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB/raw/master/readme_imgs/27.jpg:image=https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB/raw/master/readme_imgs/27.jpg]
[https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB:embed:cite]
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
dapr | 557 | 1798 | Go | Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge. |
rudr | 116 | 400 | Rust | A Kubernetes implementation of the Open Application Model specification |
docs | 44 | 155 | undefined | User documentation for Dapr |
awesome-python-applications | 79 | 9479 | Jupyter Notebook | 💿 Free software that works great, and also happens to be open-source Python. |
spec | 109 | 347 | undefined | The Open Application Model specification |
KnowledgeGraphData | 458 | 875 | Python | 史上最大规模1.4亿中文知识图谱开源下载 |
storybook | 80 | 42292 | TypeScript | 📓 UI component dev & test: React, Vue, Angular, React Native, Ember, Web Components & more! |
Best-Flutter-UI-Templates | 67 | 3068 | Dart | completely free for everyone. Its build-in Flutter Dart. |
kaldi | 72 | 7449 | Shell | This is the official location of the Kaldi project. |
Ultra-Light-Fast-Generic-Face-Detector-1MB | 248 | 2529 | Python | 💎 1MB轻量级人脸检测模型 |
Jiagu | 41 | 827 | Python | Jiagu深度学习自然语言处理工具 知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类 |
free-for-dev | 184 | 24754 | HTML | A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev |
xg2xg | 314 | 6978 | undefined | by ex-googlers, for ex-googlers - a lookup table of similar tech & services |
albert_zh | 44 | 1051 | Python | A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型 |
v | 145 | 12240 | V | Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies. 1.0 release in December 2019. https://vlang.io |
strapi | 72 | 18404 | JavaScript | 🚀 Open source Node.js Headless CMS to easily build customisable APIs |
azure-stack-docs | 1 | 84 | PowerShell | |
chapter | 170 | 1063 | TSQL | A self-hosted event management tool for nonprofits |
botorch | 47 | 1238 | Python | Bayesian optimization in PyTorch |
100-Days-Of-ML-Code | 38 | 14242 | Jupyter Notebook | 100-Days-Of-ML-Code中文版 |
spdlog | 18 | 6972 | C++ | Fast C++ logging library. |
gpytorch | 12 | 1524 | Python | A highly efficient and modular implementation of Gaussian Processes in PyTorch |
100-Days-of-ML-Code-Chinese-Version | 124 | 2726 | Python | Chinese Translation for Machine Learning Infographics |
client_golang | 5 | 1765 | Go | Prometheus instrumentation library for Go applications |
phoenix_live_view | 5 | 2346 | Elixir | Rich, real-time user experiences with server-rendered HTML |
18日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
takenote | 145 | 661 | TypeScript | 📝 A web-based note-taking app with GitHub sync and Markdown support. |
chapter | 144 | 905 | undefined | A self-hosted event management tool for nonprofits |
v | 126 | 12110 | V | Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies. 1.0 release in December 2019. https://vlang.io |
mapbox-gl-js | 83 | 5125 | JavaScript | Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL |
torchcv | 47 | 1365 | Shell | A PyTorch-Based Framework for Deep Learning in Computer Vision |
my-arsenal-of-aws-security-tools | 31 | 2918 | Shell | List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc. |
xg2xg | 195 | 6665 | undefined | by ex-googlers, for ex-googlers - a lookup table of similar tech & services |
KnowledgeGraphData | 193 | 431 | Python | 史上最大规模1.4亿中文知识图谱开源下载 |
delta | 31 | 1644 | Scala | An open-source storage layer that brings scalable, ACID transactions to Apache Spark™ and big data workloads. |
mouse | 24 | 170 | C++ | A trackball mouse. Mechanical files, PCBs, and firmware all included. |
100-Days-of-ML-Code-Chinese-Version | 126 | 2614 | Python | Chinese Translation for Machine Learning Infographics |
protobuf | 25 | 37768 | C++ | Protocol Buffers - Google’s data interchange format |
python-cheatsheet | 57 | 9534 | Python | Comprehensive Python Cheatsheet |
SandDance | 202 | 1701 | TypeScript | Visually explore, understand, and present your data. |
free-api | 754 | 5161 | undefined | 收集免费的接口服务,做一个api的搬运工 |
pkuseg-python | 46 | 4138 | Python | pkuseg多领域中文分词工具; The pkuseg toolkit for multi-domain Chinese word segmentation |
eladmin | 25 | 4118 | Java | 项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由 |
awesome-architecture | 35 | 4718 | undefined | 架构师技术图谱,助你早日成为架构师 |
rough-charts | 41 | 283 | TypeScript | 📈 A responsive, composable react charting library with a hand-drawn style. |
aws-sdk-go | 9 | 5222 | Go | AWS SDK for the Go programming language. |
ML-NLP | 70 | 2118 | Jupyter Notebook | 此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。 |
botorch | 102 | 1192 | Python | Bayesian optimization in PyTorch |
cypress | 140 | 15276 | CoffeeScript | Fast, easy and reliable testing for anything that runs in a browser. |
30-seconds-of-code | 66 | 49888 | JavaScript | A curated collection of useful JavaScript snippets that you can understand in 30 seconds or less. |
grpc-go | 12 | 9700 | Go | The Go language implementation of gRPC. HTTP/2 based RPC |
17日
xg2xg
googleが外部または内部で提供しているサービス・ツールに近似したサービスをリストアップしてくれているサイト。
Bigqueryに似たossのものでも Apache Drill
, Presto
, Spark(sort-of)
とかあるの知らなくてほーってなった。
[https://github.com/jhuangtw-dev/xg2xg:embed:cite]
mapbox-gl-js
地図サービスmapBoxのjavascriptライブラリ。googleMapが値上げしてから結構注目されるようになったせいかドキュメントとかサンプルとか充実してて驚き
[https://docs.mapbox.com/mapbox-gl-js/examples/:embed:cite]
poetry
Pythonのパッケージマネージャー。pipとかに比べて、1ファイルのみで完結することを推してる
[https://github.com/sdispater/poetry#why:embed:cite]
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
Ultra-Light-Fast-Generic-Face-Detector-1MB | 327 | 1767 | Python | 💎 1MB轻量级通用人脸检测模型 |
free-api | 484 | 4414 | undefined | 收集免费的接口服务,做一个api的搬运工 |
machine-learning-yearning-cn | 211 | 3968 | CSS | Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著 |
xg2xg | 161 | 6466 | undefined | by ex-googlers, for ex-googlers - a lookup table of similar tech & services |
cypress | 33 | 15125 | CoffeeScript | Fast, easy and reliable testing for anything that runs in a browser. |
mapbox-gl-js | 81 | 5037 | JavaScript | Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL |
100-Days-of-ML-Code-Chinese-Version | 53 | 2486 | Python | Chinese Translation for Machine Learning Infographics |
spdlog | 15 | 6892 | C++ | Fast C++ logging library. |
poetry | 21 | 6396 | Python | Python dependency management and packaging made easy. |
react-native-camera | 8 | 7775 | Java | A Camera component for React Native. Also supports barcode scanning! |
fastai | 23 | 15888 | Jupyter Notebook | The fastai deep learning library, plus lessons and tutorials |
tsdx | 43 | 2885 | JavaScript | Zero-config CLI for TypeScript package development |
html2canvas | 25 | 18479 | TypeScript | Screenshots with JavaScript |
v | 163 | 11989 | V | Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies. 1.0 release in December 2019. https://vlang.io |
reinvent-planner | 7 | 77 | JavaScript | Plan your AWS re:Invent 2019 sessions by visualizing it in a calendar. |
generator-jhipster | 16 | 14835 | JavaScript | Open Source application platform for creating Spring Boot + Angular/React projects in seconds! |
Chinese-Text-Classification-Pytorch | 33 | 271 | Python | 中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。 |
webpacker | 4 | 4466 | Ruby | Use Webpack to manage app-like JavaScript modules in Rails |
keystone-5 | 10 | 509 | JavaScript | 🚀 The future of KeystoneJS |
pkuseg-python | 43 | 4092 | Python | pkuseg多领域中文分词工具; The pkuseg toolkit for multi-domain Chinese word segmentation |
pip | 5 | 5719 | Python | The Python package installer |
strapi | 86 | 18251 | JavaScript | 🚀 Open source Node.js Headless CMS to easily build customisable APIs |
boa | 6 | 785 | Rust | Boa is an experimental Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language. |
react-vis | 13 | 6235 | JavaScript | Data Visualization Components |
Semantic-UI-React | 7 | 10361 | JavaScript | The official Semantic-UI-React integration |
16日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
detectron2 | 490 | 3134 | Python | Detectron2 is FAIR’s next-generation research platform for object detection and segmentation. |
takenote | 35 | 191 | TypeScript | 📝 A web-based note-taking app with GitHub sync and Markdown support. |
You-Dont-Know-JS | 54 | 109789 | undefined | A book series on JavaScript. @YDKJS on twitter. |
vulcain | 212 | 978 | Go | Use HTTP/2 Server Push to create fast and idiomatic client-driven REST APIs |
PENTESTING-BIBLE | 158 | 2355 | undefined | 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 Ethica |
v | 110 | 11836 | V | Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies. 1.0 release in December 2019. https://vlang.io |
guide | 610 | 4146 | undefined | The Uber Go Style Guide. |
the-way-to-go_ZH_CN | 45 | 18002 | Go | 《The Way to Go》中文译本,中文正式名《Go 入门指南》 |
mapbox-gl-js | 8 | 4954 | JavaScript | Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL |
ccxt | 13 | 12358 | JavaScript | A JavaScript / Python / PHP cryptocurrency trading API with support for more than 120 bitcoin/altcoin exchanges |
free-api | 777 | 3930 | undefined | 收集免费的接口服务,做一个api的搬运工 |
Ultra-Light-Fast-Generic-Face-Detector-1MB | 416 | 1449 | Python | 💎 一款超轻量级通用人脸检测模型(模型文件大小仅1MB,320x240输入下计算量仅90MFlops)适用于边缘计算设备、移动端设备以及PC |
The-Open-Book | 264 | 1233 | undefined | |
machine-learning-yearning-cn | 410 | 3753 | CSS | Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著 |
luban-h5 | 68 | 1012 | JavaScript | en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具. |
NewPipe | 81 | 6694 | Java | A libre lightweight streaming front-end for Android. |
Data-Science–Cheat-Sheet | 65 | 12418 | undefined | Cheat Sheets |
build-your-own-x | 208 | 49059 | undefined | 🤓 Build your own (insert technology here) |
Mailspring | 14 | 7206 | TypeScript | 💌 A beautiful, fast and maintained fork of @nylas Mail by one of the original authors. |
eladmin | 43 | 4003 | Java | 项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由 |
python-cheatsheet | 50 | 9369 | Python | Comprehensive Python Cheatsheet |
Awesome-WAF | 30 | 2118 | Python | 🔥 Everything awesome about web-application firewalls (WAF). |
incubator-shardingsphere-example | 3 | 611 | Java | Sharding-Sphere examples |
apollo | 41 | 17647 | Java | Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。 |
SandDance | 179 | 1157 | TypeScript | Visually explore, understand, and present your data. |
15日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
detectron2 | 651 | 2660 | Python | Detectron2 is FAIR’s next-generation research platform for object detection and segmentation. |
guide | 972 | 3556 | undefined | The Uber Go Style Guide. |
1033-OTA-Downgrader | 66 | 164 | Shell | First ever tool to downgrade ANY iPhone 5s, ANY iPad Air and (almost any) iPad Mini 2 to 10.3.3 with OTA blobs + checkm8! |
serenity | 90 | 3292 | C++ | Serenity Operating System |
appwrite | 39 | 1311 | JavaScript | End to end backend server for frontend and mobile developers. 👩💻👨💻 |
pytorch | 120 | 32606 | C++ | Tensors and Dynamic neural networks in Python with strong GPU acceleration |
machine-learning-yearning-cn | 445 | 3353 | CSS | Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著 |
PENTESTING-BIBLE | 214 | 2197 | undefined | 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 Ethica |
free-api | 1231 | 3155 | undefined | 收集免费的接口服务,做一个api的搬运工 |
torchcv | 15 | 1043 | Shell | A PyTorch-Based Framework for Deep Learning in Computer Vision |
Profiles | 44 | 2987 | JavaScript | Clash、Kitsunebi、Quantumult(X)、Shadowrocket、Pepi(ShadowRay)、Surge 的配置规则文件 |
mall | 107 | 23001 | Java | mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。 |
plato | 23 | 95 | C# | Plato is free, open source user community & customer support software built upon .NET Core. |
build-your-own-x | 39 | 48871 | undefined | 🤓 Build your own (insert technology here) |
JavaGuide | 203 | 57847 | Java | 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 |
interviews | 54 | 39374 | Java | Everything you need to know to get the job. |
opencv | 40 | 38980 | C++ | Open Source Computer Vision Library |
Beginner-Network-Pentesting | 8 | 1069 | undefined | Notes for Beginner Network Pentesting Course |
v | 27 | 11719 | V | Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies. 1.0 release in December 2019. https://vlang.io |
manim | 69 | 13987 | Python | Animation engine for explanatory math videos |
discord.js | 13 | 4465 | JavaScript | A powerful JavaScript library for interacting with the Discord API |
obs-studio | 14 | 14844 | C | OBS Studio - Free and open source software for live streaming and screen recording |
algorithm004-04 | 6 | 21 | undefined |
14日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
detectron2 | 576 | 2024 | Python | Detectron2 is FAIR’s next-generation research platform for object detection and segmentation. |
Dress | 147 | 13032 | Standard ML | 好耶 是女装 |
1033-OTA-Downgrader | 58 | 96 | Shell | First ever tool to downgrade ANY iPhone 5s, ANY iPad Air and (almost any) iPad Mini 2 to 10.3.3 with OTA blobs + checkm8! |
apollo | 58 | 17500 | Java | Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。 |
guide | 1174 | 2586 | undefined | The Uber Go Style Guide. |
postwoman | 56 | 3981 | Vue | 👽 API request builder - Helps you create your requests faster, saving you precious time on your development https://postwoman.io |
pytorch | 97 | 32489 | C++ | Tensors and Dynamic neural networks in Python with strong GPU acceleration |
three.js | 35 | 55302 | JavaScript | JavaScript 3D library. |
fairseq | 19 | 5725 | Python | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. |
luban-h5 | 26 | 756 | JavaScript | en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具. |
CrypTen | 33 | 115 | Python | A framework for Privacy Preserving Machine Learning |
Ultra-Light-Fast-Generic-Face-Detector-1MB | 126 | 372 | Python | 一款超轻量级通用人脸检测模型(模型文件大小仅1MB,320x240输入下计算量仅90MFlops)适用于边缘计算设备、移动端设备以及PC |
SandDance | 89 | 722 | TypeScript | Visually explore, understand, and present your data. |
Profiles | 60 | 2953 | JavaScript | Clash、Kitsunebi、Quantumult(X)、Shadowrocket、Pepi(ShadowRay)、Surge 的配置规则文件 |
serenity | 138 | 3201 | C++ | Serenity Operating System |
torch2trt | 35 | 424 | Python | An easy to use PyTorch to TensorRT converter |
hangzhou_house_knowledge | 135 | 21993 | CSS | 2017年买房经历总结出来的买房购房知识分享给大家,希望对大家有所帮助。买房不易,且买且珍惜。Sharing the knowledge of buy an own house that according to the experience at hangzhou in 2017 to all the people. It’s not easy to buy a own house, so I |
free-api | 217 | 1920 | undefined | 收集免费的接口服务,做一个api的搬运工 |
JavaGuide | 99 | 57661 | Java | 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 |
swoole-src | 12 | 14503 | C++ | 🚀 Coroutine-based concurrency library for PHP |
free-programming-books-zh_CN | 142 | 56690 | undefined | 📚 免费的计算机编程类中文书籍,欢迎投稿 |
takenote | 21 | 75 | TypeScript | 📝 A web-based note-taking app with GitHub sync and Markdown support. |
hydra | 170 | 881 | Python | Hydra is a framework for elegantly configuring complex applications |
flutter | 152 | 77040 | Dart | Flutter makes it easy and fast to build beautiful mobile apps. |
the-way-to-go_ZH_CN | 45 | 17812 | Go | 《The Way to Go》中文译本,中文正式名《Go 入门指南》 |
13日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
detectron2 | 1311 | 1639 | Python | Detectron2 is FAIR’s next-generation research platform for object detection and segmentation. |
plaid | 161 | 14225 | Kotlin | An Android app which provides design news & inspiration as well as being an example of implementing material design. |
Dress | 203 | 12896 | Standard ML | 好耶 是女装 |
DeepLearning-500-questions | 208 | 34219 | undefined | 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续………… 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06 |
Hardcoder | 273 | 958 | C++ | Hardcoder is a solution which allows Android APP and Android System to communicate with each other directly, solving the problem that Android APP could only use system standard API rather than the har |
flutter | 83 | 76961 | Dart | Flutter makes it easy and fast to build beautiful mobile apps. |
Python-100-Days | 554 | 63658 | Jupyter Notebook | Python - 100天从新手到大师 |
vue-element-admin | 177 | 42811 | Vue | 🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin |
components | 17 | 18831 | TypeScript | Component infrastructure and Material Design components for Angular |
mall | 168 | 22849 | Java | mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。 |
go-micro | 25 | 9260 | Go | A Go microservices development framework |
nrol-39-logo | 99 | 353 | undefined | A vector PDF of the official mission logo of NROL-39 |
vault | 15 | 14136 | Go | A tool for secrets management, encryption as a service, and privileged access management |
kubernetes | 49 | 58747 | Go | Production-Grade Container Scheduling and Management |
bandinchina | 393 | 787 | HTML | Naming and shaming companies who kowtow to Chinese censorship requests |
free-api | 231 | 1729 | undefined | 收集免费的接口服务,做一个api的搬运工 |
GitHub-Chinese-Top-Charts | 1188 | 5838 | Python | 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!(最近更新于10月9日,上班快乐 🎉) |
awesome-wechat-weapp | 171 | 27572 | undefined | 微信小程序开发资源汇总 💯 |
interview_internal_reference | 100 | 20555 | Python | 2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。 |
pytorch | 121 | 32422 | C++ | Tensors and Dynamic neural networks in Python with strong GPU acceleration |
n8n | 300 | 3449 | TypeScript | Free node based Workflow Automation Tool. Easily automate tasks across different services. |
fe-interview | 150 | 7226 | JavaScript | 前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家) |
advanced-java | 80 | 32211 | Java | 😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习 |
serenity | 84 | 3140 | C++ | Serenity Operating System |
ant-design | 40 | 52351 | TypeScript | 🌈 A UI Design Language and React UI library |
12日
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
Dress | 203 | 12680 | Standard ML | 好耶 是女装 |
ggpo | 138 | 760 | C++ | Good Game, Peace Out Rollback Network SDK |
flutter | 90 | 76852 | Dart | Flutter makes it easy and fast to build beautiful mobile apps. |
JavaGuide | 306 | 57366 | Java | 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 |
GitHub-Chinese-Top-Charts | 1630 | 4995 | Python | 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!(最近更新于10月9日,上班快乐 🎉) |
nrol-39-logo | 140 | 321 | undefined | A vector PDF of the official mission logo of NROL-39 |
Coding | 38 | 136 | C++ | This repository contains pseudo-codes of various algorithms and data structures |
hangzhou_house_knowledge | 120 | 21777 | CSS | 2017年买房经历总结出来的买房购房知识分享给大家,希望对大家有所帮助。买房不易,且买且珍惜。Sharing the knowledge of buy an own house that according to the experience at hangzhou in 2017 to all the people. It’s not easy to buy a own house, so I |
Hardcoder | 168 | 793 | C++ | Hardcoder is a solution which allows Android APP and Android System to communicate with each other directly, solving the problem that Android APP could only use system standard API rather than the har |
apollo | 37 | 17418 | Java | Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。 |
programmer-job-blacklist | 26 | 24089 | Shell | 🙈程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞 |
free-programming-books-zh_CN | 95 | 56486 | undefined | 📚 免费的计算机编程类中文书籍,欢迎投稿 |
awesome-wechat-weapp | 98 | 27417 | undefined | 微信小程序开发资源汇总 💯 |
fe-interview | 63 | 7122 | JavaScript | 前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家) |
n8n | 501 | 3167 | TypeScript | Free node based Workflow Automation Tool. Easily automate tasks across different services. |
easyexcel | 43 | 9820 | Java | 快速、简单避免OOM的java处理Excel工具 |
sql-mysteries | 39 | 260 | JavaScript | Inspired by @veltman’s command-line mystery, use SQL to research clues and find out whodunit! |
face_recognition | 44 | 28704 | Python | The world’s simplest facial recognition api for Python and the command line |
vue-element-admin | 75 | 42710 | Vue | 🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin |
plaid | 50 | 14160 | Kotlin | An Android app which provides design news & inspiration as well as being an example of implementing material design. |
spring-boot-examples | 32 | 18882 | Java | about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |
nocode | 102 | 31942 | Dockerfile | The best way to write secure and reliable applications. Write nothing; deploy nowhere. |
ai-edu | 72 | 5632 | Jupyter Notebook | AI education materials for Chinese students, teachers and IT professionals. |
beats | 11 | 7994 | Go | 🐠 Beats - Lightweight shippers for Elasticsearch & Logstash |
computer-science | 346 | 48940 | undefined | 🎓 Path to a free self-taught education in Computer Science! |
11日
n8n.io
タスク自動化ツール。Zapierがオープンソースになったようなものだと公式サイトに書いてある。
dockerでも動く
docker run -it --rm \
--name n8n \
-p 5678:5678 \
-v ~/.n8n:/root/.n8n \
n8nio/n8n
触って見たけど、特徴として各ノードでできるアクションがとても多い。この中になければ自分でコマンドを呼び出すノードを作ることも可能。
- ActiveCampaign:Create and edit data in ActiveCampaign
- Airtable:Read, update, write and delete data from Airtable
- Asana:Access and edit Asana tasks
- Chargebee:Retrieve data from Chargebee API
- Dropbox:Access data on Dropbox
- Edit Image:Edits an image like blur, resize or adding border and text
- Execute Command:Executes a command on the host.
- Function:Run custom function code which gets executed once per item.
- Function Item:Run custom function code which gets executed once per item.
- Github:Retrieve data from Github API.
- Google Sheets:Read, update and write data to Google Sheets
- HTTP Request:Makes a HTTP request and returns the received data
- IF:Splits a stream depending on defined compare operations.
- link.fish Scrape:Scrape data from an URL
- Mailgun:Sends an Email via Mailgun
- Merge:Merges data of multiple streams once data of both is available
- NextCloud:Access data on NextCloud
- No Operation, do nothing:No Operation
- OpenWeatherMap:Gets current and future weather information.
- Pipedrive:Create and edit data in Pipedrive
- Postgres:Gets, add and update data in Postgres.
- Read Binary File:Reads a binary file from disk
- Read Binary Files:Reads binary files from disk
- Read PDF:Reads a PDF and extracts its content
- Redis:Gets, sends data to Redis and receives generic information.
- Rename Keys:Renames keys.
- RSS Read:Reads data from an RSS Feed
- Send Email:Sends an Email
- Set:Sets values on the items and removes if selected all other values.
- Slack:Sends data to Slack
- Split In Batches:Saves the originally incoming data and with each itteration it returns a predefined amount of them.
- Spreadsheet File:Reads and writes data from a spreadsheet file.
- Start:Starts the workflow execution from this node
- Telegram:Sends data to Telegram.
- Trello:Create, change and delete boards and cards
- Twilio:Send SMS and WhatsApp messages or make phone calls
- Write Binary File:Writes a binary file to disk
- XML:Convert data from
あとすでに組み立て済みのワークフローが共有されているのもありがたい。スクレイピングとかのターミナルでの操作を簡略化したい際に活躍しそう。
[https://n8n.io:embed:cite]
vue-element-admin
vueでできた管理画面。ここまでリッチにする必要のある案件はなかなかない気がするので微妙。
[追記] コンポーネントの種類が多くて結構実用的な気がしてきた、カンバンも用意されている
[https://panjiachen.github.io/vue-element-admin:embed:cite]
NES.css
8bitっぽい見た目にできるcssフレームワーク。前からあったけどなぜこのタイミングで88スターついてトレンドにきたのかはわからない。個人的にはとても好きで個人開発で導入タイミングをうかがっている
[https://nostalgic-css.github.io/NES.css/:embed:cite]
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
n8n | 500 | 2486 | TypeScript | Free node based Workflow Automation Tool. Easily automate tasks across different services. |
Python-100-Days | 351 | 63043 | Jupyter Notebook | Python - 100天从新手到大师 |
interview_internal_reference | 210 | 20065 | Python | 2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。 |
vue-element-admin | 66 | 42538 | Vue | 🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin |
DeepLearning-500-questions | 96 | 33968 | undefined | 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续………… 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06 |
beats | 6 | 7921 | Go | 🐠 Beats - Lightweight shippers for Elasticsearch & Logstash |
GitHub-Chinese-Top-Charts | 1252 | 3817 | Python | 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!(最近更新于10月9日,上班快乐 🎉) |
collapseos | 528 | 1806 | Assembly | Bootstrap post-collapse technology |
JavaGuide | 165 | 57171 | Java | 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 |
computer-science | 554 | 48525 | undefined | 🎓 Path to a free self-taught education in Computer Science! |
advanced-java | 91 | 31995 | Java | 😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习 |
PLMpapers | 130 | 564 | undefined | Must-read Papers on pre-trained language models. |
awesome-wechat-weapp | 106 | 27254 | undefined | 微信小程序开发资源汇总 💯 |
Dress | 141 | 12485 | Standard ML | 好耶 是女装 |
PENTESTING-BIBLE | 120 | 1832 | undefined | 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 Ethica |
ai-edu | 111 | 5560 | Jupyter Notebook | AI education materials for Chinese students, teachers and IT professionals. |
fe-interview | 39 | 6981 | JavaScript | 前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家) |
Anime4K | 776 | 7217 | GLSL | A High-Quality Real Time Upscaler for Anime Video |
jeecg-boot | 28 | 6273 | Java | 一款基于代码生成器的JAVA快速开发平台!采用最新技术,前后端分离架构:SpringBoot 2.x,Ant Design&Vue,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码,绝对是全栈开发福音!! JeecgBoot的宗旨是提高UI能力的同时,降低前后分离的开发成本,JeecgBoot还独创在线开发模式,No代码概念,一系列在线智能开发:在线配置表单 |
gin | 31 | 31936 | Go | Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance – up to 40 times faster. If you need smashing performance, get yourself some Gin. |
Daily-Interview-Question | 36 | 14783 | JavaScript | 我是木易杨,公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。 |
CleanArchitecture | 90 | 3021 | C# | A starting point for Clean Architecture with ASP.NET Core |
gsy_github_app_flutter | 14 | 8798 | Dart | 超完整的Flutter项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车 |
mall | 88 | 22648 | Java | mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。 |
NES.css | 88 | 13662 | CSS | NES-style CSS Framework |
10日
spotify-tui
ちょうど昨日社内で話題になってた。ブラウザで開かなくてええやんヤッターっと喜んでると代表に「mac純正アプリ有るくない?」と言われて萎えた
[https://github.com/Rigellute/spotify-tui:embed:cite]
ant.design
AntDesignというデザイン言語?が有るらしい。マテリアルデザインと同列に扱われるものなのかな?利用されているサービスはだいたい中国製なので中国が発祥ぽい。
- Ant Financial
- Alibaba
- Tencent
- Baidu
- Koubei
- Meituan
- Didi
- Eleme
Angular/Vue/React全て対応してSketchにもFigmaにもアセットとして取り込めるらしい。
[https://ant.design:embed:cite]
KeyDB
Redis互換のあるマルチスレッドなKeyValueDB。Redisとの違いを表した図があったがよくわからん
[f:id:Kouchannel55:20191010103455p:plain]
Flash Support /Multi-Master Suppor/Active-Active SupportはRedis/KeyDBどちらも対応してるけど金がかからんてことかな?実際に同じスペックのRedisと比べてどのぐらい早いのかのデータがないと信用できない気がした。
[https://keydb.dev:embed:cite]
skywalking
クラウドベースなAPM。Fluentdとかとは違ってもっと広いk8s全体でメトリクス・ログを収集してそう。
デモを見るとPodの構成らしきものが閲覧できた。自動で検知してたら有用そうやけど多分手動で入力しないといけなさそう。datadogは自動で検知してた気がするからできないことはないんやろうけど
[https://github.com/apache/skywalking:embed:cite]
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
collapseos | 626 | 1392 | Assembly | Bootstrap post-collapse technology |
JavaGuide | 165 | 56864 | Java | 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 |
vue-next | 585 | 4586 | TypeScript | |
Anime4K | 776 | 6500 | Java | A High-Quality Real Time Upscaler for Anime Video |
spotify-tui | 182 | 1488 | Rust | Spotify for the terminal written in Rust 🚀 |
ant-design | 45 | 52191 | TypeScript | 🌈 A UI Design Language and React UI library |
bustag | 154 | 2053 | JavaScript | a tag and recommend system for old bus driver |
Python-100-Days | 303 | 62686 | Jupyter Notebook | Python - 100天从新手到大师 |
imagededup | 307 | 1772 | Python | 😎 Finding duplicate images made easy! |
vue | 129 | 149660 | JavaScript | 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. |
googletest | 120 | 13195 | C++ | Googletest - Google Testing and Mocking Framework |
CleanArchitecture | 90 | 2974 | C# | A starting point for Clean Architecture with ASP.NET Core |
vue2-elm | 46 | 29904 | Vue | 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用 |
GitHub-Chinese-Top-Charts | 1252 | 2205 | Python | 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!(最近更新于10月9日,上班快乐 🎉) |
interview_internal_reference | 210 | 19746 | Python | 2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。 |
muon | 184 | 700 | Go | GPU based Electron on a diet |
KeyDB | 160 | 2525 | C++ | A Multithreaded Fork of Redis |
PENTESTING-BIBLE | 142 | 1716 | undefined | 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 Ethica |
go-admin | 76 | 767 | Go | a dataviz tool for golang developer which supports most framework |
skywalking | 18 | 10630 | Java | APM, Application Performance Monitoring System |
CS-Notes | 167 | 79641 | Java | 📚 Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计 |
computer-science | 554 | 48203 | undefined | 🎓 Path to a free self-taught education in Computer Science! |
mall | 88 | 22521 | Java | mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。 |
plaid | 18 | 13961 | Kotlin | An Android app which provides design news & inspiration as well as being an example of implementing material design. |
pytorch-CycleGAN-and-pix2pix | 13 | 9771 | Python | Image-to-Image Translation in PyTorch |
9日
TL-BOTS
ボットネットのソースコードを集めたリポジトリ。zipファイルになってて怖くて開けれないw
[https://github.com/threatland/TL-BOTS:embed:cite]
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
Anime4K | 702 | 5725 | Java | A High-Quality Real Time Upscaler for Anime Video |
googletest | 35 | 13074 | C++ | Googletest - Google Testing and Mocking Framework |
open-source-mac-os-apps | 601 | 19398 | Swift | 🚀 Awesome list of open source applications for macOS. |
imagededup | 428 | 1441 | Python | 😎 Finding duplicate images made easy! |
bustag | 287 | 1910 | JavaScript | a tag and recommend system for old bus driver |
GitHub-Chinese-Top-Charts | 493 | 967 | Python | 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!(最近更新于10月1日,国庆节快乐 🎉) |
python-ds | 41 | 333 | Python | Repository for data structure and algorithms in Python |
libra | 87 | 12696 | Rust | Libra’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people. |
vue-next | 1357 | 4014 | TypeScript | |
Python-100-Days | 318 | 62400 | Jupyter Notebook | Python - 100天从新手到大师 |
my-mac-os | 187 | 15423 | CSS | List of applications and tools that make my macOS experience even more amazing |
tesseract | 64 | 30262 | C++ | Tesseract Open Source OCR Engine (main repository) |
PENTESTING-BIBLE | 113 | 1580 | undefined | 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 Ethica |
TL-BOTS | 72 | 255 | C | A collection of source code for various botnets. |
env | 47 | 1090 | Go | Simple lib to parse environment variables to structs |
coding-interview-university | 112 | 90913 | undefined | A complete computer science study plan to become a software engineer. |
totalrecon | 64 | 225 | Shell | TotalRecon installs all the recon tools you need |
onnx | 14 | 7123 | PureBasic | Open Neural Network Exchange |
PHPAlgorithms | 52 | 519 | PHP | A collection of common algorithms implemented in PHP. The collection is based on “Cracking the Coding Interview” by Gayle Laakmann McDowell |
interview_internal_reference | 69 | 19542 | Python | 2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。 |
CleanArchitecture | 59 | 2892 | C# | A starting point for Clean Architecture with ASP.NET Core |
create-social-network | 109 | 401 | JavaScript | Create Social Network by running one command. Demo: https://worldexplorer.netlify.com/ |
Python | 173 | 58940 | Jupyter Notebook | All Algorithms implemented in Python |
nlp-roadmap | 58 | 1016 | undefined | ROADMAP(Mind Map) and KEYWORD for students those who have interest in learning NLP |
home-assistant | 66 | 27104 | Python | 🏡 Open source home automation that puts local control and privacy first |
8日
Anime4K
アニメの画質を擬似的にあげるツール。たしかにこの2枚で画質が全然違う
変換に3msかかるけどリアルタイムに変換できるってことは並列にやってくれるんかね?
[https://github.com/bloc97/Anime4K:embed:cite]
nnn
マルチプラットフォーッムかつ高機能なファイルマネージャー。Arch LinuxとかRaspbianも対応してる。
[https://github.com/jarun/nnn:embed:cite]
demo-self-driving
昨日紹介したstreamlitのデモとして公開されているリポジトリ。
デモとして、udacityの自動運転のデータセットをYOLOに噛ませて物体検知をしているみたい。
[https://github.com/streamlit/demo-self-driving:embed:cite]
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
vue-next | 573 | 2710 | TypeScript | |
Anime4K | 407 | 5040 | Java | A High-Quality Real Time Upscaler for Anime Video |
ent | 128 | 841 | Go | An entity framework for Go |
glastoselenium | 22 | 56 | HTML | A bot for booking Glastonbury tickets using selenium |
streamlit | 390 | 2151 | Python | Streamlit — The fastest way to build custom ML tools |
gatsby | 49 | 38921 | JavaScript | Build blazing fast, modern apps and websites with React |
godot | 20 | 24836 | C++ | Godot Engine – Multi-platform 2D and 3D game engine |
timy-messenger | 202 | 556 | Dart | Timy - open source mobile app for groups to communicate and organize themselves. Build with flutter. |
livestreamer_project_ideas | 4 | 31 | HTML | App for viewers to suggest ideas to livestreamer in realtime |
PENTESTING-BIBLE | 40 | 1445 | undefined | 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 Ethica |
imagededup | 769 | 1127 | Python | 😎 Finding duplicate images made easy! |
Python | 168 | 58763 | Jupyter Notebook | All Algorithms implemented in Python |
libra | 32 | 12622 | Rust | Libra’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people. |
create-social-network | 115 | 308 | JavaScript | Create Social Network by running one command. Demo: https://worldexplorer.netlify.com/ |
TL-BOTS | 34 | 177 | C | A collection of source code for various botnets. |
totalrecon | 50 | 167 | Shell | TotalRecon installs all the recon tools you need |
linux-kernel-exploitation | 17 | 2473 | undefined | A bunch of links related to Linux kernel exploitation |
expo-common-issues | 49 | 162 | undefined | Common issues while developing with Expo |
computer-science | 136 | 47255 | undefined | 🎓 Path to a free self-taught education in Computer Science! |
Python-100-Days | 113 | 62104 | Jupyter Notebook | Python - 100天从新手到大师 |
CleanArchitecture | 62 | 2828 | C# | A starting point for Clean Architecture with ASP.NET Core |
CS-Notes | 68 | 79275 | Java | 📚 Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计 |
demo-self-driving | 15 | 97 | Python | Streamlit app demonstrating an image browser for the Udacity self-driving-car dataset with realtime object detection using YOLO. |
awesome-learning | 8 | 50 | JavaScript | Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace |
nnn | 30 | 6262 | C | 🐬 The missing terminal file manager for X |
7日
vue-next
Vue.jsのバージョン3.0のコードが公開されましたね。
<keep-alive>
とか観たことないぞ。。
[https://github.com/vuejs/vue-next:embed:cite]
timy-messenger
Flutterの質の高いアプリケーション。ちょっと前に紹介した [https://github.com/Santos-Enoque/complete_flutter_ecommerce] もFlutter製。海外でFlutterが人気あるという噂は本当だったのか?
[https://github.com/janoodleFTW/timy-messenger:embed:cite]
glastoselenium
イギリスのGlastonburyていうイベントの2019年度のチケットを獲得するためのseleniumスクリプト。python3製。
以下の文章がカッケー。けど速度に自信あるならseleniumってどうなんやという気持ちになった。本物のweb自動化職人はPOSTのリクエスト作って待ってるのが普通と聞いたので
It can refresh quicker than any human.
[https://github.com/thomasms/glastoselenium:embed:cite]
libra
アメリカでいろいろ物議を醸してるlibra(仮想通貨の一種?)のリポジトリ。
README見る限り、まだ発展途上っぽい。
[https://github.com/libra/libra:embed:cite]
youtube-dl
10年ぐらい前からずっと存在している気がする。オプションの種類が多くて歴史を感じた。youtube運営とのイタチごっこをしていると思われる
[https://github.com/ytdl-org/youtube-dl:embed:cite]
java-design-patterns
javaで実装されたデザインパターンを公開しているサイト。こんなにデザインパターンの種類が多いと思わなかった。
[f:id:Kouchannel55:20191007111818p:plain]
[https://github.com/iluwatar/java-design-patterns:embed:cite]
その他
その他のトレンド
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
vue-next | 1023 | 2165 | TypeScript | |
timy-messenger | 87 | 340 | Dart | Timy - open source mobile app for groups to communicate and organize themselves. Build with flutter. |
streamlit | 509 | 1821 | Python | Streamlit — The fastest way to build custom ML tools |
home-assistant | 59 | 26943 | Python | 🏡 Open source home automation that puts local control and privacy first |
iptv | 950 | 4731 | JavaScript | Collection of 8000+ publicly available IPTV channels from all over the world |
qmk_firmware | 17 | 5140 | C | Open-source keyboard firmware for Atmel AVR and Arm USB families |
glastoselenium | 6 | 32 | HTML | A bot for booking Glastonbury tickets using selenium |
coding-interview-university | 72 | 90694 | undefined | A complete computer science study plan to become a software engineer. |
You-Dont-Know-JS | 63 | 109319 | undefined | A book series on JavaScript. @YDKJS on twitter. |
Anime4K | 372 | 4607 | Java | A High-Quality Real Time Upscaler for Anime Video |
100-Days-Of-ML-Code | 98 | 13901 | Jupyter Notebook | 100-Days-Of-ML-Code中文版 |
imagededup | 85 | 255 | Python | 😎 Finding duplicate images made easy! |
computer-science | 142 | 47117 | undefined | 🎓 Path to a free self-taught education in Computer Science! |
AutoRecon | 61 | 462 | Python | AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services. |
create-social-network | 75 | 190 | JavaScript | Create Social Network by running one command. Demo: https://worldexplorer.netlify.com/ |
expo-common-issues | 38 | 124 | undefined | Common issues while developing with Expo |
CleanArchitecture | 35 | 2774 | C# | A starting point for Clean Architecture with ASP.NET Core |
UnblockNeteaseMusic | 25 | 5843 | JavaScript | Revive unavailable songs for Netease Cloud Music |
Python | 216 | 58616 | Jupyter Notebook | All Algorithms implemented in Python |
TL-BOTS | 28 | 123 | C | A collection of source code for various botnets. |
libra | 16 | 12580 | Rust | Libra’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people. |
litmus | 11 | 308 | Python | Litmus is the toolset for Kubernetes SREs to practice chaos engineering. Use the pre-defined chaos charts, run chaos, find weaknesses in your Kubernetes systems. |
youtube-dl | 65 | 56275 | Python | Command-line program to download videos from YouTube.com and other video sites |
TensorFlow-2.x-Tutorials | 19 | 1882 | Jupyter Notebook | TensorFlow 2.x version’s Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。 |
java-design-patterns | 24 | 51650 | Java | Design patterns implemented in Java |
6日
ent
GoのORM。シンプルかつ強力なクエリを叩けるのが特徴。スキーマ書いてコマンド叩けばQueryクラスとかEntityクラスがモリモリgenerateされるみたい
特に「Userが飼っているPetの友達のPetのUser」みたいなクエリをよくある適当なORMで叩こうとするとUserが二回出てきて細工が必要になるイメージだったが、entなら簡単に取れそうで驚き。
[https://entgo.io/docs/traversals/:title]
[https://github.com/facebookincubator/ent:embed:cite]
tonic
Rust製のgRPCクライアント&サーバー。 RustでgRPCっていうといくつかありそうで、さっと調べた感じだと grpc-rustとかgrpc-rs。それらと違うのはasync/awaitサポートしていることらしい。Rust勉強中だけどasync/awaitわからん🤔
[https://github.com/hyperium/tonic:embed:cite]
create-social-network
SNSプラットフォームを1コマンドで作成する
というキャッチーなリポジトリ。
デモを見るとニュースや通知機能やExploreみたいな機能があったり結構しっかりしている。
frontendはReact、 APIは
- Node.js
- GraphQL
- MongoDB
といった構成。結構勉強になるかも
[https://github.com/udilia/create-social-network:embed:cite]
quest-system-pro
Unity製のクエスト製ゲームのフレームワーク???最近OSSになったとのこと
その他
その他のトレンド
リポジトリ名 | スター数 | 種類 | 説明 |
---|---|---|---|
ent | 580 | Go | An entity framework for Go |
gatsby | 38831 | JavaScript | Build blazing fast, modern apps and websites with React |
streamlit | 1484 | Python | Streamlit — The fastest way to build custom ML tools |
ksql | 2496 | Java | KSQL - the Streaming SQL Engine for Apache Kafka |
tonic | 399 | Rust | A native gRPC client & server implementation with async/await support. |
iptv | 4421 | JavaScript | Collection of 8000+ publicly available IPTV channels from all over the world |
expo-common-issues | 89 | undefined | Common issues while developing with Expo |
caddy | 24214 | Go | Fast, cross-platform HTTP/2 web server with automatic HTTPS |
ktsan | 401 | C | KernelThreadSanitizer, a fast data race detector for the Linux kernel |
create-social-network | 119 | JavaScript | Create Social Network by running one command. Demo: https://worldexplorer.netlify.com/ |
lospro | 205 | C# | Los pro |
Quest-System-Pro | 233 | C# | |
sci-fi-ui | 226 | ShaderLab | |
mastodon | 19055 | Ruby | Your self-hosted, globally interconnected microblogging community |
Anime4K | 4419 | Java | A High-Quality Real Time Upscaler for Anime Video |
microsoft-authentication-library-for-js | 586 | JavaScript | Microsoft Authentication Library (MSAL) for JS |
android-emulator-container-scripts | 126 | JavaScript | |
angular | 52450 | TypeScript | One framework. Mobile & desktop. |
hydra | 276 | Python | Hydra is a framework for elegantly configuring complex applications |
Inventory-Pro | 253 | C# | |
kornia | 947 | Python | Open Source Differentiable Computer Vision Library for PyTorch |
prometheus | 26767 | Go | The Prometheus monitoring system and time series database. |
Data-Science–Cheat-Sheet | 11916 | undefined | Cheat Sheets |
computer-science | 47026 | undefined | 🎓 Path to a free self-taught education in Computer Science! |
h-player-v2 | 1855 | Vue | 资源采集站在线播放 |
5日
streamlit
機械学習の調査とかに使うツール。Jupyter notebook的なものかな?
エディタ画面とプレビュ画面に分かれてて、トグルとかスライドバーがプレビュ画面内に入ってて、値を変えるとインタラクティブに画像やグラフが変わるのが新しそう。
機械学習を使うDSの人だけでなく、その結果を閲覧する人にとってとても優しく便利そうではある
[https://streamlit.io:embed:cite]
FiraCode
プログラマー向けの単一幅(Monospaced)なフォント。インストールも手順がWikiに整ってて簡単そう。やけどフォントって慣れてるのから急に変わるとストレスたまりそうなので気軽に変更するものではないような気がする、気が向いたらやってみよう
ちなみにVscodeで使用されるフォントは fontFamily
から確認できる。僕は Menlo, Monaco, 'Courier New', monospace
でした
[https://github.com/tonsky/FiraCode:embed:cite]
その他
その他のトレンド
iptv (3588/JavaScript)Collection of 8000+ publicly available IPTV channels from all over the worldData-Science–Cheat-Sheet (11832/undefined)Cheat Sheets
first-contributions (8090/undefined):rocket::sparkles: Help beginners to contribute to open source projects
framework (19032/PHP)
awesome-for-beginners (13471/undefined)A list of awesome beginners-friendly projects.
APT_CyberCriminal_Campagin_Collections (1337/YARA)APT & CyberCriminal Campaign Collection
svelte (24220/JavaScript)Cybernetically enhanced web apps
testcontainers-java (2920/Java)Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
buildbot (4133/Python)Python-based continuous integration testing framework; your pull requests are more than welcome!
tensorflow (135410/C++)An Open Source Machine Learning Framework for Everyone
apollo-server (8207/TypeScript):earth_africa: GraphQL server for Express, Connect, Hapi, Koa and more
cp-helm-charts (317/Smarty)The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
Catch2 (10028/C++)A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)
trackerslist (16059/undefined)Updated list of public BitTorrent trackers
Hacktoberfest2019 (187/CSS)Happy Hacktober! This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR.
onnxruntime (1232/C++)ONNX Runtime: cross-platform, high performance scoring engine for ML models
integrations-core (301/Python)Core integrations of the Datadog Agent
streamlit (1121/Python)Streamlit — The fastest way to build custom ML tools
rails_admin (7203/Ruby)RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
materials (941/Jupyter Notebook)Bonus materials, exercises, and example projects for our Python tutorials
FiraCode (39904/Clojure)Monospaced font with programming ligatures
open-pixel-art (70/JavaScript)A collaborative pixel art project to teach people how to contribute to open-source
logrus (12583/Go)Structured, pluggable logging for Go.
mbed-os (2823/C)Arm Mbed OS is a platform operating system designed for the internet of things
patchwork (918/HTML)All the Git-it Workshop completers!
4日
svelte
jsのフレームワーク。以前喋った外国人プログラマ曰く結構良いらしい。
スター数は2万4000ほど。14万のVue.jsに比べるとまだ発展途上感あるけど楽しみ(個人的には少しVue.jsに飽きているので)
[https://svelte.dev:embed:cite]
hacktoberfest
OSSにコミットするための祭り。
4つPRを出した先着5000人に限定Tシャツあるらしい
[https://hacktoberfest.digitalocean.com:embed:cite]
open-pixel-art
PR出してマージされると1人1ピクセル塗れるやつ。上のhacktoberfestと組み合わせればこれでPR1つ稼げるのでは
[https://open-pixel-art.com:embed:cite]
そういえば似たような企画が前にあったのを思い出した。 これはお金払わないといけなかったはずやけど
[https://gigazine.net/news/20170724-million-dollar-homepage/:title]
その他
その他のトレンド
iptv (3052/JavaScript)Collection of 8000+ publicly available IPTV channels from all over the worldData-Science–Cheat-Sheet (11639/undefined)Cheat Sheets
first-contributions (7941/undefined):rocket::sparkles: Help beginners to contribute to open source projects
framework (18991/PHP)
awesome-for-beginners (13327/undefined)A list of awesome beginners-friendly projects.
APT_CyberCriminal_Campagin_Collections (1295/YARA)APT & CyberCriminal Campaign Collection
svelte (24154/JavaScript)Cybernetically enhanced web apps
testcontainers-java (2879/Java)Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
buildbot (4088/Python)Python-based continuous integration testing framework; your pull requests are more than welcome!
tensorflow (135359/C++)An Open Source Machine Learning Framework for Everyone
apollo-server (8169/TypeScript):earth_africa: GraphQL server for Express, Connect, Hapi, Koa and more
cp-helm-charts (305/Smarty)The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
Catch2 (10003/C++)A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)
trackerslist (15995/undefined)Updated list of public BitTorrent trackers
Hacktoberfest2019 (142/CSS)Happy Hacktober! This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR.
onnxruntime (1217/C++)ONNX Runtime: cross-platform, high performance scoring engine for ML models
integrations-core (291/Python)Core integrations of the Datadog Agent
streamlit (778/Python)Streamlit — The fastest way to build custom ML tools
rails_admin (7189/Ruby)RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
materials (901/Jupyter Notebook)Bonus materials, exercises, and example projects for our Python tutorials
FiraCode (39822/Clojure)Monospaced font with programming ligatures
open-pixel-art (28/JavaScript)A collaborative pixel art project to teach people how to contribute to open-source
logrus (12547/Go)Structured, pluggable logging for Go.
mbed-os (2790/C)Arm Mbed OS is a platform operating system designed for the internet of things
patchwork (907/HTML)All the Git-it Workshop completers!