mirror of
https://github.com/go2coding/CatwalkGlimpse-AISelections.git
synced 2024-11-25 16:25:32 +08:00
修改算法
This commit is contained in:
parent
9660c16064
commit
ca36242a9d
@ -47,17 +47,14 @@ def get_projects(filenames):
|
||||
for category in categories:
|
||||
lines = category.split('\n')
|
||||
category_name = lines[0].strip()
|
||||
projects = []
|
||||
projects = result.get(category_name,[])
|
||||
for line in lines[1:]:
|
||||
match = re.search(r'\* \[(.+)\]\((.+)\):(.+)', line)
|
||||
if category_name == 'python':
|
||||
print(match)
|
||||
if match:
|
||||
project_name, url, description = match.groups()
|
||||
projects.append(project_name)
|
||||
project_urls[project_name] = (url, description)
|
||||
result[category_name] = projects
|
||||
print(result.get('python', []))
|
||||
|
||||
return result
|
||||
|
||||
@ -76,9 +73,6 @@ projects_old = get_projects(old_files)
|
||||
with open(new_file, 'w',encoding='utf-8') as file:
|
||||
file.write("## " + today + "\n")
|
||||
for category, projects in projects_today.items():
|
||||
if category == 'python':
|
||||
old_p = projects_old.get(category, [])
|
||||
print(old_p)
|
||||
new_projects = set(projects) - set(projects_old.get(category, []))
|
||||
if new_projects:
|
||||
file.write(f'#### {category}\n')
|
||||
|
@ -1,280 +1,203 @@
|
||||
## 2024-02-05
|
||||
#### c
|
||||
* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2
|
||||
* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
|
||||
* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player
|
||||
* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager
|
||||
* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
|
||||
* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
|
||||
* [karlstav / cava](https://github.com/karlstav/cava):Cross-platform Audio Visualizer
|
||||
* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code
|
||||
* [EpicGames / raddebugger](https://github.com/EpicGames/raddebugger):A native, user-mode, multi-process, graphical debugger.
|
||||
* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
|
||||
* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs.
|
||||
* [jomjol / AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device):Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world
|
||||
* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++
|
||||
* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++
|
||||
* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming
|
||||
* [ish-app / ish](https://github.com/ish-app/ish):Linux shell for iOS
|
||||
* [EpicGames / raddebugger](https://github.com/EpicGames/raddebugger):A native, user-mode, multi-process, graphical debugger.
|
||||
* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code
|
||||
* [dankamongmen / notcurses](https://github.com/dankamongmen/notcurses):blingful character graphics/TUI library. definitely not curses.
|
||||
* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users.
|
||||
* [jomjol / AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device):Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world
|
||||
* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
|
||||
* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source
|
||||
* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs.
|
||||
* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
|
||||
* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
|
||||
* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++
|
||||
* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
|
||||
* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2
|
||||
* [ish-app / ish](https://github.com/ish-app/ish):Linux shell for iOS
|
||||
* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager
|
||||
* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio.
|
||||
* [karlstav / cava](https://github.com/karlstav/cava):Cross-platform Audio Visualizer
|
||||
* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
|
||||
* [dankamongmen / notcurses](https://github.com/dankamongmen/notcurses):blingful character graphics/TUI library. definitely not curses.
|
||||
#### c#
|
||||
* [microsoft / devhome](https://github.com/microsoft/devhome):The new Dev Home experience for Windows!
|
||||
* [AvaloniaUI / Avalonia](https://github.com/AvaloniaUI/Avalonia):Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
|
||||
* [JosefNemec / Playnite](https://github.com/JosefNemec/Playnite):Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
|
||||
* [seerge / g-helper](https://github.com/seerge/g-helper):Lightweight Armoury Crate alternative for Asus laptops. Control tool for ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, TUF, Strix, Scar and other models
|
||||
* [DGP-Studio / Snap.Hutao](https://github.com/DGP-Studio/Snap.Hutao):实用的开源多功能原神工具箱 🧰 / Multifunctional Open-Source Genshin Impact Toolkit 🧰
|
||||
* [microsoft / devhome](https://github.com/microsoft/devhome):The new Dev Home experience for Windows!
|
||||
* [leiurayer / downkyi](https://github.com/leiurayer/downkyi):哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。
|
||||
* [files-community / Files](https://github.com/files-community/Files):Building the best file manager for Windows
|
||||
* [mpvnet-player / mpv.net](https://github.com/mpvnet-player/mpv.net):🎞 mpv.net is a media player for Windows with a modern GUI.
|
||||
* [Jackett / Jackett](https://github.com/Jackett/Jackett):API Support for your favorite torrent trackers
|
||||
* [OpenRA / OpenRA](https://github.com/OpenRA/OpenRA):Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
|
||||
* [AvaloniaUI / Avalonia](https://github.com/AvaloniaUI/Avalonia):Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
|
||||
* [JustArchiNET / ArchiSteamFarm](https://github.com/JustArchiNET/ArchiSteamFarm):C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
|
||||
* [BepInEx / BepInEx](https://github.com/BepInEx/BepInEx):Unity / XNA game patcher and plugin framework
|
||||
* [mattpannella / pupdate](https://github.com/mattpannella/pupdate):Pupdate - A thing for updating your Analogue Pocket
|
||||
* [RHeavenStudio / HeavenStudio](https://github.com/RHeavenStudio/HeavenStudio):(WIP) A tool to create playable Rhythm Heaven custom remixes, with many customization options.
|
||||
* [2dust / v2rayN](https://github.com/2dust/v2rayN):A GUI client for Windows, support Xray core and v2fly core and others
|
||||
* [CFPAOrg / Minecraft-Mod-Language-Package](https://github.com/CFPAOrg/Minecraft-Mod-Language-Package):A language package for Minecraft Mods.
|
||||
* [QuantConnect / Lean](https://github.com/QuantConnect/Lean):Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
|
||||
* [files-community / Files](https://github.com/files-community/Files):Building the best file manager for Windows
|
||||
* [JustArchiNET / ArchiSteamFarm](https://github.com/JustArchiNET/ArchiSteamFarm):C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
|
||||
* [OpenRA / OpenRA](https://github.com/OpenRA/OpenRA):Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
|
||||
* [pizzaboxer / bloxstrap](https://github.com/pizzaboxer/bloxstrap):An open-source, feature-packed alternative bootstrapper for Roblox.
|
||||
* [seerge / g-helper](https://github.com/seerge/g-helper):Lightweight Armoury Crate alternative for Asus laptops. Control tool for ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, TUF, Strix, Scar and other models
|
||||
* [vitoplantamura / HackerNewsRemovals](https://github.com/vitoplantamura/HackerNewsRemovals):List of stories removed from the Hacker News Front Page, updated in real time.
|
||||
* [RHeavenStudio / HeavenStudio](https://github.com/RHeavenStudio/HeavenStudio):(WIP) A tool to create playable Rhythm Heaven custom remixes, with many customization options.
|
||||
* [mpvnet-player / mpv.net](https://github.com/mpvnet-player/mpv.net):🎞 mpv.net is a media player for Windows with a modern GUI.
|
||||
* [TCKingCeryn / Darktide-40K-Unity-FullBody-FPS-Controller](https://github.com/TCKingCeryn/Darktide-40K-Unity-FullBody-FPS-Controller):A completely refactored, Open Source Full Body FPS Controller. Inspired by Darktide and DISHONORED/ Dark Messiah, uses TWO armatures to layer Generic "Arms-Only" FPS Animations, without losing any of the "Full-Body" Animations underneath.
|
||||
* [QuantConnect / Lean](https://github.com/QuantConnect/Lean):Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
|
||||
* [LykosAI / StabilityMatrix](https://github.com/LykosAI/StabilityMatrix):Multi-Platform Package Manager for Stable Diffusion
|
||||
* [BepInEx / BepInEx](https://github.com/BepInEx/BepInEx):Unity / XNA game patcher and plugin framework
|
||||
* [leiurayer / downkyi](https://github.com/leiurayer/downkyi):哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。
|
||||
* [Jackett / Jackett](https://github.com/Jackett/Jackett):API Support for your favorite torrent trackers
|
||||
* [DGP-Studio / Snap.Hutao](https://github.com/DGP-Studio/Snap.Hutao):实用的开源多功能原神工具箱 🧰 / Multifunctional Open-Source Genshin Impact Toolkit 🧰
|
||||
* [pizzaboxer / bloxstrap](https://github.com/pizzaboxer/bloxstrap):An open-source, feature-packed alternative bootstrapper for Roblox.
|
||||
* [ardalis / CleanArchitecture](https://github.com/ardalis/CleanArchitecture):Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
|
||||
* [UnrealSharp / UnrealSharp](https://github.com/UnrealSharp/UnrealSharp):UnrealSharp is a plugin to Unreal Engine 5, which enables developers to create games using C# with Hot Reload
|
||||
* [mattpannella / pupdate](https://github.com/mattpannella/pupdate):Pupdate - A thing for updating your Analogue Pocket
|
||||
* [microsoft / PowerToys](https://github.com/microsoft/PowerToys):Windows system utilities to maximize productivity
|
||||
#### c++
|
||||
* [mixxxdj / mixxx](https://github.com/mixxxdj/mixxx):Mixxx is Free DJ software that gives you everything you need to perform live mixes.
|
||||
* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
|
||||
* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine
|
||||
* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉
|
||||
* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game-creation platform with easy modding and game creation
|
||||
* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
|
||||
* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box)
|
||||
* [Nukem9 / dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3):Adds AMD FSR 3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg).
|
||||
* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux)
|
||||
* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android
|
||||
* [notepad-plus-plus / notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus):Notepad++ official repository
|
||||
* [mumble-voip / mumble](https://github.com/mumble-voip/mumble):Mumble is an open-source, low-latency, high quality voice chat software.
|
||||
* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows.
|
||||
* [TokisanGames / Terrain3D](https://github.com/TokisanGames/Terrain3D):A high performance, editable terrain system for Godot 4.
|
||||
* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
|
||||
* [mamedev / mame](https://github.com/mamedev/mame):MAME
|
||||
* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64
|
||||
* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
|
||||
* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android
|
||||
* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
|
||||
* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows.
|
||||
* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client
|
||||
* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.
|
||||
* [finalburnneo / FBNeo](https://github.com/finalburnneo/FBNeo):FinalBurn Neo - We are Team FBNeo.
|
||||
* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box)
|
||||
* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.
|
||||
* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64
|
||||
* [Nukem9 / dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3):Adds AMD FSR 3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg).
|
||||
* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉
|
||||
* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux)
|
||||
* [mumble-voip / mumble](https://github.com/mumble-voip/mumble):Mumble is an open-source, low-latency, high quality voice chat software.
|
||||
#### java
|
||||
* [ReactiveX / RxJava](https://github.com/ReactiveX/RxJava):RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
|
||||
* [apple / pkl](https://github.com/apple/pkl):A configuration as code language with rich validation and tooling.
|
||||
* [brunodev85 / winlator](https://github.com/brunodev85/winlator):Android application for running Windows applications with Wine and Box86/Box64
|
||||
* [halo-dev / halo](https://github.com/halo-dev/halo):强大易用的开源建站工具。
|
||||
* [openhab / openhab-addons](https://github.com/openhab/openhab-addons):Add-ons for openHAB
|
||||
* [cabaletta / baritone](https://github.com/cabaletta/baritone):google maps for block game
|
||||
* [TheAlgorithms / Java](https://github.com/TheAlgorithms/Java):All Algorithms implemented in Java
|
||||
* [Grasscutters / Grasscutter](https://github.com/Grasscutters/Grasscutter):A server software reimplementation for a certain anime game.
|
||||
* [MeteorDevelopment / meteor-client](https://github.com/MeteorDevelopment/meteor-client):Based Minecraft utility mod.
|
||||
* [Anuken / Mindustry](https://github.com/Anuken/Mindustry):The automation tower defense RTS
|
||||
* [bumptech / glide](https://github.com/bumptech/glide):An image loading and caching library for Android focused on smooth scrolling
|
||||
* [square / retrofit](https://github.com/square/retrofit):A type-safe HTTP client for Android and the JVM
|
||||
* [oracle / graal](https://github.com/oracle/graal):GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
|
||||
* [Anuken / Mindustry](https://github.com/Anuken/Mindustry):The automation tower defense RTS
|
||||
* [cabaletta / baritone](https://github.com/cabaletta/baritone):google maps for block game
|
||||
* [apple / pkl](https://github.com/apple/pkl):A configuration as code language with rich validation and tooling.
|
||||
* [halo-dev / halo](https://github.com/halo-dev/halo):强大易用的开源建站工具。
|
||||
* [MeteorDevelopment / meteor-client](https://github.com/MeteorDevelopment/meteor-client):Based Minecraft utility mod.
|
||||
* [openhab / openhab-addons](https://github.com/openhab/openhab-addons):Add-ons for openHAB
|
||||
* [arduino / Arduino](https://github.com/arduino/Arduino):Arduino IDE 1.x
|
||||
* [oracle / graal](https://github.com/oracle/graal):GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
|
||||
* [languagetool-org / languagetool](https://github.com/languagetool-org/languagetool):Style and Grammar Checker for 25+ Languages
|
||||
* [doocs / leetcode](https://github.com/doocs/leetcode):🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
|
||||
* [Stirling-Tools / Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF):locally hosted web application that allows you to perform various operations on PDF files
|
||||
* [krahets / hello-algo](https://github.com/krahets/hello-algo):《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing
|
||||
* [HMCL-dev / HMCL](https://github.com/HMCL-dev/HMCL):A Minecraft Launcher which is multi-functional, cross-platform and popular
|
||||
#### Kotlin
|
||||
* [keiyoushi / extensions-source](https://github.com/keiyoushi/extensions-source):Source code of extensions for Tachiyomi/Mihon and variants.
|
||||
* [Mygod / VPNHotspot](https://github.com/Mygod/VPNHotspot):Share your VPN connection over hotspot or repeater! (root required)
|
||||
* [ankidroid / Anki-Android](https://github.com/ankidroid/Anki-Android):AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
|
||||
* [aniyomiorg / aniyomi](https://github.com/aniyomiorg/aniyomi):An app for manga and anime
|
||||
* [gotson / komga](https://github.com/gotson/komga):Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support
|
||||
* [RikkaApps / Shizuku](https://github.com/RikkaApps/Shizuku):Using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.
|
||||
* [android / nowinandroid](https://github.com/android/nowinandroid):A fully functional Android app built entirely with Kotlin and Jetpack Compose
|
||||
* [Dr-TSNG / Hide-My-Applist](https://github.com/Dr-TSNG/Hide-My-Applist):An Xposed module to intercept applist detections
|
||||
* [osfans / trime](https://github.com/osfans/trime):同文安卓輸入法平臺3.x/Android-rime/Rime Input Method Engine for Android
|
||||
* [iiheng / VCAMSX](https://github.com/iiheng/VCAMSX):安卓虚拟摄像头
|
||||
* [flipperdevices / Flipper-Android-App](https://github.com/flipperdevices/Flipper-Android-App):Android Mobile app to rule all Flipper's family
|
||||
* [mihonapp / mihon](https://github.com/mihonapp/mihon):Free and open source manga reader for Android
|
||||
* [tiann / KernelSU](https://github.com/tiann/KernelSU):A Kernel based root solution for Android
|
||||
* [jing332 / tts-server-android](https://github.com/jing332/tts-server-android):这是一个Android系统TTS应用,内置微软演示接口,可自定义HTTP请求,可导入其他本地TTS引擎,以及根据中文双引号的简单旁白/对话识别朗读 ,还有自动重试,备用配置,文本替换等更多功能。
|
||||
* [LawnchairLauncher / lawnicons](https://github.com/LawnchairLauncher/lawnicons):Adds themed icons to Lawnchair.
|
||||
* [recloudstream / cloudstream](https://github.com/recloudstream/cloudstream):Android app for streaming and downloading media.
|
||||
* [square / leakcanary](https://github.com/square/leakcanary):A memory leak detection library for Android.
|
||||
* [vfsfitvnm / ViMusic](https://github.com/vfsfitvnm/ViMusic):An Android application for streaming music from YouTube Music.
|
||||
* [acidicoala / Koalageddon2](https://github.com/acidicoala/Koalageddon2):Legit DLC Unlocker for Steamworks, Epic Online Services, and Ubisoft Connect
|
||||
* [xuhaoyang / ClashForAndroid](https://github.com/xuhaoyang/ClashForAndroid):A rule-based tunnel for Android.
|
||||
* [iiheng / VCAMSX](https://github.com/iiheng/VCAMSX):安卓虚拟摄像头
|
||||
* [vfsfitvnm / ViMusic](https://github.com/vfsfitvnm/ViMusic):An Android application for streaming music from YouTube Music.
|
||||
* [osfans / trime](https://github.com/osfans/trime):同文安卓輸入法平臺3.x/Android-rime/Rime Input Method Engine for Android
|
||||
* [keiyoushi / extensions-source](https://github.com/keiyoushi/extensions-source):Source code of extensions for Tachiyomi/Mihon and variants.
|
||||
* [square / leakcanary](https://github.com/square/leakcanary):A memory leak detection library for Android.
|
||||
* [gotson / komga](https://github.com/gotson/komga):Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support
|
||||
* [Mygod / VPNHotspot](https://github.com/Mygod/VPNHotspot):Share your VPN connection over hotspot or repeater! (root required)
|
||||
* [LawnchairLauncher / lawnicons](https://github.com/LawnchairLauncher/lawnicons):Adds themed icons to Lawnchair.
|
||||
* [fcitx5-android / fcitx5-android](https://github.com/fcitx5-android/fcitx5-android):Fcitx5 input method framework and engines ported to Android
|
||||
* [flipperdevices / Flipper-Android-App](https://github.com/flipperdevices/Flipper-Android-App):Android Mobile app to rule all Flipper's family
|
||||
#### Objective-C
|
||||
* [chiahsien / CHTCollectionViewWaterfallLayout](https://github.com/chiahsien/CHTCollectionViewWaterfallLayout):The waterfall (i.e., Pinterest-like) layout for UICollectionView.
|
||||
* [ExTBH / JodelEmproved](https://github.com/ExTBH/JodelEmproved):Customizing the Jodel app, Made In 🇧🇭
|
||||
* [react-native-maps / react-native-maps](https://github.com/react-native-maps/react-native-maps):React Native Mapview component for iOS + Android
|
||||
* [braze-inc / braze-ios-sdk](https://github.com/braze-inc/braze-ios-sdk):Public repo for the Braze iOS SDK (ObjC) for Swift Package Manager
|
||||
* [sparkle-project / Sparkle](https://github.com/sparkle-project/Sparkle):A software update framework for macOS
|
||||
* [react-native-google-cast / google-cast-sdk-dynamic-xcframework-no-bluetooth](https://github.com/react-native-google-cast/google-cast-sdk-dynamic-xcframework-no-bluetooth):Google Cast SDK Dynamic XCFramework without Guest Mode
|
||||
* [muxinc / mux-stats-sdk-avplayer](https://github.com/muxinc/mux-stats-sdk-avplayer):Mux integration with `AVPlayer` for iOS Native Applications
|
||||
* [pronebird / UIScrollView-InfiniteScroll](https://github.com/pronebird/UIScrollView-InfiniteScroll):UIScrollView ∞ scroll category
|
||||
* [chrismiles / CMPopTipView](https://github.com/chrismiles/CMPopTipView):Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.
|
||||
* [Countly / countly-sdk-ios](https://github.com/Countly/countly-sdk-ios):Countly Product Analytics iOS SDK with macOS, watchOS and tvOS support.
|
||||
* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple
|
||||
* [MetalPetal / MetalPetal](https://github.com/MetalPetal/MetalPetal):A GPU accelerated image and video processing framework built on Metal.
|
||||
* [PojavLauncherTeam / PojavLauncher_iOS](https://github.com/PojavLauncherTeam/PojavLauncher_iOS):A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for iOS/iPadOS platform.
|
||||
* [okta / okta-oidc-ios](https://github.com/okta/okta-oidc-ios):Okta with AppAuth
|
||||
* [objective-see / LuLu](https://github.com/objective-see/LuLu):LuLu is the free macOS firewall
|
||||
* [inket / Autoclick](https://github.com/inket/Autoclick):A simple Mac app that simulates mouse clicks
|
||||
* [muxinc / stats-sdk-objc](https://github.com/muxinc/stats-sdk-objc):Mux Stats SDK for iOS and tvOS
|
||||
* [samuelclay / NewsBlur](https://github.com/samuelclay/NewsBlur):NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
|
||||
* [ExTBH / JodelEmproved](https://github.com/ExTBH/JodelEmproved):Customizing the Jodel app, Made In 🇧🇭
|
||||
* [chrismiles / CMPopTipView](https://github.com/chrismiles/CMPopTipView):Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.
|
||||
* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple
|
||||
* [okta / okta-oidc-ios](https://github.com/okta/okta-oidc-ios):Okta with AppAuth
|
||||
* [chiahsien / CHTCollectionViewWaterfallLayout](https://github.com/chiahsien/CHTCollectionViewWaterfallLayout):The waterfall (i.e., Pinterest-like) layout for UICollectionView.
|
||||
* [braze-inc / braze-ios-sdk](https://github.com/braze-inc/braze-ios-sdk):Public repo for the Braze iOS SDK (ObjC) for Swift Package Manager
|
||||
* [PojavLauncherTeam / PojavLauncher_iOS](https://github.com/PojavLauncherTeam/PojavLauncher_iOS):A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for iOS/iPadOS platform.
|
||||
* [MetalPetal / MetalPetal](https://github.com/MetalPetal/MetalPetal):A GPU accelerated image and video processing framework built on Metal.
|
||||
* [pronebird / UIScrollView-InfiniteScroll](https://github.com/pronebird/UIScrollView-InfiniteScroll):UIScrollView ∞ scroll category
|
||||
* [muxinc / mux-stats-sdk-avplayer](https://github.com/muxinc/mux-stats-sdk-avplayer):Mux integration with `AVPlayer` for iOS Native Applications
|
||||
* [Countly / countly-sdk-ios](https://github.com/Countly/countly-sdk-ios):Countly Product Analytics iOS SDK with macOS, watchOS and tvOS support.
|
||||
* [inket / Autoclick](https://github.com/inket/Autoclick):A simple Mac app that simulates mouse clicks
|
||||
#### php
|
||||
* [briannesbitt / Carbon](https://github.com/briannesbitt/Carbon):A simple PHP API extension for DateTime.
|
||||
* [pterodactyl / panel](https://github.com/pterodactyl/panel):Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
|
||||
* [collabnix / dockerlabs](https://github.com/collabnix/dockerlabs):Docker - Beginners | Intermediate | Advanced
|
||||
* [RSS-Bridge / rss-bridge](https://github.com/RSS-Bridge/rss-bridge):The RSS feed for websites missing it
|
||||
* [alexjustesen / speedtest-tracker](https://github.com/alexjustesen/speedtest-tracker):Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
|
||||
* [prasathmani / tinyfilemanager](https://github.com/prasathmani/tinyfilemanager):Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
|
||||
* [matomo-org / matomo](https://github.com/matomo-org/matomo):Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!
|
||||
* [koel / koel](https://github.com/koel/koel):🐦 A personal music streaming server that works.
|
||||
* [guzzle / guzzle](https://github.com/guzzle/guzzle):Guzzle, an extensible PHP HTTP client
|
||||
* [wavelog / wavelog](https://github.com/wavelog/wavelog):Webbased Amateur Radio Logging Software - Log your contacts from everywhere!
|
||||
* [composer / composer](https://github.com/composer/composer):Dependency Manager for PHP
|
||||
* [openai-php / client](https://github.com/openai-php/client):⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
|
||||
* [firefly-iii / firefly-iii](https://github.com/firefly-iii/firefly-iii):Firefly III: a personal finances manager
|
||||
* [PrestaShop / PrestaShop](https://github.com/PrestaShop/PrestaShop):PrestaShop is the universal open-source software platform to build your e-commerce solution.
|
||||
* [coollabsio / coolify](https://github.com/coollabsio/coolify):An open-source & self-hostable Heroku / Netlify / Vercel alternative.
|
||||
* [HamedAp / Ssh-User-management](https://github.com/HamedAp/Ssh-User-management):Shahan Vpn Panel With Add/Delete Users - Online Users - Limit Users
|
||||
* [barryvdh / laravel-debugbar](https://github.com/barryvdh/laravel-debugbar):Debugbar for Laravel (Integrates PHP Debug Bar)
|
||||
* [vimeo / psalm](https://github.com/vimeo/psalm):A static analysis tool for finding errors in PHP applications
|
||||
* [phoronix-test-suite / phoronix-test-suite](https://github.com/phoronix-test-suite/phoronix-test-suite):The Phoronix Test Suite open-source, cross-platform automated testing/benchmarking software.
|
||||
* [assimon / dujiaoka](https://github.com/assimon/dujiaoka):🦄独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉
|
||||
* [nextcloud / all-in-one](https://github.com/nextcloud/all-in-one):The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
|
||||
* [phoronix-test-suite / phoronix-test-suite](https://github.com/phoronix-test-suite/phoronix-test-suite):The Phoronix Test Suite open-source, cross-platform automated testing/benchmarking software.
|
||||
* [pterodactyl / panel](https://github.com/pterodactyl/panel):Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
|
||||
* [RSS-Bridge / rss-bridge](https://github.com/RSS-Bridge/rss-bridge):The RSS feed for websites missing it
|
||||
* [koel / koel](https://github.com/koel/koel):🐦 A personal music streaming server that works.
|
||||
* [HamedAp / Ssh-User-management](https://github.com/HamedAp/Ssh-User-management):Shahan Vpn Panel With Add/Delete Users - Online Users - Limit Users
|
||||
* [matomo-org / matomo](https://github.com/matomo-org/matomo):Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!
|
||||
* [wavelog / wavelog](https://github.com/wavelog/wavelog):Webbased Amateur Radio Logging Software - Log your contacts from everywhere!
|
||||
#### rust
|
||||
* [typst / typst](https://github.com/typst/typst):A new markup-based typesetting system that is powerful and easy to learn.
|
||||
* [google / comprehensive-rust](https://github.com/google/comprehensive-rust):This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
|
||||
* [AleoHQ / snarkOS](https://github.com/AleoHQ/snarkOS):A Decentralized Operating System for ZK Applications
|
||||
* [asterinas / asterinas](https://github.com/asterinas/asterinas):Asterinas is a safe, fast, and general-purpose OS kernel, written in Rust and providing Linux-compatible ABI.
|
||||
* [aptos-labs / aptos-core](https://github.com/aptos-labs/aptos-core):Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
|
||||
* [tw93 / Pake](https://github.com/tw93/Pake):🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用
|
||||
* [vercel / turbo](https://github.com/vercel/turbo):Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo.
|
||||
* [FuelLabs / sway](https://github.com/FuelLabs/sway):🌴 Empowering everyone to build reliable and efficient smart contracts.
|
||||
* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi
|
||||
* [enso-org / enso](https://github.com/enso-org/enso):Hybrid visual and textual functional programming.
|
||||
* [ratatui-org / ratatui](https://github.com/ratatui-org/ratatui):Rust library that's all about cooking up terminal user interfaces (TUIs)
|
||||
* [martinvonz / jj](https://github.com/martinvonz/jj):A Git-compatible VCS that is both simple and powerful
|
||||
* [quickwit-oss / quickwit](https://github.com/quickwit-oss/quickwit):Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
|
||||
* [nushell / nushell](https://github.com/nushell/nushell):A new type of shell
|
||||
* [ruffle-rs / ruffle](https://github.com/ruffle-rs/ruffle):A Flash Player emulator written in Rust
|
||||
* [rust-lang / rust](https://github.com/rust-lang/rust):Empowering everyone to build reliable and efficient software.
|
||||
* [spieglt / FlyingCarpet](https://github.com/spieglt/FlyingCarpet):File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.
|
||||
* [martinvonz / jj](https://github.com/martinvonz/jj):A Git-compatible VCS that is both simple and powerful
|
||||
* [FuelLabs / fuels-rs](https://github.com/FuelLabs/fuels-rs):Fuel Network Rust SDK
|
||||
* [quickwit-oss / quickwit](https://github.com/quickwit-oss/quickwit):Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
|
||||
* [typst / typst](https://github.com/typst/typst):A new markup-based typesetting system that is powerful and easy to learn.
|
||||
* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi
|
||||
* [ratatui-org / ratatui](https://github.com/ratatui-org/ratatui):Rust library that's all about cooking up terminal user interfaces (TUIs)
|
||||
* [enso-org / enso](https://github.com/enso-org/enso):Hybrid visual and textual functional programming.
|
||||
#### python
|
||||
* [pallets / flask](https://github.com/pallets/flask):The Python micro framework for building web applications.
|
||||
* [spotDL / spotify-downloader](https://github.com/spotDL/spotify-downloader):Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
|
||||
* [allenai / dolma](https://github.com/allenai/dolma):Data and tools for generating and inspecting OLMo pre-training data.
|
||||
* [paul-gauthier / aider](https://github.com/paul-gauthier/aider):aider is AI pair programming in your terminal
|
||||
* [sqlmapproject / sqlmap](https://github.com/sqlmapproject/sqlmap):Automatic SQL injection and database takeover tool
|
||||
* [JimLiu / gpt-games](https://github.com/JimLiu/gpt-games):Build games with GPT
|
||||
* [allenai / OLMo](https://github.com/allenai/OLMo):Modeling, training, eval, and inference code for OLMo
|
||||
* [swisskyrepo / PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings):A list of useful payloads and bypass for Web Application Security and Pentest/CTF
|
||||
* [tuya / tuya-smart-life](https://github.com/tuya/tuya-smart-life):Tuya Smart Life Home Assistant Integration
|
||||
* [Lightning-AI / pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning):Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.
|
||||
* [iperov / DeepFaceLive](https://github.com/iperov/DeepFaceLive):Real-time face swap for PC streaming or video calls
|
||||
* [Avaiga / taipy](https://github.com/Avaiga/taipy):Turns Data and AI algorithms into production-ready web applications in no time.
|
||||
* [Sanster / IOPaint](https://github.com/Sanster/IOPaint):Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.
|
||||
* [allenai / OLMo-Eval](https://github.com/allenai/OLMo-Eval):Evaluation suite for LLMs
|
||||
* [AbanteAI / rawdog](https://github.com/AbanteAI/rawdog):Generate and auto-execute Python scripts in the cli
|
||||
* [lllyasviel / Fooocus](https://github.com/lllyasviel/Fooocus):Focus on prompting and generating
|
||||
* [home-assistant / core](https://github.com/home-assistant/core):🏡 Open source home automation that puts local control and privacy first.
|
||||
* [ishan0102 / vimGPT](https://github.com/ishan0102/vimGPT):Browse the web with GPT-4V and Vimium
|
||||
* [tuya / tuya-smart-life](https://github.com/tuya/tuya-smart-life):Tuya Smart Life Home Assistant Integration
|
||||
* [JimLiu / gpt-games](https://github.com/JimLiu/gpt-games):Build games with GPT
|
||||
* [qtile / qtile](https://github.com/qtile/qtile):🍪 A full-featured, hackable tiling window manager written and configured in Python (X11 + Wayland)
|
||||
* [OpenBMB / MiniCPM](https://github.com/OpenBMB/MiniCPM):MiniCPM-2B: An end-side LLM outperforms Llama2-13B.
|
||||
* [spotDL / spotify-downloader](https://github.com/spotDL/spotify-downloader):Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
|
||||
* [lllyasviel / Fooocus](https://github.com/lllyasviel/Fooocus):Focus on prompting and generating
|
||||
* [swisskyrepo / PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings):A list of useful payloads and bypass for Web Application Security and Pentest/CTF
|
||||
* [allenai / OLMo-Eval](https://github.com/allenai/OLMo-Eval):Evaluation suite for LLMs
|
||||
* [paul-gauthier / aider](https://github.com/paul-gauthier/aider):aider is AI pair programming in your terminal
|
||||
* [LC044 / WeChatMsg](https://github.com/LC044/WeChatMsg):提取微信聊天记录,将其导出成HTML、Word、CSV文档永久保存,对聊天记录进行分析生成年度聊天报告
|
||||
* [allenai / dolma](https://github.com/allenai/dolma):Data and tools for generating and inspecting OLMo pre-training data.
|
||||
* [pallets / flask](https://github.com/pallets/flask):The Python micro framework for building web applications.
|
||||
* [home-assistant / core](https://github.com/home-assistant/core):🏡 Open source home automation that puts local control and privacy first.
|
||||
* [AbanteAI / rawdog](https://github.com/AbanteAI/rawdog):Generate and auto-execute Python scripts in the cli
|
||||
* [sqlmapproject / sqlmap](https://github.com/sqlmapproject/sqlmap):Automatic SQL injection and database takeover tool
|
||||
#### swift
|
||||
* [AppHouseKitchen / AlDente-Charge-Limiter](https://github.com/AppHouseKitchen/AlDente-Charge-Limiter):macOS menubar tool to set Charge Limits and prolong battery lifespan
|
||||
* [vtourraine / AcknowList](https://github.com/vtourraine/AcknowList):Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.
|
||||
* [brave / brave-ios](https://github.com/brave/brave-ios):Brave iOS Browser
|
||||
* [SwiftUIX / SwiftUIX](https://github.com/SwiftUIX/SwiftUIX):An exhaustive expansion of the standard SwiftUI library.
|
||||
* [kodecocodes / swift-algorithm-club](https://github.com/kodecocodes/swift-algorithm-club):Algorithms and data structures in Swift, with explanations!
|
||||
* [PlayCover / PlayCover](https://github.com/PlayCover/PlayCover):Community fork of PlayCover
|
||||
* [elai950 / AlertToast](https://github.com/elai950/AlertToast):Create Apple-like alerts & toasts using SwiftUI
|
||||
* [utmapp / UTM](https://github.com/utmapp/UTM):Virtual machines for iOS and macOS
|
||||
* [mapbox / mapbox-maps-ios](https://github.com/mapbox/mapbox-maps-ios):Interactive, thoroughly customizable maps for iOS powered by vector tiles and Metal
|
||||
* [simibac / ConfettiSwiftUI](https://github.com/simibac/ConfettiSwiftUI):SwiftUI Package for Configurable Confetti Animation 🎉
|
||||
* [MonitorControl / MonitorControl](https://github.com/MonitorControl/MonitorControl):🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs.
|
||||
* [yattee / yattee](https://github.com/yattee/yattee):Privacy oriented video player for iOS, tvOS and macOS
|
||||
* [Caldis / Mos](https://github.com/Caldis/Mos):一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 | A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS
|
||||
* [OpenEmu / OpenEmu](https://github.com/OpenEmu/OpenEmu):🕹 Retro video game emulation for macOS
|
||||
* [XITRIX / iTorrent](https://github.com/XITRIX/iTorrent):Torrent client for iOS 9.3+
|
||||
* [iina / iina](https://github.com/iina/iina):The modern video player for macOS.
|
||||
* [EhPanda-Team / EhPanda](https://github.com/EhPanda-Team/EhPanda):An unofficial E-Hentai App for iOS built with SwiftUI & TCA.
|
||||
* [migueldeicaza / SwiftGodot](https://github.com/migueldeicaza/SwiftGodot):New Godot bindings for Swift
|
||||
* [Whisky-App / Whisky](https://github.com/Whisky-App/Whisky):A modern Wine wrapper for macOS built with SwiftUI
|
||||
* [vtourraine / AcknowList](https://github.com/vtourraine/AcknowList):Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.
|
||||
* [utmapp / UTM](https://github.com/utmapp/UTM):Virtual machines for iOS and macOS
|
||||
* [MonitorControl / MonitorControl](https://github.com/MonitorControl/MonitorControl):🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs.
|
||||
* [iina / iina](https://github.com/iina/iina):The modern video player for macOS.
|
||||
* [SwiftUIX / SwiftUIX](https://github.com/SwiftUIX/SwiftUIX):An exhaustive expansion of the standard SwiftUI library.
|
||||
* [brave / brave-ios](https://github.com/brave/brave-ios):Brave iOS Browser
|
||||
* [XITRIX / iTorrent](https://github.com/XITRIX/iTorrent):Torrent client for iOS 9.3+
|
||||
* [EhPanda-Team / EhPanda](https://github.com/EhPanda-Team/EhPanda):An unofficial E-Hentai App for iOS built with SwiftUI & TCA.
|
||||
* [Caldis / Mos](https://github.com/Caldis/Mos):一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 | A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS
|
||||
* [mapbox / mapbox-maps-ios](https://github.com/mapbox/mapbox-maps-ios):Interactive, thoroughly customizable maps for iOS powered by vector tiles and Metal
|
||||
* [kodecocodes / swift-algorithm-club](https://github.com/kodecocodes/swift-algorithm-club):Algorithms and data structures in Swift, with explanations!
|
||||
* [AppHouseKitchen / AlDente-Charge-Limiter](https://github.com/AppHouseKitchen/AlDente-Charge-Limiter):macOS menubar tool to set Charge Limits and prolong battery lifespan
|
||||
* [OpenEmu / OpenEmu](https://github.com/OpenEmu/OpenEmu):🕹 Retro video game emulation for macOS
|
||||
#### javascript
|
||||
* [ToolJet / ToolJet](https://github.com/ToolJet/ToolJet):Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀
|
||||
* [trekhleb / javascript-algorithms](https://github.com/trekhleb/javascript-algorithms):📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
|
||||
* [prabathLK / PRABATH-MD](https://github.com/prabathLK/PRABATH-MD):🇱🇰 Multi-device whatsapp bot 🎉
|
||||
* [NginxProxyManager / nginx-proxy-manager](https://github.com/NginxProxyManager/nginx-proxy-manager):Docker container for managing Nginx proxy hosts with a simple, powerful interface
|
||||
* [decaporg / decap-cms](https://github.com/decaporg/decap-cms):A Git-based CMS for Static Site Generators
|
||||
* [spicetify / spicetify-cli](https://github.com/spicetify/spicetify-cli):Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux.
|
||||
* [friuns2 / BlackFriday-GPTs-Prompts](https://github.com/friuns2/BlackFriday-GPTs-Prompts):List of free GPTs that doesn't require plus subscription
|
||||
* [expressjs / express](https://github.com/expressjs/express):Fast, unopinionated, minimalist web framework for node.
|
||||
* [brave / brave-browser](https://github.com/brave/brave-browser):Next generation Brave browser for Android, Linux, macOS, Windows.
|
||||
* [tangyoha / telegram_media_downloader](https://github.com/tangyoha/telegram_media_downloader):基于Dineshkarthik的项目, 电报视频下载,电报资源下载,跨平台,支持web查看下载进度 ,支持bot下发指令下载,支持下载已经加入的私有群但是限制下载的资源, telegram media download,Download media files from a telegram conversation/chat/channel up to 2GiB per file
|
||||
* [sugarlabs / musicblocks](https://github.com/sugarlabs/musicblocks):Music Blocks -- A musical microworld
|
||||
* [jerryc127 / hexo-theme-butterfly](https://github.com/jerryc127/hexo-theme-butterfly):🦋 A Hexo Theme: Butterfly
|
||||
* [hiteshchoudhary / js-hindi-youtube](https://github.com/hiteshchoudhary/js-hindi-youtube):A code repo for javascript series at Chai aur code youtube channel
|
||||
* [Chalarangelo / 30-seconds-of-code](https://github.com/Chalarangelo/30-seconds-of-code):Short code snippets for all your development needs
|
||||
* [serverless / serverless](https://github.com/serverless/serverless):⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
|
||||
* [SillyTavern / SillyTavern](https://github.com/SillyTavern/SillyTavern):LLM Frontend for Power Users.
|
||||
* [popcorn-official / popcorn-desktop](https://github.com/popcorn-official/popcorn-desktop):Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player ( Windows / Mac / Linux ) A Butter-Project Fork
|
||||
* [gchq / CyberChef](https://github.com/gchq/CyberChef):The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
|
||||
* [hiteshchoudhary / js-hindi-youtube](https://github.com/hiteshchoudhary/js-hindi-youtube):A code repo for javascript series at Chai aur code youtube channel
|
||||
* [tangyoha / telegram_media_downloader](https://github.com/tangyoha/telegram_media_downloader):基于Dineshkarthik的项目, 电报视频下载,电报资源下载,跨平台,支持web查看下载进度 ,支持bot下发指令下载,支持下载已经加入的私有群但是限制下载的资源, telegram media download,Download media files from a telegram conversation/chat/channel up to 2GiB per file
|
||||
* [friuns2 / BlackFriday-GPTs-Prompts](https://github.com/friuns2/BlackFriday-GPTs-Prompts):List of free GPTs that doesn't require plus subscription
|
||||
* [hiteshchoudhary / chai-backend](https://github.com/hiteshchoudhary/chai-backend):A video series on chai aur code youtube channel
|
||||
* [tastejs / todomvc](https://github.com/tastejs/todomvc):Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more
|
||||
* [SillyTavern / SillyTavern](https://github.com/SillyTavern/SillyTavern):LLM Frontend for Power Users.
|
||||
* [spicetify / spicetify-cli](https://github.com/spicetify/spicetify-cli):Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux.
|
||||
* [Chalarangelo / 30-seconds-of-code](https://github.com/Chalarangelo/30-seconds-of-code):Short code snippets for all your development needs
|
||||
* [popcorn-official / popcorn-desktop](https://github.com/popcorn-official/popcorn-desktop):Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player ( Windows / Mac / Linux ) A Butter-Project Fork
|
||||
* [trekhleb / javascript-algorithms](https://github.com/trekhleb/javascript-algorithms):📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
|
||||
* [decaporg / decap-cms](https://github.com/decaporg/decap-cms):A Git-based CMS for Static Site Generators
|
||||
* [jerryc127 / hexo-theme-butterfly](https://github.com/jerryc127/hexo-theme-butterfly):🦋 A Hexo Theme: Butterfly
|
||||
* [ToolJet / ToolJet](https://github.com/ToolJet/ToolJet):Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀
|
||||
* [sugarlabs / musicblocks](https://github.com/sugarlabs/musicblocks):Music Blocks -- A musical microworld
|
||||
#### go
|
||||
* [SagerNet / sing-box](https://github.com/SagerNet/sing-box):The universal proxy platform
|
||||
* [siderolabs / talos](https://github.com/siderolabs/talos):Talos Linux is a modern Linux distribution built for Kubernetes.
|
||||
* [gogs / gogs](https://github.com/gogs/gogs):Gogs is a painless self-hosted Git service
|
||||
* [evcc-io / evcc](https://github.com/evcc-io/evcc):Sonne tanken ☀️🚘
|
||||
* [jeessy2 / ddns-go](https://github.com/jeessy2/ddns-go):Simple and easy to use DDNS. Support Aliyun, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, Namecheap, NameSilo...
|
||||
* [AdguardTeam / AdGuardHome](https://github.com/AdguardTeam/AdGuardHome):Network-wide ads & trackers blocking DNS server
|
||||
* [ava-labs / avalanchego](https://github.com/ava-labs/avalanchego):Go implementation of an Avalanche node.
|
||||
* [junegunn / fzf](https://github.com/junegunn/fzf):🌸 A command-line fuzzy finder
|
||||
* [matrix-org / dendrite](https://github.com/matrix-org/dendrite):Dendrite is a second-generation Matrix homeserver written in Go!
|
||||
* [ethereum / go-ethereum](https://github.com/ethereum/go-ethereum):Official Go implementation of the Ethereum protocol
|
||||
* [usememos / memos](https://github.com/usememos/memos):An open source, lightweight note-taking service. Easily capture and share your great thoughts.
|
||||
* [v2fly / v2ray-core](https://github.com/v2fly/v2ray-core):A platform for building proxies to bypass network restrictions.
|
||||
* [ava-labs / avalanchego](https://github.com/ava-labs/avalanchego):Go implementation of an Avalanche node.
|
||||
* [cue-lang / cue](https://github.com/cue-lang/cue):The home of the CUE language! Validate and define text-based and dynamic configuration
|
||||
* [Mrs4s / go-cqhttp](https://github.com/Mrs4s/go-cqhttp):cqhttp的golang实现,轻量、原生跨平台.
|
||||
* [cri-o / cri-o](https://github.com/cri-o/cri-o):Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
|
||||
* [glasskube / glasskube](https://github.com/glasskube/glasskube):🧊 The missing Package Manager for Kubernetes 📦 Featuring a GUI and a CLI. Glasskube packages are dependency aware, GitOps ready and get automatic updates via a central public package repository.
|
||||
* [seaweedfs / seaweedfs](https://github.com/seaweedfs/seaweedfs):SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.
|
||||
* [junegunn / fzf](https://github.com/junegunn/fzf):🌸 A command-line fuzzy finder
|
||||
* [golang / tools](https://github.com/golang/tools):[mirror] Go Tools
|
||||
* [iyear / tdl](https://github.com/iyear/tdl):📥 A Telegram downloader/tools written in Golang
|
||||
* [fluxcd / flagger](https://github.com/fluxcd/flagger):Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
|
||||
* [hajimehoshi / ebiten](https://github.com/hajimehoshi/ebiten):Ebitengine - A dead simple 2D game engine for Go
|
||||
* [snyk / leaky-vessels-static-detector](https://github.com/snyk/leaky-vessels-static-detector):Static detection tool for runc and Docker "Leaky Vessels" vulnerabilities
|
||||
* [alist-org / alist](https://github.com/alist-org/alist):🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
|
||||
* [gogs / gogs](https://github.com/gogs/gogs):Gogs is a painless self-hosted Git service
|
||||
* [sundowndev / phoneinfoga](https://github.com/sundowndev/phoneinfoga):Information gathering framework for phone numbers
|
||||
* [iyear / tdl](https://github.com/iyear/tdl):📥 A Telegram downloader/tools written in Golang
|
||||
* [AdguardTeam / AdGuardHome](https://github.com/AdguardTeam/AdGuardHome):Network-wide ads & trackers blocking DNS server
|
||||
* [alist-org / alist](https://github.com/alist-org/alist):🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
|
||||
* [fluxcd / flagger](https://github.com/fluxcd/flagger):Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
|
||||
* [Mrs4s / go-cqhttp](https://github.com/Mrs4s/go-cqhttp):cqhttp的golang实现,轻量、原生跨平台.
|
||||
* [hajimehoshi / ebiten](https://github.com/hajimehoshi/ebiten):Ebitengine - A dead simple 2D game engine for Go
|
||||
* [evcc-io / evcc](https://github.com/evcc-io/evcc):Sonne tanken ☀️🚘
|
||||
* [cue-lang / cue](https://github.com/cue-lang/cue):The home of the CUE language! Validate and define text-based and dynamic configuration
|
||||
* [v2fly / v2ray-core](https://github.com/v2fly/v2ray-core):A platform for building proxies to bypass network restrictions.
|
||||
* [siderolabs / talos](https://github.com/siderolabs/talos):Talos Linux is a modern Linux distribution built for Kubernetes.
|
||||
* [golang / tools](https://github.com/golang/tools):[mirror] Go Tools
|
||||
* [cri-o / cri-o](https://github.com/cri-o/cri-o):Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
|
||||
* [SagerNet / sing-box](https://github.com/SagerNet/sing-box):The universal proxy platform
|
||||
#### TypeScript
|
||||
* [BuilderIO / gpt-crawler](https://github.com/BuilderIO/gpt-crawler):Crawl a site to generate knowledge files to create your own custom GPT from a URL
|
||||
* [Vendicated / Vencord](https://github.com/Vendicated/Vencord):The cutest Discord client mod
|
||||
* [githubnext / monaspace](https://github.com/githubnext/monaspace):An innovative superfamily of fonts for code
|
||||
* [darkreader / darkreader](https://github.com/darkreader/darkreader):Dark Reader Chrome and Firefox extension
|
||||
* [youniaogu / MangaReader](https://github.com/youniaogu/MangaReader):一个漫画 APP📱,基于 react-native 构建,兼容 Android、Ios 平台
|
||||
* [invoke-ai / InvokeAI](https://github.com/invoke-ai/InvokeAI):InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products.
|
||||
* [reworkd / AgentGPT](https://github.com/reworkd/AgentGPT):🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
|
||||
* [linkwarden / linkwarden](https://github.com/linkwarden/linkwarden):⚡️⚡️⚡️Self-hosted collaborative bookmark manager to collect, organize, and preserve webpages and articles.
|
||||
* [BuilderIO / gpt-crawler](https://github.com/BuilderIO/gpt-crawler):Crawl a site to generate knowledge files to create your own custom GPT from a URL
|
||||
* [adrianhajdin / figma_clone](https://github.com/adrianhajdin/figma_clone):Figma Clone using Next.js, Fabric.js and Liveblocks in TypeScript
|
||||
* [Vendicated / Vencord](https://github.com/Vendicated/Vencord):The cutest Discord client mod
|
||||
* [misskey-dev / misskey](https://github.com/misskey-dev/misskey):🌎 An interplanetary microblogging platform 🚀
|
||||
* [run-llama / LlamaIndexTS](https://github.com/run-llama/LlamaIndexTS):LlamaIndex is a data framework for your LLM applications
|
||||
* [darkreader / darkreader](https://github.com/darkreader/darkreader):Dark Reader Chrome and Firefox extension
|
||||
* [actualbudget / actual](https://github.com/actualbudget/actual):A local-first personal finance app
|
||||
* [benvinegar / counterscale](https://github.com/benvinegar/counterscale):Scalable web analytics you run yourself on Cloudflare
|
||||
* [adrianhajdin / figma_clone](https://github.com/adrianhajdin/figma_clone):Figma Clone using Next.js, Fabric.js and Liveblocks in TypeScript
|
||||
* [adamcohenhillel / ADeus](https://github.com/adamcohenhillel/ADeus):Open-Source AI wearable device and software
|
||||
* [FlowiseAI / Flowise](https://github.com/FlowiseAI/Flowise):Drag & drop UI to build your customized LLM flow
|
||||
* [clash-verge-rev / clash-verge-rev](https://github.com/clash-verge-rev/clash-verge-rev):Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)
|
||||
* [bclswl0827 / ChatGemini](https://github.com/bclswl0827/ChatGemini):✨ ChatGemini 是一个基于 Google Gemini 的网页客户端,对标 ChatGPT 3.5,操作逻辑同 ChatGPT 3.5 一致,同时支持在聊天中上传图片,应用会自动调用 Gemini-Pro-Vision 模型进行识图。
|
||||
* [joschan21 / quill](https://github.com/joschan21/quill):Quill - A Modern SaaS-Platform Built With Next.js 13
|
||||
* [spacedriveapp / spacedrive](https://github.com/spacedriveapp/spacedrive):Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
|
||||
* [adamcohenhillel / ADeus](https://github.com/adamcohenhillel/ADeus):Open-Source AI wearable device and software
|
||||
* [invoke-ai / InvokeAI](https://github.com/invoke-ai/InvokeAI):InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products.
|
||||
* [reworkd / AgentGPT](https://github.com/reworkd/AgentGPT):🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
|
||||
* [joschan21 / quill](https://github.com/joschan21/quill):Quill - A Modern SaaS-Platform Built With Next.js 13
|
||||
* [actualbudget / actual](https://github.com/actualbudget/actual):A local-first personal finance app
|
||||
|
Loading…
Reference in New Issue
Block a user