155 projects for "framework" with 2 filters applied:

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    LLM101n

    LLM101n

    LLM101n: Let's build a Storyteller

    LLM101n is an educational repository that walks you through building and understanding large language models from first principles. It emphasizes intuition and hands-on implementation, guiding you from tokenization and embeddings to attention, transformer blocks, and sampling. The materials favor compact, readable code and incremental steps, so learners can verify each concept before moving on. You’ll see how data pipelines, batching, masking, and positional encodings fit together to train a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Source Code Hunter

    Source Code Hunter

    Source code analysis of Spring, MyBatis, Redis, Netty, and more

    Source Code Hunter is an open source project by Doocs that focuses on analyzing and explaining the source code of widely used Java frameworks and libraries. It helps developers deepen their understanding of internal implementations, design patterns, and performance optimizations by walking through actual codebases such as Spring, MyBatis, Netty, Tomcat, and others. The project aims to bridge the gap between theoretical knowledge and real-world application by providing step-by-step annotated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Learn Regex The Easy Way

    Learn Regex The Easy Way

    Learn regex the easy way

    Learn Regex The Easy Way is a hands-on, interactive resource for learning regular expressions (regex) in a step-by-step, incremental way. Rather than just being a reference sheet, it is designed to help you build understanding gradually: you start with the basics like literal matching, then advance through character classes, quantifiers, groups, alternation, lookaheads/lookbehinds, and more advanced regex features. Each lesson is accompanied by examples and clear explanations, so learners...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Sourdough Framework

    The Sourdough Framework

    Make the best possible sourdough bread at home

    The Sourdough Framework is an open, experiment-driven handbook that explains sourdough baking as a system rather than a set of isolated recipes. It breaks breadmaking into measurable variables—starter strength, flour characteristics, hydration, temperature, salt, timing—and shows how each affects dough behavior and flavor. The text leans on baker’s percentages and dough temperature targets to help you plan, troubleshoot, and reproduce results across seasons and kitchens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 5

    The Practice of Parallel Programming

    A book on parallel programming and a C++ library

    An online edition of the book "The Practice of Parallel Programming" and examples from it. The examples include a parallel programming framework of production quality, that has been used in another project, Triceps.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    imeight

    imeight

    The imaginary eight-bit machine

    Try-it page: https://imeight.sourceforge.io/ (development environment, which is not mobile friendly) An HTML5 emulator of a machine that never existed. The emulator brings back memories from the 1980s, offers graphical features like sprites, character generator, 16-color palette. One goal is to create a framework for making games with 8-bit look and feel, including the process of programming. The programming tutorial helps beginners enter the world of programming in a gamified way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    3 Rs of Software Architecture

    3 Rs of Software Architecture

    A guide on how to write readable, reusable, and refactorable software

    This guide aims to help software developers think more clearly about how to build systems that are not only functional today but maintainable into the future. It focuses on three architectural “ilities”: readability, reusability, and refactorability, presenting them in a hierarchical framework so developers can evaluate and improve their code and system design. The project uses a simple shopping-cart application written in JavaScript and React/Redux to illustrate how code evolves from “bad” via “better” to “good” across those three dimensions. By examining common smells—poor naming, deep nesting, long functions, tight coupling—readers learn how to restructure code to improve maintainability. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A framework for building strategic games. Easily customizable, it allows to represent most fantastic and historical stages by designing their map, timeline, events and main characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MyCoRe

    MyCoRe

    your repository framework

    MyCoRe is an Open Source project for the development of Repositories, Digital Library and archive solutions. The technical base of the system is formed of Java class libraries, XML technology and different database backends. Since 2015 we use https://mycore.atlassian.net/ for bug tracking. Please use our ticket system there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 10
    CasADi
    A symbolic framework for C++, Python and Octave implementing automatic differentiation by source code transformation in forward and reverse modes on sparse matrix-valued computational graphs.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    GSY Flutter Book

    GSY Flutter Book

    Flutter complete development practical explanation series

    GSY Flutter Book is an open-source book (or tutorial style project) built for learning Flutter (the cross-platform mobile UI toolkit from Google) and other related mobile UI development topics. It uses the Flutter framework (Dart language) and provides practical examples, code snippets, screenshots, and detailed explanations of UI components, state management, navigation, animations, architecture, etc. The structure of the book is such that you’ll get both theoretical explanation and hands-on code you can run and adapt. It aims at developers who already have some experience and want to deepen their Flutter skills, particularly for production-grade mobile apps, with best practices, component libraries, and architecture guidance. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DESMO-J is a framework for rapidly building discrete event driven simulation models in Java, which is not restrained to any particular domain of application. It supports both event-oriented and process-oriented modelling views. See http://desmoj.de.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    panFMP
    panFMP is a generic framework suitable for harvested XML metadata that is searchable through Apache Lucene without any additional RDBMS. Fields can be defined by XPath allowing for full text queries on all types of fields including numerical ranges. The code was moved to Github: https://github.com/pangaea-data-publisher/panfmp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Digital Preservation Recorder

    NO LONGER MAINTAINED

    NO LONGER MAINTAINED, NO LONGER SUPPORTED The Digital Preservation Recorder (DPR) has been developed by the National Archives of Australia to manage a digital preservation workflow. It features antivirus integration and makes use of the Xena framework for preservation conversions of data objects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Acoustic Research Tool (ART)

    Acoustic Research Tool (ART)

    Acoustic Simulation Library for Frequency and Time Domain Simulations.

    ART is a flexible simulation framework for wind instruments. It includes a growing library of modelling elements. So far bore discontinuities, branches, tone holes, cylindrical and conical tubes, Bessel horns and bent tubes are available for frequency domain modelling. In the time domain generic bidirectional propagation elements, scattering elements, fractional delays, convolution with reflection functions and general z-domain networks are available and can be described using MuParserX expressions. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    As a library of classes for generating and manipulating music and sound, jMusic provides a solid framework for computer assisted composition in Java. jMusic has a music data structure based upon note/sound events and methods for modifying and structu
    Downloads: 14 This Week
    Last Update:
    See Project
  • 17
    Bibliograph

    Bibliograph

    Open Source Online Bibliographic Data Management

    Bibliograph is a powerful and intuitive open source web application for the collaborative collection, editing and publishing of bibliographic data such as a bibliographies, small library collections or shared research data. It features a modern user interface similar to a desktop application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    LineDDA

    Enumerate every point on a line

    Here is a nice little class we can use to enumerate each and every point on a line. We are using the Digital Differential Analyzer (DDA) approach. The idea of drawing a simple line is well supported by just about every graphical framework. What is less sure is the ability to enumerate through a set of points so as to choose just which points we are interested in. LineDDA also graphically demonstrates support for Positive Slope, Negative Slope, Zero and No Slope. Source code included in archive / jar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MoRe4ABM

    MoRe4ABM

    Managing Ongoing RElationships for Agent-Based Modelling

    The purpose of MoRe4ABM - Managing Ongoing RElationships for ABM - is to support representing and analysing social networks in agent-based modeling. The library provides a large number of network generators and a comprehensive framework for network and node level measures. It integrates well with Repast Simphony and uses the JUNG library. More4ABM furthermore supports initialisation of geographically explicit networks using GIS.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    ...Alongside this, presenting also a graphical representation of the phenomena to the students, they gain a better intuitive understanding of the science that is hidden at the first glance in the usual representation of data - the abstracted plots. In this paper, we present EduKit a software environment based on ROOT framework intended for helping the students learn about the interested nuclear phenomena in a dynamical and graphical interaction. The main goal of EduKit is to setup the required environment for developers in order to create/run a complete educational environment
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Periodic Table of Elements

    Periodic Table of Elements

    Periodic Table of Elements a quick reference tool

    Periodic Table of Elements is a quick reference tool that allows you a quick glance to get general information about an element. The program is for educational purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Gráficas 2D
    Graficas 2D is an opensource library for plotting 2D functions. It's compatible with .NET Framework and Mono
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Collective Mind Technology

    Collective Mind Technology

    plugin-based framework for systematic and reproducible experimentation

    New version moved to http://github.com/ctuning/ck Collective Mind framework (cM) is an open-source plugin-based schema-free repository and infrastructure for collaborative, systematic and reproducible research and experimentation. This 3rd version (started in 2006) helps to implement, preserve, share and reproduce the whole experimental setup as connected modules and data. cM uses crowdsourcing to leverage knowledge and computational resources of multiple users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    simple-quiz

    simple-quiz

    Simple quiz app using PHP >= 5.4 and MySQL.

    Simple quiz app using PHP >= 5.4 and MySQL. Built with Slim, Bootstrap3 and Idiorm
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    SITools2
    SITools2 is a new CNES generic tool performed by a joint effort between CNES and scientific laboratories. The aim of SITools is to provide a self-manageable data access layer deployed on already existing scientific laboratory databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next