Open Source Rexx Software - Page 3

Rexx Software

Rexx Clear Filters

Browse free open source Rexx Software and projects below. Use the toggles on the left to filter open source Rexx Software by OS, license, language, programming language, and project status.

  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • Collect! is a highly configurable debt collection software Icon
    Collect! is a highly configurable debt collection software

    Everything that matters to debt collection, all in one solution.

    The flexible & scalable debt collection software built to automate your workflow. From startup to enterprise, we have the solution for you.
    Learn More
  • 1
    SoundFX is an editor for digitized audiodata. SFX is designed in a modular fashion and has a comfortable graphical user interface. With SFX you can apply effects to samples, play back and record samples, and finaly can cut, trim and edit your samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Tireless Worker

    Experimet automation software system

    Tireless Worker will help automating experimental research. One can easily write a REXX script to automate data acquisition and equipment control. NI VISA binding is implemented, as well as RS-232 communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This project aims to support Jakarta-TomCat users on operating systems which are officially not supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    An lightweight open source implementation of the Rexx programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight Icon
    Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight

    Lock Down Any Resource, Anywhere, Anytime

    CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
    Learn More
  • 5

    fem2d

    2D Finite Element Method Tools

    Collection of programs developed to perform various engineering analyses on structures using the finite element technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HSC (HTML Sucks Completely) is a developer tool for HTML projects. It is mainly intended for creating and maintaining larger Web sites, with a focus on compact and standards-conforming code. Its source texts are HTML files that use an extended syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The identify library goes LGPL. This Amiga library is able to identify your hardware, extensions, guru codes and function names. It also gives support for ARexx and installer scripts, and is helpful for generating bug reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ooPorter

    A Porter stemming or stemmer algorithm coded in ooRexx

    This is an ooRexx line-by-line port from Ansi-C to ooRexx of the stemming routine published by Martin Porter 1980. The original source code from Porter has been commented out and emulated by the corresponding (oo)Rexx code as far as possible. This is not an example of good or fast (oo)Rexx programming, it is merely a demonstration of the Porter stemming routine ported to ooRexx, use and modify as necessary. Input to the program is a textfile with words to be stemmed, one per line. Output from the program ends up in the terminal window (standard out) and may be redirected to an output file. Syntax: rexx ooPorter myInputfile.txt > myOutputfile.txt The program only works for stemming English words. The source code is distributed under a free beer license; you are free to use the ooRexx source code as you please and no restrictions whatsoever apply as far as the type of beer is involved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    osFree operating system
    open source analogue of IBM OS/2 operating system
    Downloads: 0 This Week
    Last Update:
    See Project
  • Iris Powered By Generali - Iris puts your customer in control of their identity. Icon
    Iris Powered By Generali - Iris puts your customer in control of their identity.

    Increase customer and employee retention by offering Onwatch identity protection today.

    Iris Identity Protection API sends identity monitoring and alerts data into your existing digital environment – an ideal solution for businesses that are looking to offer their customers identity protection services without having to build a new product or app from scratch.
    Learn More
  • 10
    This project goal is to develop a php Client for the IniServe package, developed by Peter Moylan, to allow remote managing of a OS/2 .INIs files, thus both OS/2 environment and other applications like FTP servers, Mail servers, Web Server and such.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    a formalism to analyze /syntheses of phrase on computer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Usnatch is Rexx script for downloading/playing Youtube and other multimedia content. It is particularly adjusted to work with the Lynx text mode browser and can be used to launch media players such as mplayer and vlc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project aims at porting IBM's Object Rexx Back to OS/2, based on based on the work of http://www.oorexx.org/, Open Object Rexx, (ooRexx). The main aim here is to work on the possibilities of such a port, make files as well as specific OS/2 coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Rexx/PDF is a Rexx interface to the libharu PDF library. This interface allows a Rexx programmer to generate PDF documents by insertion of text, lines and images
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Rexx/Wrapper is a pseudo compiler for Rexx programs. It generates a SAA API application with the Rexx program embedded. The application is then compiled and linked allowing the user to distribute their Rexx program as a stand-alone executable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Cobos Project

    Cobos Project

    the disruptive IDE for COBOL developers

    The Cobos Project is an Open Source initiative from Metrixware, dedicated to Mainframe COBOL CICS, DB2, IMS developments within the Eclipse Platform.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    RDD! USB HID Report Descriptor Decoder

    RDD! USB HID Report Descriptor Decoder

    Create C structures from USB HID Report Descriptors

    This will read a USB Human Interface Device (HID) report descriptor from the specified input file then attempt to decode it and, optionally, create a C language header file from it. It also does some minimal sanity checks to verify that the report descriptor is valid. The input file can be a binary file or a text file (for example, an existing C header file). If it is a text file, it will concatenate all the printable-hex-like text that it finds on each line (until the first non-hex sequence is found) into a single string of hex digits, and then attempt to decode that string. You can feed it an existing C header file and it will decode it as long as you have all the hex strings (e.g. 0x0F, 0x0Fb2) at the beginning of each line. Commas (,) and semicolons (;) are ignored. Oh, and it's just a Rexx script - not an executable.
    Downloads: 12 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB