Showing 23 open source projects for "tiny"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1
    Mall Learning

    Mall Learning

    Tutorial and sample-code repository

    ..., Jenkins) and technical points in detail. For each topic it provides sample code, explanations of why design decisions were made, trade-offs and how to implement real-world features like search, caching, delayed messaging, file storage. It’s aimed at developers who want to understand how to build scalable e-commerce systems rather than just copy-paste modules. With clearly organized “tiny” modules (mall-tiny-01 etc) the repo supports step-by-step incremental learning.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Flash Linux 0.11 Talk

    Flash Linux 0.11 Talk

    Annotated Unix system source code

    flash-linux0.11-talk is an annotated walkthrough of the Linux 0.11 kernel that explains how a tiny Unix-like system boots, schedules, handles interrupts, and manages memory. The materials break down historically compact and dense code into digestible segments, with diagrams and call flows that trace execution from bootloader to user space. By focusing on a small, early kernel, the series reveals core OS concepts without the complexity of modern subsystems. It highlights how segmentation...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    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: 4 This Week
    Last Update:
    See Project
  • 4

    Quiz

    Quiz is a tiny console/terminal based C program to conduct assessments

    Downloads: 0 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    jieba

    jieba

    Stuttering Chinese word segmentation

    ... for word segmentation in search engines. The paddle mode uses the PaddlePaddle deep learning framework to train the sequence labeling (bidirectional GRU) network model to achieve word segmentation. Also supports part-of-speech tagging. To use paddle mode, you need to install paddlepaddle-tiny, pip install paddlepaddle-tiny==1.6.1. Currently paddle mode supports jieba v0.40 and above. For versions below jieba v0.40, please upgrade jieba, pip install jieba --upgrade.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    nuBASIC

    nuBASIC

    BASIC language interpreter (multiplatform)

    nuBASIC is an implementation of an interpreter of the BASIC programming language and IDE. It has been designed mainly for educational purposes and it is suitable for simple games, educational or small business programs.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Kaleidoscope

    Kaleidoscope

    Haskell LLVM JIT Compiler Tutorial

    This repository is a Haskell port of the classic LLVM “Kaleidoscope” tutorial that walks you through building a tiny programming language from scratch. It covers the complete pipeline: tokenizing and parsing a simple, expression-oriented language, constructing an AST, and generating LLVM IR with a JIT so you can execute code interactively. Along the way it adds language features like user-defined functions, conditionals, loops, and operator precedence, demonstrating how each addition impacts...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    TinyRenderer

    TinyRenderer

    A brief computer graphics / rendering course

    Tiny Renderer (tinyrenderer by ssloy) is a lightweight educational software rasterizer that illustrates how OpenGL works by implementing a mini rendering pipeline in around 500 lines of code—serving as a compact, instructive graphics project. The final code consists of about 500 lines. My students typically require 10 to 20 hours of programming to start producing such renderers. The input is a 3D model composed of a triangulated mesh and textures. The output is a rendering
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    The MOTET Cipher & SE Scrambler

    The MOTET Cipher & SE Scrambler

    A tiny, fast encryption tool in C

    MOTET is a tiny, fast super-encipherment application written in C, featuring the new CSPRNG/stream ciphers MOTE and BEDBUG in each of their three variants, as well as the "gold standard" among ciphers, ISAAC. MOTET brings multiple levels of encryption, including a ciphertext-hash, a Vigenere mixing function, a choice of Caesar MOD or Caesar MIX ciphering on the primary key-stream, plus a deeply scrambled "outer shell" as a final super-encryption stage. A unique nonce IV guarantees that each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    SES Super-Encypherment Scrambler

    SES Super-Encypherment Scrambler

    SES brings back the uncrackable onetime pad, with a digital twist.

    SES brings back the uncrackable onetime pad, with a digital twist. It is well known that a random key of message-length is the only provably unbreakable cipher. SES uses cryptographic strength pseudo-random keys of message-length for its many encipherments, in addition to offering true one-time pad capability for the intrepid. SES is built on ISAAC, Bob Jenkins' unbroken CSPRNG, a fast and simple stream cipher placed in the Public Domain in 1996. SES now gives you the ability to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A light-weight Regular Expression (regex) C library, using double-recursion. (command prompt tester included)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ISC - The ISAAC Stream Cipher

    ISC - The ISAAC Stream Cipher

    ISC lets you encrypt & decrypt text and files of any type up to 4GB

    ISAAC is a cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It was developed by Bob Jenkins from 1993-1996 and placed in the Public Domain. ISAAC is fast - especially when optimised - and portable to most architectures in nearly all programming and scripting languages. After more than 20 years of existence ISAAC has not been broken, and the little program you have here allows you to use it to encrypt and decrypt text of arbitrary length, files of any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Very small and dynamic console typing tutor that starts and ends as a programming project after reading The C Programming Language by K&R.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Revisaid

    Revisaid

    Libre software to help remember visual and verbal facts.

    Revisaid allows you to enter information, including image files, then quizzes you on what you have entered. These quizzes can be saved for future use, and passed on to friends who may also find them useful. It is currently supported on Windows and Linux 2.6+, but in theory should work on any machine with a Python interpreter (and wxPython) installed. Please send feedback/bug reports to revisaid@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Crocos is a small opensource UNIX-like kernel, designed with simplicity in mind, for educational purposes. It is developed in several steps to allow people to understand how a tiny operating system can be built from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    "Niklaus' Zettel" is a collection of tiny software tools ("Zettel") solving small mathematical problems arising at school. It uses the OBERON programming language and OBERON operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Jinx is a minimalistic graphical operating system for use on old computers with 64MB RAM. Suitable for desktop,business,library use. Includes browser, office applications in 50MB ISO. Optimized for tiny size.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Tiny Flash ActionScript Speed math program to train rapid multiplication and addition. Good for any age who wants to improve arithmetic and general maths skills. Quick mathematics is useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AmokParser - a tiny, fast file parser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GeekOS is an tiny operating system kernel which runs on bare x86 PC hardware
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Can calculate mathematical expression. It have a module system witch make it very easy to add own functions. Other features are a graph painter and a tiny programming language designed too make it easy too write small mathematical tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Nemesis is a tiny real time operating system kernel based on x86 PCs. Its main purpose is to serve as a simple but realistic example of an real time OS kernel running on real hardware..the purpose of this is that it can be embedded in small devices lik
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    A tiny implementation on a fuzzy logic inference system written in javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.