C Usability Software

View 124 business solutions

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

  • 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
  • Easy-to-use Business Software for the Waste Management Software Industry Icon
    Easy-to-use Business Software for the Waste Management Software Industry

    Increase efficiency, expedite accounts receivables, optimize routes, acquire new customers, & more!

    DOP Software’s mission is to streamline waste and recycling business’ processes by providing them with dynamic, comprehensive software and services that increase productivity and quality of performance.
    Learn More
  • 1
    TortoiseSVN

    TortoiseSVN

    An Apache SVN client, right where you need it most

    TortoiseSVN is a Subversion (SVN) client, implemented as a windows shell extension. Which means it's available right where you need it: in the Windows file explorer. It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. Simply the coolest Interface to (Sub)Version Control!
    Leader badge
    Downloads: 33,182 This Week
    Last Update:
    See Project
  • 2
    Write random numbers/characters to standard output.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Logapp is a wrapper utility that helps supervise the execution of applications that produce heavy console output (e.g. make, CVS and Subversion). It does this by logging, trimming, and coloring each line of the output before displaying it.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    EZ Project

    EZ Project

    Softwares making our work easier

    Go to "Files" to download releases of EZComm and Jirrit. EZComm (EZ Comm) is still maintened, code hosted on https://github.com/bon-ami/ezcomm You can use it as either a client or a server for TCP/UDP text messages Jirrit is still maintened, code hosted on https://github.com/bon-ami/jirrit You can use it to operate with commands on JIRA, bugzilla, Jenkins and Gerrit. EZOutput is hosted on https://gitee.com/bon-ami/ezoutput
    Downloads: 4 This Week
    Last Update:
    See Project
  • Powerful cloud-based licensing solution designed for fast-growing software businesses. Icon
    Powerful cloud-based licensing solution designed for fast-growing software businesses.

    A single-point of license control for desktop, SaaS, and mobile applications, APIs, VMs and devices.

    10Duke Enterprise is a cloud-based, scalable and flexible software licensing solution enabling software vendors to easily configure, manage and monetize the licenses they provide to their customers in real-time.
    Learn More
  • 5
    The libexplain project provides a library which may be used to explain Unix and Linux error messages. This will make your application's error messages much more understandable to your users.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    A small program that allow to unpack all 'rar' files in derictory using 'unrar' program.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    libzio

    A Library for Accessing Compressed Text Files

    The libzio provides using fopencookie(3) of the glibc or funopen(3BSD) together with zlib and libbzip2 an API to read or write gzip/bzip2 files with streams. Libzio uses the GNUC weak facility to allow programs to be linked against zlib or libbzip2 only.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    ABK Code Beautifier indents and comments the Code of C/C++ currently. The code to be processed must be error free for accurate output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Difftool working on clipboard. Compare the last two entries in the clipboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 10
    Curses++ is a set of C++ wrapper classes for the curses library. The project is aimed at providing a layer compatible with any version of curses (ncurses and pdcurses are seen as two major versions) and to be easy-to-use, using familiar STL interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Embeddable Predictive Text Library
    A C (and JavaScript) library providing predictive text functions. The API is very simple and provides dictionary autocomplete and partial/full matching. Sample cellphone-like examples are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ExGUI is short for Extended Graphical User Interface, and this is because the aim of this project is to increase the speed, usability, flexibility and intuitiveness of the common components of programs that a user may use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    "extendedutils" package,which is an extension to the GNU Coreutils adds useful metadata to the utilities and enhance their functionality.The package contains the following commands:renm, sdel, cprog, rshred, ls --osort, rm -b
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ExtraMessageBox is an extension of the Windows API function MessageBox(). It lets you create popup message boxes that additionally feature a checkbox for "Do not show again" or "Remember my choice".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Frexhwd is a simple and small Hardware Detection for Linux. It is written in Unix shell(Bash) and C Language. it easy to run on small, embedded or simple system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Grift is a library that provides a framework for developing a UI-independent application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Open Source IM and voice client using Jabber and SIP protocols, with great audio quality thanks to speex and a nice and clean interface. Programmed in Java and C++. It supports chat, voice and file transfers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JPointerLock

    JPointerLock

    Pointer Lock for Java AWT/Swing

    Adds support for confining the mouse pointer to a Java AWT or Swing window, useful for video games that use mouse look or edge scrolling. Usage: 0. Download release/jpointerlock.jar and lib/native-library-loader.jar from the code section, and add them to your build path/classpath. 1. Call PointerLockLoader.init() as early as possible on the AWT EDT to load the native library. 2. Call PointerLock.setPointerLock(Window, boolean) on the AWT EDT when you want to lock or unlock the pointer. This library and the included native library loader are released under the Unlicense and come with absolutely no warranty. See https://unlicense.org/ for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Java JNI Launcher and Service Controller is a project to create a suite of Java virtural machine launcher tools. No more long complicated command line's to run your Java application
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Listaller
    Listaller is a simple software installation system which helps to create software packages that work on many Linux distributions. It also makes it easier to remove applications on Linux machines without touching the package management system directly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Configurable/Extensible Log Analyzer Tool for Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MBDyn (1.2.6) as C/C++ project in the Eclipse/CDT-IDE ported from its original autotools-build-system for adding the comfort of a modern C/C++ developement environment to the programming phase. For ++info on MBDyn see <http://www.aero.polimi.it/~mbdyn/>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MapReduce is a simple and flexible parallel programming model initially proposed by Google for large scale data processing in a distributed computing environment. This project implements the MapReduce runtime and API for the Cell processor platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Ferramenta Computacional para Deficientes Visuais. Provê acesso a um editor de textos, calculadora e envio de e-mails sem necessidade de instalação ou grandes requisições de hardware. Possui interface adaptada para pessoas com baixa visão.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Open Source Application Server Appliance based on Open Source GlassFish
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next