Showing 60 open source projects for "c ="

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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 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: 373,646 This Week
    Last Update:
    See Project
  • 2
    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: 0 This Week
    Last Update:
    See Project
  • 3

    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: 0 This Week
    Last Update:
    See Project
  • 4
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    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
  • 6

    VcSpawn

    Runs cl.exe/link.exe with low priority in MS VisualStudio

    This application is intended to reduce running priority of MS Visual Studio compiler and linker processes. When you build a solution in Visual Studio (2013-2017), it can run multiple cl.exe / link.exe processes that consumes 100% even of multicore CPU. Those processes run with a normal priority and can make other application's work sluggish, even if the compilation is running in the background. This application substitutes native cl.exe / link.exe files and spawns them with a lower...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    imamB

    imamB

    Binary to decimal in C

    Easily find binary string of decimal numbers and vice versa
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    libwgetopt

    A wide character version of getopt()

    This library provides a wgetopt() function, which is a wide character version of the standard Unix/POSIX getopt() function. It is suitable for parsing the wide character arguments of the Windows-specific wmain() function.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    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: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    i5/OS Programmer's Toolkit is a set of tools designed to ease programmers' daily works on an IBM i box(previously known AS/400, or iSeries).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    spectrwm
    Spectrwm is a minimalistic tiling window manager that tries to stay out of the way so that valuable screen real estate can be used for other things. It has sane defaults and does not require one to learn a language to do any configuration.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12

    bmpstream

    bmp manipulate

    Bitmap data manipulate, written in Ansi C. Support both bmp file or bmp format data in memory. Bmp data(file) is take as a stream, you can open/close/create/read/write/seek/tell to the stream, and some special functions are provided, e.g. get rectangle, get line, merge(alpha blending).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    TR-Indentator

    This software Indent your program files.

    This software Indent your c,cpp,java and c# program files.indentation make your code more readable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15

    strtools

    A command line utility for common string functions

    What to quickly know the length of a string? Convert to upper or lower case? We introduce... strtools. The command line utility that should be included in all operating systems. A useful wrapper for programming, debugging and scripting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    Difftool working on clipboard. Compare the last two entries in the clipboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    UACE is an all enveloping modular and extensible application configuration library, that really goes as far as possible for its user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    Eclipse Multi-Touch enables Multi-Touch gestures inside the Eclipse Workbench. By default, Eclipse only supports basic Multi-Touch gestures such as two-finger scrolling. Eclipse Multi-Touch adds three-finger swipes for navigation and other gestures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A library that does preform precise floating point operations designed for industrial / banking solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The pdFormat library is an extended set of C "format string" functions (like printf or fprintf) It appends to standard format strings some new features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Write random numbers/characters to standard output.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    This is a key customizer that provides GUI key editor and flexible script. This project has moved to SourceForce.jp https://sourceforge.jp/projects/zenisynth/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Viegas Rubim is a clone system livecd based on Ubuntu. It aims to be a powerful clone-rescue system for x86 x64 archs. Using the bittorrent to data transfer, accelerating the clone process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next