Skip to content

Latest commit

 

History

History
5033 lines (3022 loc) · 164 KB

2020-05-31.md

File metadata and controls

5033 lines (3022 loc) · 164 KB

2020-05-31 Trending Daily

All Languages

Repo star language fork intro
pose-animator 5,146 JavaScript 483
go-interview 1,378 Go 146 Collection of Technical Interview Questions solved with Go
robotgo 5,388 C 514 RobotGo, Go Native cross-platform GUI automation @vcaesar
excalidraw 7,549 TypeScript 493 Virtual whiteboard for sketching hand-drawn like diagrams
CPlusPlusThings 2,500 C++ 417 C++那些事
rough-notation 2,397 TypeScript 41 Create and animate hand-drawn annotations on a web page
react-native-reanimated 2,995 JavaScript 364 React Native's Animated library reimplemented
tailblocks 1,887 JavaScript 117 🎉 Ready-to-use Tailwind CSS blocks.
returns 914 Python 29 Make your functions return something meaningful, typed, and safe!
fastjson 21,520 Java 5,755 A fast JSON parser/generator for Java.
micro 13,755 Go 666 A modern and intuitive terminal-based text editor
NewPipe 8,678 Java 1,282 A libre lightweight streaming front-end for Android.
htmx 1,093 JavaScript 22 </> htmx - high power tools for HTML
Lab-Demo-Recordings 96 88 Recordings and Demos of Labs
rich 6,359 Python 133 Rich is a Python library for rich text and beautiful formatting in the terminal.
flutter_hrlweibo 509 Dart 115 Flutter仿微博客户端, 包含首页、视频、发现、消息(仿微博聊界面)及个人中心模块
cli 9,175 Go 381 GitHub’s official command line tool
Deep-Learning-with-TensorFlow-book 8,342 Jupyter Notebook 2,482 深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
googletest 15,579 C++ 6,180 Googletest - Google Testing and Mocking Framework
ai-edu 7,808 Jupyter Notebook 1,766 AI education materials for Chinese students, teachers and IT professionals.
Osiris 914 C++ 397 Free open-source training software / cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by imgui.
taobaoVisitingVenues 1,282 JavaScript 236 京东/淘宝的自动浏览逛店脚本
snowpack 8,626 JavaScript 240 ☶ A faster dev environment for modern web apps.
prefect 2,394 Python 213 The Prefect workflow platform
first-order-model 4,066 Jupyter Notebook 814 This repository contains the source code for the paper First Order Motion Model for Image Animation

c

Repo star language fork intro
robotgo 5,388 C 514 RobotGo, Go Native cross-platform GUI automation @vcaesar
itlwm 791 C 117 IntelWifi
scrcpy 31,210 C 3,117 Display and control your Android device
betaflight 3,634 C 1,666 Open Source Flight Controller Firmware
OpenCorePkg 2,521 C 471 OpenCore bootloader
skynet 9,004 C 3,354 A lightweight online game framework
numpy 13,834 C 4,567 The fundamental package for scientific computing with Python.
qmk_firmware 6,687 C 13,179 Open-source keyboard firmware for Atmel AVR and Arm USB families
st 874 C 609 Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility.
librdkafka 4,276 C 1,958 The Apache Kafka C/C++ library
oss-fuzz 5,255 C 985 OSS-Fuzz - continuous fuzzing of open source software.
kafkacat 2,534 C 244 Generic command line non-JVM Apache Kafka producer and consumer
BIGTREETECH-TouchScreenFirmware 275 C 380 support TFT35 V1.0/V1.1/V1.2/V2.0/V3.0, TFT28, TFT24 V1.1
hiredis 4,392 C 1,439 Minimalistic C client for Redis >= 1.2
nginx 11,945 C 4,469 An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to ngi...
bcc 9,369 C 1,673 BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
php-src 27,336 C 6,124 The PHP Interpreter
unicorn 3,484 C 768 Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86)
sdk-nrf 153 C 350 nRF Connect SDK main repository
openssl 13,053 C 5,784 TLS/SSL and crypto library
civetweb 1,481 C 634 Embedded C/C++ web server
darknet-ocr 657 C 196 darknet text detect and darknet cnn ocr
redis 1,102 C 129 Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets,...
libusb 2,568 C 1,165 A cross-platform library to access USB devices
inav 1,276 C 731 INAV: Navigation-enabled flight control software

c++

Repo star language fork intro
CPlusPlusThings 2,500 C++ 417 C++那些事
googletest 15,579 C++ 6,180 Googletest - Google Testing and Mocking Framework
Osiris 914 C++ 397 Free open-source training software / cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by imgui.
rocksdb 16,802 C++ 3,795 A library that provides an embeddable, persistent key-value store for fast storage.
tensorflow 144,954 C++ 81,437 An Open Source Machine Learning Framework for Everyone
yuzu 10,846 C++ 847 Nintendo Switch Emulator
Catch2 11,420 C++ 1,890 A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)
godot 30,698 C++ 5,844 Godot Engine – Multi-platform 2D and 3D game engine
otc 77 C++ 43 OneTap crack runtime patcher and loader.
PowerToys 25,276 C++ 1,349 Windows system utilities to maximize productivity
libfacedetection 9,469 C++ 2,634 An open source library for face detection in images. The face detection speed can reach 1000FPS.
BackgroundMusic 6,967 C++ 319 Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio.
mediapipe 7,197 C++ 1,335 MediaPipe is the simplest way for researchers and developers to build world-class ML solutions and applications for mobile, edge, cloud and the web.
Firmware 3,550 C++ 9,877 PX4 Autopilot Software
rapidjson 9,316 C++ 2,539 A fast JSON parser/generator for C++ with both SAX/DOM style API
pytorch 39,070 C++ 10,055 Tensors and Dynamic neural networks in Python with strong GPU acceleration
Qv2ray 3,468 C++ 479 ⭐ A cross-platform V2ray/SSR/Trojan GUI Client written in C++ / Qt ⭐
async-profiler 2,923 C++ 331 Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events
srs 8,547 C++ 2,992 SRS is a RTMP/HLS/WebRTC/SRT/GB28181 streaming cluster, high efficiency, stable and simple.
grpc 26,304 C++ 6,584 The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
protobuf 41,864 C++ 11,314 Protocol Buffers - Google's data interchange format
glog 3,825 C++ 1,460 C++ implementation of the Google logging module
DataStructures-Algorithms 676 C++ 322 The best library for implementation of all Data Structures and Algorithms - Trees + Graph Algorithms too!
duilib 3,660 C++ 1,621
openpose 17,367 C++ 5,214 OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation

css

Repo star language fork intro
nl-covid19-notification-app-dashboard 21 CSS 7
homer 611 CSS 88 A very simple static homepage for your server.
tailwindcss 23,538 CSS 1,079 A utility-first CSS framework for rapid UI development.
web-vitals-extension 1,368 CSS 23 A Chrome extension to measure essential metrics for a healthy site
GitHub-Dark 8,165 CSS 563 Dark GitHub style
google-api-javascript-client 1,327 CSS 669 Google APIs Client Library for browser JavaScript, aka gapi.
odiometro 64 CSS 18 Measure and publish in real time "hate words" from Twitter
just-the-docs 1,617 CSS 954 A modern, high customizable, responsive Jekyll theme for documention with built-in search.
normalize.css 39,099 CSS 8,465 A modern alternative to CSS resets
bulma 39,945 CSS 3,383 Modern CSS framework based on Flexbox
jupyter-themes 7,359 CSS 819 Custom Jupyter Notebook Themes
source-code-pro 16,289 CSS 1,440 Monospaced font family for user interface and coding environments
gridea 5,947 CSS 476 ✍️A static blog writing client (一个静态博客写作客户端)
dejavu 6,718 CSS 435 The Missing Web UI for Elasticsearch: Import, browse and edit data with rich filters and query views, create search UIs visually.
uikit 15,788 CSS 2,205 A lightweight and modular front-end framework for developing fast and powerful web interfaces
spicetify-themes 517 CSS 197 A community-driven collection of themes for Spicetify (https://github.com/khanhas/spicetify-cli)
nerd-fonts 21,724 CSS 1,510 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
98.css 4,916 CSS 146 A design system for building faithful recreations of old UIs
simplefolio 3,205 CSS 1,195 ⚡️ A minimal portfolio template for Developers
2048 10,450 CSS 15,726 A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
tailwind-starter-kit 1,400 CSS 155 Tailwind Starter Kit a beautiful extension for TailwindCSS, Free and Open Source
OpenCore-Desktop-Guide 768 CSS 73 Repo for the OpenCore Desktop Guide
Uncle-Rober-Baseball-Predictor 349 CSS 57
automatic-app-landing-page 2,005 CSS 652 A Jekyll theme for automatically generating and deploying landing page sites for mobile apps.
notes 978 CSS 490

html

Repo star language fork intro
web-moderno 1,395 HTML 762
REKCARC-TSC-UHT 14,184 HTML 4,065 清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University
node-ytdl-core 1,569 HTML 258 YouTube video downloader in javascript.
calico 1,782 HTML 483 Cloud native networking and network security
v-calendar 2,084 HTML 247 A lightweight, dependency-free plugin for building attributed calendars in Vue.js
swagger-codegen 11,520 HTML 5,220 swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
personal-website 6,150 HTML 5,459 Code that'll help you kickstart a personal website that showcases your work as a software developer.
portainer 14,751 HTML 1,407 Making Docker management easy.
msteams-docs 63 HTML 164 Source for the Microsoft Teams developer platform documentation.
AR.js 14,921 HTML 2,093 Efficient Augmented Reality for the Web - 60fps on mobile!
styleguide 24,482 HTML 9,021 Style guides for Google-originated open-source projects
dotnet 11,846 HTML 1,885 This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
webdevbootcamp 1,481 HTML 940 All source code for back-end projects from the Web Developer Bootcamp
book-extra-content 22 HTML 17
responsive-html-email-template 9,025 HTML 2,954 A free simple responsive HTML email template
email-templates 256 HTML 1,218 Free HTML email templates for Mailchimp and other emails services
django-DefectDojo 1,247 HTML 562 DefectDojo is an open-source application vulnerability correlation and security orchestration tool.
ru.javascript.info 1,626 HTML 494 Современный учебник JavaScript
dragon-book-exercise-answers 3,924 HTML 1,360 Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。
openwrt-packages 221 HTML 303 openwet常用软件包
geektime-ELK 586 HTML 1,446 ELK Training
html-css 335 HTML 89 Curso de HTML5 e CSS3
school-management-system 346 HTML 400 Another School Management System
apidoc 8,330 HTML 1,469 RESTful web API Documentation Generator.
raytracing.github.io 1,502 HTML 134 Main Repo / Main Web Site

python

Repo star language fork intro
returns 914 Python 29 Make your functions return something meaningful, typed, and safe!
rich 6,360 Python 133 Rich is a Python library for rich text and beautiful formatting in the terminal.
prefect 2,394 Python 213 The Prefect workflow platform
detr 2,409 Python 192 End-to-End Object Detection with Transformers
pytube 3,139 Python 795 🎞 A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
fastapi 14,381 Python 959 FastAPI framework, high performance, easy to learn, fast to code, ready for production
poetry 10,776 Python 756 Python dependency management and packaging made easy.
ML-From-Scratch 16,274 Python 3,191 Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learnin...
Dango-Translator 425 Python 44 团子翻译器 —— 个人兴趣制作的一款基于OCR技术的翻译器
botframework-sdk 6,056 Python 2,236 Bot Framework provides the most comprehensive experience for building conversation applications.
erpnext 6,267 Python 2,720 Open Source Alternative to SAP
PyDebloatX 141 Python 10 Python GUI for uninstalling the default Windows 10 apps.
edx-platform 5,045 Python 2,744 The Open edX platform, the software that powers edX!
scikit-learn 40,897 Python 19,769 scikit-learn: machine learning in Python
DeepFaceLab 14,465 Python 3,338 DeepFaceLab is the leading software for creating deepfakes.
pipenv 20,398 Python 1,498 Python Development Workflow for Humans.
transformers 27,958 Python 6,620 🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.
fairseq 8,011 Python 1,960 Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
AutoRCCar 2,605 Python 1,292 OpenCV Python Neural Network Autonomous RC Car
GitHub520 227 Python 22 😘让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。
locust 12,851 Python 1,817 Scalable user load testing tool written in Python
CheatSheetSeries 12,726 Python 1,809 The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
SegLoss 810 Python 147 A collection of loss functions for medical image segmentation
RPA-Python 1,026 Python 139 Python package for RPA (robotic process automation)
awesome-machine-learning 44,854 Python 11,336 A curated list of awesome Machine Learning frameworks, libraries and software.

typescript

Repo star language fork intro
excalidraw 7,550 TypeScript 493 Virtual whiteboard for sketching hand-drawn like diagrams
rough-notation 2,399 TypeScript 41 Create and animate hand-drawn annotations on a web page
platform 5,917 TypeScript 1,520 Reactive libraries for Angular
vite 5,582 TypeScript 229 An opinionated web dev build tool. It's fast.
vscode 97,255 TypeScript 15,224 Visual Studio Code
askql 222 TypeScript 7 AskQL is a query language that can express any data request
react-native-paper 5,904 TypeScript 835 Material Design for React Native (Android & iOS)
verdaccio 9,699 TypeScript 870 📦🔐A lightweight private npm proxy registry
backstage 4,405 TypeScript 230 Backstage is an open platform for building developer portals
SIP.js 1,063 TypeScript 379 A simple, intuitive, and powerful JavaScript signaling library
angular-realworld-example-app 3,785 TypeScript 1,708 Exemplary real world application built with Angular
typeorm 19,277 TypeScript 3,135 ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron...
qiankun 5,258 TypeScript 477 📦🚀Blazing fast, simple and completed solution for micro frontends.
class-validator 4,045 TypeScript 325 Validation made easy using TypeScript decorators.
starter-workflows 2,696 TypeScript 1,962 Accelerating new GitHub Actions workflows
bit 11,059 TypeScript 545 Streamline modern component development and reuse.
apollo-client 13,932 TypeScript 1,696 🚀 A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server
react-hook-form 10,734 TypeScript 480 📋 React hooks for forms validation without the hassle (Web + React Native)
ant-design 60,156 TypeScript 22,259 🌈 A UI Design Language and React UI library
hyper 33,359 TypeScript 2,783 A terminal built on web technologies
azure-pipelines-tasks 2,077 TypeScript 1,588 Tasks for Azure Pipelines
DefinitelyTyped 28,258 TypeScript 21,610 The repository for high quality TypeScript type definitions.
twilio-video-app-react 767 TypeScript 166 A collaboration application built with the twilio-video.js SDK and React.js
react-native-webview 2,635 TypeScript 1,251 React Native Cross-Platform WebView
GGEditor 2,404 TypeScript 380 A visual graph editor based on G6 and React

unknown

Repo star language fork intro
Lab-Demo-Recordings 96 88 Recordings and Demos of Labs
computer-science 60,449 8,976 🎓 Path to a free self-taught education in Computer Science!
awesome-pipeline 3,120 379 A curated list of awesome pipeline toolkits inspired by Awesome Sysadmin
CSSummerCamp2020 280 29 关于2020年CS保研夏令营的汇总。欢迎大家分享夏令营信息,资瓷一下互联网精神吼不吼啊?
COVID-19 3,327 1,833 COVID-19 Italia - Monitoraggio situazione
nl-covid19-notification-app-coordination 40 11 Documentation around Covid19 Notification App
cwa-documentation 1,936 118 Project overview, general documentation, and white papers.
vagas 2,405 86 ✌️ Espaço para divulgação de vagas para backenders
app-ideas 21,501 2,856 A Collection of application ideas which can be used to improve your coding skills.
p1xt-guides 5,228 1,424 Programming curricula
Front-End-Checklist 40,502 4,029 🗂 The perfect Front-End Checklist for modern websites and meticulous developers
roadmap 248 27 Welcome to the Public Roadmap for All Things Docker! We welcome your ideas.
laravel-best-practices 4,088 929 Laravel best practices
siber-guvenlik-sss 87 26 SSS sorulari burada...
TeachYourselfCS-CN 2,939 539 TeachYourselfCS 的中文翻译
introRL 1,261 163 Intro to Reinforcement Learning (强化学习纲要)
CKAD-exercises 2,461 1,787 A set of exercises to prepare for Certified Kubernetes Application Developer exam by Cloud Native Computing Foundation
crash-course-CRM 94 161 Django customer management platform
angular-interview-questions 1,075 568 List of 300 Angular Interview Questions and answers
Flutter-Course-Resources 4,425 1,325 Learn to Code While Building Apps - The Complete Flutter Development Bootcamp
CodeGuide 439 84 📚 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!
Awesome 13,615 1,599 💻 🎉 An awesome & curated list of best applications and tools for Windows.
awesome-react 37,099 4,406 A collection of awesome things regarding React ecosystem
WIKISTORE 42 25 App/Game para PS3
awesome-nlp 10,439 1,916 📖 A curated list of resources dedicated to Natural Language Processing (NLP)

1c-enterprise

Repo star language fork intro

abap

Repo star language fork intro
abapGit 670 ABAP 290 Git client for ABAP

abnf

Repo star language fork intro

actionscript

Repo star language fork intro

ada

Repo star language fork intro

adobe-font-metrics

Repo star language fork intro

agda

Repo star language fork intro

ags-script

Repo star language fork intro

alloy

Repo star language fork intro

alpine-abuild

Repo star language fork intro

altium-designer

Repo star language fork intro

ampl

Repo star language fork intro

angelscript

Repo star language fork intro

ant-build-system

Repo star language fork intro

antlr

Repo star language fork intro

apacheconf

Repo star language fork intro

apex

Repo star language fork intro
apex-mdapi 451 Apex 659 Apex Wrapper for the Salesforce Metadata API
trailhead-code-samples 84 Apex 570 Public code samples to support Trailhead challenges

api-blueprint

Repo star language fork intro

apl

Repo star language fork intro

apollo-guidance-computer

Repo star language fork intro

applescript

Repo star language fork intro

arc

Repo star language fork intro

asciidoc

Repo star language fork intro

asn.1

Repo star language fork intro

asp

Repo star language fork intro
fancyss 6,561 ASP 1,915 fancyss is a project providing tools to across the GFW on asuswrt/merlin based router.

aspectj

Repo star language fork intro

assembly

Repo star language fork intro
Apollo-11 47,300 Assembly 6,391 Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
ring 1,677 Assembly 300 Safe, fast, small crypto using Rust

asymptote

Repo star language fork intro

ats

Repo star language fork intro

augeas

Repo star language fork intro

autohotkey

Repo star language fork intro

autoit

Repo star language fork intro

awk

Repo star language fork intro
mysql2sqlite 937 Awk 158 Converts MySQL dump to SQLite3 compatible dump

ballerina

Repo star language fork intro

batchfile

Repo star language fork intro
java-interview 721 Batchfile 329 Вопросы и ответы к интервью Java разработчика
python-guide 20,924 Batchfile 5,321 Python best practices guidebook, written for humans.
quantum-docs-pr 65 Batchfile 87 Sources of the Microsoft Quantum Development Kit documentation
Realtek-UAD-generic 187 Batchfile 14 An unofficial package of generic Realtek Universal Audio Driver made from parts of various OEM specific Reatek Universal Audio drivers intended to work on legacy systems lacking OEM UAD support.

befunge

Repo star language fork intro

bison

Repo star language fork intro

bitbake

Repo star language fork intro
IntruderPayloads 2,251 BitBake 866 A collection of Burpsuite Intruder payloads, BurpBounty payloads, fuzz lists, malicious file uploads and web pentesting methodologies and checklists.

blade

Repo star language fork intro

blitzbasic

Repo star language fork intro

blitzmax

Repo star language fork intro

bluespec

Repo star language fork intro

boo

Repo star language fork intro

brainfuck

Repo star language fork intro

brightscript

Repo star language fork intro

zeek

Repo star language fork intro

c

Repo star language fork intro
robotgo 5,394 C 514 RobotGo, Go Native cross-platform GUI automation @vcaesar
itlwm 792 C 118 IntelWifi
scrcpy 31,214 C 3,117 Display and control your Android device
betaflight 3,634 C 1,666 Open Source Flight Controller Firmware
OpenCorePkg 2,521 C 471 OpenCore bootloader
skynet 9,004 C 3,354 A lightweight online game framework
numpy 13,834 C 4,567 The fundamental package for scientific computing with Python.
qmk_firmware 6,687 C 13,181 Open-source keyboard firmware for Atmel AVR and Arm USB families
st 874 C 609 Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility.
librdkafka 4,276 C 1,958 The Apache Kafka C/C++ library
oss-fuzz 5,255 C 985 OSS-Fuzz - continuous fuzzing of open source software.
kafkacat 2,534 C 244 Generic command line non-JVM Apache Kafka producer and consumer
BIGTREETECH-TouchScreenFirmware 275 C 380 support TFT35 V1.0/V1.1/V1.2/V2.0/V3.0, TFT28, TFT24 V1.1
hiredis 4,392 C 1,439 Minimalistic C client for Redis >= 1.2
nginx 11,945 C 4,469 An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to ngi...
bcc 9,369 C 1,673 BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
php-src 27,337 C 6,124 The PHP Interpreter
unicorn 3,483 C 768 Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86)
sdk-nrf 153 C 350 nRF Connect SDK main repository
openssl 13,053 C 5,784 TLS/SSL and crypto library
civetweb 1,481 C 634 Embedded C/C++ web server
darknet-ocr 657 C 196 darknet text detect and darknet cnn ocr
redis 1,102 C 129 Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets,...
libusb 2,568 C 1,165 A cross-platform library to access USB devices
inav 1,276 C 731 INAV: Navigation-enabled flight control software

c%23

Repo star language fork intro
MisakaTranslator 502 C# 63 御坂翻译器—Galgame/文字游戏多语种实时机翻工具
IdentityServer4 6,480 C# 2,222 OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
runner 818 C# 108 The Runner for GitHub Actions 🚀
WinAppDriver 1,773 C# 807 Windows Application Driver
orleans 6,584 C# 1,529 Orleans is a cross-platform framework for building distributed applications with .NET
Locale-Emulator 4,838 C# 466 Yet Another System Region and Language Simulator
appget 243 C# 20 Free and open package manager for Windows.
aspnetboilerplate 8,380 C# 3,135 ASP.NET Boilerplate - Web Application Framework
runtime 2,625 C# 903 .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
MassTransit 2,754 C# 973 Distributed Application Framework for .NET
ModernWpf 797 C# 52 Modern styles and controls for your WPF applications
BotBuilder-Samples 2,594 C# 3,585 Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Bot Framework SDK!
MagicOnion 1,740 C# 243 Unified Realtime/API Engine for .NET Core and Unity.
Dapper 12,365 C# 3,146 Dapper - a simple object mapper for .Net
tye 1,388 C# 112 Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the...
blazorboilerplate 768 C# 169 Blazor Boilerplate / Starter Template with MatBlazor
PowerShell 19,559 C# 3,242 PowerShell for every system!
machinelearning 6,935 C# 1,504 ML.NET is an open source and cross-platform machine learning framework for .NET.
efcore 9,104 C# 2,328 EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
azure-powershell 2,040 C# 2,053 Microsoft Azure PowerShell
ET 3,415 C# 1,352 Unity3D Client And C# Server Framework
Umbraco-CMS 2,973 C# 2,072 The simple, flexible and friendly ASP.NET CMS used by more than 500.000 websites
azure-sdk-for-net 1,782 C# 1,939 This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/en-us/dotnet/azure/ or our v...
WOA-Deployer-Rpi 740 C# 101 WOA Deployer for Raspberry Pi
Jackett 4,332 C# 639 API Support for your favorite torrent trackers.

c++

Repo star language fork intro
CPlusPlusThings 2,505 C++ 417 C++那些事
googletest 15,581 C++ 6,180 Googletest - Google Testing and Mocking Framework
Osiris 915 C++ 397 Free open-source training software / cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by imgui.
rocksdb 16,802 C++ 3,795 A library that provides an embeddable, persistent key-value store for fast storage.
tensorflow 144,958 C++ 81,437 An Open Source Machine Learning Framework for Everyone
yuzu 10,849 C++ 847 Nintendo Switch Emulator
Catch2 11,420 C++ 1,890 A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)
godot 30,698 C++ 5,844 Godot Engine – Multi-platform 2D and 3D game engine
otc 78 C++ 43 OneTap crack runtime patcher and loader.
PowerToys 25,275 C++ 1,349 Windows system utilities to maximize productivity
libfacedetection 9,469 C++ 2,634 An open source library for face detection in images. The face detection speed can reach 1000FPS.
BackgroundMusic 6,967 C++ 319 Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio.
mediapipe 7,198 C++ 1,335 MediaPipe is the simplest way for researchers and developers to build world-class ML solutions and applications for mobile, edge, cloud and the web.
Firmware 3,550 C++ 9,877 PX4 Autopilot Software
rapidjson 9,316 C++ 2,539 A fast JSON parser/generator for C++ with both SAX/DOM style API
pytorch 39,069 C++ 10,055 Tensors and Dynamic neural networks in Python with strong GPU acceleration
Qv2ray 3,469 C++ 480 ⭐ A cross-platform V2ray/SSR/Trojan GUI Client written in C++ / Qt ⭐
async-profiler 2,923 C++ 331 Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events
srs 8,547 C++ 2,992 SRS is a RTMP/HLS/WebRTC/SRT/GB28181 streaming cluster, high efficiency, stable and simple.
grpc 26,304 C++ 6,584 The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
protobuf 41,864 C++ 11,315 Protocol Buffers - Google's data interchange format
glog 3,825 C++ 1,460 C++ implementation of the Google logging module
DataStructures-Algorithms 676 C++ 322 The best library for implementation of all Data Structures and Algorithms - Trees + Graph Algorithms too!
duilib 3,660 C++ 1,621
openpose 17,367 C++ 5,214 OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation

c-objdump

Repo star language fork intro

c2hs-haskell

Repo star language fork intro

cabal-config

Repo star language fork intro

cap'n-proto

Repo star language fork intro

cartocss

Repo star language fork intro

ceylon

Repo star language fork intro

chapel

Repo star language fork intro

charity

Repo star language fork intro

chuck

Repo star language fork intro

cirru

Repo star language fork intro

clarion

Repo star language fork intro

clean

Repo star language fork intro

click

Repo star language fork intro

clips

Repo star language fork intro

clojure

Repo star language fork intro
re-frame 4,357 Clojure 580 A ClojureScript framework for building user interfaces, leveraging React
leiningen 6,745 Clojure 1,571 Automate Clojure projects without setting your hair on fire.
metabase 20,875 Clojure 2,755 The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
swarmpit 1,549 Clojure 147 Lightweight mobile-friendly Docker Swarm management UI
reveal 199 Clojure 1 Read Eval Visualize Loop for Clojure
datascript 3,616 Clojure 241 Immutable database and Datalog query engine for Clojure, ClojureScript and JS
clj-kondo 836 Clojure 99 A linter for Clojure code that sparks joy.

closure-templates

Repo star language fork intro

cloud-firestore-security-rules

Repo star language fork intro

cmake

Repo star language fork intro
cmake-examples 2,622 CMake 537 Useful CMake Examples
vst3sdk 658 CMake 68 VST 3 Plug-In SDK
kicad-footprints 405 CMake 658 Official KiCad Footprint Libraries for Kicad version 5
GEOSgcm 4 CMake 0 GEOS Earth System Model GEOSgcm Fixture

cobol

Repo star language fork intro
cobol-programming-course 1,540 COBOL 295 Training materials and labs for a "Getting Started" level course on COBOL

coffeescript

Repo star language fork intro

coldfusion

Repo star language fork intro

coldfusion-cfc

Repo star language fork intro

collada

Repo star language fork intro

common-lisp

Repo star language fork intro
next 4,406 Common Lisp 193 Next browser - Be productive.
pgloader 2,923 Common Lisp 338 Migrate to PostgreSQL in a single command!

common-workflow-language

Repo star language fork intro

component-pascal

Repo star language fork intro

conll-u

Repo star language fork intro

cool

Repo star language fork intro

coq

Repo star language fork intro

cpp-objdump

Repo star language fork intro

creole

Repo star language fork intro

crystal

Repo star language fork intro
crystal 14,836 Crystal 1,150 The Crystal Programming Language

cson

Repo star language fork intro

csound

Repo star language fork intro

csound-document

Repo star language fork intro

csound-score

Repo star language fork intro

css

Repo star language fork intro
nl-covid19-notification-app-dashboard 21 CSS 7
homer 611 CSS 88 A very simple static homepage for your server.
tailwindcss 23,539 CSS 1,079 A utility-first CSS framework for rapid UI development.
web-vitals-extension 1,370 CSS 23 A Chrome extension to measure essential metrics for a healthy site
GitHub-Dark 8,165 CSS 563 Dark GitHub style
google-api-javascript-client 1,327 CSS 670 Google APIs Client Library for browser JavaScript, aka gapi.
odiometro 64 CSS 18 Measure and publish in real time "hate words" from Twitter
just-the-docs 1,617 CSS 954 A modern, high customizable, responsive Jekyll theme for documention with built-in search.
normalize.css 39,099 CSS 8,465 A modern alternative to CSS resets
bulma 39,946 CSS 3,383 Modern CSS framework based on Flexbox
jupyter-themes 7,359 CSS 819 Custom Jupyter Notebook Themes
source-code-pro 16,289 CSS 1,440 Monospaced font family for user interface and coding environments
gridea 5,947 CSS 476 ✍️A static blog writing client (一个静态博客写作客户端)
dejavu 6,718 CSS 435 The Missing Web UI for Elasticsearch: Import, browse and edit data with rich filters and query views, create search UIs visually.
uikit 15,789 CSS 2,205 A lightweight and modular front-end framework for developing fast and powerful web interfaces
spicetify-themes 517 CSS 197 A community-driven collection of themes for Spicetify (https://github.com/khanhas/spicetify-cli)
nerd-fonts 21,725 CSS 1,510 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
98.css 4,916 CSS 146 A design system for building faithful recreations of old UIs
simplefolio 3,205 CSS 1,195 ⚡️ A minimal portfolio template for Developers
2048 10,450 CSS 15,726 A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
tailwind-starter-kit 1,400 CSS 155 Tailwind Starter Kit a beautiful extension for TailwindCSS, Free and Open Source
OpenCore-Desktop-Guide 768 CSS 73 Repo for the OpenCore Desktop Guide
Uncle-Rober-Baseball-Predictor 349 CSS 57
automatic-app-landing-page 2,005 CSS 652 A Jekyll theme for automatically generating and deploying landing page sites for mobile apps.
notes 978 CSS 490

csv

Repo star language fork intro

cuda

Repo star language fork intro
SENet 2,351 Cuda 694 Squeeze-and-Excitation Networks

cweb

Repo star language fork intro

cycript

Repo star language fork intro

cython

Repo star language fork intro

d

Repo star language fork intro
onedrive 2,109 D 225 OneDrive Client for Linux
dmd 2,249 D 516 dmd D Programming Language compiler
phobos 1,005 D 664 The standard library of the D programming language

d-objdump

Repo star language fork intro

darcs-patch

Repo star language fork intro

dart

Repo star language fork intro
flutter_hrlweibo 509 Dart 115 Flutter仿微博客户端, 包含首页、视频、发现、消息(仿微博聊界面)及个人中心模块
flutter 93,359 Dart 12,689 Flutter makes it easy and fast to build beautiful apps for mobile and beyond.
awesome-flutter 28,135 Dart 4,059 An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
flutter_deer 3,358 Dart 749 🦌 Flutter 练习项目(包括集成测试、可访问性测试)。内含完整UI设计图,更贴近真实项目的练习。Flutter practice project. Includes a complete UI design and exercises that are closer to real projects.
sdk 5,425 Dart 755 The Dart SDK, including the VM, dart2js, core libraries, and more.
fl_chart 1,763 Dart 291 A powerful Flutter chart library, currently supporting Line Chart, Bar Chart, Pie Chart and Scatter Chart.
dio 7,638 Dart 776 A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.
flutter_blue 1,246 Dart 530 Bluetooth plugin for Flutter
udacity-course 1,140 Dart 1,928 Build native mobile apps with Flutter
flutter_html 675 Dart 169 A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
FlutterSocialAppUIKit 938 Dart 267 Flutter representation of a Social App Concept.
flutter-permission-handler 776 Dart 280 Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
C0VID-19-Flutter-UI 85 Dart 56
bloc 4,577 Dart 1,034 A predictable state management library that helps implement the BLoC design pattern
douyin 79 Dart 23 使用Flutter撸一个抖音国外版,看看有多炫
flutter-go 21,125 Dart 3,169 flutter 开发者帮助 APP,包含 flutter 常用 140+ 组件的demo 演示与中文文档
wechat_flutter 831 Dart 187 wechat_flutter Flutter版本微信,一个优秀的Flutter即时通讯IM开源库!
flutter_tiktok 143 Dart 24 Flutter tiktok short video app.
modular 431 Dart 66 A smart project structure
audio_service 271 Dart 108 Flutter plugin to play audio in the background while the screen is off.
sqflite 1,619 Dart 240 SQLite flutter plugin
flutter_wanandroid 4,241 Dart 950 🔥🔥🔥 基于Google Flutter的WanAndroid客户端,支持Android和iOS。包括BLoC、RxDart 、国际化、主题色、启动页、引导页,拥有较好的项目结构&比较规范的代码!
moor 752 Dart 82 Moor is an easy to use, reactive, typesafe persistence library for Dart & Flutter
flutterfire 1,948 Dart 936 🔥 Firebase plugins for Flutter apps
NeteaseCloudMusic 1,408 Dart 224 Flutter - NeteaseCloudMusic Flutter 版本的网易云音乐

dataweave

Repo star language fork intro

desktop

Repo star language fork intro

dhall

Repo star language fork intro

diff

Repo star language fork intro

digital-command-language

Repo star language fork intro

dm

Repo star language fork intro
tgstation 1,019 DM 2,740 the /tg/station branch of SS13

dns-zone

Repo star language fork intro

dockerfile

Repo star language fork intro
deno-docker 237 Dockerfile 22 Latest dockerfiles and images for deno - alpine, centos, debian, ubuntu
docker_images 180 Dockerfile 95 A repository to hold definitions of docker images maintained by OSRF
dotnet-docker 2,299 Dockerfile 1,055 Docker images for .NET Core and the .NET Core Tools.
laradock 9,460 Dockerfile 3,340 Full PHP development environment for Docker.
docker-compose-laravel 375 Dockerfile 192 A docker-compose workflow for local Laravel development
docker-spark 1,066 Dockerfile 388 Apache Spark docker image
vscode-dev-containers 656 Dockerfile 203 A repository of development container definitions for the VS Code Remote - Containers extension and Visual Studio Online
dockerfiles 9,847 Dockerfile 1,774 Various Dockerfiles I use on the desktop and on servers.
docker 454 Dockerfile 794
cf-cli-release 1 Dockerfile 2 BOSH release of Cloud Foundry CLI
docker-selenium 4,068 Dockerfile 1,346 Docker images for Selenium Grid Server (Standalone, Hub, and Nodes).

dogescript

Repo star language fork intro

dtrace

Repo star language fork intro

dylan

Repo star language fork intro

e

Repo star language fork intro

eagle

Repo star language fork intro

easybuild

Repo star language fork intro

ebnf

Repo star language fork intro

ec

Repo star language fork intro

ecere-projects

Repo star language fork intro

ecl

Repo star language fork intro

eclipse

Repo star language fork intro

edje-data-collection

Repo star language fork intro

edn

Repo star language fork intro

eiffel

Repo star language fork intro

ejs

Repo star language fork intro

elixir

Repo star language fork intro
phoenix 15,305 Elixir 1,987 Peace-of-mind from prototype to production
phoenix_live_view 3,073 Elixir 328 Rich, real-time user experiences with server-rendered HTML

elm

Repo star language fork intro

emacs-lisp

Repo star language fork intro
melpa 2,001 Emacs Lisp 1,859 Recipes and build machinery for the biggest Emacs package repo
org-roam 1,415 Emacs Lisp 136 Rudimentary Roam replica with Org-mode
alchemist.el 869 Emacs Lisp 99 Elixir Tooling Integration Into Emacs
emacs-elixir 365 Emacs Lisp 85 Emacs major mode for Elixir
lsp-mode 2,548 Emacs Lisp 376 Emacs client/library for the Language Server Protocol
doom-emacs 6,538 Emacs Lisp 1,111 An Emacs framework for the stubborn martian hacker
mugur 76 Emacs Lisp 4 A high-level Lisp configurator for the Ergodox keyboard

emberscript

Repo star language fork intro

eml

Repo star language fork intro

eq

Repo star language fork intro

erlang

Repo star language fork intro
otp 8,367 Erlang 2,304 Erlang/OTP
rabbitmq-server 7,165 Erlang 2,490 Open source multi-protocol messaging broker
rabbitmq-management 341 Erlang 153 RabbitMQ Management UI and HTTP API
cowboy 5,938 Erlang 1,044 Small, fast, modern HTTP server for Erlang/OTP.
kazoo 774 Erlang 394 The core of an open-source, distributed, highly scalable platform designed to provide robust telecom services
emqx 6,062 Erlang 1,132 EMQ X Broker - Scalable Distributed MQTT Message Broker for IoT in 5G Era
rabbitmq-federation 39 Erlang 20 RabbitMQ Federation plugin
rabbitmq-shovel-management 21 Erlang 11 RabbitMQ Shovel Management

f%23

Repo star language fork intro
Fabulous 630 F# 93 F# Functional App Development, using declarative dynamic UI
flips 57 F# 1 Fsharp LInear Programming System

f*

Repo star language fork intro

factor

Repo star language fork intro

fancy

Repo star language fork intro

fantom

Repo star language fork intro

figlet-font

Repo star language fork intro

filebench-wml

Repo star language fork intro

filterscript

Repo star language fork intro

fish

Repo star language fork intro

flux

Repo star language fork intro

formatted

Repo star language fork intro

forth

Repo star language fork intro

fortran

Repo star language fork intro
MAPL 1 Fortran 3

freemarker

Repo star language fork intro
cwa-verification-iam 6 FreeMarker 1

frege

Repo star language fork intro

g-code

Repo star language fork intro

game-maker-language

Repo star language fork intro

gams

Repo star language fork intro

gap

Repo star language fork intro

gcc-machine-description

Repo star language fork intro

gdb

Repo star language fork intro

gdscript

Repo star language fork intro
godot-demos 923 GDScript 536 Dozens of free and open source demos for the Godot game engine

genie

Repo star language fork intro

genshi

Repo star language fork intro

gentoo-ebuild

Repo star language fork intro

gentoo-eclass

Repo star language fork intro

gerber-image

Repo star language fork intro

gettext-catalog

Repo star language fork intro

gherkin

Repo star language fork intro

git-attributes

Repo star language fork intro

git-config

Repo star language fork intro

glsl

Repo star language fork intro
Anime4K 11,605 GLSL 1,079 A High-Quality Real Time Upscaler for Anime Video

glyph

Repo star language fork intro

glyph-bitmap-distribution-format

Repo star language fork intro

gn

Repo star language fork intro

gnuplot

Repo star language fork intro

go

Repo star language fork intro
go-interview 1,401 Go 146 Collection of Technical Interview Questions solved with Go
micro 13,762 Go 666 A modern and intuitive terminal-based text editor
cli 9,177 Go 381 GitHub’s official command line tool
trojan 815 Go 264 trojan多用户管理部署程序, 支持web页面管理
atlantis 2,735 Go 336 Terraform Pull Request Automation
go 73,042 Go 10,473 The Go programming language
consul 19,285 Go 3,328 Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
nakama 3,361 Go 361 Distributed server for social and realtime games and apps.
origin 7,471 Go 4,292 Images for OpenShift 3 and 4 - see openshift/okd for more
distribution 5,328 Go 1,763 The Docker toolset to pack, ship, store, and deliver content
openyurt 206 Go 39 OpenYurt - Extending your native Kubernetes to edge
kubeedge 2,522 Go 670 Kubernetes Native Edge Computing Framework (project under CNCF)
terraform-provider-azurerm 1,711 Go 1,644 Terraform provider for Azure Resource Manager
terraform 22,184 Go 5,747 Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst...
grpc-go 11,379 Go 2,403 The Go language implementation of gRPC. HTTP/2 based RPC
gopherdance 75 Go 6 some dancing gophers in your terminal
opentelemetry-collector 348 Go 134 OpenTelemetry Service
go-cache 3,903 Go 511 An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
keda 2,029 Go 183 KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
beats 8,855 Go 3,216 🐠 Beats - Lightweight shippers for Elasticsearch & Logstash
govalidator 4,203 Go 417 [Go] Package of validators and sanitizers for strings, numerics, slices and structs
grpc-gateway 8,536 Go 1,122 gRPC to JSON proxy generator following the gRPC HTTP spec
vault 15,832 Go 2,455 A tool for secrets management, encryption as a service, and privileged access management
bolt 10,728 Go 1,252 An embedded key/value database for Go.
libpod 4,570 Go 540 libpod is a library used to create container pods. Home of Podman.

golo

Repo star language fork intro

gosu

Repo star language fork intro

grace

Repo star language fork intro

gradle

Repo star language fork intro

grammatical-framework

Repo star language fork intro

graph-modeling-language

Repo star language fork intro

graphql

Repo star language fork intro

graphviz-(dot)

Repo star language fork intro

groovy

Repo star language fork intro
rundeck 3,782 Groovy 740 Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
nextflow 1,101 Groovy 253 A DSL for data-driven computational pipelines
gradle 10,533 Groovy 3,097 Adaptable, fast automation for all

groovy-server-pages

Repo star language fork intro

hack

Repo star language fork intro

haml

Repo star language fork intro

handlebars

Repo star language fork intro

haproxy

Repo star language fork intro

harbour

Repo star language fork intro

haskell

Repo star language fork intro
shellcheck 20,141 Haskell 1,019 ShellCheck, a static analysis tool for shell scripts
haskell-ide-engine 2,370 Haskell 228 The engine for haskell ide-integration. Not an IDE
pandoc 19,289 Haskell 2,303 Universal markup converter
graphql-parser-hs 42 Haskell 15 A GraphQL query parser for Haskell
Carp 3,498 Haskell 129 A statically typed lisp, without a GC, for real-time applications.
ex-bond-issuance 4 Haskell 2 Reference DAML application demonstrating a bond issuance use case.
compiler 5,972 Haskell 510 Compiler for Elm, a functional language for reliable webapps.
hsdatalog 13 Haskell 0 BDD-based implementation of Datalog
pg-client-hs 9 Haskell 9 A low level Haskell library to connect to postgres
ci-info-hs 5 Haskell 2 Get details about the current Continuous Integration environment - Haskell port of https://github.com/watson/ci-info

haxe

Repo star language fork intro

hcl

Repo star language fork intro
terraform-google-kubernetes-engine 332 HCL 251 A Terraform module for configuring GKE clusters.
terraform-aws-eks 1,217 HCL 917 Terraform module to create an Elastic Kubernetes (EKS) cluster and associated worker instances on AWS
terragoat 157 HCL 25 TerraGoat is Bridgecrew's "Vulnerable by Design" Terraform repository. TerraGoat is a learning and training project that demonstrates how common configuration errors can find their way into production...
terraform-guides 719 HCL 444 Example usage of HashiCorp Terraform
peladonerd 327 HCL 176 Repo con los archivos que uso para mi videos en youtube
terraform-up-and-running-code 1,138 HCL 689 Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman
terraform-course 719 HCL 1,728 Course files for my Udemy course about Terraform
multi-container-nginx-react-node-mongo 139 HCL 72 Multi container application with Nginx, React, Node and Mongo DB. This repository also contains Terraform IaC (Infrastructure as Code) for a CICD pipeline to build and push images to DockerHub.
package-terraform-utilities 42 HCL 13 A collection of useful Terraform utilities
paving 21 HCL 10 Terraform templates for paving infrastructure to deploy the Pivotal Platform.
gitops-terraform-jenkins 39 HCL 94 GitOps Workflow with Jenkins and Terraform
terraform-kubestack 94 HCL 16 Kubestack is the open source Terraform framework for DevOps teams that want to automate infrastructure, not reinvent automation.
terraforming-aws 59 HCL 96 Templates to deploy PCF and PKS
terraforming-azure 34 HCL 68 use terraform, deploy yourself a pcf
terraform-aws-vpn-gateway 53 HCL 51 Terraform module which creates VPN gateway resources on AWS

hiveql

Repo star language fork intro

hlsl

Repo star language fork intro

holyc

Repo star language fork intro

html

Repo star language fork intro
web-moderno 1,395 HTML 762
REKCARC-TSC-UHT 14,184 HTML 4,065 清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University
node-ytdl-core 1,569 HTML 258 YouTube video downloader in javascript.
calico 1,782 HTML 483 Cloud native networking and network security
v-calendar 2,084 HTML 247 A lightweight, dependency-free plugin for building attributed calendars in Vue.js
swagger-codegen 11,520 HTML 5,220 swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
personal-website 6,150 HTML 5,462 Code that'll help you kickstart a personal website that showcases your work as a software developer.
portainer 14,751 HTML 1,407 Making Docker management easy.
msteams-docs 63 HTML 164 Source for the Microsoft Teams developer platform documentation.
AR.js 14,921 HTML 2,093 Efficient Augmented Reality for the Web - 60fps on mobile!
styleguide 24,482 HTML 9,021 Style guides for Google-originated open-source projects
dotnet 11,846 HTML 1,885 This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
webdevbootcamp 1,481 HTML 940 All source code for back-end projects from the Web Developer Bootcamp
book-extra-content 23 HTML 17
responsive-html-email-template 9,025 HTML 2,955 A free simple responsive HTML email template
email-templates 256 HTML 1,218 Free HTML email templates for Mailchimp and other emails services
django-DefectDojo 1,247 HTML 562 DefectDojo is an open-source application vulnerability correlation and security orchestration tool.
ru.javascript.info 1,627 HTML 494 Современный учебник JavaScript
dragon-book-exercise-answers 3,924 HTML 1,360 Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。
openwrt-packages 221 HTML 303 openwet常用软件包
geektime-ELK 586 HTML 1,446 ELK Training
html-css 336 HTML 89 Curso de HTML5 e CSS3
school-management-system 346 HTML 400 Another School Management System
apidoc 8,330 HTML 1,469 RESTful web API Documentation Generator.
raytracing.github.io 1,502 HTML 134 Main Repo / Main Web Site

html+django

Repo star language fork intro

html+ecr

Repo star language fork intro

html+eex

Repo star language fork intro

html+erb

Repo star language fork intro

html+php

Repo star language fork intro

html+razor

Repo star language fork intro

http

Repo star language fork intro

hxml

Repo star language fork intro

hy

Repo star language fork intro

hyphy

Repo star language fork intro

idl

Repo star language fork intro

idris

Repo star language fork intro

igor-pro

Repo star language fork intro

inform-7

Repo star language fork intro

ini

Repo star language fork intro

inno-setup

Repo star language fork intro

io

Repo star language fork intro

ioke

Repo star language fork intro

irc-log

Repo star language fork intro

isabelle

Repo star language fork intro

isabelle-root

Repo star language fork intro

j

Repo star language fork intro

jasmin

Repo star language fork intro

java

Repo star language fork intro
fastjson 21,523 Java 5,755 A fast JSON parser/generator for Java.
NewPipe 8,679 Java 1,282 A libre lightweight streaming front-end for Android.
Auto.js 6,466 Java 1,714 A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)
spring-cloud-aws 436 Java 316 Integration for Amazon Web Services APIs with Spring
camunda-bpm-platform 1,427 Java 730 Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
elasticsearch 49,118 Java 16,843 Open Source, Distributed, RESTful Search Engine
react-native-video 4,949 Java 1,764 A
pulsar 5,590 Java 1,418 Apache Pulsar - distributed pub-sub messaging system
flink 13,128 Java 7,065 Apache Flink
tutorials 21,095 Java 33,812 Just Announced - "Learn Spring Security OAuth":
FrameworkBenchmarks 5,140 Java 1,433 Source for the TechEmpower Framework Benchmarks project
mybatis-plus 8,689 Java 2,404 An powerful enhanced toolkit of MyBatis for simplify development
PictureSelector 8,722 Java 1,831 Picture Selector Library for Android or 图片选择器
xxl-job 14,158 Java 6,011 A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
BigData-Notes 6,910 Java 1,929 大数据入门指南 ⭐
zipkin 12,897 Java 2,432 Zipkin is a distributed tracing system
Mindustry 3,784 Java 879 A sandbox tower defense game
debezium 3,202 Java 844 Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.
micrometer 2,358 Java 547 An application metrics facade for the most popular monitoring tools. Think SLF4J, but for metrics.
react-native-track-player 1,358 Java 421 A fully fledged audio module created for music apps. Provides audio playback, external media controls, chromecast support, background mode and more!
jmx_exporter 1,433 Java 662 A process for exposing JMX Beans via HTTP for Prometheus consumption
openapi-generator 5,418 Java 1,958 OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
animation-samples 1,032 Java 241 Multiple samples showing the best practices in animation on Android.
MagicIndicator 7,715 Java 1,305 A powerful, customizable and extensible ViewPager indicator framework. As the best alternative of ViewPagerIndicator, TabLayout and PagerSlidingTabStrip —— 强大、可定制、易扩展的 ViewPager 指示器框架。是ViewPagerIndica...
views-widgets-samples 1,572 Java 718 Multiple samples showing the best practices in views-widgets on Android.

java-properties

Repo star language fork intro

java-server-pages

Repo star language fork intro

javascript

Repo star language fork intro
pose-animator 5,162 JavaScript 486
react-native-reanimated 2,999 JavaScript 363 React Native's Animated library reimplemented
tailblocks 1,904 JavaScript 117 🎉 Ready-to-use Tailwind CSS blocks.
htmx 1,104 JavaScript 23 </> htmx - high power tools for HTML
taobaoVisitingVenues 1,283 JavaScript 236 京东/淘宝的自动浏览逛店脚本
snowpack 8,644 JavaScript 240 ☶ A faster dev environment for modern web apps.
react-native 87,597 JavaScript 19,465 A framework for building native apps with React.
fullstack-course4 2,553 JavaScript 4,300 Example code for HTML, CSS, and Javascript for Web Developers Coursera Course
sweater 610 JavaScript 245 薅🐑毛,做衬衫(最近更新:京东 618 叠蛋糕脚本,非模拟点击,PC 浏览器可运行)
nodebestpractices 45,389 JavaScript 4,145 ✅ The Node.js best practices list (May 2020)
puppeteer 61,802 JavaScript 6,395 Headless Chrome Node.js API
moment 44,104 JavaScript 6,617 Parse, validate, manipulate, and display dates in javascript.
parcel 35,826 JavaScript 1,729 📦🚀 Blazing fast, zero configuration web application bundler
nuxt.js 27,428 JavaScript 2,403 The Intuitive Vue Framework
umi 8,114 JavaScript 1,121 🌋 Pluggable enterprise-level react application framework.
slate 17,670 JavaScript 1,840 A completely customizable framework for building rich text editors. (Currently in beta.)
curso-javascript-ninja 1,708 JavaScript 2,507 Curso Javascript Ninja
react-redux-realworld-example-app 4,149 JavaScript 1,450 Exemplary real world application built with React + Redux
vue 164,972 JavaScript 24,993 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
thegreatsuspender 3,345 JavaScript 313 A chrome extension for suspending all tabs to free up memory
trilium 7,593 JavaScript 375 Build your personal knowledge base with Trilium Notes
create-snowpack-app 322 JavaScript 47 CSA - Get started with the fastest dev environment available.
strapi 25,521 JavaScript 3,089 🚀 Open source Node.js Headless CMS to easily build customisable APIs
foliate 1,672 JavaScript 83 A simple and modern GTK eBook reader
serverless 36,089 JavaScript 4,180 ⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –

javascript+erb

Repo star language fork intro

jflex

Repo star language fork intro

jison

Repo star language fork intro

jison-lex

Repo star language fork intro

jolie

Repo star language fork intro

json

Repo star language fork intro
Application-Insights-Workbooks 97 JSON 89 Templates for Azure Monitor Workbooks

json-with-comments

Repo star language fork intro

json5

Repo star language fork intro

jsoniq

Repo star language fork intro

jsonld

Repo star language fork intro

jsonnet

Repo star language fork intro
argocd-example-apps 118 Jsonnet 547 Example Apps to Demonstrate Argo CD
kubeflow 8,942 Jsonnet 1,416 Machine Learning Toolkit for Kubernetes
manifests 86 Jsonnet 168 A repository for Kustomize manifests
jsonnet 4,110 Jsonnet 297 Jsonnet - The data templating language
kube-prometheus 1,624 Jsonnet 505 Use Prometheus to monitor Kubernetes and applications running on Kubernetes
examples 796 Jsonnet 414 A repository to host extended examples and tutorials

jsx

Repo star language fork intro

julia

Repo star language fork intro
julia 27,463 Julia 3,929 The Julia Language: A fresh approach to technical computing.
PackageCompiler.jl 572 Julia 92 Compile your Julia Package
General 174 Julia 135 The official registry of general Julia packages

jupyter-notebook

Repo star language fork intro
Deep-Learning-with-TensorFlow-book 8,342 Jupyter Notebook 2,482 深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
ai-edu 7,810 Jupyter Notebook 1,767 AI education materials for Chinese students, teachers and IT professionals.
first-order-model 4,069 Jupyter Notebook 814 This repository contains the source code for the paper First Order Motion Model for Image Animation
joyful-pandas 1,370 Jupyter Notebook 382 Pandas中文教程
Quantum 135 Jupyter Notebook 45
shap 9,004 Jupyter Notebook 1,272 A game theoretic approach to explain the output of any machine learning model.
community 6,376 Jupyter Notebook 2,916 Kubernetes community content
sigmoidal_ai 76 Jupyter Notebook 63 Tutoriais de Python, Data Science, Machine Learning e Deep Learning - Sigmoidal
amazon-sagemaker-examples 3,658 Jupyter Notebook 2,793 Example notebooks that show how to apply machine learning, deep learning and reinforcement learning in Amazon SageMaker
Reinforcement-Learning-2nd-Edition-by-Sutton-Exercise-Solutions 286 Jupyter Notebook 77 Solutions of Reinforcement Learning, An Introduction
tacotron2 1,775 Jupyter Notebook 545 Tacotron 2 - PyTorch implementation with faster-than-realtime inference
py 805 Jupyter Notebook 3,955 Repository to store sample python programs for python learning
Deep-Learning-Coursera 1,094 Jupyter Notebook 1,008 Deep Learning Specialization by Andrew Ng, deeplearning.ai.
Reinforcement_Learning 43 Jupyter Notebook 43 Reinforcement Learning research
nlp_crash_course_plugin20 45 Jupyter Notebook 27 Contains relevant notebooks for the hands-on NLP workshop for the Analytics India Magazine Plugin Conference -2020 Edition
dsc-functions-with-arguments-lab-onl01-dtsc-ft-052620 9 Jupyter Notebook 0
analytics-zoo 1,571 Jupyter Notebook 356 Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
dsc-creating-functions-lab-onl01-dtsc-ft-052620 9 Jupyter Notebook 0
dsc-using-nested-loops-lab-onl01-dtsc-ft-052620 11 Jupyter Notebook 0
TensorFlow 369 Jupyter Notebook 706 Project containig related material for my TensorFlow articles
dsc-implementing-statistics-with-functions-lab-onl01-dtsc-ft-052620 8 Jupyter Notebook 0
sit742 31 Jupyter Notebook 153 SIT742: Modern Data Science
dsc-while-loops-break-and-continue-lab-onl01-dtsc-ft-052620 12 Jupyter Notebook 0
MachineLearningNotebooks 1,649 Jupyter Notebook 1,107 Python notebooks with ML and deep learning examples with Azure Machine Learning
dsc-python-operators-functions-and-methods-lab-onl01-dtsc-ft-052620 15 Jupyter Notebook 0

kicad-layout

Repo star language fork intro

kicad-legacy-layout

Repo star language fork intro

kicad-schematic

Repo star language fork intro

kit

Repo star language fork intro

kotlin

Repo star language fork intro
COVID-19-app-Android-BETA 721 Kotlin 141 Source code of the Beta of the NHS COVID-19 Android app
contour 867 Kotlin 23 Layouts with lambdas 😎
ktor 6,754 Kotlin 552 Framework for quickly creating connected applications in Kotlin with minimal effort
fenix 3,575 Kotlin 486 Firefox Preview
kotlin-native 6,706 Kotlin 571 Kotlin/Native infrastructure
kotlinx.serialization 2,071 Kotlin 179 Kotlin multiplatform / multi-format serialization
mpv-android 429 Kotlin 74 #mpv-android @ freenode
architecture-samples 36,531 Kotlin 10,137 A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
mockk 3,058 Kotlin 135 mocking library for Kotlin
leakcanary 24,779 Kotlin 3,650 LeakCanary is a memory leak detection library for Android.
CatchUp 1,397 Kotlin 165 An app for catching up on things.
android-showcase 3,031 Kotlin 375 💎 Android application following best practices: Kotlin, coroutines, Clean Architecture, feature modules, tests, MVVM, static analysis...
sqldelight 3,212 Kotlin 251 SQLDelight - Generates typesafe Kotlin APIs from SQL
RxBinding 9,408 Kotlin 930 RxJava binding APIs for Android's UI widgets.
architecture-components-samples 17,185 Kotlin 5,863 Samples for Android Architecture Components.
plaid 15,383 Kotlin 3,135 An Android app which provides design news & inspiration as well as being an example of implementing material design.
ktlint 3,354 Kotlin 258 An anti-bikeshedding Kotlin linter with built-in formatter
mirai 1,478 Kotlin 198 全开源 高效率 QQ机器人/Android QQ协议支持库 for JVM / Android
PeopleInSpace 323 Kotlin 19 Minimal Kotlin Multiplatform project using Jetpack Compose and SwiftUI
ScreenStream 490 Kotlin 141 Screen Stream over HTTP mobile app
vlc-android 715 Kotlin 240 VLC for Android, Android TV and ChromeOS
Kotlin-Coroutine-Use-Cases-on-Android 880 Kotlin 73 🎓 Learning Kotlin Coroutines for Android by example. 🚀 Sample implementations for real-world Android use cases. 🛠 Unit tests included!
sunflower 11,176 Kotlin 2,494 A gardening app illustrating Android development best practices with Android Jetpack.
Foodium 1,203 Kotlin 152 🍲Foodium is a sample food blog Android application 📱 built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2, Architecture Components, MVVM, Room, Retrofit...
kotlin-sqlite-bindings 22 Kotlin 0 sqlite support via both kotlin native & jvm

krl

Repo star language fork intro

labview

Repo star language fork intro

lasso

Repo star language fork intro
dash-sample-apps 764 Lasso 1,175 Apps hosted in the Dash Gallery

latte

Repo star language fork intro

lean

Repo star language fork intro

less

Repo star language fork intro

lex

Repo star language fork intro

lfe

Repo star language fork intro

lilypond

Repo star language fork intro

limbo

Repo star language fork intro

linker-script

Repo star language fork intro

linux-kernel-module

Repo star language fork intro

liquid

Repo star language fork intro
Timber 886 Liquid 357 The ultimate Shopify theme framework, built by Shopify.

literate-agda

Repo star language fork intro

literate-coffeescript

Repo star language fork intro

literate-haskell

Repo star language fork intro

livescript

Repo star language fork intro

llvm

Repo star language fork intro

logos

Repo star language fork intro

logtalk

Repo star language fork intro

lolcode

Repo star language fork intro

lookml

Repo star language fork intro

loomscript

Repo star language fork intro

lsl

Repo star language fork intro

lua

Repo star language fork intro
helloworld 600 Lua 581
extendedmode 45 Lua 40 Community fork of es_extended
kong 25,860 Lua 3,326 🦍 The Cloud-Native API Gateway
lite 2,927 Lua 106 A lightweight text editor written in Lua
CycleGAN 9,710 Lua 1,625 Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
otservbr-global 205 Lua 208 OTServBR-Global 12x for OpenTibia community. https://forums.otserv.com.br
FS19_AutoDrive 182 Lua 176 FS19 version of AutoDrive - Developer Version
es_extended 141 Lua 63 An FiveM RPG framework
VeryNginx 5,354 Lua 863 A very powerful and friendly nginx base on lua-nginx-module( openresty ) which provide WAF, Control Panel, and Dashboards.
incubator-apisix 2,521 Lua 461 The Cloud-Native API Gateway
esx_policejob 42 Lua 202 FXServer ESX Police Job
pix2pix 7,690 Lua 1,358 Image-to-image translation with conditional adversarial nets
pong 325 Lua 449 Atari's 1972 classic, implemented in Lua with LÖVE
lua-resty-http 1,356 Lua 465 Lua HTTP client cosocket driver for OpenResty / ngx_lua.
koreader 6,166 Lua 737 An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
luci 52 Lua 214 LuCI - OpenWrt Configuration Interface
lite-plugins 116 Lua 30 Plugins for the lite text editor
DeadlyBossMods 64 Lua 18 The ultimate encounter helper (for Retail) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.
GameTracking-CSGO 228 Lua 53 📥 Game Tracker: Counter-Strike: Global Offensive

m

Repo star language fork intro

m4

Repo star language fork intro

m4sugar

Repo star language fork intro

makefile

Repo star language fork intro
project-layout 15,413 Makefile 1,582 Standard Go Project Layout
CentWSL 342 Makefile 46 CentOS as a WSL Instance. Supports multiple install.
traefik-helm-chart 168 Makefile 126 Traefik v2 helm chart
operating-system 838 Makefile 280 🔰 Home Assistant Operating System
awesome-kubernetes 9,928 Makefile 1,554 A curated list for awesome kubernetes sources 🚢🎉
client_model 36 Makefile 33 Data model artifacts for Prometheus.
CS-Wiki 270 Makefile 198 Lambda School CS Wiki
PKG2-Patches 75 Makefile 2 FS and ACID patches for both Hekate and Fusée.
rabbitmq-federation-management 14 Makefile 7 RabbitMQ Federation Management
googleapis 22 Makefile 10 googleapis generated with gogoprotobuf
nvidia-docker 11,005 Makefile 1,453 Build and run Docker containers leveraging NVIDIA GPUs

mako

Repo star language fork intro

markdown

Repo star language fork intro

marko

Repo star language fork intro

mask

Repo star language fork intro

mathematica

Repo star language fork intro
maya-usd 258 Mathematica 72 A common USD (Universal Scene Description) plugin for Autodesk Maya

matlab

Repo star language fork intro

maven-pom

Repo star language fork intro

max

Repo star language fork intro

maxscript

Repo star language fork intro

mcfunction

Repo star language fork intro
Prehistoric-Rift-Addon 4 mcfunction 3 A Minecraft Bedrock Addon that aims to add dinosaurs and expand upon gameplay

mediawiki

Repo star language fork intro

mercury

Repo star language fork intro

meson

Repo star language fork intro

metal

Repo star language fork intro

minid

Repo star language fork intro

mirah

Repo star language fork intro

modelica

Repo star language fork intro

modula-2

Repo star language fork intro

modula-3

Repo star language fork intro

module-management-system

Repo star language fork intro

monkey

Repo star language fork intro

moocode

Repo star language fork intro

moonscript

Repo star language fork intro

motorola-68k-assembly

Repo star language fork intro

mql4

Repo star language fork intro

mql5

Repo star language fork intro

mtml

Repo star language fork intro

muf

Repo star language fork intro

mupad

Repo star language fork intro

myghty

Repo star language fork intro

nanorc

Repo star language fork intro

ncl

Repo star language fork intro

nearley

Repo star language fork intro

nemerle

Repo star language fork intro

nesc

Repo star language fork intro

netlinx

Repo star language fork intro

netlinx+erb

Repo star language fork intro

netlogo

Repo star language fork intro

newlisp

Repo star language fork intro

nextflow

Repo star language fork intro

nginx

Repo star language fork intro

nim

Repo star language fork intro

ninja

Repo star language fork intro

nit

Repo star language fork intro

nix

Repo star language fork intro

nl

Repo star language fork intro

nsis

Repo star language fork intro

nu

Repo star language fork intro

numpy

Repo star language fork intro

objdump

Repo star language fork intro

objective-c

Repo star language fork intro
react-native-image-crop-picker 4,265 Objective-C 1,012 iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
SDWebImage 22,703 Objective-C 5,569 Asynchronous image downloader with cache support as a UIImageView category
realm-cocoa 13,904 Objective-C 1,825 Realm is a mobile database: a replacement for Core Data & SQLite
react-native-notifications 2,173 Objective-C 557 React Native Notifications
ZFPlayer 6,115 Objective-C 1,467 Support customization of any player SDK and control layer(支持定制任何播放器SDK和控制层)
ios-snapshot-test-case 1,212 Objective-C 132 Snapshot view unit tests for iOS
AFNetworking 32,783 Objective-C 10,052 A delightful networking framework for iOS, macOS, watchOS, and tvOS.
react-native-permissions 2,080 Objective-C 591 An unified permissions API for React Native on iOS and Android
ios_sdk 311 Objective-C 197 This is the iOS SDK of
idb 3,002 Objective-C 323 idb is a flexible command line interface for automating iOS simulators and devices
stripe-ios 1,217 Objective-C 586 Stripe iOS SDK
react-native-iap 1,382 Objective-C 301 react-native native module for In App Purchase.
FLEX 11,560 Objective-C 1,329 An in-app debugging and exploration tool for iOS
firebase-ios-sdk 1,882 Objective-C 500 Firebase iOS SDK
DZNEmptyDataSet 11,822 Objective-C 1,690 A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display
expo 9,959 Objective-C 1,552 An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
AppAuth-iOS 849 Objective-C 422 iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.
CocoaLumberjack 11,967 Objective-C 2,062 A fast & simple, yet powerful & flexible logging framework for Mac and iOS
react-native-code-push 6,815 Objective-C 1,041 React Native module for CodePush
GPUImage 19,293 Objective-C 4,524 An open source iOS framework for GPU-based image and video processing
YBImageBrowser 1,826 Objective-C 314 iOS image browser / iOS 图片浏览器 (支持视频)
push-notification-ios 202 Objective-C 85 React Native Push Notification API for iOS.
microsoft-authentication-library-for-objc 93 Objective-C 64 Microsoft Authentication Library (MSAL) for iOS and macOS
CocoaAsyncSocket 11,574 Objective-C 2,819 Asynchronous socket networking library for Mac and iOS
KSCrash 3,064 Objective-C 466 The Ultimate iOS Crash Reporter

objective-c++

Repo star language fork intro
obs-mac-virtualcam 1,426 Objective-C++ 62 Creates a virtual webcam device from the output of OBS. Especially useful for streaming smooth, composited video into Zoom, Hangouts, Jitsi etc. Like CatxFish/obs-virtualcam but for macOS.
mapbox-gl-native-ios 70 Objective-C++ 52 Interactive, thoroughly customizable maps for iOS powered by vector tiles and OpenGL
Texture 6,439 Objective-C++ 963 Smooth asynchronous user interfaces for iOS apps.

objective-j

Repo star language fork intro

objectscript

Repo star language fork intro

ocaml

Repo star language fork intro
flow 20,647 OCaml 1,755 Adds static typing to JavaScript to improve developer productivity and code quality.
infer 10,946 OCaml 1,499 A static analyzer for Java, C, C++, and Objective-C

omgrofl

Repo star language fork intro

ooc

Repo star language fork intro

opa

Repo star language fork intro

opal

Repo star language fork intro

opencl

Repo star language fork intro

openedge-abl

Repo star language fork intro

openrc-runscript

Repo star language fork intro

openscad

Repo star language fork intro

opentype-feature-file

Repo star language fork intro

org

Repo star language fork intro

ox

Repo star language fork intro

oxygene

Repo star language fork intro

oz

Repo star language fork intro

p4

Repo star language fork intro
tutorials 476 P4 415 P4 language tutorials

pan

Repo star language fork intro

papyrus

Repo star language fork intro

parrot

Repo star language fork intro

parrot-assembly

Repo star language fork intro

parrot-internal-representation

Repo star language fork intro

pascal

Repo star language fork intro
cheat-engine 4,431 Pascal 866 Cheat Engine. A development environment focused on modding

pawn

Repo star language fork intro

pep8

Repo star language fork intro

perl

Repo star language fork intro
coreruleset 51 Perl 11 OWASP ModSecurity Core Rule Set (Official Repository)
nikto 3,871 Perl 642 Nikto web server scanner
openkore 867 Perl 863 A free/open source client and automation tool for Ragnarok Online
MySQLTuner-perl 6,072 Perl 976 MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.
nipe 809 Perl 191 A engine to make Tor network your default gateway
qqwry2mmdb 64 Perl 2 为 Wireshark 能使用纯真网络 IP 数据库(QQwry)而提供的格式转换工具
zonemaster-engine 18 Perl 21 The Zonemaster Engine - part of the Zonemaster project
DNSDH 7 Perl 0 Diffie-Hellman key exchange through the DNS protocol

perl-6

Repo star language fork intro

php

Repo star language fork intro
swagger-php 3,496 PHP 671 A php swagger annotation and parsing library
yii2 13,380 PHP 6,908 Yii 2: The Fast, Secure and Professional PHP Framework
PHPMailer 15,006 PHP 8,064 The classic email sending library for PHP
laravel-mongodb 4,871 PHP 1,149 A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
google-api-php-client 6,821 PHP 3,056 A PHP client library for accessing Google APIs
PhpSpreadsheet 8,378 PHP 1,671 A pure PHP library for reading and writing spreadsheet files
magento2 8,578 PHP 7,582 All Submissions you make to Magento Inc. ("Magento") through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty f...
elasticsearch-php 4,068 PHP 785 Official PHP low-level client for Elasticsearch.
symfony 23,311 PHP 7,635 The Symfony PHP framework
PocketMine-MP 1,909 PHP 1,166 A server software for Minecraft: Bedrock Edition in PHP
framework 21,218 PHP 7,353
livewire 3,759 PHP 280 A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
voyager 9,510 PHP 2,286 Voyager - The Missing Laravel Admin
wp-graphql 2,294 PHP 258 🚀 GraphQL API for WordPress
hazard_alert 29 PHP 6
OpenSID 372 PHP 543 Sistem Informasi Desa (SID) yang sengaja dibuat terbuka agar dapat dikembangkan secara bersama-sama oleh komunitas peduli SID
laravel-swoole 3,067 PHP 273 High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
argon-theme 376 PHP 67 📖 Argon - 一个轻盈、简洁的 WordPress 主题
invoiceninja 5,122 PHP 1,616 Invoices, Expenses and Tasks built with Laravel and Flutter
laravel-debugbar 11,034 PHP 1,072 Laravel Debugbar (Integrates PHP Debug Bar)
snipe-it 4,046 PHP 1,554 A free open source IT asset/license management system
inventory 237 PHP 156 Magento Inventory Project (a.k.a MSI)
laravel 59,364 PHP 18,578 A PHP framework for web artisans
TCPDF 2,487 PHP 953 Official clone of PHP library to generate PDF documents and barcodes
laravel-backup 3,978 PHP 525 A package to backup your Laravel app

pic

Repo star language fork intro

pickle

Repo star language fork intro

picolisp

Repo star language fork intro

piglatin

Repo star language fork intro

pike

Repo star language fork intro

plpgsql

Repo star language fork intro
blog 4,978 PLpgSQL 1,192 Everything about database,bussiness.(Most for PostgreSQL).
CommonDataModel 441 PLpgSQL 266 Definition and DDLs for the OMOP Common Data Model (CDM)

plsql

Repo star language fork intro

pod

Repo star language fork intro

pod-6

Repo star language fork intro

pogoscript

Repo star language fork intro

pony

Repo star language fork intro

postcss

Repo star language fork intro

postscript

Repo star language fork intro

pov-ray-sdl

Repo star language fork intro

powerbuilder

Repo star language fork intro

powershell

Repo star language fork intro

processing

Repo star language fork intro

prolog

Repo star language fork intro

propeller-spin

Repo star language fork intro

protocol-buffer

Repo star language fork intro

public-key

Repo star language fork intro

pug

Repo star language fork intro

puppet

Repo star language fork intro

pure-data

Repo star language fork intro

purebasic

Repo star language fork intro
onnx 8,457 PureBasic 1,431 Open standard for machine learning interoperability
x-deeplearning 3,376 PureBasic 871 An industrial deep learning framework for high-dimension sparse data

purescript

Repo star language fork intro

python

Repo star language fork intro
returns 923 Python 30 Make your functions return something meaningful, typed, and safe!
rich 6,379 Python 134 Rich is a Python library for rich text and beautiful formatting in the terminal.
prefect 2,400 Python 213 The Prefect workflow platform
detr 2,424 Python 197 End-to-End Object Detection with Transformers
pytube 3,140 Python 796 🎞 A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
fastapi 14,386 Python 959 FastAPI framework, high performance, easy to learn, fast to code, ready for production
poetry 10,776 Python 756 Python dependency management and packaging made easy.
ML-From-Scratch 16,276 Python 3,191 Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learnin...
Dango-Translator 425 Python 44 团子翻译器 —— 个人兴趣制作的一款基于OCR技术的翻译器
botframework-sdk 6,057 Python 2,236 Bot Framework provides the most comprehensive experience for building conversation applications.
erpnext 6,267 Python 2,721 Open Source Alternative to SAP
PyDebloatX 142 Python 10 Python GUI for uninstalling the default Windows 10 apps.
edx-platform 5,045 Python 2,744 The Open edX platform, the software that powers edX!
scikit-learn 40,897 Python 19,770 scikit-learn: machine learning in Python
DeepFaceLab 14,468 Python 3,338 DeepFaceLab is the leading software for creating deepfakes.
pipenv 20,402 Python 1,498 Python Development Workflow for Humans.
transformers 27,960 Python 6,620 🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.
fairseq 8,011 Python 1,960 Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
AutoRCCar 2,607 Python 1,292 OpenCV Python Neural Network Autonomous RC Car
GitHub520 227 Python 22 😘让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。
locust 12,851 Python 1,817 Scalable user load testing tool written in Python
CheatSheetSeries 12,726 Python 1,809 The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
SegLoss 813 Python 147 A collection of loss functions for medical image segmentation
RPA-Python 1,029 Python 139 Python package for RPA (robotic process automation)
awesome-machine-learning 44,855 Python 11,336 A curated list of awesome Machine Learning frameworks, libraries and software.

python-console

Repo star language fork intro

python-traceback

Repo star language fork intro

q

Repo star language fork intro

qmake

Repo star language fork intro

qml

Repo star language fork intro

quake

Repo star language fork intro

r

Repo star language fork intro
ProgrammingAssignment2 623 R 124,390 Repository for Programming Assignment 2 for R Programming on Coursera
seurat 803 R 441 R toolkit for single cell genomics
dplyr 3,351 R 1,246 dplyr: A grammar of data manipulation
brms 708 R 97 brms R package for Bayesian generalized multivariate non-linear multilevel models using Stan
blblm 7 R 0
tidyHeatmap 69 R 4 Draw heatmap simply using a tidy data frame
mlr3learners.drat 3 R 0 drat repository for mlr3learners

racket

Repo star language fork intro
Courses- 219 Racket 383 Quiz & Assignment of Coursera

ragel

Repo star language fork intro

raml

Repo star language fork intro

rascal

Repo star language fork intro

raw-token-data

Repo star language fork intro

rdoc

Repo star language fork intro

realbasic

Repo star language fork intro

reason

Repo star language fork intro
oni2 3,744 Reason 147 Native, lightweight modal code editor

rebol

Repo star language fork intro

red

Repo star language fork intro

redcode

Repo star language fork intro

regular-expression

Repo star language fork intro

ren'py

Repo star language fork intro

renderscript

Repo star language fork intro

restructuredtext

Repo star language fork intro

rexx

Repo star language fork intro

rhtml

Repo star language fork intro

rich-text-format

Repo star language fork intro
BUCTBASE 125 Rich Text Format 29 北京化工大学课程资料整理开源项目
ckeditor5 3,430 Rich Text Format 741 Powerful rich text editor framework with a modular architecture, modern integrations and features like collaborative editing.
oletools 1,180 Rich Text Format 308 oletools - python tools to analyze MS OLE2 files (Structured Storage, Compound File Binary Format) and MS Office documents, for malware analysis, forensics and debugging.
Hackintosh-Installer-University 3,592 Rich Text Format 924 Open source tutorial & information collector for hackintosh installation.
ckeditor4 5,046 Rich Text Format 2,224 The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.

ring

Repo star language fork intro

rmarkdown

Repo star language fork intro

robotframework

Repo star language fork intro

roff

Repo star language fork intro
amazon-redshift-utils 1,892 Roff 913 Amazon Redshift Utils contains utilities, scripts and view which are useful in a Redshift environment

roff-manpage

Repo star language fork intro

rouge

Repo star language fork intro

rpc

Repo star language fork intro

rpm-spec

Repo star language fork intro

ruby

Repo star language fork intro
vagrant 19,895 Ruby 3,947 Vagrant is a tool for building and distributing development environments.
active_model_serializers 4,975 Ruby 1,335 ActiveModel::Serializer implementation and Rails hooks
colorls 3,032 Ruby 204 A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons. 🎉
rubocop 10,773 Ruby 2,378 A Ruby static code analyzer and formatter, based on the community Ruby style guide.
metasploit-framework 20,599 Ruby 10,058 Metasploit Framework
pghero 5,310 Ruby 282 A performance dashboard for Postgres
dev.to 13,180 Ruby 2,156 Where programmers share ideas and help each other grow
fast_jsonapi 4,981 Ruby 422 A lightning fast JSON:API serializer for Ruby Objects.
vcr 4,812 Ruby 455 Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
logstash 11,374 Ruby 3,002 Logstash - transport and process your logs, events, or other data
awesome-prometheus-alerts 1,224 Ruby 230 🚨 Collection of Prometheus alerting rules
pry 5,972 Ruby 548 A runtime developer console and IRB alternative with powerful introspection capabilities.
bullet 5,905 Ruby 326 help to kill N+1 queries and unused eager loading
sorbet 2,240 Ruby 197 A fast, powerful type checker designed for Ruby
kaminari 7,760 Ruby 1,017 ⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps
decidim 684 Ruby 203 The participatory democracy framework. A generator and multiple gems made with Ruby on Rails
stripe-ruby 1,419 Ruby 387 Ruby library for the Stripe API.
administrate 4,774 Ruby 865 A Rails engine that helps you put together a super-flexible admin dashboard.
simplecov 3,997 Ruby 459 Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites
simple_form 7,583 Ruby 1,270 Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
carrierwave 8,504 Ruby 1,530 Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks
activerecord-import 3,261 Ruby 548 A library for bulk insertion of data into your database using ActiveRecord.
react-native-config 3,078 Ruby 517 Bring some 12 factor love to your mobile apps!
devise 20,849 Ruby 5,022 Flexible authentication solution for Rails with Warden.
CocoaPods 12,502 Ruby 2,260 The Cocoa Dependency Manager.

runoff

Repo star language fork intro

rust

Repo star language fork intro
xi-editor 17,822 Rust 651 A modern editor with a backend written in Rust.
vector 4,115 Rust 230 A lightweight and ultra-fast tool for building observability pipelines
libra 14,471 Rust 2,184 Libra’s mission is to enable a simple global payment system and financial infrastructure that empowers billions of people.
rust 45,199 Rust 6,776 Empowering everyone to build reliable and efficient software.
RustPython 5,326 Rust 374 A Python Interpreter written in Rust
substrate 2,079 Rust 615 Substrate: The platform for blockchain innovators
alacritty 22,904 Rust 1,139 A cross-platform, GPU-accelerated terminal emulator
sqlx 1,914 Rust 103 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
sled 3,482 Rust 156 the champagne of beta embedded databases
yew 11,831 Rust 500 Rust / Wasm framework for building client web apps
json 1,569 Rust 242 Strongly typed JSON library for Rust
ripgrep 19,993 Rust 893 ripgrep recursively searches directories for a regex pattern
deltachat-core-rust 142 Rust 24 Delta Chat Rust Core library, used by Android/iOS/desktop apps and bindings
reqwest 2,772 Rust 371 An easy and powerful Rust HTTP Client
smol 1,371 Rust 68 A small and fast async runtime for Rust
servo 16,013 Rust 2,374 The Servo Browser Engine
iced 5,918 Rust 192 A cross-platform GUI library for Rust, inspired by Elm
firecracker 12,093 Rust 804 Secure and fast microVMs for serverless computing.
rustfmt 2,995 Rust 496 Format Rust code
gleam 1,888 Rust 82 ⭐️ A statically typed language for the Erlang VM
swc 8,115 Rust 158 Super-fast typescript / javascript compiler written in rust
spotify-tui 5,516 Rust 180 Spotify for the terminal written in Rust 🚀
seed 1,105 Rust 72 A Rust framework for creating web apps
hyper 6,357 Rust 861 An HTTP library for Rust
bitwarden_rs 3,859 Rust 269 Unofficial Bitwarden compatible server written in Rust

sage

Repo star language fork intro

saltstack

Repo star language fork intro

sas

Repo star language fork intro

sass

Repo star language fork intro

scala

Repo star language fork intro
delta 2,457 Scala 520 An open-source storage layer that brings scalable, ACID transactions to Apache Spark™ and big data workloads.
zio 2,247 Scala 614 ZIO — A type-safe, composable library for async and concurrent programming in Scala
fp-to-the-min 33 Scala 7 Code for FP to the Min talk at Scala in the City Conference.
chisel3 1,327 Scala 272 Chisel 3: A Modern Hardware Design Language
scio 1,867 Scala 357 A Scala API for Apache Beam and Google Cloud Dataflow.
spark 26,232 Scala 21,809 Apache Spark - A unified analytics engine for large-scale data processing
dotty 3,945 Scala 610 Research compiler that will become Scala 3
dotty-macro-examples 13 Scala 1 Various tasks solved via metaprogramming in Dotty
deequ 884 Scala 149 Deequ is a library built on top of Apache Spark for defining "unit tests for data", which measure data quality in large datasets.
polynote 3,752 Scala 310 A better notebook for Scala (and more)
lunatech-scala-2-to-scala3-course 49 Scala 4 Lunatech course - "Moving forward from Scala 2 to Scala 3"
gatling 4,731 Scala 1,000 Async Scala-Akka-Netty based Load Test Tool
mmlspark 1,971 Scala 436 Microsoft Machine Learning for Apache Spark
lila 6,842 Scala 1,017 ♞ lichess.org: the forever free, adless and open source chess server ♞
tapir 507 Scala 104 tapir, or Typed API descRiptions

scaml

Repo star language fork intro

scheme

Repo star language fork intro

scilab

Repo star language fork intro

scss

Repo star language fork intro

sed

Repo star language fork intro

self

Repo star language fork intro

shaderlab

Repo star language fork intro

shell

Repo star language fork intro
containers-roadmap 2,628 Shell 128 This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
voidrice 2,554 Shell 827 My dotfiles (deployed by LARBS)
nvm 42,076 Shell 4,084 Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
acme.sh 17,736 Shell 2,384 A pure Unix shell script implementing ACME client protocol
docs-cn 1,421 Shell 666 TiDB/TiKV/PD documents in Chinese.
EasyFN 6,952 Shell 232 (UPDATING PLEASE WAIT) With EasyFNBot you can easily create you own Fortnite Lobby Bot in less then 5 minutes which will be online forever!
saycheese 507 Shell 422 Grab target's webcam shots by link
CustomArch 524 Shell 42 Various Arch Linux Based Custom ISOs Made With "Archiso"
core 13,709 Shell 3,331 Home repository for .NET Core
easy-rsa 2,371 Shell 807 easy-rsa - Simple shell based CA utility
ohmyzsh 110,933 Shell 19,826 🙃 A delightful community-driven (with 1500+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc)...
docker-airflow 2,459 Shell 1,912 Docker Apache Airflow
breach-parse 281 Shell 123 A tool for parsing breached passwords
amazon-eks-ami 1,014 Shell 478 Packer configuration for building a custom EKS AMI
catalog 152 Shell 117 Catalog of shared Tasks and Pipelines.
examples 3,283 Shell 2,461 Kubernetes application example tutorials
awesome-cheatsheets 5,917 Shell 1,165 超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 ⚡
bats-core 1,645 Shell 173 Bash Automated Testing System
nginx-certbot 1,177 Shell 456 Boilerplate configuration for nginx and certbot with docker-compose
spaceship-prompt 12,002 Shell 700 🚀⭐ A Zsh prompt for Astronauts
nanopi-openwrt 819 Shell 338 Openwrt for Nanopi R1S R2S 固件编译
pi-hole 23,161 Shell 1,594 A black hole for Internet advertisements
todo.txt-cli 4,017 Shell 595 ☑️ A simple and extensible shell script for managing your todo.txt file.
oh-my-bash 983 Shell 149 A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
fabric-samples 1,309 Shell 1,623

shellsession

Repo star language fork intro

shen

Repo star language fork intro

slash

Repo star language fork intro

slice

Repo star language fork intro

slim

Repo star language fork intro

smali

Repo star language fork intro
AhMyth-Android-RAT 2,044 Smali 990 Android Remote Administration Tool

smalltalk

Repo star language fork intro

smarty

Repo star language fork intro
eks-charts 151 Smarty 66 Amazon EKS Helm chart repository
charts 1,347 Smarty 1,120 Helm Charts
cp-helm-charts 432 Smarty 409 The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
argo-helm 119 Smarty 195 ArgoProj Helm Charts
harbor-helm 497 Smarty 295 The helm chart to deploy Harbor
team-container 59 Smarty 17 A collection of containers to prepare a server for collaboration.
kubernetes-graphql 15 Smarty 0 GraphQL endpoint of Kubernetes API; dynamically created by powered by GraphQL Mesh

smt

Repo star language fork intro

solidity

Repo star language fork intro

sourcepawn

Repo star language fork intro

sparql

Repo star language fork intro

spline-font-database

Repo star language fork intro

sqf

Repo star language fork intro

sql

Repo star language fork intro

sqlpl

Repo star language fork intro

squirrel

Repo star language fork intro

srecode-template

Repo star language fork intro
sub_share 189 SRecode Template 29 字幕共享计划

ssh-config

Repo star language fork intro

stan

Repo star language fork intro
stan 1,862 Stan 296 Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.

standard-ml

Repo star language fork intro

stata

Repo star language fork intro

ston

Repo star language fork intro

stylus

Repo star language fork intro

subrip-text

Repo star language fork intro

sugarss

Repo star language fork intro

supercollider

Repo star language fork intro

svg

Repo star language fork intro

swift

Repo star language fork intro
lottie-ios 19,671 Swift 2,792 An iOS library to natively render After Effects vector animations
Starscream 5,926 Swift 743 Websockets in swift for iOS and OSX
MovieSwiftUI 4,446 Swift 362 SwiftUI & Combine app using MovieDB API. With a custom Flux (Redux) implementation.
Alamofire 33,603 Swift 6,185 Elegant HTTP Networking in Swift
pybridge-ios 143 Swift 7 Reuse Python code in native iOS applications
Charts 22,835 Swift 4,521 Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
V2rayU 8,913 Swift 1,274 V2rayU,基于v2ray核心的mac版客户端,用于科学上网,使用swift编写,支持vmess,shadowsocks,socks5等服务协议,支持订阅, 支持二维码,剪贴板导入,手动配置,二维码分享等
swift-nio 5,871 Swift 420 Event-driven network application framework for high performance protocol servers & clients, non-blocking.
PhoneNumberKit 3,667 Swift 480 A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
Material 11,503 Swift 1,253 A UI/UX framework for creating beautiful applications.
PromiseKit 12,647 Swift 1,270 Promises for Swift & ObjC.
Moya 12,121 Swift 1,492 Network abstraction layer written in Swift.
SwiftyJSON 19,631 Swift 3,128 The better way to deal with JSON data in Swift.
swift-algorithm-club 22,964 Swift 3,984 Algorithms and data structures in Swift, with explanations!
SwiftEntryKit 4,703 Swift 352 SwiftEntryKit is a presentation library for iOS. It can be used to easily display overlays within your iOS apps.
Nuke 4,989 Swift 308 Powerful image loading and caching system
SwiftUI 2,350 Swift 216 Examples projects using SwiftUI released by WWDC2019. Include Layout, UI, Animations, Gestures, Draw and Data.
xi-mac 2,841 Swift 150 The xi-editor mac frontend.
swift-composable-architecture 25 Swift 0 A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
swift-composable-architecture 1,550 Swift 92 A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
Nimble 3,728 Swift 417 A Matcher Framework for Swift and Objective-C
Kingfisher 16,165 Swift 1,829 A lightweight, pure-Swift library for downloading and caching images from the web.
LyricsX 2,109 Swift 153 🎶 Ultimate lyrics app for macOS.
RxSwift 18,475 Swift 3,317 Reactive Programming in Swift
SwiftLint 13,433 Swift 1,588 A tool to enforce Swift style and conventions.

systemverilog

Repo star language fork intro
ariane 744 SystemVerilog 179 Ariane is a 6-stage RISC-V CPU capable of booting Linux
Vitis-AI 211 SystemVerilog 121 Vitis AI is Xilinx’s development stack for AI inference on Xilinx hardware platforms, including both edge devices and Alveo cards.

tcl

Repo star language fork intro

tcsh

Repo star language fork intro

tea

Repo star language fork intro

terra

Repo star language fork intro

tex

Repo star language fork intro
reproducible-research 62 TeX 11 A Reproducible Data Analysis Workflow with R Markdown, Git, Make, and Docker
vimtex 2,560 TeX 236 A modern vim plugin for editing LaTeX files.
latexcv 668 TeX 199 👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
thuthesis 2,505 TeX 778 LaTeX Thesis Template for Tsinghua University
awesome-deep-learning-papers 21,154 TeX 4,107 The most cited deep learning papers
docs 68 TeX 120 OpenBMC Documentation
ElegantPaper 334 TeX 73 Elegant LaTeX Template for Working Papers

text

Repo star language fork intro

textile

Repo star language fork intro

thrift

Repo star language fork intro

ti-program

Repo star language fork intro

tla

Repo star language fork intro

toml

Repo star language fork intro

tsql

Repo star language fork intro
SQL-Server-First-Responder-Kit 1,906 TSQL 558 sp_Blitz, sp_BlitzCache, sp_BlitzFirst, sp_BlitzIndex, and other SQL Server scripts for health checks and performance tuning.
topaz 59 TSQL 71 Server emulator for FFXI
2020-01-20-JDK11 45 TSQL 0 Versione convertita a JDK 11 del tema d'esame 2020-01-20
sql-server-maintenance-solution 1,431 TSQL 382 SQL Server Maintenance Solution
mymove 26 TSQL 21 MyMove Personal Property Prototype

tsx

Repo star language fork intro

turing

Repo star language fork intro

turtle

Repo star language fork intro

twig

Repo star language fork intro

txl

Repo star language fork intro

type-language

Repo star language fork intro

typescript

Repo star language fork intro
excalidraw 7,561 TypeScript 495 Virtual whiteboard for sketching hand-drawn like diagrams
rough-notation 2,439 TypeScript 43 Create and animate hand-drawn annotations on a web page
platform 5,917 TypeScript 1,520 Reactive libraries for Angular
vite 5,597 TypeScript 229 An opinionated web dev build tool. It's fast.
vscode 97,261 TypeScript 15,226 Visual Studio Code
askql 225 TypeScript 7 AskQL is a query language that can express any data request
react-native-paper 5,906 TypeScript 835 Material Design for React Native (Android & iOS)
verdaccio 9,699 TypeScript 870 📦🔐A lightweight private npm proxy registry
backstage 4,405 TypeScript 230 Backstage is an open platform for building developer portals
SIP.js 1,063 TypeScript 379 A simple, intuitive, and powerful JavaScript signaling library
angular-realworld-example-app 3,785 TypeScript 1,708 Exemplary real world application built with Angular
typeorm 19,277 TypeScript 3,134 ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron...
qiankun 5,258 TypeScript 477 📦🚀Blazing fast, simple and completed solution for micro frontends.
class-validator 4,045 TypeScript 325 Validation made easy using TypeScript decorators.
starter-workflows 2,696 TypeScript 1,962 Accelerating new GitHub Actions workflows
bit 11,059 TypeScript 545 Streamline modern component development and reuse.
apollo-client 13,932 TypeScript 1,696 🚀 A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server
react-hook-form 10,737 TypeScript 480 📋 React hooks for forms validation without the hassle (Web + React Native)
ant-design 60,158 TypeScript 22,259 🌈 A UI Design Language and React UI library
hyper 33,360 TypeScript 2,783 A terminal built on web technologies
azure-pipelines-tasks 2,077 TypeScript 1,588 Tasks for Azure Pipelines
DefinitelyTyped 28,260 TypeScript 21,611 The repository for high quality TypeScript type definitions.
twilio-video-app-react 767 TypeScript 166 A collaboration application built with the twilio-video.js SDK and React.js
react-native-webview 2,635 TypeScript 1,252 React Native Cross-Platform WebView
GGEditor 2,404 TypeScript 380 A visual graph editor based on G6 and React

unified-parallel-c

Repo star language fork intro

unity3d-asset

Repo star language fork intro

unix-assembly

Repo star language fork intro

uno

Repo star language fork intro

unrealscript

Repo star language fork intro

urweb

Repo star language fork intro

vala

Repo star language fork intro
peek 6,153 Vala 223 Simple animated GIF screen recorder with an easy to use interface

vcl

Repo star language fork intro

verilog

Repo star language fork intro

vhdl

Repo star language fork intro

vim-script

Repo star language fork intro
SpaceVim 13,895 Vim script 1,174 A community-driven modular vim distribution - The ultimate vim configuration
fzf.vim 5,068 Vim script 343 fzf ❤️ vim
awesome-streamerrc 156 Vim script 53 Current .vimrc configs for various streamers on Twitch.
indentLine 2,884 Vim script 178 A vim plugin to display the indention levels with thin vertical lines
dein.vim 2,665 Vim script 152 ⚡ Dark powered Vim/Neovim plugin manager
vim-plug 19,169 Vim script 1,039 🌺 Minimalist Vim Plugin Manager
onedark.vim 2,208 Vim script 320 A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
vim-surround 8,029 Vim script 329 surround.vim: quoting/parenthesizing made simple
vim 20,265 Vim script 2,864 The official Vim repository

visual-basic

Repo star language fork intro

volt

Repo star language fork intro

vue

Repo star language fork intro
baidupcs-web 6,467 Vue 1,431
element 45,539 Vue 10,558 A Vue.js 2.0 UI Toolkit for Web
vue--node-mongodb-wzry 29 Vue 13 vue + node (Express + ElementUI) +mongodb全栈开发王者荣耀手机端官网和管理后台
ZY-Player 832 Vue 128 ▶️ 跨平台桌面端视频资源播放器.简洁无广告.免费高颜值. 🎞
eladmin-web 1,775 Vue 1,198 eladmin前端源码,项目基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 Spring Security、Redis、Vue的前后端分离后台管理系统, 权限控制采用 RBAC,菜单动态路由
real-world-vue 817 Vue 358 The application that we build in Vue Mastery's courses starting with Real World Vue
ant-design-vue 10,442 Vue 1,541 An enterprise-class UI components based on Ant Design and Vue. 🐜
covid19 5,627 Vue 1,944 東京都 新型コロナウイルス感染症対策サイト / Tokyo COVID-19 Task Force website
vue-element-admin 55,105 Vue 19,098 🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
best-resume-ever 13,195 Vue 1,813 👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
vue-admin-beautiful 1,718 Vue 340 vue-admin-beautiful是一款绝佳的前端开发框架(基于vue/cli 4 最新版,同时支持电脑,手机,平板),长期更新维护,感谢您的star,我一直在努力 Vue admin beautiful is an excellent front-end development framework (supporting computers, mobile phones and tablet...
live-torrent 362 Vue 103 Torrent Web Client
vuetable-2 1,953 Vue 354 data table simplify! -- datatable component for Vue 2.x. See documentation at
vue-js-modal 3,353 Vue 446 🍕 Simple to use, highly customizable, mobile friendly Vue.js modal.
vue-uploader 1,034 Vue 212 A Vue.js upload component powered by simple-uploader.js
form-generator 833 Vue 238 ✨Element UI表单设计及代码生成器
ant-design-vue-pro 5,429 Vue 1,613 👨🏻‍💻👩🏻‍💻 Use Ant Design Vue like a Pro!
uView 367 Vue 60 uView UI,是uni-app生态最优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水
app 406 Vue 219 Directus Admin Application — An Intuitive WebApp for Managing Database Content
mavonEditor 3,869 Vue 637 mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
h-player-v2 2,739 Vue 598 资源采集站在线播放
wx-manage 133 Vue 55 🔥微信公众号管理系统,包含公众号菜单管理🗄、自动回复🗨、素材管理📂、模板消息☘、粉丝管理🤹‍♂️等功能,前后端都开源免费🛩
postwoman 19,725 Vue 1,237 👽 A free, fast and beautiful API request builder (web alternative to Postman) https://postwoman.io
books 828 Vue 144 Free Desktop book-keeping software for small-businesses and freelancers.

wavefront-material

Repo star language fork intro

wavefront-object

Repo star language fork intro

wdl

Repo star language fork intro

web-ontology-language

Repo star language fork intro

webassembly

Repo star language fork intro

webidl

Repo star language fork intro

webvtt

Repo star language fork intro

windows-registry-entries

Repo star language fork intro

wisp

Repo star language fork intro

wollok

Repo star language fork intro

world-of-warcraft-addon-data

Repo star language fork intro

x-bitmap

Repo star language fork intro

x-font-directory-index

Repo star language fork intro

x-pixmap

Repo star language fork intro

x10

Repo star language fork intro

xbase

Repo star language fork intro

xc

Repo star language fork intro

xcompose

Repo star language fork intro

xml

Repo star language fork intro

xojo

Repo star language fork intro

xpages

Repo star language fork intro

xproc

Repo star language fork intro

xquery

Repo star language fork intro

xs

Repo star language fork intro

xslt

Repo star language fork intro
LOLBAS 1,894 XSLT 320 Living Off The Land Binaries And Scripts - (LOLBins and LOLScripts)

xtend

Repo star language fork intro

yacc

Repo star language fork intro

yaml

Repo star language fork intro

yang

Repo star language fork intro

yara

Repo star language fork intro
signature-base 982 YARA 270 Signature base for my scanner tools

yasnippet

Repo star language fork intro

zap

Repo star language fork intro

zeek

Repo star language fork intro

zenscript

Repo star language fork intro

zephir

Repo star language fork intro

zig

Repo star language fork intro

zil

Repo star language fork intro

zimpl

Repo star language fork intro