Showing 2122 open source projects for "reference"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    Classsroom-Insights
    Classroom Insights is a software designed to compute various statistical metrics from a CSV file/database of students' and teachers' performance records. It was intended to be the teacher's companion when drafting end-of-sequence or end-of-year reports on classroom performances after evaluations. This software features multiple tools to provide the teacher with a unique perspective on their students' performances across evaluations. This software makes use of quantitative and graphical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Chakra UI Vue

    Chakra UI Vue

    Build scalable and accessible Vue.js applications with ease.

    ...Chakra UI Vue gives you a set of accessible and composable Vue components that you can use to build your favorite applications and sites. Chakra UI strictly follows WAI-ARIA standards. All components come with proper attributes and keyboard interactions out of the box. Quickly and easily reference values from your theme throughout your entire application, on any component. Components were built with composition in mind. You can leverage any component to create new things.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Nano_cheatsheet

    Arduino Nano pin functions and hardware setup cheat sheets.

    A repository for holding reference drawings and notes for using the Arduino Nano.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Exposure Notifications Server

    Exposure Notifications Server

    Exposure Notification Reference Server | Covid19 Exposure Notification

    Exposure Notifications Server is an open source reference implementation developed by Google to support the COVID-19 Exposure Notifications API, designed for use by public health authorities around the world. The server provides a secure and privacy-preserving backend system that enables governments and organizations to deploy exposure notification applications for Android and iOS devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5

    Biochemistry

    Compares serum biochemistry parameters in selected animals

    Biochemistry compares your serum biochemistry parameters of animals with one's reference values (Kaneko et al, 2008) and can save laboratory card for tested parameters. Cat, dog, pig, cow and horse are included
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    QTads

    QTads

    A cross-platform, multimedia interpreter for TADS adventure games.

    ...It runs on Linux, macOS and Microsoft Windows. TADS stands for "Text Adventure Development System" and comes with its own programming language and virtual machine (the TADS VM.) QTads uses the reference implementations of the T2 and T3 VMs written by Michael J. Roberts.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Learning Prompt

    Learning Prompt

    Free prompt engineering online course

    ...Because prompt design is a skill under continuous iteration, the repo encourages contributions of new prompt recipes, evaluations, and domain-specific adaptations. It’s intended for educators, developers, and prompt engineers who want a living toolkit rather than static advice. Over time it serves as both a reference and playground for emergent prompt techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DevConnector 2.0

    DevConnector 2.0

    Social network for developers, built on the MERN stack

    ...The project is structured as teaching material, making trade-offs explicit and code approachable for newcomers to full-stack development. Learners can use it as a template for their own projects or as a reference for common MERN stack techniques.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Scalable-Software-Architecture

    Scalable-Software-Architecture

    Collection of tech talks, papers and web links on Distributed Systems

    ...The aim is to help readers study how large systems operate: how to scale them, how to handle latency, failure, load, concurrency, and how to structure software for maintainability at scale. Because many interview and real-world engineering problems revolve around system design now, this collection serves as both prep material and a reference bank for engineers evolving beyond code to architecture. It promotes reading original source material (papers and talks) rather than merely summary blog posts, thereby helping practitioners deepen their mental models. The structure of the repo enables browsing by topic and referencing original links, making it easier to pick a talk and watch it, then reflect on key take-aways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Golang Regex Tutorial

    Golang Regex Tutorial

    Golang - Regular Expression Tutorial

    ...The repository is designed to help developers understand not only the syntax but also the practical implementation of pattern matching in Go. With its structured format, it serves both as an introductory guide and as a reference for intermediate users who want to strengthen their understanding of regular expressions in Go.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Clean Code JavaScript

    Clean Code JavaScript

    Clean Code concepts adapted for JavaScript

    ...Throughout, the guidance encourages single-purpose functions, avoiding unnecessary context and duplications, and favoring functional patterns where they improve clarity. It’s a reference you dip into to assess your code’s clarity and consistency, not a checklist of rules to follow blindly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Food Truck

    Food Truck

    SwiftUI sample code from WWDC22

    ...The code emphasizes testability and separation of concerns, illustrating how to structure features and preview them with sample data. For teams adopting SwiftUI at scale, it serves as a guided reference that balances clean architecture with platform-native polish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    handson-ml2

    handson-ml2

    Jupyter notebooks that walk you through the fundamentals of ML

    ...The material favors clear explanations and runnable code over theory alone, so learners can iterate, visualize, and debug as they go. It’s suitable for self-study, classrooms, and as a reference for practitioners who want concise, working examples of common ML tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Selfie

    Selfie

    An educational software system of a tiny self-compiling C compiler

    ...The Selfie Project provides an educational platform for teaching undergraduate and graduate students the design and implementation of programming languages and runtime systems. The focus is on the construction of compilers, libraries, operating systems, and even virtual machine monitors. The common theme is to identify and resolve self-reference in systems code which is seen as the key challenge when teaching systems engineering, hence the name. Selfie is implemented in a single (!) file and kept minimal for simplicity. There is also a simple in-memory linker, a RISC-U disassembler, a garbage collector, L1 instruction and data caches, a profiler, and a debugger with replay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Style2Paints

    Style2Paints

    Sketch + style = paints

    style2paints is an AI-assisted colorization system aimed primarily at line art and manga, turning monochrome drawings into colored illustrations with minimal manual effort. It combines automatic color inference with user guidance, letting artists nudge the model using sparse color hints, masks, or style references. The pipeline focuses on preserving line quality while spreading coherent colors and shading across regions that are often ambiguous to purely automatic methods. Iterative...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 16
    ...It is imaged, then cropped - once for the suit and once for the value. Using Open CV these images are manipulated and the contours are analysed. These are then compared with reference contours (a set of scripts to produce these images are provided) Contours are an ideal way to do this as small rotations have little effect. The identified card is then located in a particular hand through some basic Python. Som
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Beginner JavaScript

    Beginner JavaScript

    Slam Dunk JavaScript

    ...Because everything runs in the browser with minimal tooling, setup is simple and newcomers can focus on the language rather than the build system. The repo doubles as a reference you can revisit later when you need to refresh syntax or patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NÜWA - Pytorch

    NÜWA - Pytorch

    Implementation of NÜWA, attention network for text to video synthesis

    ...You can easily do this as well, given you train a VQGanVAE on the sketches beforehand. Then, you will use NUWASketch instead of NUWA, which can accept the sketch VAE as a reference. This repository will also offer a variant of NUWA that can produce both video and audio. For now, the audio will need to be encoded manually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Dexcount Gradle Plugin

    Dexcount Gradle Plugin

    A Gradle plugin to report the number of method references in your APK

    A Gradle plugin to report the number of method references in your APK, AAR, or java module on every build. This helps you keep tabs on the growth of your app, with an eye to staying under the 65,536 method-reference limit, and avoiding the headache of eliminating methods or enabling multidex. When applied, dexcount-gradle-plugin will create one task per Android variant that you can execute to produce method-count reports. The tasks are named according the variant, in the format “count${variant}DexMethods”. In a typical app, that means there will be tasks named countDebugDexMethods and countReleaseDexMethods. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GPSDO_by_DF4IAH

    GPSDO_by_DF4IAH

    GNSS or DCF77 disciplined OCXO based on hardware by DL4ZAO and DL7UKM

    #8 - GNSS or DCF77 disciplined OCXO based on hardware by DL4ZAO and DL7UKM. Moved over from GitHub/DF4IAH
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JSON5

    JSON5

    JSON5 — JSON for Humans

    ...Formally, the JSON5 Data Interchange Format is a superset of JSON (so valid JSON files will always be valid JSON5 files) that expands its syntax to include some productions from ECMAScript 5.1 (ES5). It's also a subset of ES5, so valid JSON5 files will always be valid ES5. This JavaScript library is a reference implementation for JSON5 parsing and serialization and is directly used in many of the popular projects mentioned above.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    SGHNetMultiLang

    SGHNetMultiLang

    NET WinForm One-Click Multi-Language Interface Generation

    A Net, WinForm window project can be automatically generated into a multi-language interface, you just need to set the language to be displayed (such as: English, Chinese, Russian, French, German ...) Just generate it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Spring Boot Examples

    Spring Boot Examples

    Spring Boot tutorials, technology stack example code

    ...The repository provides multiple standalone demos (e.g., web, scheduling, persistence, messaging, caching, Docker) to help beginners quickly grasp common components and idioms. The author notes that all examples have been updated to Spring Boot 3.0, with earlier 1.x and 2.x code paths kept accessible for reference. Each sample focuses on a single topic—such as Web MVC, WebFlux, Thymeleaf, JPA/MyBatis CRUD, file upload, Redis/MongoDB, RabbitMQ, and containerization—so you can learn one concept at a time and compose them later. There are also demos for testing, packaging (JAR/WAR), and Docker Compose scenarios that combine Spring Boot with Nginx and MySQL. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    NeuMan

    NeuMan

    Neural Human Radiance Field from a Single Video (ECCV 2022)

    NeuMan is a reference implementation that reconstructs both an animatable human and its background scene from a single monocular video using neural radiance fields. It supports novel view and novel pose synthesis, enabling compositional results like transferring reconstructed humans into new scenes. The pipeline separates human/body and environment, learning consistent geometry and appearance to support animation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Algorithms Math Models

    Algorithms Math Models

    MATLAB implementations of algorithms

    Algorithms_MathModels is a large MATLAB collection of algorithms and solved examples targeted at students and teams preparing for mathematical modeling competitions (national and international contests like MCM/ICM). The repository gathers implementations and case studies across many topics commonly used in contest solutions: optimization (linear, integer, goal and nonlinear programming), heuristic and metaheuristic methods (simulated annealing, genetic algorithms, immune algorithms), neural...
    Downloads: 0 This Week
    Last Update:
    See Project