jokergaming / github-hot-hub

记录GitHub热门仓库,每小时更新,按天归档。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-hot-hub

记录GitHub从 2021-01-12 日至今的trending。每小时抓取一次数据,按天归档

相关项目

更新时间:2021-12-12 20:14:29 +0800

今日热门仓库

  1. TencentARC / GFPGAN

    • GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
    • language: Python    stars: 6,754    folks: 930    894 stars today
  2. welk1n / JNDI-Injection-Exploit

    • JNDI注入测试工具(A tool which generates JNDI links can start several servers to exploit JNDI Injection vulnerability,like Jackson,Fastjson,etc)
    • language: Java    stars: 1,105    folks: 268    124 stars today
  3. tangxiaofeng7 / CVE-2021-44228-Apache-Log4j-Rce

    • Apache Log4j 远程代码执行
    • language: Java    stars: 1,603    folks: 572    466 stars today
  4. SeanDaBlack / KelloggBot

    • Kellogg bad | Union good | Support strike funds
    • language: Python    stars: 239    folks: 57    86 stars today
  5. feihong-cs / JNDIExploit

    • A malicious LDAP server for JNDI injection attacks
    • language: Java    stars: 871    folks: 214    133 stars today
  6. apache / logging-log4j2

    • Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture.
    • language: Java    stars: 1,749    folks: 981    102 stars today
  7. mpcabete / bombcrypto-bot

    • This is a python bot that automatically logs in, clicks the new button, and sends heroes to work in the bombcrypto game. It is fully open source and free.
    • language: Python    stars: 342    folks: 203    12 stars today
  8. cilium / cilium

    • eBPF-based Networking, Security, and Observability
    • language: Go    stars: 9,979    folks: 1,263    77 stars today
  9. vercel / turborepo

    • The High-performance Build System for JavaScript & TypeScript Codebases
    • language: Go    stars: 2,058    folks: 52    399 stars today
  10. sxyu / svox2

    • Plenoxels: Radiance Fields without Neural Networks, Code release WIP
    • language: Python    stars: 252    folks: 14    64 stars today
  11. whwlsfb / Log4j2Scan

    • Log4j2 RCE Passive Scanner plugin for BurpSuite
    • language: Java    stars: 564    folks: 188    125 stars today
  12. YfryTchsGD / Log4jAttackSurface

    • language:    stars: 1,189    folks: 138    392 stars today
  13. christophetd / log4shell-vulnerable-app

    • Spring Boot web application vulnerable to CVE-2021-44228, nicknamed Log4Shell.
    • language: Java    stars: 284    folks: 80    120 stars today
  14. cshum / imagor

    • Fast, Docker-ready image processing server written in Go and libvips, with Thumbor URL syntax
    • language: Go    stars: 808    folks: 12    129 stars today
  15. veracode-research / rogue-jndi

    • A malicious LDAP server for JNDI injection attacks
    • language: Java    stars: 386    folks: 80    39 stars today
  16. NationalSecurityAgency / ghidra

    • Ghidra is a software reverse engineering (SRE) framework
    • language: Java    stars: 30,041    folks: 3,909    36 stars today
  17. HyCraftHD / Log4J-RCE-Proof-Of-Concept

    • Log4j-RCE (CVE-2021-44228) Proof of Concept with additional information
    • language: Java    stars: 57    folks: 14    20 stars today
  18. PaperMC / Paper

    • High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
    • language: Java    stars: 5,119    folks: 1,318    67 stars today
  19. mbechler / marshalsec

    • language: Java    stars: 2,066    folks: 456    93 stars today
  20. HashLips / hashlips_art_engine

    • HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
    • language: JavaScript    stars: 2,042    folks: 929    21 stars today
  21. type-challenges / type-challenges

    • Collection of TypeScript type challenges with online judge
    • language: TypeScript    stars: 10,155    folks: 653    74 stars today
  22. flame-engine / flame

    • A minimalist Flutter game engine
    • language: Dart    stars: 5,249    folks: 457    90 stars today
  23. doocs / leetcode

    • 😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
    • language: Java    stars: 8,937    folks: 1,776    166 stars today
  24. docker / awesome-compose

    • Awesome Docker Compose samples
    • language: HTML    stars: 13,614    folks: 1,883    23 stars today
  25. tsherif / space-shooter.c

    • A cross-platform, top-down 2D space shooter written in C using only system libraries.
    • language: C    stars: 468    folks: 15    312 stars today

近一周热门仓库

  1. TencentARC / GFPGAN

    • GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
    • language: Python    stars: 6,754    folks: 930    2,335 stars this week
  2. prabhatsharma / zinc

    • Zinc Search engine. A lightweight alternative to elasticsearch that requires minimal resources, written in Go.
    • language: Vue    stars: 3,402    folks: 110    2,127 stars this week
  3. kamranahmedse / developer-roadmap

    • Roadmap to becoming a developer in 2021
    • language: TypeScript    stars: 180,137    folks: 25,813    2,016 stars this week
  4. zeldaret / oot

    • Decompilation of The Legend of Zelda: Ocarina of Time
    • language: C    stars: 2,670    folks: 316    852 stars this week
  5. ja-netfilter / ja-netfilter

    • A javaagent framework
    • language: Java    stars: 1,334    folks: 310    644 stars this week
  6. trekhleb / javascript-algorithms

    • 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
    • language: JavaScript    stars: 129,072    folks: 21,102    1,708 stars this week
  7. doocs / leetcode

    • 😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
    • language: Java    stars: 8,937    folks: 1,776    1,169 stars this week
  8. FerretDB / FerretDB

    • A truly Open Source MongoDB alternative
    • language: Go    stars: 3,627    folks: 95    806 stars this week
  9. babysor / MockingBird

    • 🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
    • language: JavaScript    stars: 14,694    folks: 1,752    1,781 stars this week
  10. public-apis / public-apis

    • A collective list of free APIs
    • language: Python    stars: 171,219    folks: 19,690    1,994 stars this week
  11. projectdiscovery / nuclei-templates

    • Community curated list of templates for the nuclei engine to find security vulnerabilities.
    • language: Python    stars: 3,031    folks: 930    190 stars this week
  12. Eugeny / tabby

    • A terminal for a more modern age (formerly Terminus)
    • language: TypeScript    stars: 23,390    folks: 1,211    2,630 stars this week
  13. Mas0nShi / typoraCracker

    • A extract & decryption and pack & encryption tools for typora.
    • language: Python    stars: 405    folks: 135    131 stars this week
  14. PaperMC / Paper

    • High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
    • language: Java    stars: 5,119    folks: 1,318    196 stars this week
  15. jwasham / coding-interview-university

    • A complete computer science study plan to become a software engineer.
    • language:    stars: 200,904    folks: 53,993    1,347 stars this week
  16. crater-invoice / crater

    • Open Source Invoicing Solution for Individuals & Businesses
    • language: PHP    stars: 4,790    folks: 954    140 stars this week
  17. grafana / grafana

    • The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
    • language: TypeScript    stars: 45,796    folks: 9,086    621 stars this week
  18. flutter / flutter

    • Flutter makes it easy and fast to build beautiful apps for mobile and beyond
    • language: Dart    stars: 133,178    folks: 19,763    401 stars this week
  19. thunlp / WantWords

    • An open-source online reverse dictionary.
    • language: JavaScript    stars: 2,784    folks: 231    935 stars this week
  20. JetBrains / compose-jb

    • Jetpack Compose for Desktop and Web, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
    • language: Kotlin    stars: 7,443    folks: 441    209 stars this week
  21. alibaba / hooks

    • A high-quality & reliable React Hooks library.
    • language: TypeScript    stars: 7,716    folks: 1,191    141 stars this week
  22. hashicorp / raft

    • Golang implementation of the Raft consensus protocol
    • language: Go    stars: 5,396    folks: 722    103 stars this week
  23. deepset-ai / haystack

    • 🔍 Haystack is an open source NLP framework that leverages Transformer models. It enables developers to implement production-ready neural search, question answering, semantic document search and summarization for a wide range of applications.
    • language: Python    stars: 3,240    folks: 578    485 stars this week
  24. CaffeineMC / lithium-fabric

    • A Fabric mod designed to improve the general performance of Minecraft without breaking things
    • language: Java    stars: 1,210    folks: 128    102 stars this week
  25. grpc / grpc

    • The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
    • language: C++    stars: 32,824    folks: 8,600    238 stars this week

近一月热门仓库

  1. TencentARC / GFPGAN

    • GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
    • language: Python    stars: 6,754    folks: 930    3,019 stars this month
  2. Budibase / budibase

    • Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
    • language: JavaScript    stars: 7,877    folks: 410    2,657 stars this month
  3. medusajs / medusa

    • The open-source Shopify alternative ⚡️
    • language: JavaScript    stars: 5,006    folks: 242    3,407 stars this month
  4. bryandlee / animegan2-pytorch

    • PyTorch implementation of AnimeGANv2
    • language: Jupyter Notebook    stars: 2,737    folks: 314    1,508 stars this month
  5. PaperMC / Paper

    • High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
    • language: Java    stars: 5,119    folks: 1,318    415 stars this month
  6. danielmiessler / SecLists

    • 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, sensitive data patterns, fuzzing payloads, web shells, and many more.
    • language: PHP    stars: 35,741    folks: 18,470    1,212 stars this month
  7. JetBrains / compose-jb

    • Jetpack Compose for Desktop and Web, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
    • language: Kotlin    stars: 7,443    folks: 441    820 stars this month
  8. jesseduffield / lazygit

    • simple terminal UI for git commands
    • language: Go    stars: 24,754    folks: 924    2,908 stars this month
  9. kamranahmedse / developer-roadmap

    • Roadmap to becoming a developer in 2021
    • language: TypeScript    stars: 180,137    folks: 25,813    4,664 stars this month
  10. supabase / supabase

    • The open source Firebase alternative. Follow to stay updated about our public Beta.
    • language: TypeScript    stars: 24,717    folks: 1,271    3,246 stars this month
  11. alan2207 / bulletproof-react

    • 🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.
    • language: TypeScript    stars: 7,668    folks: 473    1,591 stars this month
  12. ardalis / CleanArchitecture

    • Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
    • language: C#    stars: 8,841    folks: 1,614    846 stars this month
  13. WyvernTKC / cpuminer-gr-avx2

    • Optimised Version of GR miner for RTM
    • language: C    stars: 342    folks: 158    255 stars this month
  14. sickcodes / Docker-OSX

    • Run Mac in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X!
    • language: Shell    stars: 19,177    folks: 906    3,050 stars this month
  15. YunaiV / SpringBoot-Labs

    • 一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024
    • language: Java    stars: 12,724    folks: 4,169    515 stars this month
  16. xmrig / xmrig

    • RandomX, CryptoNight, AstroBWT and Argon2 CPU/GPU miner
    • language: C    stars: 6,318    folks: 2,859    470 stars this month
  17. Eugeny / tabby

    • A terminal for a more modern age (formerly Terminus)
    • language: TypeScript    stars: 23,390    folks: 1,211    3,545 stars this month
  18. OlympusDAO / olympus-contracts

    • language: Solidity    stars: 396    folks: 448    188 stars this month
  19. FerretDB / FerretDB

    • A truly Open Source MongoDB alternative
    • language: Go    stars: 3,627    folks: 95    1,561 stars this month
  20. binance-chain / bsc

    • A Binance Smart Chain client based on the go-ethereum fork
    • language: Go    stars: 1,192    folks: 465    223 stars this month
  21. jaakkopasanen / AutoEq

    • Automatic headphone equalization from frequency responses
    • language: Jupyter Notebook    stars: 5,873    folks: 1,255    758 stars this month
  22. ava-labs / avalanchego

    • Go implementation of an Avalanche node.
    • language: Go    stars: 1,244    folks: 240    349 stars this month
  23. d2l-ai / d2l-zh

    • 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。
    • language: Python    stars: 28,905    folks: 6,798    1,540 stars this month
  24. EbookFoundation / free-programming-books

    • 📚 Freely available programming books
    • language:    stars: 215,207    folks: 46,303    5,079 stars this month
  25. Kholid060 / automa

    • A chrome extension for automating your browser by connecting blocks
    • language: Vue    stars: 2,779    folks: 224    1,346 stars this month

历史归档

archives

License

See the LICENSE file for license rights and limitations (MIT).

About

记录GitHub热门仓库,每小时更新,按天归档。

License:MIT License


Languages

Language:Python 100.0%