# Math and theory for programmers

> Search results for `Math and theory for programmers` on awesome-repositories.com. 113 total matches; showing the first 50.

Explore on the web: https://awesome-repositories.com/q/math-and-theory-for-programmers

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/math-and-theory-for-programmers).**

## Results

- [oi-wiki/oi-wiki](https://awesome-repositories.com/repository/oi-wiki-oi-wiki.md) (26,176 ⭐) — This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions.

The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with online judging platforms. By combining technical documentation with command-line utilities for build automation and environment management, it streamlines the entire lifecycle of developing, testing, and submitting algorithmic solutions.

The knowledge base covers a broad spectrum of computational domains, including advanced dynamic programming, string processing, and number theory. It offers optimized implementations for fundamental methods and specialized algorithms, supported by infrastructure for static site generation and version-controlled content management.

The documentation is rendered as a static site, ensuring consistent access to mathematical formulas and code examples across devices.
- [boostorg/boost](https://awesome-repositories.com/repository/boostorg-boost.md) (8,493 ⭐) — Boost is a collection of portable, high-performance source libraries that extend the C++ standard library. It provides a wide range of reusable components, data structures, and algorithms designed to add capabilities to the base language across different platforms.

The project is distinguished by its extensive focus on compile-time template metaprogramming and generic programming. It implements advanced architectural patterns such as policy-based design, concept-based type validation, and the use of SFINAE for conditional template resolution to minimize runtime overhead.

The library covers a broad surface of capability areas, including asynchronous network programming and I/O, high-performance parallel computing with GPGPU support, and complex graph theory analysis. It also provides comprehensive tools for interprocess communication, memory management, functional programming primitives, and internationalization.

Additional utility coverage includes portable filesystem management, high-precision mathematics, date and time representation, and statistical data analysis.
- [donnemartin/interactive-coding-challenges](https://awesome-repositories.com/repository/donnemartin-interactive-coding-challenges.md) (31,529 ⭐) — This project is a comprehensive curriculum for mastering computer science fundamentals and preparing for technical interviews. It provides over 120 interactive Python coding challenges that focus on algorithmic skill development, data structure implementation, and logical problem solving.

The learning experience is delivered through a series of executable notebooks that combine instructional content with hands-on coding exercises. Each challenge is self-contained and relies on automated unit tests to verify the correctness of user-implemented solutions against predefined constraints and edge cases. To support long-term retention, the repository also includes a set of digital flashcards designed for spaced-repetition study of core programming concepts and design patterns.

The curriculum covers a broad range of topics, including arrays, strings, linked lists, stacks, queues, graphs, trees, recursion, dynamic programming, and bit manipulation. All solutions are implemented using the Python standard library to ensure portability and focus on fundamental language features.
- [exacity/deeplearningbook-chinese](https://awesome-repositories.com/repository/exacity-deeplearningbook-chinese.md) (37,285 ⭐) — This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational resource on the theory and implementation of neural networks. It functions as a collaborative technical translation project designed to make complex academic AI literature accessible to non-English speakers.

The project utilizes a community-driven translation model that integrates external suggestions and pull requests to refine linguistic accuracy and reduce bias. It employs standardized terminology mapping to ensure a uniform vocabulary throughout the translated content.

To improve web accessibility and browsing, the project includes utilities for transforming structured academic content, specifically converting LaTeX source files and PDF documents into Markdown and HTML formats. It also provides supplemental materials such as exercises and lecture slides to support the learning process.
- [miloyip/game-programmer](https://awesome-repositories.com/repository/miloyip-game-programmer.md) (18,507 ⭐) — This project is a comprehensive educational resource and knowledge base designed to guide developers through the technical requirements of a career in game programming. It functions as a structured curriculum that organizes essential engineering principles and mathematical foundations into a logical roadmap, facilitating a clear progression from foundational concepts to advanced system mastery.

The repository serves as a centralized hub for navigating the multidisciplinary domains of interactive software development. It provides curated references and learning materials across core areas including computer graphics engineering, physics simulation, artificial intelligence, and game engine architecture. By categorizing these complex technical fields into a hierarchical structure, the project simplifies the discovery of industry-standard engineering practices.

The content is maintained as a static, file-based index that supports community-driven updates and long-term reference. This approach allows for the collaborative refinement of the curriculum, ensuring that the roadmap remains an evolving resource for developers seeking to build complex game systems.
- [ageron/handson-ml](https://awesome-repositories.com/repository/ageron-handson-ml.md) (25,608 ⭐) — This is a machine learning educational repository consisting of a collection of notebooks and code examples. It provides practical implementations of diverse machine learning algorithms and workflows, ranging from traditional scientific computing to deep learning.

The project features specific implementations of Scikit-Learn models, such as decision trees, random forests, and support vector machines, as well as TensorFlow examples for building neural networks, convolutional layers, and recurrent architectures. It also includes tutorials on reinforcement learning development and the creation of autoencoders and capsule networks.

The repository covers the full data science pipeline, including data acquisition, sanitization, preprocessing, and dimensionality reduction. It further addresses model development through hyperparameter optimization, candidate model evaluation, and the use of ensemble methods.

A reproducible containerized environment is provided to manage dependencies, launch notebooks, and enable GPU acceleration.
- [cp-algorithms/cp-algorithms](https://awesome-repositories.com/repository/cp-algorithms-cp-algorithms.md) (10,805 ⭐) — This project is a comprehensive reference for algorithms and data structures used to solve complex computational problems in competitive programming. It serves as a technical resource for implementing advanced mathematical programming, computational geometry, and graph theory.

The repository provides detailed implementation guides for diversifying algorithmic techniques, including top-down and bottom-up dynamic programming optimization, number theory, and linear algebra. It features specific guides for complex tasks such as constructing planar graphs, solving linear Diophantine equations, and managing string patterns with suffix automata.

The collection covers a broad surface of capabilities, including graph connectivity and spanning trees, spatial analysis and convex hulls, and combinatorial optimization. It also provides reference implementations for various data structures and techniques for range queries and tree decomposition.
- [joshuacc/prose-for-programmers](https://awesome-repositories.com/repository/joshuacc-prose-for-programmers.md) (0 ⭐) — This is a book for programmers. It is a guide to mastering the most difficult programming language of all: human language.
- [google-research/google-research](https://awesome-repositories.com/repository/google-research-google-research.md) (38,139 ⭐) — This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum computing, and large-scale scientific data analysis. It provides foundational frameworks for developing complex algorithmic systems, offering the necessary infrastructure for distributed training, computational graph execution, and high-performance model development.

The project distinguishes itself by integrating specialized research domains with robust, privacy-preserving methodologies. It supports diverse scientific discovery through tools for quantum simulation, physics-informed neural modeling, and secure data aggregation. Beyond core machine learning, the platform facilitates advanced research in fields such as genomics, environmental forecasting, and clinical health diagnostics, enabling researchers to apply deep learning to complex, real-world datasets.

The repository encompasses a broad capability surface, including automated research tooling, natural language processing, and machine perception. It provides infrastructure for monitoring model performance, benchmarking factuality, and ensuring responsible artificial intelligence through fairness and robustness evaluations. These tools are designed to support experimental workflows, from hypothesis generation and scientific code synthesis to the deployment of energy-efficient models on edge hardware.
- [thealgorithms/go](https://awesome-repositories.com/repository/thealgorithms-go.md) (18,085 ⭐) — This repository serves as a comprehensive collection of standard computer science algorithms and data structures implemented in the Go programming language. It functions as an educational resource for developers to study idiomatic code examples and master fundamental computational logic through practical, hands-on implementation.

The project provides a reference for building and utilizing essential storage containers, such as linked lists, heaps, and hash maps, to organize information efficiently. It also includes a suite of proven mathematical algorithms for performing complex numerical calculations and statistical analysis, alongside tools for graph theory analysis to model relationships and optimize network paths.

Beyond core data structures, the library covers a broad range of computational tasks including text sequence processing and data integrity verification. These implementations allow users to apply established algorithmic approaches to solve common programming challenges and integrate reliable logic into their own software applications.
- [keon/algorithms](https://awesome-repositories.com/repository/keon-algorithms.md) (25,269 ⭐) — This repository is a structured educational archive of classic computer science algorithms and data structures implemented in Python. It serves as a reference library designed for study and technical skill development, providing clean, readable examples of fundamental computational techniques rather than production-ready software components.

The project distinguishes itself through its idiomatic approach, utilizing native language features and standard library conventions to demonstrate algorithmic logic clearly. Each implementation is organized into a hierarchical directory structure that mirrors standard computer science categories, allowing users to navigate between topics like dynamic programming, graph traversal, and bit manipulation with ease.

The collection covers a broad spectrum of problem-solving patterns, including searching, sorting, and various data structure operations, which are useful for technical interview preparation and competitive programming training. Every algorithm is provided as a standalone, self-contained script that requires no external dependencies, making the codebase accessible for quick prototyping and independent exploration.
- [basecamp/handbook](https://awesome-repositories.com/repository/basecamp-handbook.md) (6,603 ⭐) — This project is a public company employee handbook that serves as a centralized reference for internal policies, organizational standards, and corporate governance for a distributed workforce. It functions as an operational guide and culture manifesto, detailing the shared values and social norms used to align a global team.

The handbook defines a remote-first operational model that emphasizes asynchronous communication and a distributed work infrastructure. It specifies unique organizational practices such as cycle-based development intervals, a customer-facing support rotation for all employees, and a compensation model based on industry market deciles.

The documentation covers a broad surface of human resources and operational capabilities. This includes detailed career frameworks with competency matrices for engineering, design, and support roles, as well as comprehensive benefits administration covering health insurance, retirement contributions, and paid leave. It also outlines corporate device management standards, including security baselines and remote wiping procedures for company hardware.
- [sebsjames/maths](https://awesome-repositories.com/repository/sebsjames-maths.md) (8 ⭐) — C++ modules for scalar, vector and complex math. And maths.
- [microsoft/typescript](https://awesome-repositories.com/repository/microsoft-typescript.md) (109,271 ⭐) — TypeScript is a language that extends standard syntax by adding a static type system. It identifies potential runtime errors by analyzing the behaviors and capabilities of values during the compilation process. The language supports object-oriented structures, including classes with inheritance and member visibility control, as well as flexible function definitions that utilize generics, overloads, and parameter destructuring.

The project provides a compiler that manages the build lifecycle through a command-line interface, offering configurable options for module resolution, code generation, and file watching. It includes a suite of utility types for transforming object structures, such as picking, omitting, or modifying property requirements. Developers can organize code using various module standards, including support for both legacy and modern formats.

Comprehensive documentation is available to support the development process, ranging from a detailed handbook and syntax cheat sheets to specific guides for authoring declaration files. These resources assist in integrating type checking into existing codebases and provide guidance on modeling modules for interoperability.
- [raywenderlich/swift-algorithm-club](https://awesome-repositories.com/repository/raywenderlich-swift-algorithm-club.md) (29,101 ⭐) — This project is a computer science educational resource and a library of common data structures and algorithms implemented in Swift. It serves as a practical reference for studying complexity and efficiency through solved algorithmic problems and conceptual guides.

The collection includes implementations of linear and hierarchical data structures, such as stacks, queues, linked lists, and trees. It covers a wide range of computational patterns, including graph and pathfinding implementations, mathematical numerical methods, and data compression techniques.

The project also provides implementations of predictive models and tools for network analysis and data sorting. It applies standardized logic patterns to resolve classic computational puzzles and mathematical challenges.
- [spamegg1/math-for-cs-solutions](https://awesome-repositories.com/repository/spamegg1-math-for-cs-solutions.md) (0 ⭐) — Please note that the above book by Epp is much better suited for beginners, whereas MIT Math for CS is much more difficult. (Solutions to that one are here.)
- [avik-jain/100-days-of-ml-code](https://awesome-repositories.com/repository/avik-jain-100-days-of-ml-code.md) (51,254 ⭐) — This project is a structured educational curriculum designed to guide developers through the fundamentals of machine learning. It functions as a technical skill builder, offering a curated roadmap of progressive coding challenges that cover core algorithms, statistical concepts, and essential data science libraries.

The repository distinguishes itself through an iterative sequencing of content, organizing complex technical topics into a daily progression that facilitates incremental mastery. It integrates third-party academic lectures and educational resources to provide necessary theoretical context, which is then paired with library-centric implementations that translate mathematical theory into functional code.

The curriculum encompasses a broad capability surface, including deep learning foundations, statistical model implementation, and data science essentials. Learners engage with these topics through modular units that utilize interactive computational documents, allowing for the combination of live code, mathematical explanations, and visual data exploration to verify model performance.
- [pkuflyingpig/cs-self-learning](https://awesome-repositories.com/repository/pkuflyingpig-cs-self-learning.md) (73,191 ⭐) — This project is a centralized repository and academic resource aggregator designed to guide students through a structured computer science curriculum. It provides a comprehensive roadmap of foundational courses and technical materials, helping learners navigate the transition from introductory programming to advanced software engineering proficiency.

The repository distinguishes itself through a community-driven approach, where study paths and resource collections are refined and expanded via peer feedback and collaborative contributions. By organizing high-quality lecture notes, assignments, and reading lists from top-tier university programs into a logical progression, it enables self-directed learners to bridge technical skill gaps and optimize their academic performance.

The content is maintained as a version-controlled collection of markdown files, ensuring that the learning path remains transparent and accessible. This documentation is compiled into a static format, allowing users to navigate complex academic sequences and track their progress across platforms without the need for dynamic backends.
- [silviopaganini/maths](https://awesome-repositories.com/repository/silviopaganini-maths.md) (199 ⭐) — learning maths again
- [terkelg/math](https://awesome-repositories.com/repository/terkelg-math.md) (121 ⭐) — Math snippets with graphic programming in mind.
- [bqi343/cp-notebook](https://awesome-repositories.com/repository/bqi343-cp-notebook.md) (2,840 ⭐) — cp-notebook is an algorithmic knowledge base and implementation library designed for competitive programming practice. It serves as a system for computational problem solving, allowing for the organization of problem sets, solution templates, and the study of competition mathematics.

The project utilizes a taxonomy-based tagging system and schema-driven organization to map computational tasks to a consistent file structure. It employs a language-agnostic template engine and markdown-based rendering to transform raw text and code snippets into a formatted, static knowledge base for fast lookup.

Data is managed through flat-file storage and persistence to facilitate version control and portable migration of algorithmic patterns and strategies.
- [pixijs/pixijs](https://awesome-repositories.com/repository/pixijs-pixijs.md) (47,416 ⭐) — PixiJS is a high-performance 2D rendering engine designed for building interactive visual content and browser-based games. It provides a hardware-accelerated graphics library that leverages WebGL and WebGPU backends to execute complex scenes, utilizing a hierarchical scene graph to manage object transformations and display order.

The project distinguishes itself through a sophisticated architecture that decouples rendering logic from hardware APIs, allowing for consistent performance across diverse browser environments. It features a robust, asynchronous asset pipeline that handles loading, caching, and resolution of media resources, alongside a reactive property system that ensures efficient updates within the scene graph. Developers can extend the engine's core functionality through a modular plugin system and custom environment adapters, enabling usage in non-standard contexts like server-side rendering or background web workers.

Beyond its core rendering capabilities, the engine includes a comprehensive suite of tools for interaction handling, visual effects, and performance optimization. It supports advanced features such as batch-based GPU rendering, automated culling, and container texture caching to minimize overhead in high-density scenes. The framework also provides built-in support for text rendering, skeletal animations, and declarative UI layouts, making it suitable for both data visualization and complex interactive interfaces.

The library is implemented in TypeScript and offers extensive documentation for its API, including support for custom build configurations to optimize final bundle sizes.
- [jaysavsani07/math-metrix](https://awesome-repositories.com/repository/jaysavsani07-math-metrix.md) (0 ⭐) — Math Matrix : Train Your Brain, Improve Math Skill
- [terkelg/awesome-creative-coding](https://awesome-repositories.com/repository/terkelg-awesome-creative-coding.md) (14,480 ⭐) — This project is a curated resource repository and learning platform dedicated to creative coding, generative art, and graphics programming. It serves as a comprehensive directory for developers and artists seeking to build interactive media, procedural visuals, and real-time digital experiences.

The collection distinguishes itself by aggregating a wide range of technical tools, frameworks, and educational materials necessary for mastering creative technology. It provides access to specialized graphics libraries, shader editors, and hardware interfaces, while also offering guidance on the mathematical foundations and algorithmic logic required for complex visual output.

Beyond core tooling, the repository supports the integration of machine learning and computer vision into creative workflows. It connects practitioners to a broader ecosystem of tutorials, academic resources, and community forums, facilitating the development of interactive installations and high-performance audiovisual projects.
- [graphiteeditor/graphite](https://awesome-repositories.com/repository/graphiteeditor-graphite.md) (24,258 ⭐) — Graphite is a node-based visual design environment that integrates vector illustration, raster image processing, and motion graphics generation into a single platform. It utilizes a functional reactive pipeline and a data-flow execution model to propagate state changes through a graph of interconnected nodes, allowing users to construct complex, automated design workflows.

The platform distinguishes itself through a context-aware evaluation engine that injects runtime metadata—such as coordinate data and loop indices—directly into the node graph. This enables the creation of procedural geometry and dynamic, position-dependent design logic that responds to real-time inputs. By combining these mathematical operations with time-based animation primitives, the system allows for the creation of interactive visual effects and motion graphics that synchronize with system clocks or pointer movement.

The software provides a comprehensive suite of tools for both vector and raster manipulation, including layer-based composition, procedural texture generation, and advanced color management. Users can perform non-destructive image adjustments, apply clipping masks, and generate complex patterns through algorithmic definitions. The environment also supports external integration by fetching remote data and serializing graphical properties into standardized formats.
- [jwiegley/category-theory](https://awesome-repositories.com/repository/jwiegley-category-theory.md) (0 ⭐) — This development encodes category theory in Coq, with the primary aim being to allow representation and manipulation of categorical terms, as well realization of those terms in various target categories.
- [libgdx/libgdx](https://awesome-repositories.com/repository/libgdx-libgdx.md) (24,816 ⭐) — LibGDX is a Java-based framework designed for cross-platform game development, enabling the creation and deployment of 2D and 3D games across desktop, mobile, and web environments from a single codebase. It functions as a comprehensive library that abstracts hardware-accelerated graphics, audio, input, and file system access, providing a unified interface for developers to manage game logic and application lifecycles.

The framework distinguishes itself through a high-performance architecture that prioritizes efficiency and native interoperability. It utilizes a batch-oriented graphics pipeline to minimize GPU state changes and employs direct-buffer native marshalling to exchange large data arrays between managed and native memory without expensive copying. Developers can leverage a JNI-based native bridge to embed C and C++ code directly within Java source files, while an object-pooling memory management system helps maintain consistent frame rates by recycling frequently instantiated objects.

Beyond its core rendering and performance capabilities, the project includes a suite of modular tools for physics simulation, asset management, and third-party service integration. It supports complex game mechanics through entity management, collision detection, and artificial intelligence frameworks, alongside tools for UI construction, audio processing, and network communication. The platform-abstraction-based backend ensures that these features remain consistent across different operating systems and hardware targets.

The project provides extensive build-time utilities for automating asset processing, native library compilation, and project scaffolding. It is designed to be integrated into standard Java development workflows, with documentation and reference implementations available to assist in managing application lifecycles and cross-platform deployment.
- [tayllan/awesome-algorithms](https://awesome-repositories.com/repository/tayllan-awesome-algorithms.md) (24,741 ⭐) — This project is a curated knowledge repository that serves as a comprehensive directory for computer science education, focusing on algorithms and data structures. It provides a structured index of resources designed to assist developers in mastering computational problem-solving techniques, ranging from fundamental theory to advanced applications.

The directory distinguishes itself by aggregating diverse learning materials, including interactive visualization tools, competitive programming platforms, and technical interview preparation guides. By organizing these resources into a hierarchical taxonomy, it enables users to navigate between various formats such as online courses, textbooks, and video playlists.

The content is maintained through a community-driven model, where contributors submit and update links via version-controlled pull requests. This decentralized approach ensures the index remains a current collection of persistent hyperlinks, formatted as structured markdown files for accessibility and ease of navigation.
- [go-music-theory/music-theory](https://awesome-repositories.com/repository/go-music-theory-music-theory.md) (457 ⭐) — Go models of Note, Scale, Chord and Key
- [d2l-ai/d2l-en](https://awesome-repositories.com/repository/d2l-ai-d2l-en.md) (29,001 ⭐) — This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation.

The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flexible model development through modular layer composition, deferred parameter initialization, and symbolic graph hybridization, which balances the ease of imperative coding with the performance benefits of compiled execution.

The project covers a broad capability surface, including computer vision, natural language processing, recommender systems, and reinforcement learning. It provides infrastructure for data pipeline management, gradient-based optimization, and distributed training across multiple hardware accelerators. Users can leverage built-in utilities for hyperparameter tuning, model regularization, and performance monitoring to diagnose and refine their architectures.

The documentation is delivered as a series of interactive notebooks that can be executed locally or on remote cloud infrastructure, providing a standardized interface for deep learning research and experimentation.
- [ozankasikci/rust-music-theory](https://awesome-repositories.com/repository/ozankasikci-rust-music-theory.md) (684 ⭐) — A music theory guide written in Rust.
- [soulmachine/machine-learning-cheat-sheet](https://awesome-repositories.com/repository/soulmachine-machine-learning-cheat-sheet.md) (8,007 ⭐) — This project is a machine learning reference guide and condensed cheat sheet providing a curated collection of classical equations, diagrams, and core concepts. It serves as a technical interview study guide focused on the mathematical foundations and theoretical principles required for machine learning engineering roles.

The resource facilitates the review of algorithm theory and data science interview preparation by offering a centralized location to recall fundamental machine learning patterns and mathematical proofs. It functions as a study guide for academic exams and a quick-reference tool for looking up theoretical foundations during model development.

The content is authored using markdown and LaTeX mathematical notation, organized via a static file system and formatted with custom stylesheets to create dense, scannable visual grids.
- [mathllm/math-v](https://awesome-repositories.com/repository/mathllm-math-v.md) (139 ⭐) — [NeurIPS 2024] MATH-Vision dataset and code to measure multimodal mathematical reasoning capabilities.
- [hakimel/reveal.js](https://awesome-repositories.com/repository/hakimel-reveal-js.md) (71,731 ⭐) — This project is a web-native presentation framework that renders slide decks from standard HTML or Markdown. It functions as a declarative slide engine, managing navigation, state persistence, and lifecycle events through a configuration-driven interface. By leveraging standard web technologies, it enables the creation of responsive, browser-based presentations that support complex layouts, nested transitions, and interactive content.

The framework distinguishes itself through a modular, plugin-based architecture that allows developers to extend core functionality using custom hooks and event listeners. It provides sophisticated visual control, including CSS-transform-based scaling to ensure content fits any viewport, automated element animations between slides, and incremental rendering of content fragments. Additionally, it supports multi-directional navigation, including vertical slide stacks, and offers robust synchronization capabilities for remote presentation control and multi-device audience tracking.

Beyond its core engine, the project includes comprehensive utilities for technical documentation, such as syntax-highlighted code blocks with line-specific focus and integrated mathematical typesetting. It provides native support for React-based applications through dedicated components and adapters, and includes tools for exporting presentations to PDF. The framework is designed for flexibility, allowing for custom themes, dynamic configuration updates, and the embedding of interactive media or external web content directly into the slide deck.

The project is distributed as an ES module, facilitating integration into modern build processes and script bundling environments.
- [seeingtheory/seeing-theory](https://awesome-repositories.com/repository/seeingtheory-seeing-theory.md) (0 ⭐) — Seeing Theory is a project designed and created by Daniel Kunin with support from Brown University's Royce Fellowship Program. The goal of the project is to make statistics more accessible to a wider range of students through interactive visualizations.
- [fincept-corporation/finceptterminal](https://awesome-repositories.com/repository/fincept-corporation-finceptterminal.md) (26,900 ⭐) — FinceptTerminal is a quantitative finance platform and financial engineering library designed for asset valuation, risk management, and fixed-income analytics. It provides a comprehensive suite for algorithmic trading and investment strategy automation, integrating specialized language model agents and node-based workflows to automate market research and alpha generation.

The project distinguishes itself with a dedicated game theory analysis engine for calculating Nash equilibria and simulating strategic interactions in competitive markets. It also features a specialized credit risk modeling tool for estimating default probabilities, building credit scorecards, and calculating expected losses.

The system covers a broad range of capability areas, including derivatives pricing, yield curve construction, and multi-asset portfolio analysis. It incorporates machine learning tools for credit scorecard development and feature engineering, as well as economic analysis frameworks for utility theory and exchange economies.

The platform includes an algorithmic trading suite for real-time trade execution and an LLM investment agent framework for geopolitical and market modeling.
- [handmademath/handmade-math](https://awesome-repositories.com/repository/handmademath-handmade-math.md) (0 ⭐) — A single-file, cross-platform, public domain graphics math library for both C and C++. Supports vectors, matrices, quaternions, and all the utilities you'd expect.
- [jaykali/maskphish](https://awesome-repositories.com/repository/jaykali-maskphish.md) (3,020 ⭐) — Maskphish is a comprehensive security toolkit that integrates capabilities for digital forensics, network vulnerability scanning, open-source intelligence, penetration testing, and social engineering. It functions as a multi-purpose framework for automating reconnaissance and executing security audits across diverse network environments.

The project features a specialized phishing and social engineering toolkit used for cloning websites, masking URLs, and deploying deceptive pages to capture user credentials. It also includes a remote access Trojan builder for generating platform-specific executables and mobile application packages to establish remote command sessions.

The framework covers a broad surface of capabilities, including web application penetration testing, OSINT reconnaissance, memory and disk forensics, and wireless network auditing. It provides tools for payload generation, credential theft, and the automation of information gathering from public data sources.

This project is implemented primarily as a shell-based application.
- [apachecn/interview](https://awesome-repositories.com/repository/apachecn-interview.md) (8,944 ⭐) — This project is a comprehensive knowledge base and study resource designed for mastering technical interviews. It provides structured guides, roadmaps, and curricula focused on data structures, algorithms, system design, and frontend engineering to help candidates prepare for software engineering screenings.

The repository distinguishes itself by offering a holistic approach to professional advancement. Beyond technical drills, it includes a career development handbook covering resume optimization, salary benchmarking, and strategic negotiation coaching. It also provides detailed methodologies for cognitive learning, such as spaced repetition, the Feynman technique, and information structure mapping using MECE models.

The technical surface covers a wide range of computer science and engineering domains. It includes deep dives into distributed systems architecture, machine learning workflows, and frontend component design. Practical application is supported through algorithmic problem sets, JavaScript implementation exercises, and system design blueprints for scalable web applications.

The project is primarily implemented as a collection of Jupyter Notebooks.
- [crystal-lang/crystal](https://awesome-repositories.com/repository/crystal-lang-crystal.md) (20,299 ⭐) — Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process.

The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transformation of the abstract syntax tree, enabling developers to automate repetitive tasks and generate code dynamically during compilation. Furthermore, Crystal provides a native foreign function interface that maps native memory layouts and function signatures to local identifiers, facilitating direct interaction with external system libraries.

Beyond its core language features, Crystal includes a comprehensive suite of tooling for the entire software lifecycle. This includes dependency management, automated testing frameworks, documentation generation, and project scaffolding utilities. The ecosystem supports high-performance systems programming, cross-architecture compilation, and the production of statically linked binaries to simplify deployment across diverse environments.
- [markrogoyski/math-php](https://awesome-repositories.com/repository/markrogoyski-math-php.md) (2,413 ⭐) — Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
- [labuladong/fucking-algorithm](https://awesome-repositories.com/repository/labuladong-fucking-algorithm.md) (134,160 ⭐) — This project is a comprehensive educational platform designed to facilitate the mastery of computer science algorithms and data structures. It provides a structured learning curriculum, a library of practice problems, and an integrated toolkit that supports both academic study and competitive programming preparation. By combining theoretical roadmaps with practical implementation exercises, the system enables users to build a deep understanding of core computational concepts.

The platform distinguishes itself through its focus on integrated learning and visual clarity. It offers AI-powered guidance and editor-native plugins for popular development environments, allowing users to access algorithmic templates and conceptual references directly within their coding workflow. To assist with the comprehension of complex logic, the project includes an interactive visualization suite that renders recursive processes and data structure operations, such as graph connectivity and search strategies, in real-time.

Beyond its core educational content, the project provides specialized utilities for competitive programming, including standardized input-output bridging and environment configuration tools. These features ensure that users can efficiently translate their algorithmic knowledge into solutions for assessment platforms. The repository serves as a centralized resource for technical skill acquisition, offering a systematic approach to navigating advanced topics and refining problem-solving methodologies.
- [cs231n/cs231n.github.io](https://awesome-repositories.com/repository/cs231n-cs231n-github-io.md) (10,923 ⭐) — This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition.

The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures.

The curriculum covers a wide range of deep learning capabilities, including the mathematical foundations of backpropagation, the development of transformer encoders and decoders, and the training of generative adversarial networks. It also includes instructional content on model interpretability, adversarial machine learning, and the optimization of neural network hyperparameters.

The project provides accompanying programming assignments and suggests pre-configured GPU environments to facilitate the practical execution of the technical material.
- [google/tree-math](https://awesome-repositories.com/repository/google-tree-math.md) (0 ⭐) — tree-math makes it easy to implement numerical algorithms that work on JAX pytrees, such as iterative methods for optimization and equation solving. It does so by providing a wrapper class tree_math.Vector that defines array operations such as infix arithmetic and dot-products on pytrees as if…
- [mtdvio/every-programmer-should-know](https://awesome-repositories.com/repository/mtdvio-every-programmer-should-know.md) (99,795 ⭐) — This project is a comprehensive, community-curated knowledge base designed to support software engineers in mastering both fundamental computer science principles and practical industry methodologies. It serves as a centralized reference library that aggregates technical resources, academic literature, and professional guidance to facilitate systematic skill acquisition across the entire software development lifecycle.

What distinguishes this repository is its holistic approach to the engineering profession, which bridges the gap between theoretical knowledge and career-oriented development. Beyond core technical topics like system architecture, distributed systems, and algorithmic design, the project provides extensive guidance on professional growth, including resume optimization, soft skills, and strategies for maintaining mental health and productivity in demanding technical environments.

The repository covers a broad capability surface, ranging from low-level system concerns such as memory management and data structures to high-level practices in platform engineering and software craftsmanship. It also incorporates resources for collaborative development, security protocols, and interactive learning, ensuring that developers have access to authoritative information for both daily problem-solving and long-term career advancement.

The content is structured as a hierarchical collection of markdown files, maintained through a version-controlled, community-driven workflow that ensures the information remains accurate and relevant as industry standards evolve.
- [cbaggers/rtg-math](https://awesome-repositories.com/repository/cbaggers-rtg-math.md) (58 ⭐) — common lisp library providing common math functions used in games
- [pixieditor/pixieditor](https://awesome-repositories.com/repository/pixieditor-pixieditor.md) (7,840 ⭐) — PixiEditor is a multi-functional graphics suite that serves as a pixel art editor, a node-based graphics editor, and a vector graphics tool. It functions as a shader-based painting tool and 2D animation software, providing a comprehensive environment for creating raster images and frame-by-frame motion.

The project is distinguished by its use of node-based workflows for building complex image transformations, visual effects, and custom digital brush designs. It utilizes a shader-based brush engine and a node graph to define personalized painting tool behaviors and procedural animations.

The application covers a wide range of capabilities including 2D animation production with onion skinning, vector graphic illustration with boolean shape operations, and extensive image processing through GPU-accelerated modifications. It also provides comprehensive color management, layer blending, and a mathematical node graph for visual composition.
- [d2l-ai/d2l-zh](https://awesome-repositories.com/repository/d2l-ai-d2l-zh.md) (78,493 ⭐) — This project is an open-source, interactive educational platform designed to teach deep learning through a comprehensive, code-first curriculum. It provides a structured learning path that covers foundational mathematics, modern neural network architectures, and practical optimization techniques, enabling practitioners to master complex artificial intelligence concepts through hands-on experimentation.

The platform distinguishes itself by integrating technical explanations with executable Jupyter notebooks. This design allows readers to modify code and hyperparameters in real-time, facilitating immediate feedback and practical skill acquisition. The curriculum spans a wide range of domains, including computer vision and natural language processing, while providing the necessary infrastructure to run these interactive materials locally or via cloud-based environments.

The project covers a broad capability surface, including end-to-end model training pipelines, advanced sequence modeling, and techniques for computational performance optimization. It addresses essential deep learning primitives such as automatic differentiation, layer construction, and parameter management, ensuring users gain both theoretical understanding and implementation proficiency.

The documentation is structured as a live, interactive textbook, with comprehensive guides for environment setup and cloud resource management to support the learning experience.
- [ankitects/anki](https://awesome-repositories.com/repository/ankitects-anki.md) (28,571 ⭐) — Anki is a cross-platform flashcard management system designed to optimize long-term memory retention through spaced-repetition learning. It functions as a digital learning assistant that uses active recall practice and automated scheduling algorithms to determine the ideal timing for card reviews based on individual performance history. The core system relies on a local relational database to ensure data persistence and portability, while supporting complex study workflows through flexible note-type schema modeling and template-driven content rendering.

The platform distinguishes itself through deep extensibility and content customization. Users can modify core application behavior and scheduling logic via a plugin-based framework or by implementing custom scheduling models. The interface supports rich media integration, including audio, images, and text-to-speech, which can be styled using HTML and CSS templates to suit specific subjects. Advanced users can further tailor the environment with dynamic script embedding, custom note types, and specialized card layouts like cloze deletions or image occlusions.

Beyond its core scheduling capabilities, the software provides a comprehensive suite of tools for managing large collections of study material. This includes hierarchical deck organization, tag-based content management, and advanced search and filtering utilities. The system also offers robust observability features, such as detailed performance analytics, study progress visualization, and tools for identifying and managing problematic study items.

Anki facilitates consistent learning across multiple devices through a built-in synchronization protocol that merges collection data and media assets. The application is distributed as a compiled build and includes extensive configuration options for display rendering, input methods, and system integration to ensure compatibility across various desktop environments.
- [theory/pgtap](https://awesome-repositories.com/repository/theory-pgtap.md) (1,146 ⭐) — PostgreSQL Unit Testing Suite
