Skip to content

Latest commit

 

History

History
362 lines (342 loc) · 49.4 KB

2024-10-07.md

File metadata and controls

362 lines (342 loc) · 49.4 KB

2024-10-07

C++

C

  1. obsproject/obs-studio (59,421s/7,879f) : OBS Studio - Free and open source software for live streaming and screen recording
  2. libsdl-org/SDL (9,612s/1,780f) : Simple Directmedia Layer
  3. TheAlgorithms/C (19,031s/4,329f) : Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
  4. openwrt/openwrt (19,873s/10,334f) : This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.
  5. coolsnowwolf/lede (29,610s/19,507f) : Lean's LEDE source
  6. bol-van/zapret (6,077s/530f) : DPI bypass multi platform
  7. ValdikSS/GoodbyeDPI (23,992s/1,725f) : GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows)
  8. c3lang/c3c (2,712s/161f) : Compiler for the C3 language
  9. remzi-arpacidusseau/ostep-projects (4,209s/1,199f) : Projects for an undergraduate OS course
  10. pbatard/rufus (28,538s/2,545f) : The Reliable USB Formatting Utility
  11. betaflight/betaflight (8,472s/3,002f) : Open Source Flight Controller Firmware
  12. pygame-community/pygame-ce (863s/141f) : 🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
  13. lizongying/my-tv (29,848s/3,339f) : 我的电视 电视直播软件,安装即可使用
  14. fwupd/fwupd (2,867s/431f) : A system daemon to allow session software to update firmware
  15. immortalwrt/immortalwrt (5,985s/1,702f) : An opensource OpenWrt variant for mainland China users.
  16. mpv-player/mpv (28,095s/2,883f) : 🎥 Command line video player
  17. qmk/qmk_firmware (18,095s/38,915f) : Open-source keyboard firmware for Atmel AVR and Arm USB families
  18. TsudaKageyu/minhook (4,319s/886f) : The Minimalistic x86/x64 API Hooking Library for Windows
  19. glfw/glfw (12,936s/5,200f) : A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
  20. raysan5/raylib (21,989s/2,222f) : A simple and easy-to-use library to enjoy videogames programming
  21. nothings/stb (26,580s/7,698f) : stb single-file public domain libraries for C/C++
  22. openzfs/zfs (10,512s/1,741f) : OpenZFS on Linux and FreeBSD
  23. netdata/netdata (71,293s/5,886f) : Architected for speed. Automated for easy. Monitoring and troubleshooting, transformed!
  24. FluidSynth/fluidsynth (1,829s/255f) : Software synthesizer based on the SoundFont 2 specifications

Go

  1. flyteorg/flyte (5,549s/602f) : Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks.
  2. alist-org/alist (42,611s/5,518f) : 🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
  3. chainflag/eth-faucet (185s/142f) : Ether faucet server built with Go and Svelte.
  4. fatedier/frp (85,050s/13,204f) : A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
  5. SagerNet/sing-box (18,972s/2,270f) : The universal proxy platform
  6. xvzc/SpoofDPI (3,532s/251f) : A simple and fast anti-censorship tool written in Go
  7. v2ray/v2ray-core (45,322s/8,941f) : A platform for building proxies to bypass network restrictions.
  8. hyperledger/fabric (15,682s/8,831f) : Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
  9. v2fly/domain-list-community (4,751s/864f) : Community managed domain list. Generate geosite.dat for V2Ray.
  10. v2fly/v2ray-core (29,164s/4,610f) : A platform for building proxies to bypass network restrictions.
  11. avelino/awesome-go (130,017s/11,829f) : A curated list of awesome Go frameworks, libraries and software
  12. XTLS/Xray-core (24,683s/3,855f) : Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
  13. danielmiessler/fabric (23,479s/2,485f) : fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
  14. ollama/ollama (92,267s/7,263f) : Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models.
  15. OJ/gobuster (9,660s/1,180f) : Directory/File, DNS and VHost busting tool written in Go
  16. fleetdm/fleet (3,003s/417f) : Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
  17. livekit/livekit (9,914s/816f) : End-to-end stack for WebRTC. SFU media server and SDKs.
  18. go-telegram-bot-api/telegram-bot-api (5,756s/887f) : Golang bindings for the Telegram Bot API
  19. qdm12/gluetun (7,591s/358f) : VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
  20. miniflux/v2 (6,758s/713f) : Minimalist and opinionated feed reader
  21. ethereum-optimism/optimism (5,575s/3,216f) : Optimism is Ethereum, scaled.
  22. evcc-io/evcc (3,406s/620f) : Sonne tanken ☀️🚘
  23. iyear/tdl (4,296s/428f) : 📥 A Telegram toolkit written in Golang

Python

  1. TheAlgorithms/Python (189,338s/44,919f) : All Algorithms implemented in Python
  2. livekit/agents (1,985s/257f) : Build real-time multimodal AI applications 🤖🎙️📹
  3. Pythagora-io/gpt-pilot (30,959s/3,097f) : The first real AI developer
  4. zauberzeug/nicegui (9,365s/548f) : Create web-based user interfaces with Python. The nice way.
  5. ErikBjare/gptme (1,167s/70f) : Your agent in your terminal, equipped with local tools: writes code, uses the terminal, browses the web, vision.
  6. home-assistant/core (72,197s/30,223f) : 🏡 Open source home automation that puts local control and privacy first.
  7. vnpy/vnpy (24,776s/8,648f) : 基于Python的开源量化交易平台开发框架
  8. donnemartin/system-design-primer (271,742s/45,823f) : Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
  9. Mikubill/sd-webui-controlnet (16,904s/1,943f) : WebUI extension for ControlNet
  10. public-apis/public-apis (313,732s/33,492f) : A collective list of free APIs
  11. ComposioHQ/composio (8,745s/3,225f) : Composio equip's your AI agents & LLMs with 100+ high-quality integrations via function calling
  12. searxng/searxng (12,825s/1,367f) : SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
  13. python-telegram-bot/python-telegram-bot (26,016s/5,267f) : We have made you a wrapper you can't refuse
  14. opendatalab/MinerU (12,529s/933f) : A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.一站式开源高质量数据提取工具,支持PDF/网页/多格式电子书提取。
  15. jianchang512/pyvideotrans (10,229s/1,132f) : Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并支持api调用
  16. wilsonfreitas/awesome-quant (17,788s/2,604f) : A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
  17. karpathy/build-nanogpt (3,470s/482f) : Video+code lecture on building nanoGPT from scratch

Java

  1. TheAlgorithms/Java (59,341s/19,130f) : All Algorithms implemented in Java
  2. TeamNewPipe/NewPipe (31,241s/3,030f) : A libre lightweight streaming front-end for Android.
  3. yuliskov/SmartTube (18,960s/1,051f) : SmartTube - an advanced player for set-top boxes and tvs running Android OS
  4. jagrosh/MusicBot (5,287s/2,536f) : 🎶 A Discord music bot that's easy to set up and run yourself!
  5. ashishps1/awesome-low-level-design (7,329s/1,956f) : Learn Low Level Design (LLD) and prepare for interviews using free resources.
  6. PaperMC/Paper (9,750s/2,277f) : The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
  7. apache/kafka (28,528s/13,878f) : Mirror of Apache Kafka
  8. bepass-org/oblivion (3,785s/511f) : Unofficial warp client for android
  9. runelite/runelite (4,779s/5,224f) : Open source Old School RuneScape client
  10. apache/fineract (1,351s/1,630f) : Apache Fineract
  11. Grasscutters/Grasscutter (16,200s/4,469f) : A server software reimplementation for a certain anime game.
  12. traccar/traccar (5,187s/2,570f) : Traccar GPS Tracking System
  13. kafbat/kafka-ui (529s/57f) : Open-Source Web UI for managing Apache Kafka clusters
  14. doocs/leetcode (31,153s/6,945f) : 🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
  15. cabaletta/baritone (7,173s/1,438f) : google maps for block game
  16. elastic/elasticsearch (69,735s/24,679f) : Free and Open Source, Distributed, RESTful Search Engine
  17. MeteorDevelopment/meteor-client (2,181s/807f) : Based Minecraft utility mod.
  18. iluwatar/java-design-patterns (89,571s/26,484f) : Design patterns implemented in Java
  19. xwiki/xwiki-platform (980s/543f) : The XWiki platform
  20. FCL-Team/FoldCraftLauncher (1,442s/152f) : Fold Craft Launcher, an Android Minecraft : Java Edition launcher.
  21. CaffeineMC/sodium-fabric (4,750s/810f) : A Minecraft mod designed to improve frame rates and reduce micro-stutter
  22. termux/termux-app (35,281s/3,704f) : Termux - a terminal emulator application for Android OS extendible by variety of packages.

Objective-C

  1. opa334/TrollStore (18,043s/1,095f) : Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple
  2. roothide/Bootstrap (1,215s/791f) : A full featured bootstrap for iOS 15.0-17.0 A8-A17 & M1+M2 using roothide
  3. khanhduytran0/LiveContainer (968s/119f) : Run iOS app without actually installing it!
  4. sparkle-project/Sparkle (7,409s/1,046f) : A software update framework for macOS
  5. PojavLauncherTeam/PojavLauncher_iOS (2,276s/490f) : A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for iOS/iPadOS platform.
  6. naver/naveridlogin-sdk-ios (59s/41f) :
  7. react-native-maps/react-native-maps (15,080s/4,848f) : React Native Mapview component for iOS + Android
  8. Giphy/giphy-ios-sdk (112s/51f) : Home of the GIPHY SDK iOS example app, along with iOS SDK documentation, issue tracking, & release notes.
  9. soffes/SAMKeychain (5,402s/955f) : Simple Objective-C wrapper for the keychain that works on Mac and iOS
  10. okta/okta-oidc-ios (77s/81f) : Okta with AppAuth
  11. alwx/react-native-photo-view (815s/434f) : Pinch-to-zoom view for React Native (both iOS and Android)
  12. braintree/braintree-ios-drop-in (98s/77f) : Braintree Drop-in for iOS
  13. mapbox/mapbox-events-ios (20s/38f) : Mapbox Events Framework for iOS
  14. chirag04/react-native-mail (445s/248f) : A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
  15. ReactiveCocoa/ReactiveObjC (2,598s/494f) : The 2.x ReactiveCocoa Objective-C API: Streams of values over time
  16. BranchMetrics/ios-branch-deep-linking-attribution (729s/229f) : The Branch iOS SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.

Shell

  1. sickcodes/Docker-OSX (46,499s/2,506f) : Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
  2. itzg/docker-minecraft-server (9,276s/1,530f) : Docker image that provides a Minecraft Server that will automatically download selected version at startup
  3. void-linux/void-packages (2,538s/2,126f) : The Void source packages collection
  4. DDS-Derek/xiaoya-alist (4,869s/703f) : 小雅Alist的相关周边
  5. olegos2/mobox (2,822s/122f) :
  6. 1N3/Sn1per (7,996s/1,837f) : Attack Surface Management Platform
  7. kodekloudhub/certified-kubernetes-administrator-course (7,780s/7,503f) : Certified Kubernetes Administrator - CKA Course
  8. catppuccin/tmux (1,822s/562f) : 💽 Soothing pastel theme for Tmux!
  9. youngyangyang04/leetcode-master (50,972s/11,373f) : 《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
  10. hmaverickadams/breach-parse (1,812s/532f) : A tool for parsing breached passwords
  11. bioconda/bioconda-recipes (1,616s/3,228f) : Conda recipes for the bioconda channel.
  12. pi-hole/pi-hole (48,710s/2,678f) : A black hole for Internet advertisements
  13. nvm-sh/nvm (79,337s/7,938f) : Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
  14. zigbee2mqtt/hassio-zigbee2mqtt (1,118s/390f) : Official Zigbee2MQTT Home Assistant add-on
  15. termux/termux-packages (13,097s/3,004f) : A package build system for Termux.
  16. dragoonDorise/EmuDeck (2,871s/209f) : Emulator configurator for Steam Deck
  17. sbwml/luci-app-mosdns (1,151s/218f) : 一个 DNS 转发器 - OpenWrt 🎁 MosDNS v5 is Ready! 🎉

Swift

  1. TelegramMessenger/Telegram-iOS (6,058s/1,611f) : Telegram-iOS
  2. argmaxinc/WhisperKit (3,226s/274f) : On-device Speech Recognition for Apple Silicon
  3. khcrysalis/Feather (784s/44f) : Feather is a free on-device iOS application manager/installer built with UIKit for quality.
  4. vapor/vapor (24,421s/1,438f) : 💧 A server-side Swift HTTP web framework.
  5. home-assistant/iOS (1,555s/302f) : 📱 Home Assistant for Apple platforms
  6. apple/swift-openapi-generator (1,389s/115f) : Generate Swift client and server code from an OpenAPI document.
  7. apple/swift-collections (3,709s/292f) : Commonly used data structures for Swift
  8. pointfreeco/swift-composable-architecture (12,306s/1,435f) : A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
  9. onevcat/Kingfisher (23,139s/2,645f) : A lightweight, pure-Swift library for downloading and caching images from the web.
  10. whoeevee/EeveeSpotify (2,418s/186f) : A tweak to get Spotify Premium for free, just like Spotilife
  11. Dimillian/IceCubesApp (5,365s/505f) : A SwiftUI Mastodon client
  12. utmapp/UTM (26,533s/1,331f) : Virtual machines for iOS and macOS
  13. iina/iina (37,910s/2,560f) : The modern video player for macOS.
  14. grishka/NearDrop (4,255s/154f) : An unofficial Google Nearby Share/Quick Share app for macOS
  15. OpenEmu/OpenEmu (16,122s/1,258f) : 🕹 Retro video game emulation for macOS
  16. AudioKit/AudioKit (10,662s/1,555f) : Audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
  17. XITRIX/iTorrent (2,072s/196f) : Torrent client for iOS 16+
  18. quoid/userscripts (3,224s/183f) : An open-source userscript manager for Safari
  19. mrousavy/react-native-vision-camera (7,375s/1,077f) : 📸 A powerful, high-performance React Native Camera library.
  20. ninxsoft/Mist (2,754s/108f) : A Mac utility that automatically downloads macOS Firmwares / Installers.
  21. hummingbird-project/hummingbird (1,136s/54f) : Lightweight, flexible HTTP server framework written in Swift

Rust

  1. vosen/ZLUDA (9,149s/611f) : CUDA on non-NVIDIA GPUs
  2. TheAlgorithms/Rust (22,456s/2,187f) : All Algorithms implemented in Rust
  3. oxc-project/oxc (11,352s/409f) : ⚓ A collection of JavaScript tools written in Rust.
  4. rust-lang/rustlings (53,220s/10,061f) : 🦀 Small exercises to get you used to reading and writing Rust code!
  5. swc-project/swc (31,028s/1,218f) : Rust-based platform for the Web
  6. leptos-rs/leptos (16,014s/628f) : Build fast web applications with Rust.
  7. awslabs/aws-sdk-rust (3,004s/249f) : AWS SDK for the Rust Programming Language
  8. rolldown/rolldown (8,285s/453f) : Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API.
  9. rust-unofficial/awesome-rust (46,303s/2,728f) : A curated list of Rust code and resources.
  10. MystenLabs/sui (6,049s/11,140f) : Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
  11. qarmin/czkawka (19,693s/643f) : Multi functional app to find duplicates, empty folders, similar images etc.
  12. solana-labs/solana (13,005s/4,181f) : Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  13. tauri-apps/plugins-workspace (876s/243f) : All of the official Tauri plugins in one place!
  14. rustdesk/rustdesk (73,703s/8,935f) : An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
  15. bevyengine/bevy (35,572s/3,519f) : A refreshingly simple data-driven game engine built in Rust
  16. emilk/egui (21,971s/1,587f) : egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
  17. wez/wezterm (17,080s/770f) : A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
  18. BurntSushi/ripgrep (48,033s/1,974f) : ripgrep recursively searches directories for a regex pattern while respecting your gitignore
  19. rust-lang/rust-analyzer (14,157s/1,578f) : A Rust compiler front-end for IDEs
  20. SeaQL/sea-orm (7,107s/496f) : 🐚 An async & dynamic ORM for Rust
  21. stalwartlabs/mail-server (4,872s/198f) : Secure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)
  22. cube-js/cube (17,820s/1,763f) : 📊 Cube — The Semantic Layer for Building Data Applications
  23. FuelLabs/sway (62,704s/5,358f) : 🌴 Empowering everyone to build reliable and efficient smart contracts.

Kotlin

  1. RikkaApps/Shizuku (10,517s/617f) : Using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.
  2. amir1376/ab-download-manager (1,364s/41f) : A Download Manager that speeds up your downloads
  3. z-huang/InnerTune (4,309s/266f) : A Material 3 YouTube Music client for Android
  4. nightscout/AndroidAPS (703s/1,720f) : Opensource automated insulin delivery system (closed loop)
  5. XayahSuSuSu/Android-DataBackup (3,395s/128f) : DataBackup for Android 7.0+
  6. jarnedemeulemeester/findroid (2,516s/159f) : Third-party native Jellyfin Android app
  7. YenalyLiew/Han1meViewer (1,578s/117f) : A Hanime1.me Application for Android.
  8. tiann/KernelSU (9,938s/1,616f) : A Kernel based root solution for Android
  9. JunkFood02/Seal (11,015s/484f) : 🦭 Video/Audio Downloader for Android, based on yt-dlp, designed with Material You
  10. FooIbar/EhViewer (2,272s/88f) : EhViewer overhauled with Material Design 3 and more, forked from https://github.com/Ehviewer-Overhauled/Ehviewer
  11. jellyfin/jellyfin-androidtv (2,747s/468f) : Android TV Client for Jellyfin
  12. Kotlin/kotlinx.coroutines (12,986s/1,848f) : Library support for Kotlin coroutines
  13. 2dust/v2rayNG (34,929s/5,380f) : A V2Ray client for Android, support Xray core and v2fly core
  14. dead8309/Kizzy (586s/63f) : Discord Rich Presence for Android. Made with jetpack compose and material3
  15. kyujin-cho/pixel-volte-patch (1,334s/91f) : Pixel IMS: Rootless replacement for Tensor Pixel VoLTE patch
  16. gotson/komga (3,937s/234f) : Media server for comics/mangas/BDs/magazines/eBooks with API, OPDS and Kobo Sync support
  17. tolgee/tolgee-platform (1,560s/148f) : Developer & translator friendly web-based localization platform
  18. VegaBobo/DSU-Sideloader (1,405s/108f) : A simple app made to help users easily install GSIs via DSU's Android feature.
  19. lizongying/my-tv-0 (1,740s/248f) : 電視網絡視頻播放軟件,可以自定義視頻源
  20. plateaukao/einkbro (1,174s/86f) : A small, fast web browser based on Android WebView. It's tailored for E-Ink devices but also works great on normal android devices.
  21. bannedbook/fanqiang (38,188s/7,239f) : 翻墙-科学上网

HTML

  1. iamrahulmahato/master-web-development (71s/149f) : Learn to code by building projects.
  2. CaiJimmy/hugo-theme-stack (4,900s/1,602f) : Card-style Hugo theme designed for bloggers
  3. XengShi/materialYouNewTab (1,098s/104f) : A Simple New Tab ( browsers's home page ) inspired with Google's 'Material You' design
  4. brave/brave-core (2,448s/863f) : Core engine for the Brave browser for mobile and desktop. For issues https://github.com/brave/brave-browser/issues
  5. adityatelange/hugo-PaperMod (9,725s/2,624f) : A fast, clean, responsive Hugo theme.
  6. htmlstreamofficial/preline (4,691s/294f) : Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
  7. google/fonts (18,138s/2,608f) : Font files available from Google Fonts, and a public issue tracker for all things Google Fonts
  8. anuragverma108/SwapReads (271s/509f) : This repository is officially part of GirlScript Summer of Code 2024 Extended Edition! SwapReads.com is the go-to online platform for book lovers to connect, swap their favorite reads, and dive into exciting literary journeys.
  9. xiaojieonly/Ehviewer_CN_SXJ (13,455s/398f) : ehviewer,用爱发电,快乐前行
  10. shahednasser/awesome-resources (1,456s/534f) : 😎 List of helpful resources added by the community for the community!
  11. apna-college/Delta (666s/753f) :

JavaScript

  1. fineanmol/Hacktoberfest2024 (2,255s/7,270f) : Make your first Pull Request on Hacktoberfest 2024. Don't forget to spread love and if you like give us a ⭐️
  2. DefiLlama/chainlist (2,275s/2,366f) :
  3. Pythagora-io/pythagora (1,667s/84f) : Generate automated tests for your Node.js app via LLMs without developers having to write a single line of code.
  4. meshery/meshery (5,865s/1,819f) : Meshery, the cloud native manager
  5. Asabeneh/30-Days-Of-JavaScript (42,914s/9,959f) : 30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
  6. soumyajit4419/Portfolio (4,456s/2,386f) : My self coded personal website build with React.js
  7. agalwood/Motrix (45,235s/4,517f) : A full-featured download manager.
  8. iptv-org/iptv (85,027s/2,517f) : Collection of publicly available IPTV channels from all over the world
  9. eslint/eslint (24,965s/4,508f) : Find and fix problems in your JavaScript code.
  10. Koenkk/zigbee2mqtt (11,908s/1,655f) : Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
  11. sub-store-org/Sub-Store (5,055s/555f) : Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket!
  12. nodejs/node (106,992s/29,269f) : Node.js JavaScript runtime ✨🐢🚀✨
  13. projectdiscovery/nuclei-templates (9,094s/2,599f) : Community curated list of templates for the nuclei engine to find security vulnerabilities.
  14. bigskysoftware/htmx (37,723s/1,273f) : </> htmx - high power tools for HTML

TypeScript

  1. onejs/one (1,512s/29f) : ❶ One is a new React framework that makes cross-platform simple. Target web and native with just Vite.
  2. mendableai/firecrawl (15,980s/1,149f) : 🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API.
  3. shardeum/shardeum (17,157s/356f) : Shardeum is an EVM based autoscaling blockchain
  4. Vendicated/Vencord (8,748s/1,241f) : The cutest Discord client mod
  5. adrianhajdin/healthcare (1,942s/481f) : Build a healthcare platform that streamlines patient registration, appointment scheduling, and medical records, and learn to implement complex forms and SMS notifications.
  6. teableio/teable (11,440s/522f) : ✨ The Next Gen Airtable Alternative: No-Code Postgres
  7. unkeyed/unkey (2,939s/300f) : Open source API management platform
  8. FlowiseAI/Flowise (30,377s/15,705f) : Drag & drop UI to build your customized LLM flow
  9. microsoft/fluentui (18,395s/2,720f) : Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
  10. vitest-dev/vitest (12,819s/1,149f) : Next generation testing framework powered by Vite.
  11. laurent22/joplin (45,401s/4,937f) : Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.
  12. Roblox/creator-docs (321s/1,484f) : Open Source Creator Documentation

CSS

  1. opera-gaming/gxmods (785s/3,170f) : Documentation for GX mods
  2. vinceliuice/Fluent-gtk-theme (1,047s/55f) : Fluent design gtk theme for linux desktops
  3. fineanmol/Annoying-submit-button (149s/203f) : Annoying Submit Button in React. Give a ⭐️ if you have liked this project and want to support it !
  4. ryanoasis/nerd-fonts (54,189s/3,634f) : Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
  5. UndeadSec/SocialFish (4,030s/1,292f) : Phishing Tool & Information Collector
  6. mwittrien/BetterDiscordAddons (2,088s/3,844f) : A series of plugins and themes for BetterDiscord.
  7. ayusharma/birthday (938s/2,941f) : A Happy Birthday animation design in CSS3, HTML5
  8. PacktPublishing/Django-5-By-Example (209s/90f) : Django 5 By Example (5th Edition) published by Packt
  9. thewhiteh4t/seeker (7,001s/1,675f) : Accurately Locate Smartphones using Social Engineering
  10. LearnOpenGL-CN/LearnOpenGL-CN (5,620s/1,100f) : http://learnopengl.com 系列教程的简体中文翻译
  11. jgthms/bulma (49,225s/3,947f) : Modern CSS framework based on Flexbox
  12. imfing/hextra (623s/147f) : 🔯 Modern, batteries-included Hugo theme for creating beautiful doc, blog and static websites
  13. apna-college/Delta-Projects (141s/250f) : All Delta students can create a PR to this repo to merge their projects.

Jupyter-Notebook

  1. microsoft/generative-ai-for-beginners (62,676s/32,075f) : 21 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
  2. greyhatguy007/Machine-Learning-Specialization-Coursera (3,540s/2,281f) : Contains Solutions and Notes for the Machine Learning Specialization By Stanford University and Deeplearning.ai - Coursera (2022) by Prof. Andrew NG
  3. mrdbourke/pytorch-deep-learning (10,517s/3,104f) : Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
  4. AI4Finance-Foundation/FinRL (9,731s/2,364f) : FinRL: Financial Reinforcement Learning. 🔥
  5. suno-ai/bark (35,570s/4,181f) : 🔊 Text-Prompted Generative Audio Model
  6. norvig/pytudes (22,695s/2,401f) : Python programs, usually short, of considerable difficulty, to perfect particular skills.
  7. WASasquatch/was-node-suite-comfyui (1,149s/173f) : An extensive node suite for ComfyUI with over 210 new nodes
  8. Pierian-Data/Complete-Python-3-Bootcamp (27,357s/85,146f) : Course Files for Complete Python 3 Bootcamp Course on Udemy
  9. alirezadir/Machine-Learning-Interviews (4,550s/805f) : This repo is meant to serve as a guide for Machine Learning/AI technical interviews.
  10. AI4Finance-Foundation/FinGPT (13,693s/1,903f) : FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.
  11. amanchadha/coursera-deep-learning-specialization (3,070s/2,238f) : Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Network…
  12. open-spaced-repetition/fsrs4anki (2,593s/127f) : A modern Anki custom scheduling based on Free Spaced Repetition Scheduler algorithm
  13. bukosabino/ta (4,277s/895f) : Technical Analysis Library using Pandas and Numpy
  14. manikumarreddyu/AgroTech-AI (23s/30f) : AgroTech AI platform is a comprehensive web-based tool where users can access various machine learning models for making accurate predictions related to agriculture
  15. SharifiZarchi/Introduction_to_Machine_Learning (1,225s/217f) : Machine Learning Course, Sharif University of Technology
  16. CompVis/taming-transformers (5,733s/1,138f) : Taming Transformers for High-Resolution Image Synthesis

Vue

  1. unovue/radix-vue (3,398s/210f) : Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
  2. unovue/shadcn-vue (4,613s/268f) : Vue port of shadcn-ui
  3. 0xJacky/nginx-ui (3,276s/252f) : Yet another WebUI for Nginx
  4. bastienwirtz/homer (9,192s/780f) : A very simple static homepage for your server.
  5. RikkaApps/websites (148s/2,441f) : Websites for Rikka apps.
  6. Virtual-Browser/VirtualBrowser (853s/175f) : Free anti fingerprint browser, 指纹浏览器, 隐私浏览器, 免费的web3空投专用指纹浏览器
  7. github-copilot-resources/copilot-metrics-viewer (266s/130f) : Tool to visualize the Copilot metrics provided via the Copilot Business Metrics API (current in public beta)
  8. advplyr/audiobookshelf-app (1,223s/166f) : Mobile application for Audiobookshelf
  9. scottyzen/woonuxt (639s/176f) : Static e-commerce powered by WooCommerce & Nuxt
  10. dullage/flatnotes (1,403s/82f) : A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.
  11. elk-zone/elk (5,415s/556f) : A nimble Mastodon web client
  12. requarks/wiki (24,474s/2,710f) : Wiki.js | A modern and powerful wiki app built on Node.js
  13. tranxuanthang/lrcget (747s/24f) : Utility for mass-downloading LRC synced lyrics for your offline music library.
  14. duerrsimon/bioicons (1,319s/75f) : A library of free open source icons for science illustrations in biology and chemistry
  15. palxiao/poster-design (3,586s/562f) : 一款漂亮且功能强大的在线海报设计器,图片编辑器,仿稿定设计,适用于多种场景:海报生成、电商产品图、文章长图、视频/公众号封面等。A beautiful online image designer, suitable for various scenarios like generate posters, making design easier!

TeX

  1. soulmachine/machine-learning-cheat-sheet (7,341s/1,259f) : Classical equations and diagrams in machine learning
  2. posquit0/Awesome-CV (22,947s/4,774f) : 📄 Awesome CV is LaTeX template for your outstanding job application
  3. sb2nov/resume (5,197s/1,463f) : Software developer resume in Latex
  4. lervag/vimtex (5,458s/388f) : VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.
  5. terryum/awesome-deep-learning-papers (25,428s/4,478f) : The most cited deep learning papers
  6. OWASP/www-project-top-10-for-large-language-model-applications (527s/134f) : OWASP Foundation Web Respository
  7. sysprog21/lkmpg (7,556s/510f) : The Linux Kernel Module Programming Guide (updated for 5.0+ kernels)
  8. rstudio/cheatsheets (5,808s/1,800f) : Posit Cheat Sheets - Can also be found at https://posit.co/resources/cheatsheets/.
  9. kourgeorge/arxiv-style (1,150s/308f) : A Latex style and template for paper preprints (based on NIPS style)
  10. ElegantLaTeX/ElegantBook (2,028s/396f) : Elegant LaTeX Template for Books
  11. Wandmalfarbe/pandoc-latex-template (6,129s/958f) : A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
  12. lib-pku/libpku (30,379s/8,274f) : 贵校课程资料民间整理
  13. GaloisInc/cryptol-specs (31s/6f) : A central repository for specifications of cryptographic algorithms in Cryptol
  14. harvard-edge/cs249r_book (1,011s/127f) : Collaborative book Machine Learning Systems
  15. billryan/resume (9,184s/2,591f) : An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git
  16. cvpr-org/author-kit (265s/42f) :
  17. aaronwangy/Data-Science-Cheatsheet (4,910s/706f) : A helpful 5-page machine learning cheatsheet to assist with exam reviews, interview prep, and anything in-between.
  18. matze/mtheme (6,382s/843f) : A modern LaTeX Beamer theme
  19. tuhdo/os01 (11,904s/701f) : Bootstrap yourself to write an OS from scratch. A book for self-learner.

Makefile

  1. freebsd/freebsd-ports (976s/748f) : FreeBSD ports tree (read-only mirror)
  2. openwrt/packages (3,968s/3,463f) : Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
  3. yuk7/ArchWSL (6,786s/197f) : ArchLinux based WSL Distribution. Supports multiple install.
  4. foostan/crkbd (5,450s/968f) : Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys.
  5. LibreELEC/LibreELEC.tv (2,257s/1,116f) : Just enough OS for KODI
  6. SynoCommunity/spksrc (3,020s/1,227f) : Cross compilation framework to create native packages for the Synology's NAS
  7. jobbole/awesome-python-cn (28,661s/7,921f) : Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。
  8. ageitgey/face_recognition_models (350s/171f) : Trained models for the face_recognition python library
  9. openwrt/telephony (105s/247f) : The telephony packages feed
  10. cloudposse/build-harness (352s/126f) : Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
  11. upbound/build (66s/66f) : Upbound build and CI scripts

Ruby

  1. Homebrew/homebrew-core (13,671s/12,369f) : 🍻 Default formulae for the missing package manager for macOS (or Linux)
  2. Freika/dawarich (2,027s/41f) : Self-hosted alternative to Google Location History (Google Maps Timeline)
  3. ruby/ruby (21,988s/5,309f) : The Ruby Programming Language
  4. TheOdinProject/ruby-exercises (225s/1,082f) :
  5. kilimchoi/engineering-blogs (31,414s/1,599f) : A curated list of engineering blogs
  6. rails/mission_control-jobs (553s/59f) : Dashboard and Active Job extensions to operate and troubleshoot background jobs
  7. chatwoot/chatwoot (20,706s/3,416f) : Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
  8. heartcombo/devise (23,951s/5,545f) : Flexible authentication solution for Rails with Warden.
  9. rails/solid_queue (1,845s/110f) : Database-backed Active Job backend
  10. rapid7/metasploit-framework (33,899s/13,932f) : Metasploit Framework
  11. Homebrew/homebrew-cask (20,873s/10,692f) : 🍻 A CLI workflow for the administration of macOS applications distributed as binaries

Markdown

  1. tldr-pages/tldr (50,712s/4,155f) : 📚 Collaborative cheatsheets for console commands
  2. labuladong/fucking-algorithm (125,278s/23,190f) : 刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
  3. codecrafters-io/build-your-own-x (303,367s/28,445f) : Master programming by recreating your favorite technologies from scratch.
  4. jaywcjlove/linux-command (31,670s/6,100f) : Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
  5. drknzz/GitHub-Achievements (1,678s/171f) : 🔥 A Complete List of GitHub Profile Badges and Achievements 🔥
  6. OAI/OpenAPI-Specification (28,875s/9,068f) : The OpenAPI Specification Repository
  7. mdn/translated-content (1,704s/8,057f) : The source repository of all translated content for MDN Web Docs
  8. ppy/osu-wiki (481s/1,082f) : home of the osu! wiki
  9. docker/docs (4,154s/7,209f) : Source repo for Docker's Documentation
  10. Schweinepriester/github-profile-achievements (4,745s/446f) : A collection listing all Achievements available on the GitHub profile 🏆
  11. mdn/content (9,152s/22,465f) : The content behind MDN Web Docs
  12. alexandresanlim/Badges4-README.md-Profile (10,356s/1,569f) : Improve your README.md profile with these amazing badges.
  13. ethereum/ethereum-org-website (5,040s/4,786f) : Ethereum.org is a primary online resource for the Ethereum community.
  14. microsoft/vscode-docs (5,659s/4,594f) : Public documentation for Visual Studio Code
  15. rust-lang/rfcs (5,903s/1,566f) : RFCs for changes to Rust