Showing 4136 open source projects for "output"

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
  • 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
  • 1
    F7 Indexer

    F7 Indexer

    A PHP script to display files and folders

    A simple PHP script that displays the content of a specified directory in a good-looking responsive output page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    strcvt

    C++11 string conversion

    Conversion between the four character types char (locale dependent or UTF-8), wchar_t, char16_t (UTF-16) and char32_t (UTF-32) in all combinations. String and stream conversion. Locale dependent and UTF-only UTF-8/16/32 conversion. The StrCvt library is also available as part of the separate project Xprintf, also on sourceforge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Sequence Cleaner
    ...Let me call my script as “Sequence_cleaner” and the big idea is to remove duplicate sequences, remove too short sequences ( the user defines the minimum length) and remove sequences which have too many unknown nucleotides (N) ( the user defines the % of N is allows ) and in the end the user can choose if he/she wants to have a file as output or print the result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OstrivDB

    OstrivDB

    Embedded NoSQL object-oriented database engine for .NET and Mono

    ... - Views. - InMemory objects and views. - No special query language (LINQ used). - Integrated sorting and paging. - Multithreaded data processing. - Custom input/output and serialization. Requirements: - Microsoft .NET Framework 4.0 or Mono (tested on FreeBSD 9.1 and Mono 2.11.4).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    MineSoft Datamine System

    MineSoft Datamine System

    PHP application for datamining

    Application for datamining. Use for good not evil. this isnt totally practical if you are targetting MASS ammounts of websites. its not a bot. each url has to be entered by hand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    xprintf

    Printf for c++11

    The well-known standard C printf() adapted to C++. Integrated into the C++ stream I/O and C++ string environment. The included StrCvt library converts strings and streams between the different C++ character types char, wchar_t, char16_t and char32_t, locale dependent and UTF. For more information see the README files in the Wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    J3DMaker

    a java based software to convert 2D to 3D images.

    a java based software to convert 2D to 3D images. These 3D images can be viewed by Red-Cyan glasses. SUPPORT ME BY GETTING A COPY OF J3DMAKER FOR ANDROID FROM HERE: https://play.google.com/store/apps/details?id=com.deepakpk.j3dmaker
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Darkbot

    The IRC's Talking Robot

    [ Please read https://sourceforge.net/p/darkbot/news/2014/01/darkbots-revitalization/ ] Darkbot is a portable IRC chat robot written in the C language that can be taught responses to user inquiries, and even have conversations with them. Darkbot was originally created by Jason Hamilton as an aid for help channels on Intenet Relay Chat.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9

    Hg Diff Latex

    Create a diff pdf for a .tex file with inclusion from hg revision

    This python file creates a diff pdf file which contains the diff between the current files and a given revision or the last committed version. I takes an input main file and checks the diff for all the files included in the main file. Currently only supports hg repositories, though if there is any request for git, I'll try and add it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    Cisco config surfing,parsing,searching
    This project contains a set of php/perl scripts to analyze Cisco IOS-XR routers PE configuration, providing an html output which is very useful to surf over configurations. Moreover, it contains some other functions to search and compare configurations (access-list, prefix-sets, route-maps ...) between XR and IOS routers, and to analyze syslog data. It is not intended for "normal" end-users, but for network administrators and operations groups. You will need to install Apache (or any other web server) with PHP, configuring apache in the proper way for directories permissions and so on. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Crunch is a wordlist generator where you can specify a standard character set or a character set you specify. crunch can generate all possible combinations and permutations.
    Leader badge
    Downloads: 205 This Week
    Last Update:
    See Project
  • 12

    sysCli

    Making "target" CLI commands, a native system command.

    ...An example session will show you how: (on Windows Cygwin) syscli _stay & # This command starts syscli server syscli _open COM1 115200 # Invokes a client syscli and asking server to open COM1 syscli _seteot 0x23 # Letting server know that command prompt ends with '#' (0x23) syscli pr | grep my_text # Client syscli asking server to send "pr" command; grepping.. syscli pr > myfile.txt # redirecting output of "pr" command to a file. A uboot command prompt on target board may end with a whitespace. E.g. a (space) 0x20 or a (tab) 0x09 instead of a '#' (0x23).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EJS

    EJS

    Embedded JavaScript templates for node

    ...The idea is to avoid introducing a separate DSL for templating and instead use familiar JavaScript logic inside template tags to generate dynamic content. You write templates using <% %> scriptlet tags, <%= %> for output, and you can include other templates, pass data, and control flow with loops and conditionals. It’s fast because it compiles templates to JavaScript functions and caches them by default, so subsequent rendering is efficient. EJS supports both server-side render (in Node/Express) and client-side use in the browser, making it versatile for universal apps. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    SeoToaster eCommerce Shopping Cart & CMS

    SeoToaster eCommerce Shopping Cart & CMS

    100% OOP Next Gen CMS and Ecommerce Shopping Cart Solution

    SeoToaster is the most advanced SEO & marketing CMS and eCommerce shopping cart platform that can be used right out of the box, with no plug-ins required. The SeoToaster content management system features a uniquely intuitive content management system interface, combined with powerful automated marketing. W3C compliant HTML code generation, no layout restriction, unbreakable theming system, unmatched SEO, or automated merchandising are just few of the many built-in SeoToaster...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Windows console tone generator

    Windows console tone generator,

    ...I did find out this had problems running on a 32 bit eee pc 901 running winXp with a realtek HD audio output…I concluded the problem might be with the sound driver. Usage: tone 440 1000 generates 440hz tone for 1 second this was compiled using Code blocks with gcc. Source code included
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    subz3ro's Adlib Tracker II (OSP)

    subz3ro's Adlib Tracker II (OSP)

    Supporting 4op instruments, two effect columns and instrument macros.

    DOS version: Source code to be compiled with TMTPC 3.9x or higher and TASM 3.x or higher SDL (Win32/Linux) version: Source code to be compiled with FPC 2.6.x or higher, GCC 4.x.x or higher and JWASM 2.xx or higher
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The National Library of New Zealand's Metadata Extraction Tool automatically extracts preservation-related metadata from digital files, then output that metadata in XML formats. It can be used through a graphical user interface or command-line interface. Please take the latest code from 'https://github.com/DIA-NZ/Metadata-Extraction-Tool.git'. The code on source forge will not be updated henceforth as it is moved to github.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    JustTE4J Java Web Template Engine

    JustTE4J Java Web Template Engine

    Lightweight web template engine in Java

    Is a high-performance open source tool to generate HTML output without need to interfere with base HTML. It takes fixed text and data as input and integrates these and outputs a text document containing the data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Jack Director

    Jack Director

    Control Jack transport features using MIDI commands.

    ...This program plays a metronome thru 2 audio outputs exposed in Jack. Features: - Control Jack Transport's play/pause using midi notes - Control Jack Transport's position - Metronome audio output - Assign different scenes to different program changes - Control bpm, mute metronome, song position, stop transport for every scene - Output a midi clock out for programs allowing external midi sync (eg. wine programs) To control its behavior you have to provide a configuration file named jack-directorrc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A command, depdot, for producing a graphviz dot description of library dependencies. This allows a developer to see what libraries depend on what other libraries by examining the symbols produced by the nm command. depdot is independent of nm output.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    Average

    Command-line calculator of basic statistics.

    ...Entry can by a text file (any column can be specified, default is the first) or directly in the terminal if Average is run without specifying a file -- in which case, input can be terminated by pressing Ctrl-D. It is possible to choose the output of a single statistic (just the value, no labels), instead of the fully detailed output (default).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Aspose for Spring.NET

    Aspose for Spring.NET

    Provides source code and usage instructions for extening Spring.NET

    Aspose for Spring.NET provides source code and detailed usage instructions for extending the existing Spring.NET samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    Debby has replaced CDE in the Tina4Stack, you may want to check it out at http://tina4.com CDE is a PHP class which implements the general database functions in PHP and provides a common SQL platform for php development where developers change their databases but not their code. Supports Firebird, MySQL,Oracle,SQLite, MSSQL(both drivers),CUBRID,ODBC. CDE now supports date uniformity, param passing & BLOB handling across all the databases supported. CDE is not a replacement for PDO,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Horus Framework

    Horus Framework

    Smart Micro PHP Framework inspired by Sinatra in Ruby but not a clone

    An OOP PHP micro-framework, a lightweight toolkit to help developers lay down the foundation of their PHP-based websites and applications The Horus Framework is a pretty solid attempt at designing a good OOP framework in as a small package as possible. Focused on a light codebase and on a solid, standards-friendly approach, Horus can be used to write advanced applications without having to deal with complex coding toolkits like Zend or CakePHP. Horus is easy to learn and the code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    bnns

    Research tool for interactive training of artificial neural networks.

    BNNS is a research tool for interactive training of artificial neural networks based on the Response Function Plots visualization method. It enables users to simulate, visualize and interact in the learning process of a Multi-Layer Perceptron on tasks which have a 2D character. Tasks like the famous two-spirals task or classification of satellite image data.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB