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.

  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • The #1 Global Expert in Remote Workforce Recruitment Icon
    The #1 Global Expert in Remote Workforce Recruitment

    One platform to recruit, hire, and pay global talent. Fully compliant. All at your fingertips.

    Remote People enables businesses to find top talent while significantly reducing global HR and payroll costs.
    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: 26,092 This Week
    Last Update:
    See Project
  • 2
    Write random numbers/characters to standard output.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    A small program that allow to unpack all 'rar' files in derictory using 'unrar' program.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    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: 1 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
    Learn More
  • 5
    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: 1 This Week
    Last Update:
    See Project
  • 6

    patchview - one addon to patchutils

    pacthview let us view parts of a patch

    patchview is one addon to patchutils, with this tool you can view, in a simplified way,only the sub-patches, that you want, of one (big) patch file. You can split patches.To simplify this, it makes the enumeration of the files and you can choose b Code is now available on github : https://github.com/sergiomb2/patchutils
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    Difftool working on clipboard. Compare the last two entries in the clipboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Binary Options and Forex Trading Software Icon
    Binary Options and Forex Trading Software

    For Forex traders (Crypto, Stocks, indices, metals), Binary Option traders

    CapitalCore is an online broker offering Forex (CFD) and binary options trading with the highest payouts in the industry. Our platform gives you access to global currency pairs for CFD trading and fast, straightforward binary options. Enjoy quick withdrawals, competitive spreads, and advanced trading tools, all designed to help you succeed. With flexible account options and dedicated support, we’re here to help traders of all levels reach their financial goals.
    Learn More
  • 10
    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
  • 11
    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
  • 12
    "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
  • 13
    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
  • 14
    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
  • 15
    Grift is a library that provides a framework for developing a UI-independent application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    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
  • 18
    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
  • 19
    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
  • 20
    Configurable/Extensible Log Analyzer Tool for Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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: 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