Showing 1366 open source projects for "format"

View related business solutions
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • AI Agents That Actually Do the Work Icon
    AI Agents That Actually Do the Work

    Assign real work to AI teammates that know your projects, priorities, and deadlines.

    ClickUp's Super Agents run 24/7 inside your workspace: triaging bugs, drafting content, updating statuses, and routing tasks without being told twice. Connect them to 500+ tools and let them execute, not just suggest. Build custom agents in minutes that understand your workflows and act on them autonomously.
    Try ClickUp Free
  • 1
    OGDL is a structured format for representing graphs of information, alternative to XML. Its grammar is very simple allowing for compact parsers. The text version is easily readable; the binary version is used for storage and interprocess communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    RJE FlexCubizer

    Convert Alliance Access RJE files to FlexCube compatible format

    Alliance Access (developed by SWIFT: www.swift.com) is a messaging and interface application used to exchange financial messages over SWIFTNet. RJE is a batch file format commonly used to exchange messages between Alliance Access and back-office applications. It's a very old file format, not fancy XML. FlexCube (developed by Oracle: www.oracle.com/us/industries/financial-services) is one of the world's top core banking systems and as such has an Alliance Access compatible batch file interface. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    JXLStoKML

    JXLStoKML

    Converts .XLS to Google Earth .KML

    This program will convert a Microsoft Excel (.xls) spreadsheet with addresses to waypoints for use in Google Earth with the .kml file format. ** Updated September 3, 2012 - Program will now process geocode requests in batches of 10 to eliminate duplicate lat/long error. **
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SWF Stop Motion Movie Assembler

    Utility software capable of assembling some pictures in a stop-motion

    Utility software that assembles some provided pictures in a Flash SWF movie. Features: - Customizable frame size - Customizable frame per seconds - Definition of still frames (just rename the picture on which playback should pause, so that the word STILL is contained in 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
  • 5

    SarBox

    SarBox helps user to parse or analyze sar data

    ...This makes it difficult to analyze since every counter data is dumped into the log file. SarBox helps to analyze this log file and present data in graphical charts or text format. To collect sar statistics from an environment, use below syntax [user@host ~]# sar -A 30 2 > sar_linux.log “30 2” reports for every 30 seconds and total of 2 times, written in sar_linux.log.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    IP ops provides IP and VLSM calculator written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This software records and replays user interaction with the computer. It can be interfaced through voice commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    jMonkeyEngine Demo Application

    Demonstrating the features of jMonkeyEngine 3.

    ...Some features that are included in this software are: particle effects, water rendering, lighting, animations, unit collision, terrain generation, models and scenes, textures. The applications is in .jar format, so it is platform independent. The only requirement is that the user has the free Java 5 or 6 Runtime installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This program is a viewer and editor of format ACV that helps editors to create comics for mobile platforms. The program uses all properties of the format and runs under several platforms, including Windows and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera - an All-in-one platform for IT management Icon
    Atera - an All-in-one platform for IT management

    Ideal for IT departments and MSPs (managed service providers)

    Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
    Try Atera now
  • 10

    Read Intermagnet

    Conversion of Intermagnet Archive Format to text file.

    Simple software for transformation of binary "Intermagnet Archive Format" (IAF) to human readable form. The program converts Intermagnet binary file to raw text files and to CSV files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    iPiG

    Integrating PSMs into Genome browser visualisations

    iPiG targets the integration of peptide spectrum matches (PSMs) from mass spectrometry (MS) peptide identifications into genomic visualisations provided by genome browser such as the UCSC genome browser (http://genome.ucsc.edu/). iPiG takes PSMs from the MS standard format mzIdentML (*.mzid) or in text format and provides results in genome track formats (BED and GFF3 files), which can be easily imported into genome browsers. For more details about iPiG and it's functionallity, please see "iPiG: Integrating Peptide Spectrum Matches Into Genome Browser Visualizations" Mathias Kuhring and Bernhard Y. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Randoop Netbeans Plugin
    Randoop is an automatic unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format. 1) Randoop generates unit tests using feedback-directed random test generation. In a nutshell, this technique randomly, but smartly, generates sequences of methods and constructor invocations for the classes under test, and uses the sequences to create tests. Randoop executes the sequences it creates, using the results of the execution to create assertions that capture the behavior or your program and that catch bugs. 2) Randoop has created tests that find previously unkwon errors even in widely-used libraries including Sun and IBM's JDKs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    drag0nius' Diablo 3 DpS Calculator

    Damage calculator and items comparison tool for Diablo 3

    Fully featured, standalone & platform-independent Java (JRE6) damage calculator/items comparison tool for Diablo 3. Be sure to check https://sourceforge.net/p/d3dpscalc/wiki/Home/ before asking questions. Language file is available, possible to include any language as long as somebody provides me with translation. Currently supported: - English - Polish
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    TestNGEE

    Run TestNG tests inside servlet container. Great for integration tests

    ...Put all your annotated TestNG tests inside the same project (/WEB-INF/classes) and call http://host/yourcontext/TestServlet. A screen will be shown so you can run your tests. We have an Ant task for invoking the tests by an arbitrary URL and save to a desired file (in JUnit's format) and currently there is some work on creating a Maven Plugin to be triggered during the "integration-test" build phase. We need help on this! Enjoy, give feedback and volunteer!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    AQZ File Parser for Java

    simple parser to read amateur radio questionary data format zip files

    The AQZ File Parser for Java is a simple jar file. So you can use this lib for reading "Amateur Radio Questionary Data Format Zipped" files (*.aqz). A aqz file contains all questions and images of a ham radio exam. This format was developed by Oliver Saal, DM1OLI and the webmasters of http://www.afup.a36.de/. Feel free to visit there pages for more informations and for downloading the latest aqz files for a lot of countries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ToolTimeS40

    ToolTimeS40 is a S40 Series Mobile Phone midlet

    ToolTimeS40 is a S40 Series Mobile Phone midlet for Timemanagment tasks on a click. It supports 6 Live counter "Jobtime,Drive,Work,Pause,Work,Drive" and offers posibilities to save additional information as well. You will never loose a second.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ONZE Miner

    ONZE Miner was a browser-based linguistics research tool

    NB: ONZE Miner has been renamed LaBB-CAT, and active support has been moved to another sourceforge project: http://labbcat.sourceforge.net ONZE Miner was a browser-based linguistics research tool that stores audio recordings and regular-expression searchable text transcripts of interviews. The search results, entire transcripts, and media, can be viewed or exported in a variety of format
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CrypPic ME
    CrypPic is a free software application based on Java Micro Edition which can be used to encrypt and manipulate the image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    PHN/LAB file format converter

    Convert the format of speech label files

    Research in speech processing requires labeling and segmentation of speech signals, i.e., label files. Two useful formats for label files are the CSLU format (.phn extension) and the HTK format (.lab extension). This program converts speech label files from any of these two formats to the other one. Do this: 1- Provide the source directory (directory where the original label files are). 2- Provide the destination directory (directory where the new label files will be placed). 3- Select the operation, either phn->lab or lab->phn. 4- Press the Process! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project provides a set of libraries written in Java to easily manipulate Multi-Criteria Decision Aid (MCDA) concepts, especially related to outranking methods, and XMCDA files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    FullFiller

    Data Base Benchmarking tool

    A very simple tool to automate benchmarking tests on MySQL DBs. It fills MySQL tables columns; perform customized tests; and outputs the results on CSV format. It uses Xeger, a java package for generating random text from regular expressions (http://code.google.com/p/xeger/). Xeger uses dk.brics.automaton java package developed by Anders Møller (http://cs.au.dk/~amoeller/automaton/index.html).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Exactitude

    Measure accuracy of file format conversion.

    This is a framework used to convert files from one format to another, while providing a measurement of the accuracy and fidelity of the conversion process
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    BrowserChooser
    BrowserChooser 0.2. is a Java-based free-ware tool and was designed to integrate your multi-browser environment. Nevertheless it can handle almost every application or even a single file almost like a real dock-application e.g. YZDock!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    JDBReport Designer is a simple and powerful reports template editor. It can help you quickly create the required report, generate and print it or export to another format (HTML, Open Document Format (ODT, ODS), PDF, Excel 2003, Excel 2007).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    The JDBReport Generator is the small and fast generator of reports, including a viewer, implemented in 100% Pure Java. Reports can be exported to HTML, Open Document Format (ODT, ODS), PDF, Excel 2003, Excel 2007
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo