Showing 236 open source projects for "programming c++ library"

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
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 1
    GDevelop

    GDevelop

    The game engine for everyone

    GDevelop is an open-source, cross-platform game development software designed to make creating HTML5 and native games easy for everyone. Experts and novices alike can create their own games with GDevelop as it is fast and easy to learn, requiring no knowledge in a specific programming language. What makes GDevelop unique and so easy to use is its powerful and intuitive event-based system. Events are a powerful way to build up your game logic, without having to learn a programming language...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    WeChatTweak-macOS

    WeChatTweak-macOS

    A dynamic library tweak for WeChat macOS

    WeChat macOS client enhances the Tweak dynamic library. Prevent message withdrawal, message list notification, system notification. Withdraw your messages normally. Unlimited opening of clients. Right-click the Dock icon to log in to the new WeChat account. Command line execution:open -n /Applications/WeChat.app. Message processing enhancement, supports any emoji export, supports QR code recognition. Supports right click to copy link directly. Open directly by the system default browser...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    LMAX Disruptor

    LMAX Disruptor

    High performance inter-thread messaging library

    ... extremely costly, so we created a framework which has "mechanical sympathy" for the hardware it’s running on, and that’s lock-free. This is not a specialist solution, it’s not designed to work only for a financial application. The Disruptor is a general-purpose mechanism for solving a difficult problem in concurrent programming. It works in a different way to more conventional approaches, so you use it a little differently than you might be used to.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    A project to plan and implement an extensible IRC-LIKE semi-distributed discussion system devoid of IRC's key problems -- the goal is to improve upon IRC while making writing servers and clients for chat protocols easier by developing an irc library (ircl
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    PoundText

    A simple program to modify text

    A simple program to modify text. It puts a # in front of every word if you want. It can turn your text upside down. It has a rudimentary text encryption code. This application is useful for chats, for example Youtube, facebook, twitter. It is coded with Visual C++ 2015, MFC. Visual C++6 will not compile this. You can compile for Win32 and Win64. For example, this Hello Youtube people! becomes this #Hello #Youtube #people! For example, this Where are you guys? becomes this ¿sʎnƃ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    linjam

    A cross platform NINJAM client with linear chain-streaming mode

    LinJam is not NINJAM - Oh wait, yes it is! LinJam is linear NINJAM LinJam is a cross-platform NINJAM client utilizing the standard libninjam library and built upon the JUCE framework. It is the much needed modern replacement for the aging platform-specific clients with many new enhancements. The highest goal of the LinJam project is to flatten the pro-audio learning-curve; easing the intimidation that most non-technical musicians experience when they are first introduced to NINJAM...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Mumble

    Mumble

    Low-latency, high quality voice chat for gamers

    Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. It includes game linking, so voice from other players comes from the direction of their characters, and has echo cancellation so the sound from your loudspeakers won't be audible to other players.
    Leader badge
    Downloads: 137 This Week
    Last Update:
    See Project
  • 8
    WeChatPluginMacOS

    WeChatPluginMacOS

    Unofficial plugin for the macOS version of WeChat

    WeChatPlugin-MacOS is an unofficial plugin for the macOS version of WeChat, providing features like auto-reply, message anti-recall, and remote control. It injects custom functionality into the official WeChat client using macOS’s dynamic library loading, offering power-user features not present in the native app. This project has been widely used but is no longer actively maintained due to security and compatibility concerns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Unicode Sharing and Chat client

    Unicode Sharing and Chat client

    File sharing client with chat

    Unicode File Sharing and Chat client with remote control via MUSCLE compatible BeShare client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10
    libircclient is a small but powerful library, which implements client-server IRC protocol. It has all features needed to create your own IRC client or bot, including multi-threading support, sync and async interfaces, CTCP/DCC support, colors, SSL connections and so on.
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 11
    Unofficial Discord 3DS Client

    Unofficial Discord 3DS Client

    A simple unofficial Discord client to use as an example

    This just a simple Discord client for the 3DS build using the Sleepy Discord library and the Wslay library. Also please, notice that this is not an official Discord client, and is not made by the Discord staff. I noticed that a few Discord clients for consoles were using the Discord API incorrectly causing huge issues for those clients. So, I decided to make this as an example of how I think it should have been done. First, you need a token to an account that you own, because Discord doesn't...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 12

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PlanetaMessenger.org is a Instant Messenger with support to all well known instant messenger networks including ICQ,MSN,AIM,Yahoo! and Jabber through a powerfull plugin engine. PlanetaMessenger.org support multiples look and feels, plugins and profiles.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    TCSystem provides platform independent c++ framework for streams, templates, threading and networking. It also includes a FOX based MSN Messenger and a file syncronisation program. With version 1.4 an OpenAL based Audio module was started.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RetroShare

    RetroShare

    [WARNING] Project has moved to http://github.com/Retroshare/Retroshare

    [IMPORTANT] Retroshare is now distributed on Github. Please go to http://retroshare.net to find the latest releases and sources. RetroShare is a cross-platform, secured and decentralized communication system. It lets you to securely chat, share photos, videos, and more with family and friends, using OpenPGP to authenticate peers and OpenSSL to encrypt all communication.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 16

    WordlistsRus

    Wordlist for post USSR countries

    ... for people who do not have knowledge in scripting, programming etc. Highly recommend use in peaceful direction all of this stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    MUSCLE

    Client-server networking library

    The MUSCLE system is a fast, portable, flexible client-server system for distributed applications. Clients send BMessage-like PortableMessages to each other either directly or via a centralized server (with built-in database and 'live query' support).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    pr2.code
    utilities and libraries for gamedev - pure c# rar unarchiver, mp3 decoder. c++ flac module repacker. other misc. things.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Kashyyyk

    Kashyyyk

    A Work-In-Progress, Full-Featured, Open Source IRC Client

    ..., and FreeBSD. Additionally, it can be compiled for Cygwin/X. When possible, Kashyyyk takes advantage of native OS capabilites, such as the OS X notification center. Kashyyyk uses the libfjirc library originally written for the Whittler IRC bot and the libfjnet wrapper written for TurboSphere. It has an FLTK-based GUI. Kashyyyk is intended to be cross platform and easily compiled. It is known to compile using Clang, GCC, Cygwin, Sun Studio, and MSVC 2013.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    pidgeon

    IRC client

    Pidgeon is an open source irc client. This site serves as a download repository
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a good replacement to well known iChat application which is not longer supported by the author. Application has similar interface, all existing iChat functions and many more new features (video broadcasting, improved server part).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging by providing encryption, authentication, deniability, and perfect forward secrecy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PigTerm

    PigTerm

    Remote control your linux console encrypted trough Jabber chat service

    With PigTerm you can chat with your Linux terminal. PigTerm connects you to your/your friends/your office Linux computer's terminal trough Jabber messaging (XMPP Protocol services like Gtalk). So that you do not need ssh access to do this. Think of pigterm as a Remote Assistant for Linux Console. This is useful specially when your remote computer do not have a valid IP address. The software uses QXMPP opensource library (http://code.google.com/p/qxmpp/). The complete code of this library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    IPMessenger-wq

    IPMessenger-wq

    IPMessenger

    IP Messenger: 1. communication between People who works on computer. 2. communicate one to one. 3. u can send text or other files by this tool. 4. based on .Net PlatForm with WPF UIElement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ezbounce is a highly configurable IRC proxy supporting mutliple user accounts, full access control, IPv6 & SSL connections, DCC proxying, a file library, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.