161 programs for "input file" with 1 filter applied:

  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Batch XML Modifier

    Batch XML Modifier

    Modifies the tags and attributes of the all XML filles in directory

    Batch XML Modifier (BXM) allows you using a list of commands modify the tags and attributes of all XML files with the identical structure in the specified directory and save results in another selected directory. The program performs the uniform changes for all the tags with the identical name and of the same level. Also, the program performs the uniform changes of the selected attribute of all the tags with the identical name and of the same level. See wiki for feature list and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Two-Layered GUI Toolkit

    The Two-Layered GUI Toolkit

    Provides common dialogs and widgets with a GUI-toolkit-agnostic layer.

    A .NET/Mono library that provides frequently used dialogs and GUI components. All dialogs are provided in two layers, an abstract description layer and a toolkit-specific GUI layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    The `8conv` text encoding converter

    Converts quoted-printable, UTF-8, UTF-16BE, UTF16LE to 8-bit.

    Command-line tool to decode text which has undergone MIME-typical encoding into (ISO-8859) 8-bit --- without having or parsing the relevant MIME type declarations. Decodes quoted-printable sequences; handles UTF-8, UTF-16BE, UTF-16LE; optionally translates common characters from DOS or Windows code pages or HP-Roman8 into ISO-8859-1. UCS characters can be mapped to 8-bit translation strings. Single ISO C source file, "8conv.c". Translation can be controlled through a configuration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project is based on pygame which has the power to simplify graphical output in some cases. Additionally it includes methods for user input, some collision detection, sound and file access supporting ominous structures. However this project is very limited and has more or less just been an educating experience for myself. Thanks
    Downloads: 0 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
    Learn More
  • 5

    CONMAP

    Geobody connectivity analysis tool in geosciences. New version: 2.0

    CONMAP is a console program to aid in geobody connection analysis in geosciences. It accepts input and outpts results in GEO-EAS (GSLIB) format for easy interoperability with most geoscience softwares. To get help in usage, simply run the program without arguments. CONMAP is a Java 1.7 program. Open a command prompt, go to the directory where you download CONMAP.jar and enter the command "java -jar CONMAP.jar <arguments>" (without quotation marks) to run the program. Geobody...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JBerd

    JBerd

    Java tools for decoding and manipulating BER encoded ASN.1 Files

    A simple Java ASN BER decoder and profiler A tool for easy manipulation of BER encoded files. An "awk" for ASN.1 BER (for Unix people) or maybe a "notepad" for ASN.1 BER (for Windows people). Jberd (Java BER decoder) is a lightweight BER decoder and associated tools for interpreting and processing BER encoded ASN.1 files. The following facilities are provided: • JBerd Profiler. A tool for profiling the contents of BER encoded files • JBerd Flattener. A tool for converting BER...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PhpMyCodeGenerator is a code generator framework, which allows you to create code generators as PHP functions and provide input to the code generators through an Excel/Calc file. PhpMyCellScript allows you to write programs directly in Excel/Calc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    phpformgenerator

    generate multi page html web forms for easy download to web server

    Easily create web forms and then download them as a zip for easy insertion into your web site. Online Demo. No need for installation. Create a multi-page web form and download it as a Zip for insertion into your web server. http://phpformgen.sourceforge.net/new_demo/phpformgen/ Requirements: * MySQL on Form Creation server * Sendmail on Public Web Server if you require email output Origins & Licensing: This project is a fork of "phpformgen" which appears to be dead. If that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Email and SMS Marketing Software Icon
    Email and SMS Marketing Software

    Boost Sales. Grow Audiences. Reduce Workloads.

    Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
    Learn More
  • 10

    simplex with branch and bound

    A tool for teaching simplex and branch & bound methods

    This is a tool for teaching simplex and branch & bound methods. For simplex method, it comes with several examples including degeneracy and cycling, and allow the user to dictate how to pivot. For branch and bound method, it is desinged to interact with the user to explore all possible branch and bound trees. The user can also load a problem from a text file or simply type in a model directly. The format is very simple and very similar to the LP format, see the packed-in examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    tceetree

    Makes a C function call tree as Graphviz DOT file from CScope output.

    The purpose of the project is generating a function call tree for a software application written in C. This utility takes as input an uncompressed CScope (http://cscope.sourceforge.net/) output file. With a few options, an output DOT language file can be generated. The DOT file may be used as input for Graphviz (http://www.graphviz.org/) to make an image of the function call tree (see screenshot examples for tceetree run over its sources). For more information, see the Wiki page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is a simple converter that will change line by line csv file for conversion to ADP software input
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Coco/S Parser Generator

    Coco/S Parser Generator

    Parser Generator based on Coco/R

    Coco/S is a compiler generator that takes plain EBNF grammar files and features a SAX style call back API. It is written in Java and produces a Java Scanner (Lexer) and Parser for the language described by the input grammar. Coco/S is a branch of the 2010/11 release of Coco/R for Java. While Coco/R takes an attributed grammar file, Coco/S has a callback API. This has the advantage of a clean separation between grammar (EBNF) and Compiler/Interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Transposer

    Transposer

    Transposer changes chords from one key to another in a song file.

    Transposer converts the chords of a text file which contains the lyrics and chords for a song into whatever key the user desires. Version 1.0 no new features, just some UI cleanup. No bugs reported since last BETA, so nothing to fix at this point. (0.56) was the first with a mechanism for creating an ignore list of words which might get transposed if they are on a line by themselves, such as, "ending". This word is typically made of characters which are valid chord characters that would...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Importer library to import assets from different common 3D file formats such as Collada, Blend, Obj, X, 3DS, LWO, MD5, MD2, MD3, MDL, MS3D and a lot of other formats. The data is stored in an own in-memory data-format, which can be easily processed. www.open3mod.com/ is a 3D model viewer and exporter based on Assimp that is also Open Source.
    Leader badge
    Downloads: 80 This Week
    Last Update:
    See Project
  • 16
    MassGeotagger

    MassGeotagger

    MassGeotagger lets you to geotag sets of JPG Photos with GPX logs

    MassGeotagger lets you select a photo, a photo folder or a folder tree and update the latitude and longitude coordinates in the EXIF data of the selected photos. To get the GPS coordinates, the method of choice is to select one or several GPX files and set the difference of time between APN time saved in EXIF data and GPS time. However other strategies to match JPG and GPS coordinates are available : by selecting one of the GPX waypoint, by selecting a point on the map or by user input...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    docx2txt

    docx2txt

    Perl based utility to extract formatted text content from MS Docx file

    Docx2txt is a Perl based command-line utility to convert (even corrupted) Microsoft docx documents to reasonably formatted text files, along with appropriate character conversions. Apart from Perl it also requires a command line unzipping program like unzip/7z/pkzipc/wzunzip.
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 18

    datadensityplot

    Creates a data density plot of a 2 dimensional data distribution.

    Shows the data density of a 2 dimensional distribution. The problem of showing data density visually is not mathematically well defined, and there are several methods. The program uses sum of reciprocal squared distance to calculate density at each point, with a smear factor to prevent points going to infinity. The smear factor also controls the amount of clustering. There are several options for colour output. Input is via a csv (comma-separated values) file. Now there's a nice GUI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    innocence-java

    Replace text with POS equivalent text, in a reversible fashion.

    .... It also relies on the sender and receiver having a shared (identical) vocabulary file. The project contains code to test input sentences for inclusion of words in the current vocabulary, and can create entries for new words as needed. The vocabulary has a "MD-5 hash" value to make sure that the share vocabulary file is identical for both sender and receiver. The software also contains a "bad-words" list of words that should never be generated in the text to be sent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SutraReader

    Arranges a Sutra text in the traditional layout

    This is an application designed to arrange / lay out a Chinese or Japanese Sutra text in the traditional layout (from top to bottom, from right to left). The input can be any file (the application can pick out the relevant parts) and the output is the layout (arranged in HTML file(s)) and the content (a plain text file with the content). Beside this, you can get a statistics about the ideograms and can exclude certain characters or ideograms from the content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    CollectD-CSV Plotter

    Web interface for visualizing CSV data from CollectD monitoring system

    CollectD-CSV Plotter is a web interface for fetching and visualizing data that is saved in CollectD CSV format. An HTML form is used for defining the time interval and choosing the wanted measurements. The plotter is actually a front-end for collectd-csv module (http://pypi.python.org/pypi/collectd-csv/), which it uses for fetching the data. Technologies CollectD-CSV Plotter uses include CGI/Python, HTML5/JavaScript, jQuery, jQuery-UI and Gnuplot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LaTeX Table Creator

    LaTeX Table Creator

    Simple Cross-platform LaTeX table creator with a GUI and console app.

    ... the output to b easily appended to an existing table. This application is intended for importing "large" amounts of data into a LaTeX table. It is not intended to make fancy formatting easier. It does not supply WYSIWYG view. The GUI application allows the user to paste text into the application select formatting, generate the LaTeX output and copy the LaTeX code. The GUI is written using wxWidgets. The console application uses an input and output file and flags to specify formatting.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    ... the unixname: The "shortname" of the project was a typo, but it was too late when I actually realised it. Features that still need to be implemented: Boolean expressions (IF) (If I ever find a flexible way to implement them, because you can't parse user input to a boolean command in QBASIC, without using a dynamically changed BAS file, which is going to fail if using it compilled) The source code should be compiled with either QB64, QuickBASIC or freeBASIC (with the -lang qb switch enabled
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    EDO-Folder

    EDO-Folder

    EDO-Folder: Enhanced Drive Organizer

    Sistema per la creazione di organizzazione dei contenuti tramite Google Drive. Il programma prende in input un file .xml, opportunamente strutturato e contenente i dati relativi ai docenti, corsi, classi e studenti. L'output è una struttura di cartelle opportunamente organizzate ed autorizzate per gestire i contenuti didattici (cartella di lavoro degli studenti, cartella di sola lettura dei contenuti su base settimanale, cartella privata tra il docente ed ogni singolo studente).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Lembraco, 3D midi connector
    Lembraco is a graphical editor that lets you load or create a 3D object and change its properties. Lembraco can load a midi file or listen to an external midi source. The incoming midi values are filtered and passed to the engine for event handling.
    Downloads: 0 This Week
    Last Update:
    See Project