Showing 2730 open source projects for "read"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    readme-md-generator

    readme-md-generator

    CLI that generates beautiful README.md files

    readme-md-generator is able to read your environment (package.json, git config...) to suggest you default answers during the README.md creation process. Make sure you have npx installed (npx is shipped by default since npm 5.2.0).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    uwindsortablut

    Viking chess (tablut) game with CPU player

    ...run the game from dist folder with java -jar tablut.jar Implemented By University of Windsor computer science students during Introduction to Artificial Intelligence course taught by Professor Kalyani Selvarajah. Please read the White Paper pdf for full game rules and description of CPU player artificial intelligence. CPU player chooses its moves using a minimaxer algorithm with alpha/beta pruning, using an evaluation function that considers 5 different board features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TP-COBOL-DEBUGGER

    TP-COBOL-DEBUGGER

    A COBOL debugger for GnuCOBOL/OpenCOBOL written in GnuCOBOL

    A COBOL debugger for GnuCOBOL written in GnuCOBOL. Works with both current GnuCOBOL and old GnuCOBOL/OpenCOBOL 1.1; could be used for other vendors with slightly modifications, too. Take a look at https://gnucobol.altervista.org/tp-cobol-debugger/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Auto-Case

    Auto-Case

    Auto-Case converts your mistake into perfection!

    ...------------------------------------------------------------------------------------------------------------------------- see here---> https://github.com/AsishRaju/Auto-Case -------------------------------------------------------------------------------------------------------------------------- Please read the readme file inside the zip file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    CRFS

    CRFS

    CRFS: Container Registry Filesystem

    ...The system speaks registry protocols and understands layered image formats, resolving whiteouts and overlays so the mounted view matches what a container runtime would see. A FUSE (or platform-equivalent) frontend makes it trivial to integrate with existing tools: compilers, test runners, or debuggers can read files as if they were local. This lazy, verified access pattern is especially valuable in CI and developer workflows where you inspect or compile a few files from a massive base image. By treating registries as a read-only filesystem, CRFS turns image artifacts into first-class, quickly accessible build inputs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GoldED+
    This is a successor of the well-known GoldED Fidonet Mail Reader/Editor. The new development has been moved to https://github.com/golded-plus/golded-plus/
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7

    driveinfo

    A macOS command which provides partition information for GPT drives.

    ...This also allows free space on a drive, using a GPT, to be identified. The gpt command can be used to view the actual stored GPT values in in a tabular form. Starting with macOS, the gpt command can no longer read the GPT on an operating system boot drive, unless System Integrity Protection (SIP) is disabled. The driveinfo command does not require disabling SIP and can produce the same basic tabular output as the gpt command.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Scikit-learn Tutorial

    Scikit-learn Tutorial

    An introductory tutorial for scikit-learn

    ...The repository specifies a clear list of dependencies so that participants can reproduce the environment used in the tutorial, and many downstream forks keep the content updated for newer versions of scikit-learn. Although the GitHub repository has been archived and is read-only, it is still a valuable snapshot of early, hands-on teaching material for scikit-learn and machine learning in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    bluehair2_gl02

    GL02_sujet B A tool to help analyze mails

    The consulting firm UIConsult wishes to have a tool to help analyze the communications of its teams of collaborators. This analysis is produced in a report form called Rcom. General speaking, this program will be able to read a large number of communication data, create graphs and export them to help the team leader produce the RCom.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    MyGoGrinder

    MyGoGrinder

    Solve Go problems (based on GoGrinder GoGrinder.sf.net )

    ...Current version is 2.3.1; v.2.4.0 is being prepared (look into the files area, 11-'18). This work is based on Tim Kington's GoGrinder (gogrinder.sourceforge.net). Read more on this project's web page (https://mygogrinder.sourceforge.io) * v.2.3.0: ... uses now the CA[] marker for text decoding * v.2.3.0: You can change the character set for the sgf without editing the sgf * It is now possible to use GoGrinder in modern file systems (folder rights etc)! * Use a second profile (settings, sgf) by setting a system variable * Start Grinder in "portable" mode * Less bugs (there are still some left) * Runs also with Java 1.5+ * appropriate error messages for sgf errors * fullscreen mode * shrinked bytes of the graphics, * Ex-/import tags to plain text * Parse folder with sgf files for errors (not my code) * Configure a 2nd editor for e.g. text edits on an sgf file Have fun
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    React Refetch

    React Refetch

    A simple and composable way to fetch data for React components

    ...Redux/Flux is a wonderful library/pattern for applications that need to maintain complicated client-side state; however, if your application is mostly fetching and rendering read-only data from a server, it can over-complicate the architecture to fetch data in actions, reduce it into the store, only to select it back out again. The other approach of fetching data inside the component and dumping it in local state is also messy and makes components smarter and more mutable than they need to be. This module allows you to wrap a component in a connect() decorator like react-redux, but instead of mapping state to props, this lets you map props to URLs to props. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ObjectBuilder2

    ObjectBuilder2

    C++ CASE tool, full life cycle code generator

    ObjectBuilder is a C++ code generation CASE tool (CASE, code generation, refactoring, documentation generation). It lets you create, manipulate and navigate classes, class relations, class members and class methods at a high level of abstraction. ObjectBuilder dramatically simplify work with C++ project architecture. I use it and think that tree OO interface targeted to C++ more fast and power than UML class diagrams. ObjectBuilder perfectly organize C++ header files with any level of...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Require Editor Privilege Extension

    Require Editor Privilege Extension

    MediaWiki extension: Require Editor Privilege

    This extension for MediaWiki adds two new user groups: editors and readers. Readers can read any article that a user could read in a standard wiki. Editors can do anything a user could do in a standard wiki. Users without the readers privilege can view the main page only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Chameleon

    Chameleon

    Color framework for Swift and Objective-C

    ...With Chameleon, you can easily stop tinkering with RGB values, wasting hours figuring out the right color combinations to use in your app, and worrying about whether your text will be readable on the various background colors of your app. With a plethora of color choices available for text, it's difficult to choose one that all users will appreciate and be able to read. Whether you're in doubt of your text and tint color choices, or afraid to let users customize their profile colors because it may disturb the legibility or usability of the app, you no longer have to worry. With Chameleon, you can ensure that all text stands out independent of the background color.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Vue CRUD

    Vue CRUD

    Vue.js based REST-ful CRUD application.

    - Application is build as SPA (Single Page Application) so it works much faster than apps based on Wordpress, Joomla, etc. - Vue CRUD uses the vue along with its ecosystem. Enjoy the benefits of the most popular JS framework in the world. - The application architecture is adapted to work with REST API
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Pydicom by examples

    Pydicom by examples

    Basic and intermediate examples of DICOM library with Jupyter

    Basic and intermediate examples to read, modify and write DICOM files with Python code using Jupyter - To install Jupyter - https://jupyter.org/install ====== All examples are based on Pydicom. An open source library - https://pydicom.github.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    monolingual-sentence-aligner

    monolingual-sentence-aligner

    Monolingual Sentence Aligner

    ... - sentence_boundary.js: a wrapper for NPM sbd package with custom settings and fixing some output - process.js: The main entry, containing the general flow of processing. Please read Readme.md for more details. Github: https://github.com/nlpcl-lab/monolingual-sentence-aligner
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Hyperapp

    Hyperapp

    Tiny framework for building hypertext applications

    ...Views, actions, effects, and subscriptions are all pretty easy to get to grips with and work together seamlessly. Write what, not how—With a declarative API that's easy to read and fun to write, Hyperapp is the best way to build purely functional, feature-rich, browser-based apps in JavaScript. Smaller than a favicon—1 kB, give or take. Hyperapp is an ultra-lightweight Virtual DOM, highly-optimized diff algorithm, and state management library obsessed with minimalism. Official packages provide access to The Web Platform, and ensure that the APIs are exposed in a way that makes sense for Hyperapp, and the underlying code is stable. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Somatic APP analysis

    Reanalysis of somatic APP retrotransposition

    ... [ Basic usage ] • Detection of IEJs connecting APP exons java -jar somaticAPP.jar -D -b input.bam [optional_arguments] * Input data: PRJNA577966 * The input bam should be mapped to APP751.fa (provided in the 'data' folder) and sorted by read name after mapping • Estimation of gencDNA fraction java -jar somaticAPP.jar -F -b input.bam -a BWA_PATH -s SAMTOOLS_PATH [optional_arguments] * Input data: PRJNA493258 * The input bam should be a human-genome-mapped (hg38), coordinate-sorted, and duplicate-marked file. Try -h or -? options to get detailed descriptions for optional input parameters
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ix Adder

    Ix Adder

    2 smart Stored Procedures to handle "Missing Indexes" in SQL Server

    ...It taps from SQL Server's "Missing Index" proposals and cleans them up sufficiently before installing them automatically. IXA balances the Cost/Benefit of an Index to significantly improve READ performance while not degrading WRITE performance. But take care: used in a wrong way this viper could also bite your very own butt! "Ix Adder"'s little pal is "Ix Strictor" which disposes inefficient indexes to improve WRITE performance. Sending out both - the viper and the boa - periodically will balance cost & benefit of indexing, keeping Query Performance good!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This Project will administer an exam on an applet using 4 answer mutliple choice questions. Only one answer may be selected per question. Later we may improve this but for now this is the scope. We will use XML to read and write exams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Cicada

    Cicada

    Fast lightweight HTTP service framework

    Fast, lightweight Web framework based on Netty; without too much dependency, and the core jar package is only 30KB. Configuration files can also be read in multiple environments, just add VM parameters, also ensure that the parameter name and file name are consistent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Bhadoo Cloud

    Bhadoo Cloud

    Directly Upload to Google Drive from Torrent or URLs

    Fetch Torrents using .torrent file or Magnet Links, Fetch Files from Other Servers to Own Server and Upload to Google Drive. This Project Requires Docker to Install, please read the Documentation before downloading source files. https://bhadoocloud.sourceforge.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The front end knowledge you may not know

    The front end knowledge you may not know

    Front-end knowledge points you may not know

    ...So unless you want to participate in the project, such as submitting an article, fixing typos, etc., there is no need for you to fork this project. This function can be understood as a favorite or alike. If you want to bookmark this project so you can learn it someday, I advise you not to, trust me, Read It Later === Read It Never. On the other hand, I have enough stars, so you don't need to hit the start button unless you really feel the project is helpful to you. Recommended for use. Click the drop-down triangle next to watch to get more watch options. Fragmented reading can only be used as a supplement to my existing knowledge, but if you really want to learn the front-end well, you should read more books, and build your own complete knowledge system from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Visual-Eyes External sources

    Visual-Eyes External sources

    External sources reposirtory.

    Install guide and external sources repository needed for the Visual-Eyes software. Read the install guide to setup the dependencies for the Visual-Eyes software. The sources of the libraries are available here. Download the .zip file and get started!
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB