Showing 284 open source projects for "readability"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 1

    romanize

    Romanizing 9 Indian languages (Unicode) to English alphabets

    ...Romanize project converts the Indian languages in their unicode form to english alphabets. Compared to the existing schemes of romanizations, this project focuses on few main points - Readability, easy typability, English alphabet combinations only, incoporations with existing popular schemes, phonetically equivallent transliterations and most importantly non-ambiguity across the languages (9) using the same transliteration mapping set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Midje

    Midje

    Midje provides a migration path from clojure.test

    Midje is a testing library for Clojure designed for readable, expressive test writing. It offers both top-down (mock-based) and bottom-up testing styles, helps ease migration from clojure.test, and promotes graceful syntax for developer-friendly test expression. Midje has loaded the tests and run them for the first time. It's also watching for file changes. When it sees them, it loads the changed files and any dependencies. But notice that you still have a repl prompt. That means you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CoffeeKup

    CoffeeKup

    Markup as CoffeeScript

    CoffeeKup is a concise templating engine written in CoffeeScript that aims to provide an expressive, readable way to generate HTML from templates inside Node.js applications. It emphasizes minimal, CoffeeScript-style syntax so template authors can write small, elegant templates that integrate naturally with CoffeeScript codebases. The engine supports common templating needs—embedding variables, simple control flow, partials/includes, and basic layout patterns—while focusing on clean, compact...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    An operating system kernel designed with simplicity, readability, and elegance in mind. No longer written from scratch, but built on "the shoulder of giants." Specifics are given in the CREDITS file starting from v0.04
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5
    An Error Handler for C/C++ funtions, focused on code readability. It allows a clear control flow, adding Ignore, Retry, Jump, and Back functionality when a function returns error. It's macro based, written in C and targeting embedded systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    vim-colors-solarized

    vim-colors-solarized

    precision colorscheme for the vim text editor

    ...The Vim-specific repository provides a convenient way to install the colorscheme for Vim (and older Vim versions) although the colorscheme itself is applied in Terminal and GUI environments beyond just Vim. The design emphasises readability, reducing visual fatigue, and maintaining consistent contrast across various lighting conditions. Users often choose Solarized because it remains balanced without overly saturated or harsh colors, making long coding sessions more comfortable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Solarized

    Solarized

    precision color scheme for multiple applications (terminal, vim, etc.)

    ...A defining characteristic is its fixed palette: rather than arbitrary theme colors, Solarized prescribes specific values that map consistently to UI roles and syntax groups. This yields readability benefits in long coding sessions and improves legibility across displays with varying calibration. Over time, Solarized influenced countless themes and inspired derivatives, but the original remains popular because of its thoughtful contrast ratios and cohesive aesthetic. Whether you choose light or dark, the design aims for comfort and recognizability rather than flashy saturation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Minimud is a small MUD codebase designed to be a foundation for more elaborate MUD designs. It is written in C with the maintainability, readability and efficiency being top priority. It uses a journalized database to preserve data coherency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    op4j is a developer happiness tool. Its aim is to reduce the amount of similar lines of code needed to do every day tasks in our code by providing an operator chaining tool to perform easy iterations on lists, OGNL evaluation, data type conversion...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Start Free
  • 10
    This is a fork of an existing java text editor. I am just adding real time readability statistics. The original project was at https://sourceforge.net/projects/jtexteditor/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Package consists of 3 scripts (Perl+Bash) highly scalable that all RMAN and your site specific parms (backup dir etc) can be supplied through a .ini file. Includes .ppt and video demo, also refer some details here padmavyuha.blogspot.com
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Using C++, STL, OpenGL, SDL, Box2D and ODE. This project strives for platform independance, code readability and speed. The main target is to provide a convincing driving and physical simulation through the use of ODE at a reasonable frame rate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Analyzes a text file and outputs its Flesch Readability Index, its Flesch Grade Level, its Gunning-Fog Readability Index, its SMOG Readability Index, and its Coleman-Liau Readability Index. Written in C++ and runs natively on supported operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Protodata
    Protodata is a language for manually creating binary data files without the use of a hex editor, with the original purpose of prototyping new file formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Fast cython implementation of trie data structure for Python. Development is inactive, but moved to: http://github.com/martinkozak/cytrie.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    this is a simple c++ library focused on productivity and readability. it includes tools for work with sockets, threads, ipc, vectors, xml, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    O/R Broker is a framework for applications that use JDBC. It allows you to externalize dynamic SQL statements in individual files, improving readability, and it allows declarative mapping from queries to arbitrary domain objects, not just JavaBeans.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Zignal is a very lightweight library for handling signals (As the ones found in Qt or Boost.Signals). It aims a being used in embedded programs, in order to improve their conception, and code readability. Its implementation is based on a gcc hack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Lightweight metadata-driven IoC application framework for ActionScript 3. MIoC utilizes the reflection capabilities of AVM2 and AS3 to auto-wire classes thus improving code readability and generally aiding the development process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TPRF is a framework (And working demo) for a Roguelike game, written in Pascal. It strives for readability, modifiability and extensibility over all else, which make it perfect as a learning tool. TPRF releases use the syntax tprf-[version]-[binaryos]
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    jPOP is a simple but powerful Ajax and RIA framework for PHP. It requires absolutely no coding on the client-side. By minimizing effort and time, and maximizing elegance and readability of code, sleek web apps are attainable by the average PHP developer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    A fast way to rate the reading challenging level of book or text. Unlike well known reading metrics such as Fog, Kincaid, SMOG, ARI, Flesch, and Coleman-Liau readability this metric takes into account far more factors and is standarized against a corpus
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JetPAG is a recursive-descent parser and lexical analyzer generator focused on high efficiency, usability and readability of generated code. JetPAG generates fast recognizers and aids developers with useful tools for simplifying input interpretation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Narrative JavaScript is a small extension to the JavaScript language that enables blocking capabilities for asynchronous operations. This makes writing asynchronous code sequences easier and increases code readability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Strip out useless tags and other junk from HTML files. Shrink files, enhance readability of HTML source, promote privacy, and clean HTML exported from Microsoft Word (MS-Word). Run HTMLStrip as-is or customize it with your own regular expressions.
    Downloads: 1 This Week
    Last Update:
    See Project