Showing 36 open source projects for "rexx"

View related business solutions
  • 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
    Regina REXX Interpreter
    An implementation of the the ANSI Standard REXX Programming Language, available for most operating systems.
    Leader badge
    Downloads: 284 This Week
    Last Update:
    See Project
  • 2
    Rexx/CURL is a Rexx extension to enable Rexx programmers to control the cURL interface.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3

    Rexx/JSON

    Rexx external function package to manipulate JSON data

    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    ooRexx (Open Object Rexx)
    Home of the Open Object Rexx Project. ooRexx is the open source version of IBM's Object REXX Interpreter. It is upwardly compatible with classic REXX and will execute classic REXX programs unchanged. The project is managed by the Rexx Language Association.
    Leader badge
    Downloads: 265 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
    Learn More
  • 5
    PLEASE NOTE: this package is meant to work with the Rexx SAA interface (e.g. with Regina) and non-modular Java (up to and including Java 8LTS). Project continued as a much more powerful and up-to-date version for ooRexx, available at https://sourceforge.net/projects/bsf4oorexx/ PURPOSE: Bean Scripting Framework Rexx Engine (bsf4rexx) allows Java programs to call Rexx programs, and for Rexx programs to create and manipulate Java objects. The package will allow to script OpenOffice.org: "File...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GnuCOBOL

    GnuCOBOL

    A free COBOL compiler

    GnuCOBOL (formerly OpenCOBOL) is a free, modern COBOL compiler. GnuCOBOL implements a substantial part of the COBOL 85, X/Open COBOL and newer ISO COBOL standards (2002, 2014, 2023), as well as many extensions included in other COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others). GnuCOBOL translates COBOL into C and internally compiles the translated code using a native C compiler. Build COBOL programs on various platforms, including GNU/Linux, Unix, Mac OS X, and...
    Leader badge
    Downloads: 704 This Week
    Last Update:
    See Project
  • 7
    The Hessling Editor (THE) is a cross-platform text editor. Based on the IBM mainframe editor XEDIT, and includes many features of Kedit. All of THE is configurable, including syntax highlighting. THE uses Rexx as its macro language.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 8
    BSF4ooRexx

    BSF4ooRexx

    Makes all of Java directly available to ooRexx and vice versa.

    BSF4Rexx version for ooRexx 4.1.0 and later, exploiting the new ooRexx kernel (e.g. allowing implementation of Java methods in ooRexx, callbacks from Java to ooRexx). [Camouflages Java as the dynamically typed, caseless and easy to use ooRexx.]
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 9

    OORexxDoc

    Documents Rexx and ooRexx programs

    This is a self-contained, multiplatform (Java written) application that analyzes and documents Rexx and ooRexx programs. The generated documentation is hyperlinked HTML and prints nicely (check printing background in your browser). If using ooRexxDoc-comments (like JavaDoc @-tags) the automatic generated documentation can be enhanced considerably to become fully stand-alone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    For companies that need a load balancing solution

    SKUDONET is designed to enhance service quality with advanced load balancing capabilities. Allowing scale your infrastructure effortlessly while maintaining unwavering data security, ensuring the continuity of your operations.
    Learn More
  • 10

    NetRexx

    The open sourced NetRexx reference implementation

    NetRexx is a dialect of the REXX programming language to run on the Java virtual machine. It supports a classic REXX syntax, with no reserved keywords, along with considerable additions to support object-oriented programming in a manner compatible with Java's object model, yet can be used as both a compiled and an interpreted language, with an option of using only data types native to the JVM or the NetRexx runtime package. Originally from IBM, NetRexx is the creation of Mike Cowlishaw...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    PmPrintf - OS/2 debug helper

    printf() style debugging output to log file or PM-Viewer via queue

    PMPRINTF allows you to direct the output from debugging statements placed in code (using printf() like statements) to a highly configurable PM viewer or into a log file of your choice. Both, PM-Viewer and CLI logger which can be write to a log file in parallel are included. Sample code for C, REXX and SOM/WPS classes included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ooRexx Debugger

    ooRexx Debugger

    A cross platform dialog based ooRexx debugger

    A GUI debugger for ooRexx programs that can be run on Windows with ooRexx 4.2 or later and on other platforms with ooRexx 5.0 or later where Java with Swing /AWT has been installed along with bsf4oorexx. Please see the README.md file in the Code tab or latest release for much more detailed usage and setup information .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RexxLiterate
    Documentation generator for Rexx programs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CRC

    CRC algorithms, test code, libraries and tables

    This is a modified version of the CRC algorithms by Lammert Bies. It supports more algorithms and has been ported to several languages. It's also useful for learning how to do hexadecimal calculations and bitwise operations in various programming languages. Disclaimer: These test programs demonstrate the calculation of CRC. I made these translation with a basic knowledge of each language. They may or may not be appropriately formatted / secured / robustified / idiot proofed or...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Rexx/CSV is a Rexx external function package that makes reading and writing to CSV (comma separated values) files easier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Rexx Runner

    Rexx Runner

    Provides a GUI environment in which to run Rexx programs

    RexxRunner provides a cross-platform GUI environment in which Rexx programs can be run. This is particularly useful for platforms like MacOS X where the command line is not common to use. Supports Regina and ooRexx.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Rexx/Curses is an interface to the curses library. With this external function package, Rexx programmers can write cross-platform applications with a consistent textual user interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    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: 2 This Week
    Last Update:
    See Project
  • 20

    Rexx/SQL

    An external Rexx function package to connect to SQL databases

    Rexx/SQL is a Rexx external function package that allows access to various SQL databases with the same interface. Multiple databases from different vendors may be connected at once.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    Rexx/gd is a Rexx interface to the gd graphics library. This interface allows a Rexx programmer to create and manipulate graphics images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    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
  • 23
    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
  • 24
    This project is an Eclipse plugin for the programming language Rexx. It offer syntax highlighting, content outlining and launching support.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    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: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next