31日
SJang1/korea-covid-19-remaining-vaccine-macro/
韓国でのワクチン摂取会場を自動で見つけることができるPythonスクリプト。
韓国ではNaverとカカオがワクチン摂取会場の検索を提供しているらしく、このスクリプトではNaverとカカオのどちらにも対応していた。
これとあわせて、カカオやNaver(ネイバー)で居住地域の残余ワクチンの接種が可能な病院や医院を表示し、残余ワクチン接種可能になった場合のお知らせや接種予約までを行えるシステムの運用も始まった。
Naver版スクリプトをみてみると、naverのgraphqlクライアントに定期的にリクエストを飛ばして、空きがないかチェックしている。空きがあったらchromeで空きがあった摂取会場のサイトを開くことができるみたい。
対してカカオ版スクリプトでは、RESTApi形式だった。500行ほどあるかなり複雑なスクリプトになっていた。
以前にも同様のスクリプトがGitHubのトレンドに上がっており、 どこの国でもワクチンの摂取場所の検索・申込がシステムとして提供されると、このようなスクリプトが出回ることが多そうな印象を受けた。
一部のリテラシーが高い人だけがこのような仕組みを使って楽々予約できるのはあまり納得がいかない…
pittcsc/Summer2022-Internships
アメリカで夏にインターンを受け入れている会社を一覧にまとめたリポジトリ。会社の所在地とインターンシップのポジションも併記されている。
振り返ると、自分もインターンシップに行っていたが今の仕事とは1つも関係がないことばかりやっていた。が、会社というか社会の複雑性というかややこしさというのはよく学べた場だったなと思う
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
korea-covid-19-remaining-vaccine-macro | 94 | 286 | Python | 잔여백신 조회 및 예약 매크로 |
50projects50days | 377 | 7263 | CSS | 50+ mini web projects using HTML, CSS & JS |
freeCodeCamp | 452 | 327206 | JavaScript | freeCodeCamp.org’s open-source codebase and curriculum. Learn to code for free. |
flutter_ume | 145 | 973 | Dart | UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance |
ninja | 72 | 329 | JavaScript | |
dataease | 279 | 1127 | Java | 人人可用的开源数据可视化分析工具。 |
small-spring | 290 | 689 | Java | 🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。 |
macos-virtualbox | 468 | 8480 | Shell | Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS |
linux-malware | 149 | 527 | undefined | Tracking interesting Linux (and UNIX) malware. Send PRs |
coding-interview-university | 428 | 188754 | undefined | A complete computer science study plan to become a software engineer. |
OpenCDA | 70 | 199 | Python | A generalized framework for prototyping full-stack cooperative driving automation applications under CARLA+SUMO. |
supabase | 441 | 16038 | TypeScript | The open source Firebase alternative. Follow to stay updated about our public Beta. |
nvm | 125 | 50383 | Shell | Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions |
googletest | 93 | 23218 | C++ | GoogleTest - Google Testing and Mocking Framework |
angular | 129 | 75341 | TypeScript | The modern web developer’s platform |
developer-roadmap | 294 | 167049 | undefined | Roadmap to becoming a web developer in 2021 |
HelloGitHub | 205 | 45257 | Python | 分享 GitHub 上有趣、入门级的开源项目 |
Summer2022-Internships | 124 | 4812 | Python | Collection of Summer 2022 tech internships! |
covidpass | 216 | 647 | TypeScript | Web app for adding EU Digital COVID Certificates to your wallet apps |
playwright | 321 | 26272 | TypeScript | Node.js library to automate Chromium, Firefox and WebKit with a single API |
iotex-core | 205 | 1168 | Go | Official implementation of IoTeX blockchain protocol in Go. |
axios | 134 | 86368 | JavaScript | Promise based HTTP client for the browser and node.js |
flutter | 476 | 126653 | Dart | Flutter makes it easy and fast to build beautiful apps for mobile and beyond. |
tailscale | 212 | 4908 | Go | The easiest, most secure way to use WireGuard and 2FA. |
erda | 217 | 1316 | Go | An enterprise-grade Cloud-Native application platform for Kubernetes. |
30日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
korea-covid-19-remaining-vaccine-macro | 77 | 197 | Python | 잔여백신 조회 및 예약 매크로 |
50projects50days | 237 | 6920 | CSS | 50+ mini web projects using HTML, CSS & JS |
freeCodeCamp | 197 | 326942 | JavaScript | freeCodeCamp.org’s open-source codebase and curriculum. Learn to code for free. |
flutter_ume | 223 | 839 | Dart | UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance |
ninja | 49 | 264 | JavaScript | |
dataease | 83 | 919 | Java | 人人可用的开源数据可视化分析工具。 |
small-spring | 238 | 517 | Java | 🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。 |
macos-virtualbox | 271 | 8045 | Shell | Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS |
linux-malware | 216 | 397 | undefined | Tracking interesting Linux (and UNIX) malware. Send PRs |
coding-interview-university | 446 | 188382 | undefined | A complete computer science study plan to become a software engineer. |
OpenCDA | 44 | 133 | Python | A generalized framework for prototyping full-stack cooperative driving automation applications under CARLA+SUMO. |
supabase | 317 | 15799 | TypeScript | The open source Firebase alternative. Follow to stay updated about our public Beta. |
nvm | 85 | 50313 | Shell | Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions |
googletest | 52 | 23134 | C++ | GoogleTest - Google Testing and Mocking Framework |
angular | 162 | 75226 | TypeScript | The modern web developer’s platform |
developer-roadmap | 153 | 166878 | undefined | Roadmap to becoming a web developer in 2021 |
HelloGitHub | 75 | 45118 | Python | 分享 GitHub 上有趣、入门级的开源项目 |
Summer2022-Internships | 104 | 4695 | Python | Collection of Summer 2022 tech internships! |
covidpass | 99 | 521 | TypeScript | Web app for adding EU Digital COVID Certificates to your wallet apps |
playwright | 125 | 26069 | TypeScript | Node.js library to automate Chromium, Firefox and WebKit with a single API |
iotex-core | 137 | 1057 | Go | Official implementation of IoTeX blockchain protocol in Go. |
axios | 111 | 86245 | JavaScript | Promise based HTTP client for the browser and node.js |
flutter | 241 | 126381 | Dart | Flutter makes it easy and fast to build beautiful apps for mobile and beyond. |
tailscale | 97 | 4795 | Go | The easiest, most secure way to use WireGuard and 2FA. |
erda | 145 | 1201 | Go | An enterprise-grade Cloud-Native application platform for Kubernetes. |
29日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
korea-covid-19-remaining-vaccine-macro | 57 | 122 | Python | 잔여백신 조회 및 예약 매크로 |
flutter_ume | 138 | 628 | Dart | UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance |
iotex-core | 76 | 920 | Go | Official implementation of IoTeX blockchain protocol in Go. |
supabase | 278 | 15503 | TypeScript | The open source Firebase alternative. Follow to stay updated about our public Beta. |
apollo | 140 | 739 | Go | A Unix-style personal search engine and web crawler for your digital footprint. |
source-code-hunter | 250 | 4951 | Java | 😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等 |
jwt | 56 | 355 | Go | Community maintained clone of https://github.com/dgrijalva/jwt-go |
coding-interview-university | 495 | 187982 | undefined | A complete computer science study plan to become a software engineer. |
cryptoblades | 41 | 317 | Vue | |
flutter | 225 | 126150 | Dart | Flutter makes it easy and fast to build beautiful apps for mobile and beyond. |
protobuf | 64 | 49599 | C++ | Protocol Buffers - Google’s data interchange format |
nvm | 59 | 50241 | Shell | Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions |
tauri | 221 | 18736 | Rust | Build smaller, faster, and more secure desktop applications with a web frontend. |
swift-composable-architecture | 20 | 4169 | Swift | A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. |
small-spring | 61 | 284 | Java | 🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。 |
erda | 118 | 1062 | Go | An enterprise-grade Cloud-Native application platform for Kubernetes. |
MMKV | 58 | 13086 | C++ | An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. |
angular | 161 | 75082 | TypeScript | The modern web developer’s platform |
laravel-debugbar | 18 | 12950 | PHP | Laravel Debugbar (Integrates PHP Debug Bar) |
webpack | 69 | 58848 | JavaScript | A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through “loaders”, modules can be CommonJs, AM |
seata | 66 | 20365 | Java | 🔥 Seata is an easy-to-use, high-performance, open source distributed transaction solution. |
jest | 68 | 35912 | TypeScript | Delightful JavaScript Testing. |
binance-trade-bot | 41 | 4546 | Python | Automated cryptocurrency trading bot |
react-native-gifted-chat | 44 | 10854 | TypeScript | 💬 The most complete chat UI for React Native |
aspnetcore | 50 | 25182 | C# | ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. |
28日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
mvt | 347 | 4806 | Python | MVT is a forensic tool to look for signs of infection in smartphone devices |
YOLOX | 213 | 2563 | Python | YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. |
investigations | 56 | 1011 | Python | Indicators from Amnesty International’s investigations |
flutter | 239 | 125950 | Dart | Flutter makes it easy and fast to build beautiful apps for mobile and beyond. |
source-code-hunter | 390 | 4713 | Java | 😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等 |
public-apis | 596 | 144371 | Python | A collective list of free APIs |
coding-interview-university | 543 | 187513 | undefined | A complete computer science study plan to become a software engineer. |
CBL-Mariner | 95 | 2408 | Go | Linux OS for Azure 1P services and edge appliances |
nocodb | 206 | 15343 | Vue | 🔥 🔥 The Open Source Airtable alternative - Powered by Vue.js 🚀 🚀 |
chat | 240 | 7217 | Go | Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots |
windows11 | 294 | 2666 | CSS | windows 11 in react 💻🌈⚡ |
cryptoblades | 49 | 276 | Vue | |
Ventoy | 236 | 21901 | C | A new bootable USB solution. |
PetitPotam | 80 | 639 | C | |
selfhost | 72 | 526 | Jinja | Selfhost your Forem Community on your own infrastructure 🎉 |
Laravel-Roadmap-Learning-Path | 65 | 935 | undefined | |
learn-python | 270 | 10346 | Python | 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. |
wikAPEdia | 45 | 352 | undefined | A central place for apes to learn about stonks. This is not financial advice. |
autojs-script | 19 | 193 | JavaScript | autojs脚本程序,用于完成安卓设备上的重复性操作.包含脚本: 1.2021年京东618任务脚本 2.2021年京东燃动夏季活动脚本 |
musescore-downloader | 58 | 1498 | TypeScript | Download sheet music (MSCZ, PDF, MusicXML, MIDI, MP3, download individual parts as PDF) from musescore.com for free, no login or Musescore Pro required |
julia | 176 | 35530 | Julia | The Julia Programming Language |
gorse | 95 | 3662 | Go | An open source recommender system service written in Go |
Beaconator | 33 | 269 | undefined | A beacon generator using Cobalt Strike and PEzor. |
ciencia-da-computacao | 68 | 1233 | undefined | 🎓 Um caminho para a educação autodidata em Ciência da Computação! |
protobuf | 87 | 49542 | C++ | Protocol Buffers - Google’s data interchange format |
27日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
mvt | 342 | 4460 | Python | MVT is a forensic tool to look for signs of infection in smartphone devices |
YOLOX | 225 | 2358 | Python | YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. |
investigations | 67 | 953 | Python | Indicators from Amnesty International’s investigations |
flutter | 198 | 125739 | Dart | Flutter makes it easy and fast to build beautiful apps for mobile and beyond. |
source-code-hunter | 269 | 4340 | Java | 😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等 |
public-apis | 536 | 143831 | Python | A collective list of free APIs |
coding-interview-university | 408 | 187013 | undefined | A complete computer science study plan to become a software engineer. |
CBL-Mariner | 82 | 2315 | Go | Linux OS for Azure 1P services and edge appliances |
nocodb | 198 | 15141 | Vue | 🔥 🔥 The Open Source Airtable alternative - Powered by Vue.js 🚀 🚀 |
chat | 167 | 6983 | Go | Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots |
windows11 | 238 | 2390 | CSS | windows 11 in react 💻🌈⚡ |
cryptoblades | 29 | 224 | Vue | |
Ventoy | 194 | 21681 | C | A new bootable USB solution. |
PetitPotam | 102 | 565 | C | |
selfhost | 46 | 457 | Jinja | Selfhost your Forem Community on your own infrastructure 🎉 |
Laravel-Roadmap-Learning-Path | 131 | 871 | undefined | |
learn-python | 246 | 10092 | Python | 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. |
wikAPEdia | 56 | 304 | undefined | A central place for apes to learn about stonks. This is not financial advice. |
autojs-script | 31 | 173 | JavaScript | autojs脚本程序,用于完成安卓设备上的重复性操作.包含脚本: 1.2021年京东618任务脚本 2.2021年京东燃动夏季活动脚本 |
musescore-downloader | 56 | 1446 | TypeScript | Download sheet music (MSCZ, PDF, MusicXML, MIDI, MP3, download individual parts as PDF) from musescore.com for free, no login or Musescore Pro required |
julia | 190 | 35367 | Julia | The Julia Programming Language |
gorse | 99 | 3567 | Go | An open source recommender system service written in Go |
Beaconator | 35 | 236 | undefined | A beacon generator using Cobalt Strike and PEzor. |
ciencia-da-computacao | 63 | 1172 | undefined | 🎓 Um caminho para a educação autodidata em Ciência da Computação! |
protobuf | 67 | 49460 | C++ | Protocol Buffers - Google’s data interchange format |
26日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
mvt | 1189 | 4135 | Python | MVT is a forensic tool to look for signs of infection in smartphone devices |
YOLOX | 654 | 2136 | Python | YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with ONNX, TensorRT, ncnn, and OpenVINO supported. |
investigations | 247 | 892 | Python | Indicators from Amnesty International’s investigations |
flutter | 557 | 125569 | Dart | Flutter makes it easy and fast to build beautiful apps for mobile and beyond. |
source-code-hunter | 732 | 4060 | Java | 😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等 |
public-apis | 1468 | 143357 | Python | A collective list of free APIs |
coding-interview-university | 1237 | 186652 | undefined | A complete computer science study plan to become a software engineer. |
CBL-Mariner | 339 | 2239 | Go | Linux OS for Azure 1P services and edge appliances |
nocodb | 642 | 14956 | Vue | 🔥 🔥 The Open Source Airtable alternative - Powered by Vue.js 🚀 🚀 |
chat | 528 | 6820 | Go | Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots |
windows11 | 843 | 2158 | CSS | windows 11 in react 💻🌈⚡ |
cryptoblades | 106 | 199 | Vue | |
Ventoy | 609 | 21494 | C | A new bootable USB solution. |
PetitPotam | 220 | 472 | C | |
selfhost | 185 | 414 | Jinja | Selfhost your Forem Community on your own infrastructure 🎉 |
Laravel-Roadmap-Learning-Path | 441 | 746 | undefined | |
learn-python | 801 | 9857 | Python | 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. |
wikAPEdia | 141 | 260 | undefined | A central place for apes to learn about stonks. This is not financial advice. |
autojs-script | 21 | 144 | JavaScript | autojs脚本程序,用于完成安卓设备上的重复性操作.包含脚本: 1.2021年京东618任务脚本 2.2021年京东燃动夏季活动脚本 |
musescore-downloader | 149 | 1389 | TypeScript | Download sheet music (MSCZ, PDF, MusicXML, MIDI, MP3, download individual parts as PDF) from musescore.com for free, no login or Musescore Pro required |
julia | 551 | 35205 | Julia | The Julia Programming Language |
gorse | 364 | 3471 | Go | An open source recommender system service written in Go |
Beaconator | 69 | 203 | undefined | A beacon generator using Cobalt Strike and PEzor. |
ciencia-da-computacao | 161 | 1112 | undefined | 🎓 Um caminho para a educação autodidata em Ciência da Computação! |
protobuf | 216 | 49405 | C++ | Protocol Buffers - Google’s data interchange format |
25日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
mvt | 868 | 3775 | Python | MVT is a forensic tool to look for signs of infection in smartphone devices |
YOLOX | 518 | 1998 | Python | YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with ONNX, TensorRT, ncnn, and OpenVINO supported. |
investigations | 174 | 821 | Python | Indicators from Amnesty International’s investigations |
flutter | 404 | 125393 | Dart | Flutter makes it easy and fast to build beautiful apps for mobile and beyond. |
source-code-hunter | 594 | 3919 | Java | 😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等 |
public-apis | 732 | 142790 | Python | A collective list of free APIs |
coding-interview-university | 905 | 186280 | undefined | A complete computer science study plan to become a software engineer. |
CBL-Mariner | 206 | 2127 | Go | Linux OS for Azure 1P services and edge appliances |
nocodb | 475 | 14808 | Vue | 🔥 🔥 The Open Source Airtable alternative - Powered by Vue.js 🚀 🚀 |
chat | 355 | 6663 | Go | Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots |
windows11 | 582 | 1912 | CSS | windows 11 in react 💻🌈⚡ |
cryptoblades | 75 | 162 | Vue | |
Ventoy | 406 | 21306 | C | A new bootable USB solution. |
PetitPotam | 144 | 396 | C | |
selfhost | 118 | 355 | Jinja | Selfhost your Forem Community on your own infrastructure 🎉 |
Laravel-Roadmap-Learning-Path | 308 | 641 | undefined | |
learn-python | 546 | 9608 | Python | 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. |
wikAPEdia | 98 | 217 | undefined | A central place for apes to learn about stonks. This is not financial advice. |
autojs-script | 48 | 131 | JavaScript | autojs脚本程序,用于完成安卓设备上的重复性操作.包含脚本: 1.2021年京东618任务脚本 2.2021年京东燃动夏季活动脚本 |
musescore-downloader | 103 | 1346 | TypeScript | Download sheet music (MSCZ, PDF, MusicXML, MIDI, MP3, download individual parts as PDF) from musescore.com for free, no login or Musescore Pro required |
julia | 329 | 35027 | Julia | The Julia Programming Language |
gorse | 239 | 3367 | Go | An open source recommender system service written in Go |
Beaconator | 58 | 188 | undefined | A beacon generator using Cobalt Strike and PEzor. |
ciencia-da-computacao | 115 | 1053 | undefined | 🎓 Um caminho para a educação autodidata em Ciência da Computação! |
protobuf | 138 | 49344 | C++ | Protocol Buffers - Google’s data interchange format |
24日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
mvt | 741 | 3389 | Python | MVT is a forensic tool to look for signs of infection in smartphone devices |
YOLOX | 455 | 1839 | Python | YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with ONNX, TensorRT, ncnn, and OpenVINO supported. |
investigations | 156 | 754 | Python | Indicators from Amnesty International’s investigations |
flutter | 302 | 125221 | Dart | Flutter makes it easy and fast to build beautiful apps for mobile and beyond. |
source-code-hunter | 451 | 3710 | Java | 😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等 |
public-apis | 599 | 142368 | Python | A collective list of free APIs |
coding-interview-university | 663 | 185874 | undefined | A complete computer science study plan to become a software engineer. |
CBL-Mariner | 176 | 2014 | Go | Linux OS for Azure 1P services and edge appliances |
nocodb | 424 | 14609 | Vue | 🔥 🔥 The Open Source Airtable alternative - Powered by Vue.js 🚀 🚀 |
chat | 321 | 6518 | Go | Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots |
windows11 | 496 | 1656 | CSS | windows 11 in react 💻🌈⚡ |
cryptoblades | 47 | 126 | Vue | |
Ventoy | 375 | 21146 | C | A new bootable USB solution. |
PetitPotam | 92 | 324 | C | |
selfhost | 107 | 295 | Jinja | Selfhost your Forem Community on your own infrastructure 🎉 |
Laravel-Roadmap-Learning-Path | 95 | 394 | undefined | |
learn-python | 400 | 9348 | Python | 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. |
wikAPEdia | 99 | 171 | undefined | A central place for apes to learn about stonks. This is not financial advice. |
autojs-script | 44 | 111 | JavaScript | autojs脚本程序,用于完成安卓设备上的重复性操作.包含脚本: 1.2021年京东618任务脚本 2.2021年京东燃动夏季活动脚本 |
musescore-downloader | 110 | 1314 | TypeScript | Download sheet music (MSCZ, PDF, MusicXML, MIDI, MP3, download individual parts as PDF) from musescore.com for free, no login or Musescore Pro required |
julia | 313 | 34844 | Julia | The Julia Programming Language |
gorse | 243 | 3282 | Go | An open source recommender system service written in Go |
Beaconator | 54 | 171 | undefined | A beacon generator using Cobalt Strike and PEzor. |
ciencia-da-computacao | 97 | 992 | undefined | 🎓 Um caminho para a educação autodidata em Ciência da Computação! |
protobuf | 112 | 49285 | C++ | Protocol Buffers - Google’s data interchange format |
23日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
mvt | 896 | 2879 | Python | MVT is a forensic tool to look for signs of infection in smartphone devices |
YOLOX | 391 | 1448 | Python | YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with ONNX, TensorRT, ncnn, and OpenVINO supported. |
investigations | 151 | 639 | Python | Indicators from Amnesty International’s investigations |
flutter | 182 | 125004 | Dart | Flutter makes it easy and fast to build beautiful apps for mobile and beyond. |
source-code-hunter | 169 | 3285 | Java | 😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等 |
public-apis | 629 | 141943 | Python | A collective list of free APIs |
coding-interview-university | 512 | 185435 | undefined | A complete computer science study plan to become a software engineer. |
CBL-Mariner | 227 | 1889 | Go | Linux OS for Azure 1P services and edge appliances |
nocodb | 316 | 14319 | Vue | 🔥 🔥 The Open Source Airtable alternative. |
chat | 147 | 6290 | Go | Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots |
windows11 | 544 | 1302 | CSS | windows 11 in react 💻🌈⚡ |
cryptoblades | 31 | 87 | Vue | |
Ventoy | 448 | 20843 | C | A new bootable USB solution. |
PetitPotam | 64 | 247 | C | |
selfhost | 62 | 218 | Jinja | Selfhost your Forem Community on your own infrastructure 🎉 |
Laravel-Roadmap-Learning-Path | 59 | 308 | undefined | |
learn-python | 347 | 9058 | Python | 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. |
wikAPEdia | 45 | 105 | undefined | A central place for apes to learn about stonks. This is not financial advice. |
autojs-script | 25 | 74 | JavaScript | autojs脚本程序,用于完成安卓设备上的重复性操作.包含脚本: 1.2021年京东618任务脚本 2.2021年京东燃动夏季活动脚本 |
musescore-downloader | 117 | 1230 | TypeScript | Download sheet music (MSCZ, PDF, MusicXML, MIDI, MP3, download individual parts as PDF) from musescore.com for free, no login or Musescore Pro required |
julia | 186 | 34645 | Julia | The Julia Programming Language |
gorse | 242 | 3085 | Go | An open source recommender system service written in Go |
Beaconator | 35 | 130 | undefined | A beacon generator using Cobalt Strike and PEzor. |
ciencia-da-computacao | 50 | 939 | undefined | 🎓 Um caminho para a educação autodidata em Ciência da Computação! |
protobuf | 63 | 49196 | C++ | Protocol Buffers - Google’s data interchange format |
22日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
mvt | 873 | 2005 | Python | MVT is a forensic tool to look for signs of infection in smartphone devices |
CBL-Mariner | 265 | 1684 | Go | Linux OS for Azure 1P services and edge appliances |
gorse | 315 | 2858 | Go | An open source recommender system service written in Go |
investigations | 192 | 492 | Python | Indicators from Amnesty International’s investigations |
windows11 | 307 | 791 | CSS | windows 11 in react 💻🌈⚡ |
public-apis | 677 | 141390 | Python | A collective list of free APIs |
bulletproof-react | 298 | 964 | TypeScript | 🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications. |
Ventoy | 524 | 20418 | C | A new bootable USB solution. |
cryptoblades | 37 | 62 | Vue | |
ParlAI | 76 | 7906 | Python | A framework for training and evaluating AI models on a variety of openly available dialogue datasets. |
go-zero | 97 | 9805 | Go | go-zero is a web and rpc framework written in Go. It’s born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity. |
coding-interview-university | 335 | 184953 | undefined | A complete computer science study plan to become a software engineer. |
wargabantuwarga.com | 26 | 186 | TypeScript | Inisiatif warga untuk berbagi informasi seputar fasilitas kesehatan dan alat kesehatan untuk COVID-19. |
Laravel-Roadmap-Learning-Path | 68 | 249 | undefined | |
next-example-frontend | 49 | 153 | JavaScript | |
next-example-backend | 32 | 109 | PHP | |
awesome-mlops | 64 | 5334 | undefined | A curated list of references for MLOps |
musescore-downloader | 96 | 1123 | TypeScript | Download sheet music (MSCZ, PDF, MusicXML, MIDI, MP3, download individual parts as PDF) from musescore.com for free, no login or Musescore Pro required |
dtm | 136 | 659 | Go | 🔥go语言分布式事务管理器 a lightweight distributed transaction management service, support xa tcc saga |
LxgwWenKai | 131 | 2036 | undefined | An open-source Chinese font derived from Fontworks’ Klee One. 一款基于 FONTWORKS 的 Klee One 的开源中文字体。 |
AirCash | 158 | 1665 | undefined | Cash system for AIR. |
awesome-selfhosted | 227 | 61443 | JavaScript | A list of Free Software network services and web applications which can be hosted on your own servers |
learn-python | 379 | 8732 | Python | 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. |
SvelteStorm | 57 | 281 | Svelte | A Svelte IDE like no other. Embrace the storm. Embrace the Svelte. |
envoy | 76 | 17448 | C++ | Cloud-native high-performance edge/middle/service proxy |
21日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
public-apis | 632 | 140729 | Python | A collective list of free APIs |
manim | 323 | 4187 | Python | A community-maintained Python framework for creating mathematical animations. |
substrate | 78 | 5395 | Rust | Substrate: The platform for blockchain innovators |
dtm | 93 | 531 | Go | 🔥go语言分布式事务管理器 a lightweight distributed transaction management service, support xa tcc saga |
easegress | 82 | 2846 | Go | A Cloud Native traffic orchestration system |
livekit-server | 202 | 1242 | Go | Distributed audio/video rooms over WebRTC |
gorse | 523 | 2544 | Go | An open source recommender system service written in Go |
discord.js | 230 | 13623 | JavaScript | A powerful JavaScript library for interacting with the Discord API |
AirCash | 237 | 1535 | undefined | Cash system for AIR. |
project-based-learning | 188 | 53088 | undefined | Curated list of project-based tutorials |
bulletproof-react | 207 | 690 | TypeScript | 🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications. |
Python | 322 | 112984 | Python | All Algorithms implemented in Python |
awesome-selfhosted | 304 | 61243 | JavaScript | A list of Free Software network services and web applications which can be hosted on your own servers |
docs | 191 | 5365 | JavaScript | The open-source repo for docs.github.com |
learn-python | 258 | 8365 | Python | 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. |
established-remote | 93 | 4356 | undefined | A list of established remote companies |
fast-sqlite3-inserts | 56 | 153 | Rust | Some bunch of test scripts to generate a SQLite DB with 1B rows in fastest possible way |
awesome-python | 155 | 100893 | Python | A curated list of awesome Python frameworks, libraries, software and resources |
toydb | 151 | 2377 | Rust | Distributed SQL database in Rust, written as a learning project |
Acomplete-guide-to-dir-brute-force-admin-panel-and-API-endpoints | 33 | 88 | undefined | |
X-TRACK | 91 | 608 | C | A GPS bicycle speedometer that supports offline maps and track recording |
wstg | 322 | 3112 | Shell | The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services. |
openzeppelin-contracts | 55 | 11413 | JavaScript | OpenZeppelin Contracts is a library for secure smart contract development. |
Ventoy | 373 | 19897 | C | A new bootable USB solution. |
chat | 273 | 5931 | Go | Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots |
20日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
manim | 387 | 3891 | Python | A community-maintained Python framework for creating mathematical animations. |
discord.js | 281 | 13430 | JavaScript | A powerful JavaScript library for interacting with the Discord API |
public-apis | 759 | 140156 | Python | A collective list of free APIs |
ParlAI | 129 | 7736 | Python | A framework for training and evaluating AI models on a variety of openly available dialogue datasets. |
wargabantuwarga.com | 27 | 125 | TypeScript | Inisiatif warga untuk berbagi informasi seputar fasilitas kesehatan dan alat kesehatan untuk COVID-19. |
Baileys | 114 | 1072 | JavaScript | Lightweight full-featured typescript/javascript WhatsApp Web API |
docs | 177 | 5191 | JavaScript | The open-source repo for docs.github.com |
substrate | 93 | 5324 | Rust | Substrate: The platform for blockchain innovators |
astro | 222 | 5411 | TypeScript | 🚀🧑🚀 Keep your eyes to the skies, astronauts! |
AirCash | 390 | 1321 | undefined | Cash system for AIR. |
leetcode-patterns | 117 | 2593 | JavaScript | A curated list of leetcode questions grouped by their common patterns |
gorse | 399 | 2060 | Go | An open source recommender system service written in Go |
Python | 400 | 112703 | Python | All Algorithms implemented in Python |
SvelteStorm | 62 | 145 | Svelte | A Svelte IDE like no other. Embrace the storm. Embrace the Svelte. |
BountyTricks | 59 | 180 | undefined | |
raspberry-pi-1u-server | 110 | 418 | Python | A low power 1U Raspberry Pi cluster server for inexpensive colocation. |
CBL-Mariner | 110 | 1102 | Go | Linux OS for Azure 1P services and edge appliances |
termux-packages | 89 | 5493 | Shell | Android terminal and Linux environment - packages repository. |
awesome-selfhosted | 315 | 60966 | JavaScript | A list of Free Software network services and web applications which can be hosted on your own servers |
html-css-course | 49 | 104 | HTML | Starter files, final projects, and FAQ for my HTML + CSS course |
hulu-webpage-clone | 35 | 164 | CSS | Hulu webpage clone |
ArchiveBox | 380 | 11078 | Python | 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more… |
EGVSR | 72 | 409 | Python | Efficient & Generic Video Super-Resolution |
lede | 25 | 17055 | C | Lean’s OpenWrt source |
termux-app | 92 | 8407 | Java | Android terminal and Linux environment - app repository. |
19日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
Python | 521 | 112302 | Python | All Algorithms implemented in Python |
substrate | 126 | 5233 | Rust | Substrate: The platform for blockchain innovators |
discord.js | 205 | 13175 | JavaScript | A powerful JavaScript library for interacting with the Discord API |
docs | 135 | 5031 | JavaScript | The open-source repo for docs.github.com |
livekit-server | 330 | 678 | Go | Distributed audio/video rooms over WebRTC |
manim | 375 | 3506 | Python | A community-maintained Python framework for creating mathematical animations. |
astro | 628 | 5198 | TypeScript | 🚀🧑🚀 Keep your eyes to the skies, astronauts! |
alphafold | 1517 | 3945 | Python | Open source code for AlphaFold. |
ParlAI | 282 | 7603 | Python | A framework for training and evaluating AI models on a variety of openly available dialogue datasets. |
FidelityFX-FSR | 301 | 866 | C | FidelityFX Super Resolution |
MadeWithML | 400 | 27272 | Jupyter Notebook | Learn how to responsibly deliver value with ML. |
lede | 48 | 17029 | C | Lean’s OpenWrt source |
CSYuTuiMian2021 | 32 | 160 | undefined | 关于2021年CS保研预推免通知公告的汇总 |
html-css-course | 39 | 52 | HTML | Starter files, final projects, and FAQ for my HTML + CSS course |
RoseTTAFold | 283 | 723 | Python | This package contains deep learning models and related scripts for RoseTTAFold |
LxgwWenKai | 166 | 1178 | undefined | An open-source Chinese font derived from Fontworks’ Klee One. 一款基于 FONTWORKS 的 Klee One 的开源中文字体。 |
hulu-webpage-clone | 93 | 128 | CSS | Hulu webpage clone |
Ventoy | 185 | 19217 | C | A new bootable USB solution. |
vue-next | 105 | 23593 | TypeScript | 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. |
sodium-fabric | 90 | 2132 | Java | A Fabric mod designed to improve frame rates and reduce micro-stutter |
easegress | 106 | 2705 | Go | A Cloud Native traffic orchestration system |
Baileys | 114 | 950 | JavaScript | Lightweight full-featured typescript/javascript WhatsApp Web API |
awesome-selfhosted | 250 | 60666 | JavaScript | A list of Free Software network services and web applications which can be hosted on your own servers |
manim | 293 | 35129 | Python | Animation engine for explanatory math videos |
public-apis | 816 | 139514 | Python | A collective list of free APIs |
18日
cdr/code-server
リモートPCでVSCodeを起動して使うサービス。サービスの公式サイトを見ると、Pycharmも対応するらしい。1人で開発する分にはローカルで十分だとは思うけど、複数人で同時に編集したりモブプロするような場合はこのサービスを使ったほうが良さそうな気がした。(バージョン管理どうするねん問題はあると思うが)
snowpackjs/astro
静的サイトジェネレーター。Vueみたいな感じ。
Thmen/EGVSR
動画をより高解像度にする機械学習の学習コード?モデル?、よくドラマとか映画で「ちょっとまって…ここを拡大して..」みたいなやりとりで高解像度にされた写真が出てきて、それを元に解決していったりしてて、もしそれにこのモデル組み込んでみても、あくまで推論によって高解像度になったものだと思うので100%信用してはいけないんだろなぁと思った。
ArchiveBox/ArchiveBox
webサイトのアーカイブツール。web魚拓のようなものかな?、 試してみたいけど中国製で少し怖い、
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
alphafold | 1127 | 3531 | Python | Open source code for AlphaFold. |
FidelityFX-FSR | 309 | 694 | C | FidelityFX Super Resolution |
security-research | 87 | 726 | C | This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. |
substrate | 59 | 5168 | Rust | Substrate: The platform for blockchain innovators |
hulu-webpage-clone | 36 | 80 | CSS | Hulu webpage clone |
milvus | 81 | 7179 | Go | An open source vector database powered by Faiss, NMSLIB and Annoy |
fastapi | 205 | 33711 | Python | FastAPI framework, high performance, easy to learn, fast to code, ready for production |
Sa-Token | 138 | 4514 | Java | 这可能是史上功能最全的Java权限认证框架!目前已集成——登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0、踢人下线、Redis集成、前后台分离、记住我模式、模拟他人账号、临时身份切换、账号封禁、多账号认证体系、注解式鉴权、路由拦截式鉴权、花式token生成、自动续签、同端互斥登录、会话治理、密码加密、jwt集成、Spring集成、WebFlux集成… |
code-server | 269 | 46146 | TypeScript | VS Code in the browser |
GitHub-Chinese-Top-Charts | 207 | 36289 | Java | 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注! |
astro | 381 | 4973 | TypeScript | 🚀🧑🚀 Keep your eyes to the skies, astronauts! |
awesome-developer-experience | 211 | 373 | undefined | 🤘 A curated list of DX (Developer Experience) resources |
wifi-card | 458 | 3924 | JavaScript | 📶 Print a QR code for connecting to your WiFi (wificard.io) |
grpc | 201 | 31170 | C++ | The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) |
ParlAI | 139 | 7458 | Python | A framework for training and evaluating AI models on a variety of openly available dialogue datasets. |
terminal | 352 | 75785 | C++ | The new Windows Terminal and the original Windows console host, all in the same place! |
Binance-volatility-trading-bot | 93 | 2655 | Python | This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though |
ArchiveBox | 606 | 10380 | Python | 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more… |
MadeWithML | 189 | 27066 | Jupyter Notebook | Learn how to responsibly deliver value with ML. |
weekly | 40 | 13464 | JavaScript | 前端精读周刊。帮你理解最前沿、实用的技术。 |
Python | 225 | 112004 | Python | All Algorithms implemented in Python |
Santander-Ciencia-de-Dados | 21 | 58 | Jupyter Notebook | |
IoT-For-Beginners | 797 | 5122 | C++ | 12 Weeks, 24 Lessons, IoT for All! |
OpenSearch | 177 | 3163 | Java | Open source distributed and RESTful search engine. |
EGVSR | 82 | 258 | Python | Efficient & Generic Video Super-Resolution |
16日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
wifi-card | 415 | 3044 | JavaScript | 📶 Print a QR code for connecting to your WiFi |
folly | 104 | 18678 | C++ | An open-source C++ library developed and used at Facebook. |
IoT-For-Beginners | 952 | 3983 | C++ | 12 Weeks, 24 Lessons, IoT for All! |
ghidra | 132 | 27749 | Java | Ghidra is a software reverse engineering (SRE) framework |
CBL-Mariner | 77 | 735 | Go | Linux OS for Azure 1P services and edge appliances |
OpenSearch | 124 | 2891 | Java | Open source distributed and RESTful search engine. |
awesome-go | 179 | 66038 | Go | A curated list of awesome Go frameworks, libraries and software |
awesome-fenix | 167 | 2310 | Vue | 讨论如何构建一套可靠的大型分布式系统 |
Sa-Token | 297 | 4257 | Java | 这可能是史上功能最全的Java权限认证框架!目前已集成——登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0、踢人下线、Redis集成、前后台分离、记住我模式、模拟他人账号、临时身份切换、账号封禁、多账号认证体系、注解式鉴权、路由拦截式鉴权、花式token生成、自动续签、同端互斥登录、会话治理、密码加密、jwt集成、Spring集成、WebFlux集成… |
wtf | 141 | 406 | C++ | wtf is a distributed, code-coverage guided, customizable, cross-platform snapshot-based fuzzer designed for attacking user and / or kernel-mode targets running on Microsoft Windows. |
GFPGAN | 126 | 589 | Python | |
ML-For-Beginners | 825 | 11909 | Jupyter Notebook | 12 weeks, 24 lessons, classic Machine Learning for all |
algorithm-base | 220 | 7917 | Java | 专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂! |
PaddleSeg | 78 | 1838 | Python | End-to-end image segmentation kit based on PaddlePaddle. |
WechatDecrypt | 45 | 162 | C++ | 微信消息解密工具 |
awesome-mac | 489 | 43947 | JavaScript | Now we have become very big, Different from the original idea. Collect premium software in various categories. |
GitHub-Chinese-Top-Charts | 145 | 35872 | Java | 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注! |
facebook-ios-sdk | 30 | 6800 | Objective-C | Used to integrate the Facebook Platform with your iOS & tvOS apps. |
kratos | 93 | 13722 | Go | A Go framework for microservices. |
bat | 128 | 28268 | Rust | A cat(1) clone with wings. |
sync | 27 | 91 | undefined | |
The-Complete-FAANG-Preparation | 126 | 3393 | Jupyter Notebook | This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview q |
mesh-transformer-jax | 36 | 1954 | Python | Model parallel transformers in JAX and Haiku |
scripts | 39 | 151 | JavaScript | |
milvus | 151 | 7007 | Go | An open source vector database powered by Faiss, NMSLIB and Annoy |
15日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
IoT-For-Beginners | 652 | 3045 | C++ | 12 Weeks, 24 Lessons, IoT for All! |
javascript-algorithms | 361 | 114227 | JavaScript | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings |
Sa-Token | 172 | 3973 | Java | 这可能是史上功能最全的Java权限认证框架!目前已集成——登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0、踢人下线、Redis集成、前后台分离、记住我模式、模拟他人账号、临时身份切换、账号封禁、多账号认证体系、注解式鉴权、路由拦截式鉴权、花式token生成、自动续签、同端互斥登录、会话治理、密码加密、jwt集成、Spring集成、WebFlux集成… |
cockroach | 156 | 21038 | Go | CockroachDB - the open source, cloud-native distributed SQL database. |
faker2 | 64 | 405 | JavaScript | 不知名大佬备份 |
TDengine | 57 | 15651 | C | An open-source big data platform designed and optimized for the Internet of Things (IoT). |
kitex | 66 | 294 | Go | |
cake_sniper | 74 | 470 | Go | EVM frontrunning tool |
applied-ml | 192 | 11289 | undefined | 📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production. |
awesome-mac | 513 | 43481 | JavaScript | Now we have become very big, Different from the original idea. Collect premium software in various categories. |
CBL-Mariner | 82 | 666 | Go | Linux OS for Azure 1P services and edge appliances |
awesome-fenix | 230 | 2148 | Vue | 讨论如何构建一套可靠的大型分布式系统 |
alurakut | 111 | 422 | JavaScript | Projeto construido durante a Imersão React edição Alurakut da Alura! |
algorithm-base | 487 | 7697 | Java | 专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂! |
The-Complete-FAANG-Preparation | 92 | 3278 | Jupyter Notebook | This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview q |
workflow | 63 | 4731 | C++ | C++ Parallel Computing and Asynchronous Networking Engine |
awesome-explainable-graph-reasoning | 129 | 284 | undefined | A collection of research papers and software related to explainability in graph machine learning. |
system-design-primer | 140 | 138383 | Python | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. |
folly | 90 | 18581 | C++ | An open-source C++ library developed and used at Facebook. |
godot | 73 | 40265 | C++ | Godot Engine – Multi-platform 2D and 3D game engine |
barinsta | 19 | 1021 | Java | Open-source alternative Instagram client on Android. More maintainers needed! |
BlackHole | 134 | 547 | Dart | A Music Player App made with Flutter |
awesome-lowcode | 72 | 5342 | undefined | 国内低代码平台从业者交流 |
30-seconds-of-code | 370 | 80757 | JavaScript | Short JavaScript code snippets for all your development needs |
Machine-Learning | 129 | 4644 | Python | ⚡机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归 |
14日
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
algorithm-base | 415 | 7234 | Java | 专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂! |
javascript-algorithms | 414 | 113905 | JavaScript | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings |
javascript | 255 | 111808 | JavaScript | JavaScript Style Guide |
30-seconds-of-code | 404 | 80404 | JavaScript | Short JavaScript code snippets for all your development needs |
earthly | 319 | 4006 | Go | Build automation for the container era |
nvm | 75 | 49911 | Shell | Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions |
IoT-For-Beginners | 792 | 2411 | C++ | 12 Weeks, 24 Lessons, IoT for All! |
wifi-card | 380 | 2069 | JavaScript | 📶 Print a QR code for connecting to your WiFi |
Incident-Playbook | 135 | 499 | Python | GOAL: Incident Response Playbooks Mapped to MITRE Attack Tactics and Techniques. [Contributors Friendly] |
clean-code-javascript | 201 | 54101 | JavaScript | 🛁 Clean Code concepts adapted for JavaScript |
javascript-questions | 282 | 35932 | undefined | A long list of (advanced) JavaScript questions, and their explanations ✨ |
awesome-javascript | 162 | 24807 | undefined | 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things. |
awesome-mac | 279 | 42989 | JavaScript | Now we have become very big, Different from the original idea. Collect premium software in various categories. |
kratos | 107 | 13549 | Go | A Go framework for microservices. |
Anime-Girls-Holding-Programming-Books | 238 | 6419 | undefined | Anime Girls Holding Programming Books |
PayloadsAllTheThings | 378 | 27537 | Python | A list of useful payloads and bypass for Web Application Security and Pentest/CTF |
nodebestpractices | 173 | 68723 | JavaScript | ✅ The Node.js best practices list (June 2021) |
faker2 | 86 | 341 | JavaScript | 不知名大佬备份 |
alias-free-gan-pytorch | 75 | 232 | Python | Unofficial implementation of Alias-Free Generative Adversarial Networks. (https://arxiv.org/abs/2106.12423) in PyTorch |
awesome-fenix | 229 | 1923 | Vue | 讨论如何构建一套可靠的大型分布式系统 |
Yolov5_DeepSort_Pytorch | 54 | 989 | Python | Real-time multi-object tracker using YOLO v5 and deep sort |
flutter_ecommerce_app | 94 | 1641 | Dart | E-Commerce App built in flutter |
folly | 67 | 18498 | C++ | An open-source C++ library developed and used at Facebook. |
social-distancing-ios | 18 | 248 | Swift | Taiwan Social Distancing App - iOS |
Awesome-JavaScript-Projects | 75 | 398 | JavaScript | This Repository contain awesome vanilla JavaScript projects. |
13日
TheAlphamerc/flutter_ecommerce_app
Flutterで作られたECアプリケーション。
main.dart
ファイルだけ読んでみた。importで指定したファイル全てがglobalにimportされるので、githubでみただけではこのクラスがどこからimportされているかわからなかった。。AndroidStudioとかで実装するときは見やすくしてくれるのだろうか…
この作者は他にも色々なFlutterのアプリケーションを公開してるけど、どれもUIが綺麗で見入ってしまう。ただ小規模なアプリばかりなので大規模なものが公開されればなぁと感じた。
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
javascript-algorithms | 404 | 113524 | JavaScript | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings |
PayloadsAllTheThings | 445 | 27197 | Python | A list of useful payloads and bypass for Web Application Security and Pentest/CTF |
IoT-For-Beginners | 856 | 1646 | C++ | 12 Weeks, 24 Lessons, IoT for All! |
30-seconds-of-code | 405 | 80055 | JavaScript | Short JavaScript code snippets for all your development needs |
Anime-Girls-Holding-Programming-Books | 331 | 6187 | undefined | Anime Girls Holding Programming Books |
javascript | 280 | 111578 | JavaScript | JavaScript Style Guide |
imgui | 86 | 30479 | C++ | Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies |
faker2 | 106 | 261 | JavaScript | 不知名大佬备份 |
project-guidelines | 180 | 25011 | JavaScript | A set of best practices for JavaScript projects |
clean-code-javascript | 273 | 53918 | JavaScript | 🛁 Clean Code concepts adapted for JavaScript |
javascript-questions | 303 | 35674 | undefined | A long list of (advanced) JavaScript questions, and their explanations ✨ |
nodebestpractices | 217 | 68569 | JavaScript | ✅ The Node.js best practices list (June 2021) |
awesome-javascript | 210 | 24654 | undefined | 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things. |
algorithm-base | 506 | 6822 | Java | 专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂! |
system-design-primer | 121 | 138122 | Python | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. |
go-recipes | 127 | 874 | undefined | Handy commands to run in Go projects |
sodium-fabric | 33 | 1980 | Java | A Fabric mod designed to improve frame rates and reduce micro-stutter |
free-programming-books | 299 | 196318 | undefined | 📚 Freely available programming books |
alias-free-gan-pytorch | 56 | 164 | Python | Unofficial implementation of Alias-Free Generative Adversarial Networks. (https://arxiv.org/abs/2106.12423) in PyTorch |
eattheblocks | 19 | 1586 | JavaScript | Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers |
flutter_ecommerce_app | 51 | 1552 | Dart | E-Commerce App built in flutter |
youtube-dl | 113 | 97437 | Python | Command-line program to download videos from YouTube.com and other video sites |
Magisk | 51 | 19000 | C++ | The Magic Mask for Android |
godot | 80 | 40137 | C++ | Godot Engine – Multi-platform 2D and 3D game engine |
Incident-Playbook | 98 | 376 | Python | GOAL: Incident Response Playbooks Mapped to MITRE Attack Tactics and Techniques. [Contributors Friendly] |
12日
ailabstw/social-distancing-android
ソーシャルディスタンスを確保するためのAndroidアプリ。developerは台湾の「衛生福利部疾病管制署」というところらしい。オードリー・タン氏が関係してるんかな。
コミットを見てみたけど6/21にinitialcommitしててもうアプリストアに公開してる。スピード感があってすごい。
ailabstw/social-distancing-ios
上記のiOSアプリバージョン。こちらも6/22にinitialcommitしてる。その速度感で公的機関のorganizationで開発をやってるの、日本では考えられんなと感じた。
spring-projects/spring-graphql
Springフレームワークへのgraphql対応ライブラリ。5日前にv1.1.0がリリースしたので人気が出てる
logseq/logseq
RoamResearchみたいなナレッジ管理ツール。ちょっと前にも似たようなリポジトリをトレンドで見た気がする。最近はこの分野が人気なのか🤔??
このツールはMacのアプリケーションを専用で配布しているらしく、その点は素晴らしく感じる(自分の環境ではVSCodeでナレッジ管理のプラグインを入れてて機能が物足りない…)
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
social-distancing-android | 152 | 223 | Kotlin | |
social-distancing-ios | 118 | 188 | Swift | |
faker2 | 88 | 162 | JavaScript | 不知名大佬备份 |
javascript | 398 | 111317 | JavaScript | JavaScript Style Guide |
Anime-Girls-Holding-Programming-Books | 477 | 5889 | undefined | Anime Girls Holding Programming Books |
PayloadsAllTheThings | 887 | 26813 | Python | A list of useful payloads and bypass for Web Application Security and Pentest/CTF |
javascript-algorithms | 532 | 113157 | JavaScript | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings |
kratos | 135 | 13283 | Go | A Go framework for microservices. |
iptv | 166 | 36332 | JavaScript | Collection of publicly available IPTV channels from all over the world |
30-seconds-of-code | 362 | 79674 | JavaScript | Short JavaScript code snippets for all your development needs |
spring-graphql | 128 | 564 | Java | Spring integration for GraphQL |
IoT-For-Beginners | 664 | 831 | C++ | 12 Weeks, 24 Lessons, IoT for All! |
nodebestpractices | 407 | 68358 | JavaScript | ✅ The Node.js best practices list (June 2021) |
clean-code-javascript | 256 | 53678 | JavaScript | 🛁 Clean Code concepts adapted for JavaScript |
awesome-javascript | 431 | 24467 | undefined | 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things. |
javascript-questions | 342 | 35385 | undefined | A long list of (advanced) JavaScript questions, and their explanations ✨ |
jd | 44 | 83 | JavaScript | |
free-programming-books | 579 | 196045 | undefined | 📚 Freely available programming books |
algorithm-base | 289 | 6326 | Java | 专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂! |
vimium | 171 | 15974 | JavaScript | The hacker’s browser. |
earthly | 498 | 3300 | Go | Build automation for the container era |
AI-on-the-edge-device | 78 | 999 | C++ | |
go-recipes | 133 | 751 | undefined | Handy commands to run in Go projects |
logseq | 154 | 4679 | Clojure | A privacy-first, open-source(frontend now, backend later) platform for knowledge management and collaboration. Desktop app download link: https://github.com/logseq/logseq/releases, roadmap: https://tr |
11日
laynH/Anime-Girls-Holding-Programming-Books
プログラミングに関する本を抱えているアニメのキャラクターの画像が集められたリポジトリ。
画像は公式ではなく誰かが加工した感じ。著作権的にどうなんだろうか…
例えばこんな感じ。
あんなクソ分厚い本を透いている美少女おるかい、と思ってしまう。いたら一度話してみたい。
kean/Pulse
MacOS/iOS/AppleWatchで動作するネットワークロガーアプリ。
その他
リポジトリ名 | 日間⭐ | トータル⭐️ | 言語 | 説明 |
---|---|---|---|---|
yapi | 65 | 21512 | JavaScript | YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台 |
Psyduck | 169 | 2676 | Go | Record CS knowlegement with XMind, version 2.0. 使用 XMind 记录 Linux 操作系统,网络,C++,Golang 以及数据库的一些设计 |
semgrep | 174 | 4812 | Java | Lightweight static analysis for many languages. Find bug variants with patterns that look like source code. |
Anime-Girls-Holding-Programming-Books | 221 | 5666 | undefined | Anime Girls Holding Programming Books |
build-your-own-x | 434 | 112145 | undefined | 🤓 Build your own (insert technology here) |
Catch2 | 60 | 13704 | 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) |
free-programming-books | 370 | 195829 | undefined | 📚 Freely available programming books |
PayloadsAllTheThings | 514 | 26454 | Python | A list of useful payloads and bypass for Web Application Security and Pentest/CTF |
SparkLearning | 300 | 354 | undefined | A comprehensive Spark guide collated from multiple sources that can be referred to learn more about Spark or as an interview refresher. |
nodebestpractices | 228 | 68212 | JavaScript | ✅ The Node.js best practices list (June 2021) |
VenturePlan | 56 | 68 | Lua | |
awesome-javascript | 243 | 24305 | undefined | 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things. |
Pulse | 283 | 2925 | Swift | Logger and network inspector for Apple platforms |
o3de | 252 | 2660 | C++ | Source for fully featured AAA Open 3D Engine |
weekly | 64 | 17256 | undefined | 科技爱好者周刊,每周五发布 |
faker2 | 48 | 122 | JavaScript | 不知名大佬备份 |
spring-graphql | 341 | 523 | Java | Spring integration for GraphQL |
algorithm-base | 302 | 6179 | Java | 专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂! |
jd | 28 | 72 | JavaScript | |
vscode | 224 | 118456 | TypeScript | Visual Studio Code |
puppeteer | 198 | 71982 | TypeScript | Headless Chrome Node.js API |
JD_tencent_scf | 23 | 454 | JavaScript | 京东腾讯云函数版,低调使用,不要fork!! |
ClickHouse | 187 | 17613 | C++ | ClickHouse® is a free analytics DBMS for big data |
chia-plotter | 35 | 2039 | C | |
emqx | 127 | 8249 | Erlang | An Open-Source, Cloud-Native, distributed MQTT Message Broker for Large-scale IoT Applications. |