Showing 4136 open source projects for "output"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 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
  • 1
    NASA T0TEM

    NASA T0TEM

    Calculate ASTM E1921 master curve and transition temperature.

    T0 Test Evaluation Module (T0TEM) V1.5 calculates the ASTM E1921-19b master curve and T0 temperature for ferritic steels in the ductile-brittle transition region. It creates all required plots for the basic master curve and the inhomogeneity annex. Output is delivered via table or CSV and plots exported as picture files. The program is coded in MATLAB 2021a using App Designer. Use of T0TEM V1.5 is possible without a MATLAB license by utilizing the free MATLAB Runtime Version 9.10. This program was created by NASA at Marshall Space Flight Center.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Linux Exploit Suggester 2

    Linux Exploit Suggester 2

    Next-Generation Linux Kernel Exploit Suggester

    ...The script can optionally download exploit proof-of-concept code from public exploit repositories to accelerate validation in controlled environments. It supports wildcard matching for kernel strings to broaden detection coverage and colorizes its output for easier reading in terminal sessions. Typical usage is simple and lightweight: run the script on the target (or pass a manual kernel string) and review the ranked list of candidate exploits and references.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    VISTA2SQL

    VISTA MEDICAL APP DATABASE REPLICATED TO RELATIONAL DB

    ...Attached a zip file where you will find :- vdb.sqlite - full VISTA Database populated with WHO Demo Data (about GB) VISTA_APP_DOC.html - Vista metadata documentation as reflected in M2SQL Repository (open with browser , give it few seconds to open as it us huge) VISTAMETA.txt - output from OCTO DB program which contains vista metadata . I used it as an input source to transform it to M2SQL Repository . Will be pleased to assist any VISTA Site willing to use M2SQL in order to replicate VISTA mumps data base into any relational data base . Please contact me :- rafi.farchi@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gpt-2-simple

    gpt-2-simple

    Python package to easily retrain OpenAI's GPT-2 text-generating model

    A simple Python package that wraps existing model fine-tuning and generation scripts for OpenAI's GPT-2 text generation model (specifically the "small" 124M and "medium" 355M hyperparameter versions). Additionally, this package allows easier generation of text, generating to a file for easy curation, allowing for prefixes to force the text to start with a given phrase. For finetuning, it is strongly recommended to use a GPU, although you can generate using a CPU (albeit much more slowly). If...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • 5

    FFaudioConverter

    Batch audio converter and effects processor

    Convert your music and videos to another audio format and add audio filters to it. Supported output formats are: - MP3 - OGG Vorbis - Opus - FLAC - WAV Windows releases are zip files. Just download the latest, extract it, and run the .exe file in the extracted folder. On Linux you can install it with Flatpak and Flathub: `flatpak install flathub com.github.Bleuzen.FFaudioConverter` The code is currently on GitHub: https://github.com/Bleuzen/FFaudioConverter This is just a mirror.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 6
    Snoise

    Snoise

    Command line tool for scaling and denoising images

    Snoise is a command line tool for scaling and denoising images. Usage: snoise -i <input image> -o <output image> -s <scale amount> -d <denoise amount> -t Usage example: snoise -i in.jpg -o out.png -s 1.5 -d 10 Type "snoise -h" to display the help message.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Pandoc Resume

    Pandoc Resume

    The Markdown Resume

    ...The idea is that you write a single resume.md (or equivalent Markdown) file with your content and structure, and then the build system handles conversion, styling, layout, and output generation. The project includes styles, templates, and assets (CSS, ConTeXt files, Lua filters) to shape how your résumé looks, controlling typography, sections, spacing, and visual formatting. It supports a “make all” workflow (or equivalent commands) to produce HTML and PDF in one go, so from your Markdown edits you can regenerate the outputs reliably. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SEZEII

    SEZEII

    Plugin-based video converter

    SEZE is a plugin-based video converter for Windows/Linux. You can write your video filter in C++ (see section "How to make video effect"). Output video is a lossless H264 RGB24 format and not contain audio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HostHunter

    HostHunter

    OSINT reconnaissance tool for discovering hostnames from IP addresses

    ...HostHunter is commonly used in penetration testing, bug bounty reconnaissance, and security assessments where identifying virtual hosts is critical. HostHunter supports multiple output formats, making it easier to integrate the results into other security tools or workflows.
    Downloads: 0 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
  • 10
    CameraVoyeur

    CameraVoyeur

    Windows-oriented utility to log frames from a connected camera devices

    ...It’s set up more like an experiment or proof-of-concept than a polished end-user app, focusing on the plumbing for grabbing images from the webcam. The project shows how to access the camera stream, keep it running, and expose the captured output for later use or display. Because it’s in a regular GitHub repo and not a closed binary, you can inspect the code to see how device selection, frame acquisition, and UI/display are wired. This makes it useful for developers who want to add camera capture to a Windows tool or who need a barebones sample to build surveillance, monitoring, or computer vision toys on top of. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ligaturizer

    Ligaturizer

    Programming Fonts with Ligatures added

    ...This repo contains a Fontforge python script that you can use to add the Fira Code ligatures to any font, as well as submodules for some popular coding fonts and another script for ligaturizing all of them at once. The font-weight will be inherited from the original file; the font name will be replaced with whatever you specified in --output-name. You can also use --prefix instead, in which case the original name will be preserved and whatever you put in --prefix will be prepended to it.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    bluray_info

    Display information about a Blu-ray disc

    Console application to display information about a Blu-ray disc in human-friendly or JSON output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    wadmerge

    Merges WAD files for Doom engine games.

    Merges .WAD files from Doom engine games, such as Doom, Doom2, Hexen and Heretic. Takes any number of input wads, and produces a sorted single output .WAD file. Runs on Linux and Windows, does not duplicate wad entries and allows space saving with an optional 'deduplication' method, where different entries which have the same data, only have the data stored once.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Celestial Precomputation

    Celestial Precomputation

    Sight Reduction for Air Navigation with Python

    ...I wrote this for my aircraft bubble octant :-) It is mainly useful for air navigation as it assumes a bubble sextant but may be used for normal sextants as well. Requires Ephem and ReportLab (optional for PDF output) Not to be used for real-world navigation!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Svgbob

    Svgbob

    Convert your ascii diagram scribbles into happy little SVG

    Svgbob can create a nice graphical representation of your text diagrams. Svgbob provides a cli that takes text as input and creates an svg image as an output. Svgbob is a diagramming model which uses a set of typing characters to approximate the intended shape.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    gml4gtk

    gml4gtk

    small console GML or graphviz DOT graph viewer

    directed graph layout program for GML (Graph-Markup-Language) graph or partial graphviz DOT graph
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
     VASPMO

    VASPMO

    Visualization of wavefunctions calculated by VASP (New release: v0.41)

    VASPMO aims at visualizing wavefunctions (or molecular orbitals) from VASP calculations. It reads VASP's output files PROCAR and CONTCAR, and exports an *.out file in Gaussian's output format, which can be visualized by many popular visualization tools, such as JMol, Molekel, Chemcraft, Gabedit and Molden, etc. These tools can further generate *.cube files, which can be visualized by an even wider range of softwares. 读入VASP计算得到的PROCAR和CONTCAR文件,输出Gaussian结果文件。
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    REACT COOL STARTER

    REACT COOL STARTER

    A starter boilerplate for a universal web app

    A simple but feature-rich starter boilerplate for creating your own universal app. It built on the top of React, Redux, React Router and Express. Includes all the hot stuff and modern web development tools such as Redux Toolkit, TypeScript, Webpack, Babel, PostCSS, React Refresh, Jest and React Testing Library. See the “Features” section for other awesome features you can expect. They're several React frameworks today, however this is a DIY-oriented start-kit. It shows you how to build a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    stat-cookbook

    stat-cookbook

    The probability and statistics cookbook

    A compact “Probability and Statistics Cookbook” offering concise mathematical recipes for key statistical concepts—expectation, variance, distributions and inequalities—packaged as LaTeX and R-based executable documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    qm1571-multimeter

    Decode the output of the a QM1571 multimeter

    Decode and write to stdout the output of the Fortune Semiconductor FS9721 chip and the pin compatible Semico CS7721CN chip. These chips form the heart of multimeters, some of which send the contents of their display as a binary stream over transmitted via wireless, USB or RS232.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    restless

    restless

    A lightweight REST miniframework for Python

    A lightweight REST mini framework for Python. Works great with Django, Flask, Pyramid & Tornado, but should be useful for many other Python web frameworks. Based on the lessons learned from Tastypie & other REST libraries. Restless tries to be RESTful by default, but flexible enough. The main Resource class has data methods (that you implement) for all the main RESTful actions. It also uses HTTP status codes as correctly as possible. Restless is BYOD (bring your own data) and hence, works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    galacteek

    galacteek

    Multi-platform browser for the distributed web

    galacteek is a multi-platform Qt5-based browser and semantic agent for the distributed web. Be sure to install all the gstreamer packages on your system to be able to use the mediaplayer. After opening/mounting the DMG image, hold Control and click on the galacteek icon, and select Open and accept. You probably need to allow the system to install applications from anywhere in the security settings. Docker images are available. They run the full GUI inside a virtual Xorg server (using Xvfb)....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    wlroots

    wlroots

    A modular Wayland compositor library

    wlroots is a flexible and composable C library that abstracts backends (KMS/DRM, libinput, X11, headless) and implements a full suite of Wayland protocols. It’s designed to empower compositor developers to focus on unique features rather than boilerplate, offering support for rendering, input, output management, and XWayland integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    bevy_retrograde

    bevy_retrograde

    Plugin pack for making 2D games with Bevy

    Bevy Retrograde is a plugin for the Bevy game engine that helps developers build retro-style 2D games with pixel-perfect rendering, low-resolution output, and input abstraction. It simplifies the creation of NES- or SNES-era aesthetics while integrating tightly with Bevy’s ECS and rendering systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    img2css

    img2css

    Convert any image to pure CSS. Recreates images using only box-shadows

    This is a tool that can convert any image into a pure CSS image. I also made a per-pixel animation experiment using the box-shadow idea, see morphin. Pure CSS, this output was created by resizing and setting each pixel as a box shadow of a single-pixel div, so no IMG tag or background image is needed. This can result in huge outputs, and the use of this output is not recommended for production unless there is no other option. Base64, the entire image file is embedded inside the <img> tag using base64, so no need for external hosting is needed.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB