Showing 34 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
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 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
    TX Library

    TX Library

    TX Library is a tiny graphics library for Win32 written in C++.

    TX Library is a tiny graphics library for Win32 written in C++. It is a small sandbox for the very beginners to help them to learn basic programming principles. The documentation is currently in Russian. More info here: http://storage.ded32.net.ru/Lib/TX/TXUpdate/Doc/HTML.ru, http://ded32.net.ru/news/2011-04-03-58, http://ded32.net.ru.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 4
    My Vocabulary

    My Vocabulary

    Simple Vocabulary app

    A tiny, always-on-top overlay flashcard app for effortless vocabulary learning while you work or browse. ⚠️ Note about full-screen games Some games use exclusive fullscreen (DirectX/OpenGL/Vulkan). In that mode overlays cannot draw on top. Switch to borderless windowed (fullscreen) mode instead.
    Downloads: 1 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
  • 5
    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: 3 This Week
    Last Update:
    See Project
  • 6

    Quiz

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

    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    FreeDB2MySQL

    Java-API for transferring xmcd-textfiles to MySQL.

    FreeDBs metadata-collection on compact discs is stored in a tremendous large set of tiny text files. This Java-package transfers the content of all these files to only few (two or four) MySQL-tabes and provides access to the MySQL-data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    Bridge Designer and Contest

    Bridge Designer and Contest

    A national virtual bridge engineering contest for kids of all ages.

    **Unfortunately, the Bridge Contest is no longer operational. We hope the code base will be of use to others with similar projects in mind.** A national virtual bridge engineering contest with prizes for middle and high school kids, grades 6 to 12, but anyone can enter for fun. Based on the award-wining Bridge Designer client software, now open source through this project. Web site infrastructure supports worldwide participation in qualifying and semifinal rounds with a tiny administrative...
    Leader badge
    Downloads: 2,978 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
    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: 16 This Week
    Last Update:
    See Project
  • 11
    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
  • 12

    pseudo-c-compiler

    Tiny education compiler that can compile itself

    Tiny (less then 1000 lines of code) education compiler that can compile itself. Implements small subset of C language without pointers, structures etc. Parameters and local variables also not implemented. To interface with OS Borland-style inline assembler are used (db directive only). Based on initial version of Tiny Context compiler (http://avhohlov.narod.ru/p1805en.htm). In order to simplicity compiler uses fixed source and target file names (C.C and C.COM). On Linux and any 64-bit operating...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    iRevise Android App

    iRevise Android App

    Simple android app for students to quickly makes notes and revise!

    Well yeah, we all sweat trying to learn those nasty chemical formulae, or the weird biological names or maybe some antonyms and synonyms.Whatever it is anything which can make us learn our books better is just a boon. And when it happens automatically, its just amazing. This little appdoes exactly that. Now quickly make your own small notes for things you feel are difficult to learn.Save in the tiny I revise app,and add the widget. And it makes the notes available on your home screen so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AMPdoc

    AMPdoc

    Apache, MySQL, PHP package for library, archive, museum automation

    AMPdoc mblazquez edition is a portable package with Apache, MySQL, PHP, and Perl which includes a selection of documentary software applications for libraries, archives, museums, publishers, conferences and documentation centers. AMPdoc mblazquez edition enables to perform workflow management duties, publication of contents, web positioning, among others. Usually, difficulty in installing and configuring of necessary applications has limited the access to technologies to information...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    beriosquare

    the square program

    A really tiny little program that receives 2 integers as input and creates a square with them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    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
  • 19
    A light-weight Regular Expression (regex) C library, using double-recursion. (command prompt tester included)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    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
  • 22
    TheBible

    TheBible

    An Offline Portable Bible

    The Bible is an offline portable bible which contains all the features needed for a bible student. Some of the features of TheBible which makes it unique are: 1. It is as tiny as 3.5 MB and its portable. 2. it has no dependencies. 3. It works on all windows systems from win98 to win8. 4. Passage lookup feature which gives you the very feel of using a bible. 5. Keyword search feature which allows you to search for a specific keyword and get all the results in the bible. 6...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CYGNIX means "CYGnus pseudo-uNIX". It is a pseudo-UNIX environment based on CygWin. It's tiny and not meant to be a full featured CygWin developing environment. CygNix is ideal for Unix users who sometimes have to do some routine works on Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • 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.