Showing 4136 open source projects for "output"

View related business solutions
  • 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
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do bestโ€”building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    onepoint

    onepoint

    Assistant tool that integrates coding, writing, and reading functions

    Onepoint is an open-source AI assistant based on Electron, designed to create the ultimate desktop productivity tool. Its initial goal was to develop a smart floating window similar to Apple's intelligent assistant that does not take up desktop space or system performance and can be quickly accessed through global hotkeys for user convenience. With ChatGPT technology, users can continuously train onepoint to generate and reconstruct content with greater accuracy (onpoint), thereby improving...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    abcCairo

    Extend abcm2ps to support direct generation of PNG, SVG and PDF files

    abcCairo is a project to create a Cairo backend for abcm2ps, enabling it to generate output in the formats supported by the Cairo library; PNG, SVG and PDF. abcm2ps is a command line program written by Jean-Franรงois Moine which converts abc music notation to music sheet in PostScript or SVG format. It is an extension of Michael Methfessel's abc2ps. This project takes out the PostScript commands to generate various musical symbols and instead replaces them with Cairo function calls that generate the same musical symbols. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    cfcfg

    Yet another Linux kernel configuration comparator

    Produces a succinct comparison of two Linux kernel configuration files, showing added, removed and changed settings, in an indented layout reflecting the configurator menus. The resulting text file is coloured when the output is to a terminal; the colours can be retained when redirecting the output to a file or pipe. Now comes with a program to extract configuration variable names and their prompts from their kernel build system, to create a symbol table. The comparison program can use this table to further annotate its output. This program can also be used to create a commented "pretty-print" of a kernel configuration by comparing it with an empty one such as /dev/null.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Modeling software including Archimate
    Openmodeling has currently 5 modules available: โ€ข Application portfolio management โ€ข ArchiMate 3.2 architecture (including The Open Group Model Exchange) โ€ข Demo conceptual modeling, both versions 3 and 4 โ€ข Efqm quality assessment โ€ข Business and system modeling Openmodeling facilitates modeling online controlled by a web interface using SVG. A wide range of modeling techniques is available, including Demo and Archimate diagrams. All functionality is web-based, including administrator...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional servicesโ€”without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    OpenToonz

    OpenToonz

    An open-source full-featured 2D animation creation software

    OpenToonz is an open-source 2D animation production application published by DWANGO and based on the Toonz software customized by Studio Ghibli. It is designed for full animation workflows, including drawing, scanning, cleanup, coloring, compositing, effects, and final output. The project is especially notable because it connects professional animation heritage with an open-source development model. Artists can use it for traditional frame-by-frame animation, digital production pipelines, and experimental visual workflows. It supports desktop use across major operating systems and continues to be maintained by a public contributor community. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Py2EXE

    Py2EXE

    Convert a Python script into an executable (.exe) file using PyInstall

    ...It allows you to convert a Python file into an executable (.exe) file using PyInstaller. It provides a graphical user interface (GUI) where you can select a Python file, choose conversion options, and specify the output folder. The application utilizes PyInstaller to package the Python code and its dependencies into a standalone executable file.
    Leader badge
    Downloads: 47 This Week
    Last Update:
    See Project
  • 7
    LaTeX.js

    LaTeX.js

    JavaScript LaTeX to HTML5 translator

    This is a LaTeX to HTML5 translator written in JavaScript using PEG.js. latex.js for LaTeX is similar in spirit to marked for Markdown. LaTeX.js tries to be absolutely and uncompromisingly exact and compatible with LaTeX. The generated HTML is exactly what is meant to be output, down to the last space. The CSS makes it look like LaTeX outputโ€”except where impossible in principle, see limitations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Wget Downloader

    Wget Downloader

    A Wget Downloader application with a graphical user interface

    A simple Wget Downloader application with a graphical user interface (GUI) using the Tkinter library. The application allows users to download files from a specified URL and save them to a selected output directory.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Ganache

    Ganache

    Personal blockchain for Ethereum development

    Quickly fire up a personal Ethereum blockchain which you can use to run tests, execute commands, and inspect state while controlling how the chain operates. Quickly see the current status of all accounts, including their addresses, private keys, transactions and balances. See the log output of Ganacheโ€™s internal blockchain, including responses and other vital debugging information. Configure advanced mining with a single click, setting block times to best suit your development needs. Examine all blocks and transactions to gain insight about whatโ€™s happening under the hood. Byzantium comes standard, giving you the latest Ethereum features needed for modern app development. ...
    Downloads: 84 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10
    Transducers.jl

    Transducers.jl

    Efficient transducers for Julia

    ...The interface used by transducers naturally describes a wide range of processes that is expressible as a succession of steps. Furthermore, transducers can be defined without specifying the details of the input and output (collections, streams, channels, etc.) and therefore achieves a full reusability. Transducers are introduced by Rich Hickey, the creator of the Clojure language. His Strange Loop talk is a great introduction to the idea of transducers. Transducers.jl is an implementation of the transducers in Julia. Aiming to satisfy the high-performance needs of Julia users, Transducers.jl uses a formulation that is pure and aiding type-stability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DirSize

    DirSize

    DirSize - The command line directory reporting tool

    ...One of the interesting things about DirSize is it shows a visual representation of the file sizes of counts. I call this a SizeMap or FilesMap and it's the area to the right of the output. If you sort by size (default or -ss) or directories (-sd) is will show the SizeMap. If sorted by file counts (-sf) the map will change to show a visual representation of the number of files per subdirectory, sorted from high to low. This is a single executable JAR file. While you will need Java installed, there is no need to install this program. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    *.xml files are uploaded to SAGA GIS toolchains 'Files' from where they can be downloaded: https://sourceforge.net/projects/saga-gis-rhotoolchains/files/ SAGA-GIS-toolchain_Burned_area.xml ___is presented in GitHub: https://github.com/RhoSpatial/Saga-gis-toolchain-for-burned-area-mapping- VIIRS_snow_tool_FINAL7.xml ___is a toolchain for snow cover retrival from VIIRS instrument imagery (NASA), input is study area cloud free VNP09GA product and DEM in GQ(nom 250m) resolution, it was developed to make high accurate snow cover analytics on Atlas mountains(Morocco). It was tested in 2017/18 snow season(output grids are available: mih.zemva@gmail.com). It is fairly complicated but not as much as toolchain for MODIS(not uploaded) with MOD09.. products input . * in line 139 polygon *.shp must be linked from drive; it's an additional retrieval of index values to monitor waterbodies and does not relate to snow cover analytics
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    tools4vasp

    tools4vasp

    Management and Analyzis of VASP calculations

    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AI Code Translator

    AI Code Translator

    Use AI to translate code from one language to another

    ...The UI is built with Next.js + TypeScript, plus modern tooling like Tailwind CSS, giving a clean frontend experience where you paste or upload code, select target language, and get output quickly. Because it uses AI under the hood, the translation can handle not just syntax but also adapt idioms or patterns appropriately for the target language (though with the usual caveats around AI output correctness). The project is open-source under MIT license, so you can self-host it, integrate into internal tools, or customize language-options and prompts to match your teamโ€™s style or language preferences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MyWingman

    MyWingman

    Personal AI Assistant For Windows , Linux

    ๐Ÿค–Wingman is not just an AI assistant; it's your reliable companion in the digital world. Powered by the Facebook BlenderBot-1B-Distill model, Wingman excels in open-domain conversations, providing engaging and human-like interactions. ๐Ÿ”Š Play your favorite songs on YouTube or any online platform with just a voice command. ๐ŸŒ Open websites instantly, letting you access information and resources in a snap. ๐Ÿ” Perform quick Google searches and get relevant results without lifting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Axel-DICE

    Axel-DICE

    Axel-DICE Code Editor For Windows,Linux

    ... ๐Ÿ” Simplified Execution: Simply paste your code and click the run button to execute it, eliminating the need to create files or deal with boilerplate code. Axel DICE automates the entire process for you. ๐Ÿ“Š Dynamic Terminal: Instantly see program output in real-time, providing immediate feedback on your code execution. ๐Ÿ€For More Info: https://github.com/Vignesh-72/Axel-DICE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CIN-System

    CIN-System

    Parse and store Infringement Notices with web interface and RT connect

    Parse and store Copyright Infringement Notice notices in a MySQL database. Provide a web interface to the salient data of each Notice with search and limited report capabilities. Includes several builtin reports. May use optional RequestTracker (RT) service for action recording. Development depended only on Notices received and ACNS XML v1.2 schema. No other documents, devices/appliances, or marketing information was used. Note that this project does not prevent, interrupt, or track...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MySQLDump - PHP

    MySQLDump - PHP

    PHP version of mysqldump cli that comes with MySQL

    This is a php version of mysqldump cli that comes with MySQL, without dependencies, output compression and sane defaults. Out of the box, MySQLDump-PHP supports backing up table structures, the data itself, views, triggers and events. MySQLDump-PHP is the only library that supports output binary blobs as hex. Resolves view dependencies (using Stand-In tables). Output compared against original mysqldump. Linked to travis-ci testing system (testing from php 5.3 to 7.3 & hhvm). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    check_postgres

    check_postgres

    Nagios check_postgres plugin for checking status of PostgreSQL db

    check_postgres is a Nagios-compatible monitoring plugin for PostgreSQL that provides health checks and performance metrics. It covers dozens of checks such as replication lag, bloat, locks, and cache hit ratio. Widely used by DBAs, it helps ensure PostgreSQL instances remain stable and performant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    QMDemo

    QMDemo

    Some functional modules developed by Qt on a daily basis or demos

    ...It is designed as a learning tool for developers exploring video playback, decoding, and rendering pipelines on mobile devices. The project includes examples of handling media streams, managing buffers, and synchronizing audio and video output. It demonstrates integration with multimedia libraries and frameworks to achieve efficient playback performance. QMDemo also provides UI components for controlling playback and interacting with media content. Its modular structure allows developers to reuse and adapt components for their own applications. Overall, it serves as a practical reference for building multimedia features in Android apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MorseCodeConverter

    MorseCodeConverter

    MorseCodeConverter lets anyone translate text to Morse code easily.

    MorseCodeConverter allows users to convert text into Morse code, providing an interactive way to explore and work with Morse code translations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    GoConvey

    GoConvey

    Go testing in the browser, integrates with `go test`

    ...Use it in the terminal or browser according to your viewing pleasure. GoConvey supports Go's native testing package. Neither the web UI nor the DSL are required; you can use either one independently. Readable, colorized console output (understandable by any manager, IT or not). As long as GoConvey is running, test results will automatically update in your browser window. The design is responsive, so you can squish the browser real tight if you need to put it beside your code. The web UI supports traditional Go tests, so use it even if you're not using GoConvey tests. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SASUnit

    SASUnit

    Unit testing for SAS(TM)-programs

    SASUnit is a unit testing framework for SAS(TM)-programs. It can be used for the development, execution and automatic documentation of tests for SAS programs. SASUnit is written purely on the basis of SAS macros and a few shell commands. There are two videos on YouTube: * Getting started: https://www.youtube.com/watch?v=Kc66hADHNyI * Usage of setup scripts: https://www.youtube.com/watch?v=9drW_6eg6G4 SASUnit is brought to you by HMS Analytical Software...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Crystal Mixer

    Crystal Mixer

    OpenAL 3D Sound Mixer & Output as ASIO Driver

    Crystal Mixer is based on OpenAL engine surround sound mixer. It supports up to 8 direct output and input channels and up to 18 output channels through 3D mixer. It works through ASIO Driver API for versatility. Possible to use up to 15 customizable auxiliary effects. It is also possible Hardware acceleration with some sound cards. As player foobar2000 recommended (create custom channel mapping in ASIO panel), you can also use plugin foo_dsp_fsurround (https://hydrogenaud.io/index.php/topic,52235.0.html) to produce up to 16.1 output channels, or use something else. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    texturize

    texturize

    Generate photo-realistic textures based on source images

    Generate photo-realistic textures based on source images. Remix, remake, mashup! Useful if you want to create variations on a theme or elaborate on an existing texture. A command-line tool and Python library to automatically generate new textures similar to a source image or photograph. It's useful in the context of computer graphics if you want to make variations on a theme or expand the size of an existing texture. This software is powered by deep learning technology, using a combination...
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB