Showing 1224 open source projects for "program"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 1
    Hilbert II - QEDEQ

    Hilbert II - QEDEQ

    proof verifier for mathematical proofs and documentation generator

    In the tradition of Hilbert's program we create a formal correct (checkable by a proof verifier) but readable (like an ordinary LaTeX textbook) mathematical knowledge base which is freely accessible within the internet. Logic and set theory started.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SPE Toolbox

    MatLab functions for reading WinView/WinSpec .spe files

    This toolbox is a collection of MatLab functions for reading WinView/WinSpec files (.spe extension) directly to MatLab. It provides functions for reading full header from file into a structure, reading frames into matrices, and reading pixel values across all frames. You can use these functions to analyse and process experiment data stored in .spe files in MatLab, and to write functions to export .spe files to animated GIFs for use in presentations. Also includes simple MatLab application...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    After a program has been thrown into the world in binary form, it can boomerang back as source code. The Boomerang reverse engineering framework is the first general native executable decompiler available to the public.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 4
    /* Do not use the download link, use browse all files. The automated download link points to just the debug stand alone exec. You will need the list file to go with it */ Just a little console program to get all the plugins at www.winamp.com. Get them while they last! Download all the files and compile. No special params. Make sure you have the list file in the same directory as the exe. I suggest moving the compiled project to a more usable folder. Built in c# 2013 usage execute by double clicking or through console Only execute once, there is sometimes a bug where it crashes from an unhandled web exception. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Automate your business processes with ThinkAutomation Icon
    Automate your business processes with ThinkAutomation

    Parse, process and react to millions of messages - automatically

    Develop the automations that work for you. With ThinkAutomation, you get an open-ended studio to build any and every automated workflow you could ever need. All without volume limitations, and all without paying per process, license or ‘robot’.
    Learn More
  • 5

    funcfinder

    function finder

    ff util is created for searching some text (functions, variables, definitions) in some source tree in all files (and just for fun), a program for programmers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Disk Diagnostic

    Disk diagnostic for disk/controler/driver testing

    This is a cli disk diagnostic that runs under Windows, Linux and DOS/BIOS. It is a traditional disk diagnostic in the style of diagnostics going back into the 1960's and the first disk drives. Although CLI driven, I have found it more useful that many other types of diagnostics for disk, controller and driver development than GJI based diagnostics. The command forms are terse, and it allows either use as an immediate mode debugger of drives or it can be used to form full testing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    runasdog

    Make your normal program become a server

    The runasdog(run as watchdog) is an amazing program.It will change your local program's std i/o into web i/o.So if you want to create a web app,just write program in local,and run it with "runasdog",then is becomes a watchdog!. Using this,your bash will become a web-bash,or you can create a web chatroom with any language you want,and without caring about whether it support web i/o,and so on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HyperGUI

    HyperGUI

    A GUI based on libSDL for C++ applications

    ...This library can be used in both dynamic multimedia (game), and standard (static) applications. The HyperGUI manages it by avoiding screen refreshes as much as possible. In a game or other dynamic multimedia program, the screen (or part of it) is redrawn and refreshed tens of times a second, so there is no need for GUI to ask more refreshes in response of input events; and in a static application each event may change a tiny part of the screen, and only that part needs redrawing. HyperGUI has the flexibility to work in both states.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    mojo

    mojo

    mojo provides fast analyzes for your business processes

    mojo is a standalone software and library for the fast analysis of business processes. Because of its lightweight architecture and its implementation in Java, it can be used as extension in your program, e.g., business process designer. It provides new researched compiler-based analysis techniques which supports very good failure location. The software can be used under the GNU Lesser General Public License (LPGL): http://www.gnu.org/licenses/lgpl-3.0.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • The all-in-one software to manage your HOA Icon
    The all-in-one software to manage your HOA

    PayHOA is association management software for HOAs, COAs, and any community looking for robust, easy-to-use, affordable software

    PayHOA is modern software for self-managed communities. Trusted by more than 11,000 associations, PayHOA automates operations, so you can focus on what's important. We provide free onboarding, free unlimited support, a 30-day free trial, and no contracts. Claim your free trial and see why HOAs across the country are choosing PayHOA.
    Learn More
  • 10

    TFS Project Viewer

    It displays changesets and work items on a Team Foundation Server.

    This program is capable of listing the changesets and work items which belong to those of selected projects and branches on a Team Foundation Server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Getter/Setter generator for Dreamweaver

    A command for dreamweaver to automatically generate getters/setters

    This simple script adds a command to dreamweaver to automatically generate getters/setters for attributes in classes (like other IDEs like eclipse and netbeans natively do). It comes very comfortable for PHP developers using ORMs such as doctrine. (To install copy the .htm and .js files into "C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\configuration\Commands" directory or whatever your dreamweaver commands directory is)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ChartsClass

    ChartsClass

    Class to create simple charts in Gambas + sample program

    ...Use the class in your project by copying the source in your project, or as component (from v 0.6) by compiling with "make executable" option. Find out how to use it by the included example program: The class is delivered as part of a complete project, so that you can try it out. And you can modify the FMain code to learn how it can be usefull for your project. The sample data used, is generated in the example program and displayed in a grid on screen. No database or other extra things needed, works in KDE and (should) in other desktops like Ubuntu's, Gnome etc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RECODER is a Java framework for Java program analysis and source code transformation. It computes an easy to use syntactic and semantic program model containing cross references, and it supports transformation rollbacks and incremental model updates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Java Regular Expression Tester Tool

    Tool that allows to test a String based on a regular expression

    This is a Java program designed for helping programmers to test text strings based on user input made Java regular expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    guiLiner provides a representation of another program's options and information, enabling one to run a command line program directly from a GUI. In other words, guiLiner creates a GUI for almost any command-line program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    TxEngine is an embedded controller engine designed to allow one to make supervision & control program that fit in embedded systems. Include a modular design with native support for Modbus RTU, timers, threads, linked lists
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    XLIFF2.0 RoundTrip Tool

    Transform any well-form XML file to XLIFF 2.0 and back.

    ...Any well-formed, XML file that *DOES NOT have XML Namespaces will be transformed to an XLIFF 2.0 file. The file may be translated. The translated file may then be transformed back into its original XML format. *Note: Future versions of this program will process XML Namespaces. Once the tool clear Beta, and once XLIFF 2.0 becomes an official standard, this tool will be folded into the existing xliffRoundTrip Tool (currently for XLIFF 1.2) project (http://sourceforge.net/projects/xliffroundtrip/) and this project will terminate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    data2bin

    Create structured binary files from XML data.

    Need to create binary files with data for Your program, game etc.? Tired of using hex-editor and editing the file manually with the risk of structure-mismatches? Too lazy to reedit complete file after changing structure members order or size? "data2bin" is a utility that takes: 1. Your structures description (you can use integers of different sizes and endiannesses, null-terminated text strings, fixed-size binary strings, structures, arrays...) 2.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 19
    JAVA MODULAR PROGRAMING API
    JMPAPI is an open source Java API modular programing library which lets you create sophisticated modular program at the fastest way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a Java re-implementation of the original AT-Robots project <http://necrobones.com/atrobots>. The players can program robots in AT2 assembly. Seek and destroy your opponents using scanners, radar, sonar, missiles, and mines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    prog89s52

    prog89s52

    Utility for programming an AT89S52 via a parallel port.

    prog89S52 is a utility for Linux on the PC, allowing programming of Atmel's AT89S52 microcontroller via the parallel printer port. Atmel's 89S are programmable via an SPI port and therefore require absolutely no additional components in order to program them in-system. This program requires a standard "Centronics" type PC parallel port (a bidirectional, EPP or ECP port is not required). A 5-way cable is required to connect the microcontroller to the port; wiring information is given in the included manual page. Remember that a clock source is required in order to program the device, and that EA must be tied to Vcc when programming the internal flash memory. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    jShopDesktop

    Program software sales product of minishop

    develop by JAVA language database MySQL for Small businesses shop and Calculated price product, costs, salary Manager data ect. this is a Open Source project free download and customise code no license you can develop and selling, support commercial. if have problem or donate to me you can visit me at zomjeeb@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    misspell-check

    misspell-check

    A program to check source code for mispelings...

    A program to check source code for mispelings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Simple Renamer v1.2

    C#.NET 5.0 File Renamer

    This is a simple program to rename a large number of files like images, rather than one at a time. Please let me know of any bugs you find or improvements you may think would help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    QuickMake is a flexible compilation aid, based on the GNU "make" program. It was originally developed for building RAVL (Recognition And Vision Library), but it can be used for compiling any software project, however big or small.
    Downloads: 0 This Week
    Last Update:
    See Project