/

C

Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.

最終更新日:503日前
17.7k

SortableJS/Sortable
505日前28.3k

Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.

Jexordexan/vue-slicksort
507日前1.4k

A set of vue mixins to turn any list into an animated, touch-friendly, sortable list ✌️

neovim/neovim
503日前74.0k

Vim-fork focused on extensibility and usability

donnemartin/data-science-ipython-notebooks
503日前26.1k

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

bbfamily/abu
503日前11.0k

阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构

RasaHQ/rasa
503日前17.6k

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants

gunthercox/ChatterBot
503日前13.8k

ChatterBot is a machine learning, conversational dialog engine for creating chat bots

Genymobile/scrcpy
503日前98.2k

Display and control your Android device

obsproject/obs-studio
503日前54.2k

OBS Studio - Free and open source software for live streaming and screen recording

git/git
503日前48.8k

Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

FFmpeg/FFmpeg
503日前41.0k

Mirror of https://git.ffmpeg.org/ffmpeg.git

serhii-londar/open-source-mac-os-apps
503日前38.7k

🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps

vim/vim
503日前34.3k

The official Vim repository

curl/curl
503日前33.3k

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

ggreer/the_silver_searcher
503日前25.6k

A code-searching tool similar to ack, but faster.

mpv-player/mpv
503日前25.2k

🎥 Command line video player

ossrs/srs
503日前23.7k

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.

kovidgoyal/kitty
503日前21.2k

Cross-platform, fast, feature-rich, GPU based terminal

microsoft/vcpkg
503日前20.9k

C++ Library Manager for Windows, Linux, and MacOS

hashcat/hashcat
503日前19.3k

World's fastest and most advanced password recovery utility

radareorg/radare2
503日前19.3k

UNIX-like reverse engineering framework and command-line toolset

facebook/infer
503日前14.6k

A static analyzer for Java, C, C++, and Objective-C

azl397985856/leetcode
503日前53.3k

LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)

youngyangyang04/leetcode-master
503日前45.2k

《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀

CMU-Perceptual-Computing-Lab/openpose
503日前29.3k

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation

doocs/leetcode
503日前27.8k

🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解

mxgmn/WaveFunctionCollapse
503日前22.5k

Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics

trekhleb/javascript-algorithms
503日前180.2k

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

labuladong/fucking-algorithm
503日前122.3k

刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.

krahets/hello-algo
503日前62.3k

《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing

TheAlgorithms/JavaScript
503日前30.6k

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

kodecocodes/swift-algorithm-club
503日前28.3k

Algorithms and data structures in Swift, with explanations!

TheAlgorithms/Rust
503日前19.3k

All Algorithms implemented in Rust

OI-wiki/OI-wiki
503日前17.3k

:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)

TheAlgorithms/Go
503日前14.2k

Algorithms and Data Structures implemented in Go for beginners, following best practices.

changgyhub/leetcode_101
503日前7.9k

LeetCode 101:和你一起你轻松刷题(C++)

streamlit/streamlit
503日前30.2k

Streamlit — A faster way to build and share data apps.

gradio-app/gradio
503日前26.3k

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!

ml-tooling/best-of-ml-python
503日前15.1k

🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.

tensorflow/tensorflow
503日前180.7k

An Open Source Machine Learning Framework for Everyone

pytorch/pytorch
503日前75.4k

Tensors and Dynamic neural networks in Python with strong GPU acceleration

d2l-ai/d2l-zh
503日前53.9k

《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。

GokuMohandas/Made-With-ML
503日前35.1k

Learn how to design, develop, deploy and iterate on production-grade ML applications.

ray-project/ray
503日前29.9k

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

gitname/react-gh-pages
503日前6.0k

Deploying a React App (created using create-react-app) to GitHub Pages

paperless-ngx/paperless-ngx
503日前15.5k

A community-supported supercharged version of paperless: scan, index and archive all your physical documents

LibrePhotos/librephotos
503日前6.4k

A self-hosted open source photo management service. This is the repository of the backend.

extism/extism
503日前3.5k

The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps.

syl20bnr/spacemacs
503日前23.4k

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!

getActivity/EmojiPackage
505日前2.6k

表情包资源合集,张张都是经典

CTFd/CTFd
503日前5.2k

CTFs as you need them

liuxinyu95/AlgoXY
506日前5.9k

Book of Elementary Functional Algorithms and Data structures

BayesWitnesses/m2cgen
503日前2.7k

Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies

grame-cncm/faust
505日前2.4k

Functional programming language for signal processing and sound synthesis

ageron/handson-ml
503日前25.1k

⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.

trekhleb/homemade-machine-learning
502日前22.3k

🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained

emilwallner/Screenshot-to-code
502日前16.1k

A neural network that transforms a design mock-up into a static website.

aws/amazon-sagemaker-examples
503日前9.3k

Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.

firmai/industry-machine-learning
503日前7.0k

A curated list of applied machine learning and data science notebooks and libraries across different industries (by @firmai)

OpenGenus/cosmos
503日前13.5k

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project

webview/webview
502日前11.9k

Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

FreeRDP/FreeRDP
502日前9.8k

FreeRDP is a free remote desktop protocol library and clients

libgit2/libgit2
503日前9.3k

A cross-platform, linkable library implementation of Git that you can use in your application.

lionsoul2014/ip2region
502日前14.9k

Ip2region (2.0 - xdb) is a offline IP address manager framework and locator, support billions of data segments, ten microsecond searching performance. xdb engine implementation for many programming languages

scikit-learn/scikit-learn
502日前57.4k

scikit-learn: machine learning in Python

AMAI-GmbH/AI-Expert-Roadmap
502日前27.9k

Roadmap to becoming an Artificial Intelligence Expert in 2022

allinurl/goaccess
502日前17.2k

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

westes/flex
502日前3.3k

The Fast Lexical Analyzer - scanner generator for lexing in C and C++

zoonk/uneebee
502日前1.1k

Platform for creating interactive courses.

microsoft/qlib
502日前13.4k

Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas to implementing productions. Qlib supports diverse machine learning modeling paradigms. including supervised learning, market dynamics modeling, and RL.

UFund-Me/Qbot
502日前5.3k

[🔥updating ...] AI 自动量化交易机器人 AI-powered Quantitative Investment Research Platform. 📃 online docs: https://ufund-me.github.io/Qbot ✨ :news: qbot-mini: https://github.com/Charmve/iQuant

huggingface/datasets
502日前18.0k

🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools

kailashahirwar/cheatsheets-ai
503日前14.9k

Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5

fastai/numerical-linear-algebra
503日前9.9k

Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course

tangyudi/Ai-Learn
502日前7.9k

人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域

lanpa/tensorboardX
509日前7.8k

tensorboard for pytorch (and chainer, mxnet, numpy, ...)

learning-at-home/hivemind
502日前1.8k

Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.

jsbroks/coco-annotator
505日前2.0k

:pencil2: Web-based image segmentation tool for object detection, localization, and keypoints

rvaiya/warpd
502日前2.7k

A modal keyboard-driven virtual pointer

ifmeorg/ifme
506日前1.4k

Free, open source mental health communication web app to share experiences with loved ones