Showing 615 open source projects for "tiny"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    hBTCache

    hBTCache

    A tiny db-less script coded by me(hon) for saving torrent files.

    hBTCache FiRST EDiTiON - Torrent Storage Cache script honBitTorrentCache A tiny db-less script coded by me(hon) for saving torrent files like itorrents, btcache, torrage. Requirements: - PHP > 4.0.3 Tested on PHP 4.0.3, 5.4, 5.5, 5.6. It will work on PHP 7.x.x and PHP 8 as all the used functions are remain in all php versions (Function availability check: php.net) As always using Valid XHTML 1.0 Traditional - Supported on Browsers released after 1999 - Including Netscape
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SeedLinux is a small CUI-based Linux OS for education and fun. version 1.1.1 is now released! (Since there was a boot error in v1.1, we have released v1.1.1)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Tessellation and subdivision of 4 cornerpointed surfaces. Tiny scripts to create robust objects in 3D OpenGL. Software method only, works without hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    The Minimum Project v0.10 Download

    Download the latest version for free

    Get ready to experience a bold and surreal adventure in The Minimum Project, where the ordinary becomes extraordinary—and you’ve literally shrunk to make it happen. You step into the shoes of Hiroshi, an unassuming student at Saisho Academy, who volunteers to help with a science club invention… only to find himself reduced to 1/100th of his normal height. Now tiny in a world of giants, you must navigate a school filled with towering classmates and perilous environments. As you explore...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    rspdb
    rspdb is a tiny very fast database that was developed to be a replacement to ini files and xml when storing applications information, it is being developed to be small and fast and sql over it is being developed now in october 2024... After 02/oct/2024 basic (or advanced) security code to ensure recovery of crash and data integrity check (MD5) was added
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Play with Apache Pulsar

    Play with Apache Pulsar

    A tiny game using Apache Pulsar

    This project is a tutorial-style codebase demonstrating how to build a multiplayer online game (in the style of Bomberman) using Apache Pulsar as the real-time event stream backbone. With Go as the implementation language and the Ebitengine 2D game framework, the system handles rooms, player movement, bomb placement/pushing, destructible and indestructible blocks, scoring, and even replay recording. Central to the architecture is the use of Pulsar topics to propagate player events, score...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Hashids

    Hashids

    A small PHP library to generate YouTube-like IDs from numbers

    Hashids is a small open-source library that generates short, unique, non-sequential ids from numbers. It converts numbers like 347 into strings like “yr8”, or array of numbers like [27, 986] into “3kTMd”. You can also decode those ids back. This is useful in bundling several parameters into one or simply using them as short UIDs. Hashids works similarly to the way integers are converted to hex, but with a few exceptions. The alphabet is not base16, but base base62 by default. The alphabet is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Selfie

    Selfie

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

    An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor. Selfie is a project of the Computational Systems Group at the Department of Computer Sciences of the University of Salzburg in Austria. 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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    ConvNeXt V2

    ConvNeXt V2

    Code release for ConvNeXt V2 model

    ConvNeXt V2 is an evolution of the ConvNeXt architecture that co-designs convolutional networks alongside self-supervised learning. The V2 version introduces a fully convolutional masked autoencoder (FCMAE) framework where parts of the image are masked and the network reconstructs the missing content, marrying convolutional inductive bias with powerful pretraining. A key innovation is a new Global Response Normalization (GRN) layer added to the ConvNeXt backbone, which enhances feature...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Argh

    Argh

    Rust derive-based argument parsing optimized for code size

    argh is a tiny, pragmatic command-line argument parsing library that favors simple, readable code over elaborate configuration. It’s designed for the case where you just want to declare a few flags, accept some positional arguments, and print helpful usage text without wiring up a heavy framework. The API is intentionally compact so you can parse arguments inline near main() and map them straight into native types. It supports short and long options, boolean switches, and key–value flags while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    unfetch

    unfetch

    Bare minimum 500b fetch polyfill

    Tiny 500b fetch "barely-polyfill". With a module bundler like rollup or webpack, you can import unfetch to use in your code without modifying any globals. While one of Unfetch's goals is to provide a familiar interface, its API may differ from other fetch polyfills/ponyfills. One of the key differences is that Unfetch focuses on implementing the fetch() API, while offering minimal (yet functional) support to the other sections of the Fetch spec, like the Headers class or the Response class...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Yocto/GL

    Yocto/GL

    Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics

    Yocto/GL is a collection of small C++17 libraries for building physically-based graphics algorithms released under the MIT license. Yocto/GL is written in a deliberately data-oriented style for ease of development and use. Yocto/GL is split into small libraries to make code navigation easier. See each header file for documentation. Simple shape data structure, utilities for manipulating triangle meshes, quads meshes and line sets, computation of normals and tangents, linear and Catmull-Clark...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TinyScheme

    TinyScheme

    A tiny Scheme interpreter for embedding in programs.

    TinyScheme is a Scheme interpreter that can execute Scheme code but is also suitable for embedding in programs. The goal is to keep the interpreter small while providing as much compatability with Scheme standards as possible.
    Leader badge
    Downloads: 49 This Week
    Last Update:
    See Project
  • 14
    esri-loader

    esri-loader

    A tiny library to help load ArcGIS API for JavaScript modules

    A tiny library to help you use the ArcGIS API for JavaScript AMD modules in applications built with popular JavaScript frameworks and bundlers. Follow the Install and Usage instructions below to get started. Then see more in depth instructions on how to configure the esri-loader and use it with React, Vue.js, Angular, Ember, or the ArcGIS Types. Learn how esri-loader can help improve application load performance and allow you to use the ArcGIS API in server-side rendered applications. The code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    EmbedIO

    EmbedIO

    A tiny, cross-platform, module based web server for .NET

    A tiny, cross-platform, module based, MIT-licensed web server for .NET Framework and .NET Core. Written entirely in C#, using our helpful library SWAN. Network operations use the async/await pattern: Responses are handled asynchronously. Multiple implementations support: EmbedIO can use Microsoft HttpListener or internal Http Listener based on Mono/websocket-sharp projects. Cross-platform: tested on multiple OS and runtimes. From Windows .NET Framework to Linux MONO. Extensible: Write your own...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Pure.css

    Pure.css

    A set of small, responsive CSS modules that you can use

    A set of small, responsive CSS modules that you can use in every web project. Pure is ridiculously tiny. The entire set of modules clocks in at 3.7KB* minified and gzipped. Crafted with mobile devices in mind, it was important to us to keep our file sizes small, and every line of CSS was carefully considered. If you decide to only use a subset of these modules, you'll save even more bytes. Pure builds on Normalize.css and provides layout and styling for native HTML elements, plus the most...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NanoNeuron

    NanoNeuron

    NanoNeuron is 7 simple JavaScript functions

    Nano-Neuron is a didactic project that reduces the idea of a neuron to a handful of tiny JavaScript functions so learners can see “learning” in action without heavy frameworks. It demonstrates how a scalar input can be linearly transformed with a weight and bias, then adjusted via gradient updates to fit a simple mapping such as Celsius-to-Fahrenheit conversion. The code emphasizes readability over performance, inviting you to step through calculations and watch parameters converge. Because...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MaraDNS is a fully open-sourced DNS server that strives to be secure. It is written in C (no C++) and is suitable for embedded systems.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 19
    Bullet Physics SDK

    Bullet Physics SDK

    Real-time collision detection and multi-physics simulation for VR

    This is the official C++ source code repository of the Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. We are developing a new differentiable simulator for robotics learning, called Tiny Differentiable Simulator, or TDS. The simulator allows for hybrid simulation with neural networks. It allows different automatic differentiation backends, for forward and reverse mode gradients. TDS can be trained...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Microbundle

    Microbundle

    Zero-configuration bundler for tiny modules

    Microbundle produces esm, cjs, umd bundles with your code compiled to syntax that works pretty much everywhere. While it's possible to customize the browser or Node versions you wish to support using a browserslist configuration, the default setting is optimal and strongly recommended. In addition to the above formats, Microbundle also outputs a modern bundle specially designed to work in all modern browsers. This bundle preserves most modern JS features when compiling your code, but ensures...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Calculator

    Calculator

    Minimal Calculator

    Materialistic minimal Calculator build using Kotlin for Android, with support from Android 7(Nougat) to the latest Android YouTube: https://youtube.com/shorts/FaTfubLK7os Buy Me a Coffee: https://www.buymeacoffee.com/pranjal_barnwal
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MiniPixel

    MiniPixel

    A tiny pixel art editor

    MiniPixel is a minimalistic pixel art editor written in Zig. It's designed for simplicity and efficiency, providing essential tools for creating and editing pixel art without the overhead of more complex software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Parser Generator

    Parser Generator

    It is an LL(1) recursive descent parser generator in VB.NET

    It is an LL(1) recursive descent parser generator written in VB.NET which can generate a scanner, parser, and parsetree file in either C# , Java or VB code. The original code and documentation can be found in the article 'A Tiny Parser Generator v1.2' on CodeProject. Requires dotNet2.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    unimpaired.vim

    unimpaired.vim

    unimpaired.vim: Pairs of handy bracket mappings

    ... for structural edits. Paste mappings are adjusted so linewise pastes respect indentation and placement. The goal is to give you a toolbox of tiny, orthogonal improvements that feel native to Vim rather than an intrusive remapping of fundamentals.
    Downloads: 1 This Week
    Last Update:
    See Project