Showing 213 open source projects for "windows 11"

View related business solutions
  • 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
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    cpprestsdk

    cpprestsdk

    Microsoft project for cloud-based client-server communication

    ...It walks through how to setup a project to use the C++ Rest SDK and make a basic Http request. HTTP client/server, JSON, URI, asynchronous streams, WebSockets client, oAuth. A powerful model for composing asynchronous operations based on C++ 11 features. Windows desktop, Windows Store (UWP), Linux, OS X, Unix, iOS, and Android. Support for Visual Studio 2015 and 2017 with debugger visualizers.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Animation Compression Library

    Animation Compression Library

    Animation Compression Library

    Animation compression is a fundamental aspect of modern video game engines. Not only is it important to keep the memory footprint down but it is also critical to keep the animation clip sampling performance fast. The more memory an animation clip consumes, the slower it will be to sample it and extract a character pose at runtime. For these reasons, any game that attempts to push the boundaries of what the hardware can achieve will at some point need to implement some form of animation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ZeroMQ

    ZeroMQ

    ZeroMQ core engine in C++, implements ZMTP/3.1

    ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 4

    AstroBioTools

    Adaptive analysis of amino acid alphabets

    A new, fast implementation of algorithms used for the adaptive analysis of amino acid alphabets as described in Philip, G. K., & Freeland, S. J. (2011). Did evolution select a nonrandom “alphabet” of amino acids? Astrobiology, 11(3), 235-240. Ilardo, M., Meringer, M., Freeland, S., Rasulev, B., & Cleaves II, H. J. (2015). Extraordinarily adaptive properties of the genetically encoded amino acids. Scientific reports, 5, 9414. Ilardo, M., Bose, R., Meringer, M., Rasulev, B.,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    Filesystem

    Filesystem

    An implementation of C++17 std::filesystem

    This is a header-only single-file std::filesystem compatible helper library, based on the C++17 and C++20 specs, but implemented for C++11, C++14, C++17 or C++20 (tightly following the C++17 standard with very few documented exceptions). It is currently tested on macOS 10.12/10.14/10.15/11.6, Windows 10, Ubuntu 18.04, Ubuntu 20.04, CentOS 7, CentOS 8, FreeBSD 12, Alpine ARM/ARM64 Linux and Solaris 10 but should work on other systems too, as long as you have at least a C++11 compatible compiler. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    tabulate

    tabulate

    Table Maker for Modern C++

    tabulate is a header-only library. Just add include/ to your include_directories and you should be good to go. A single header file version is also available in single_include/. Although word-wrapping is automatic, there is a simple override. Automatic word-wrapping is used only if the cell contents do not have any embedded newline \n characters. So, you can embed newline characters in the cell contents and enforce the word-wrapping manually. tabulate allows for fine control over borders and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    tStudio3D
    ...This curation work is being done so that young enthusiasts can explore a sampling of the early tools in 3D game development from the late 1990s and early 2000s. In support of this curation effort, tStudio3D has been freshly rebuilt to run on Windows 11 using Microsoft Visual Studio 2022 (as of April 2023). No future development is planned. tStudio3D is a set of realtime 3D applications based on a custom implementation of the Genesis3D game engine. Use tDesigner3D to create BSP maps. Organize scenes live with tDirector3D. Distribute and run tDirector3D scenes with tDeployer3D.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Brynet

    Brynet

    A Header-Only cross-platform C++ TCP network library

    Header Only Cross-platform high-performance TCP network library using C++ 11. The server uses two network threads and one logic thread, the client uses one network (also process logic) thread. Every packet size is 46 bytes. Every packet contains the client's id. Server broadcast packets to all clients when recv one packet from any client. The client sends one packet when recv packet from the server and the packet's id is equal self.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    zen::Xml

    zen::Xml

    Simple C++ XML processing

    Simple XML processing using C++14: -> header-only -> fully portable -> simple API -> powerful features -> high performance Overview: http://zenxml.sourceforge.net
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    pixFront

    pixFront

    Transforms image into a rectangular form as taken from the front.

    Imagine you have a photograph of a stained-glass window taken from a side angle.... By selecting the four corners of the window on screen, pixFront transforms it into a rectangular image taken from the front. Load an image of a museum painting, computer screen, poster on the wall or a classroom blackboard to pixFront, and they are transformed in seconds. The area selected on the screen is cropped and corrected to produce an image that looks like it was taken from the front.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    configor

    configor

    A light weight configuration library for C++

    A light weight configuration library for C++11.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12

    Better keyboard

    Small lightweight program to customize your keyboard

    This small lightweight program allows you to modify your keyboard as you want -colors -key changing (you can change "k" to be "h" when pressed) -battery info detector (voltage and battery life) - ability to disable any key on keyboard -and lot more. Needs: java 5.0u75 or higher NET framework 3.5 SP1 or higher 64x architecture of windows, 32x is not supported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LaMa

    LaMa

    LaMa - A Localization and Mapping library

    LaMa is a C++11 software library for robotic localization and mapping developed at the Intelligent Robotics and Systems (IRIS) Laboratory at the University of Aveiro - Portugal. It includes a framework for 3D volumetric grids (for mapping), a localization algorithm based on scan matching, and two SLAM solutions (an Online SLAM and a Particle Filter SLAM). The main feature is efficiency. Low computational effort and low memory usage whenever possible. The minimum viable computer to run our...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Object Painter

    Object Painter

    Paint brush program which you can draw objects, Object Painter

    ...You can reprogram it and convert the objects or image in to other BMP/PNG and other formats or user-defined format with the help of integrating format structure. https://github.com/satheeshsoft/Object-Painter https://softcleaner.in/open-source System_Requirements: Windows 8/10/11/Server, 32/64. Windows 7 Ultimate 64 SP1-IE11(Latest Service Pack .NET). Also you can speed up every computers automated: https://softcleaner.in/speed-up-your-computer You can analyze your computer users login with our Y2K38 technology discovery: https://softcleaner.in/y2k38-logintimer-computer-system-login
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Ftp

    Ftp

    Ftp is a simple program which you can interact with server

    ...You can use this program to use FTP based interaction. Github: https://github.com/satheeshsoft/Ftp/ Web: https://softcleaner.in/open-source System_Requirements: Windows 11/10/8/Server, 32/64 bit or Windows 7 Ultimate 64 SP1-IE11(updated and .NET). Also, you can speed up uploads, downloads, and web browsing, along with every computer's speed, automatically: https://softcleaner.in/speed-up-your-computer You can analyze your computer users login with our Y2K38 technology discovery: https://softcleaner.in/y2k38-logintimer-computer-system-login
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    Clock

    Clock

    Clock is a portable simple program GDI

    ...You can create another improvements/Unicode/Scheduling/Tasks in this program. Github: https://github.com/satheeshsoft/Clock Web: https://softcleaner.in/open-source System requirement: Windows 8/10/11/Server, 32/64. Windows 7 Ultimate 64 SP1-IE11(Latest Service Pack .NET). Also you can speed up every computers automated: https://softcleaner.in/speed-up-your-computer You can analyze your computer users login with our Y2K38 technology discovery: https://softcleaner.in/y2k38-logintimer-computer-system-login
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Free Auto Clicker

    Free Auto Clicker

    Mouse Auto Clicker is a free auto clicker, mouse clicker, auto click

    Mouse Auto Clicker release 2.0.0.15 New features: 1. Single Left Click If Color 2. Double Left Click If Color 3. Single Right Click If Color 4. Middle Left Click If Color Mouse auto clicker is a free auto clicker, free mouse clicker, and free auto post. Running on MS Windows with.NET framework support. Definitely, This is a free auto clicker tool. How to get Mouse Auto Clicker: - CASE Firs time use: + Go to home page https://www.mouseautoclicker.org/ ...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 18
    Red Panda Dev-C++

    Red Panda Dev-C++

    A powerful and lightweighted C/C++ IDE

    This project is mainly for users of windows XP. Users of windows 7/8/10/11 should consider Red Panda C++ ( https://sourceforge.net/projects/redpanda-cpp/ ). Red Panda Dev-C++ (Dev-Cpp) is a greatly improved fork of Bloodshed Dev-C++ and Orwell Dev-C++. It provides many features that old versions (and Embarcadero dev-c++) lacks, and lots of bug fixes and enhancements.
    Leader badge">
    Downloads: 352 This Week
    Last Update:
    See Project
  • 19
    Updated 2022-06-11 added option to allow use of atoms other than C-alpha Updated 2021-11-29 to enable compilation on stricter compilers. Ab Initio protein structure prediction methods generate numerous structural candidates, which are referred to as decoys. Calibur is an efficient tool for finding the decoy with the most number of neighbors within a threshold distance. If you prefer to use GitHub, go to https://github.com/kalngyk/calibur
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Terminal-BASIC

    Terminal-BASIC

    BASIC-like language interpreter for embedded systems

    Terminal-BASIC is a BASIC-like language interpreter, works on a set of single board embedded systems (i.e. famous AVR uc based boards). Terminal-BASIC: * suports real numbers, multidimensional arrays and Darthmouth BASIC-style matrix operations; * written in C++11; * has modular structure (can save uc storage, instantiating only used modules); * works through different i/o devices, using vt100 commands; * on systems with multiple i/O devices can work as simple time-sharing...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    MANOOL

    MANOOL

    Programming language with expressive power and a simple implementation

    MANOOL is a practical, homoiconic, dynamic, multiparadigm general-purpose programming language with a functional core. It has high expressive power but is implemented in less than 10K LOC of optimized, idiomatic C++11 for native run-time environments. MANOOL is meant to compare and compete directly with Python, PHP, Ruby, Perl, and Tcl, although incidentally it has some combination of unusual features. Example: {{extern "manool.org.18/std/0.2/all"} in WriteLine[Out; "Hello,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SI Simple

    SI Simple

    Simple SportIdent Results Processing

    Software to process orienteering results from a SportIdent download box after the event, then create html version of the results and IOF XML export. Based on SIDResults.tcl by Ken Hanson. This is useful in two situations: 1) When you run an event with the SI training kit and don't have a computer at the event 2) When something goes wrong with whatever software you were using and you want to generate results from the download box SI Simple has a number of features to help with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Loader For Apps

    tool for windows 10 and windows 11

    About project sortly: This is a system tool for WIndows 7 (like x86 on x64). It can be load registry files from 'reg' folder and when we closed it the regfiles restore from 'regback' folder. That is recommed for big memory and processor require Apps. Native x64 Build available now! Windows 8 local profile supported registry files. New x86-x64 Enterprise version Last build optimized for Windows 10 v1909 x64 / Windows 11 Beta (22000.120) you have to set manually autotaskfilter=true in settings ini Soon OS detection for using the exact registry files.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    PseudoD

    PseudoD

    An interpreted Programming Language

    PseudoD is an interpreted programming language written in C++ oriented to spanish programmers. PseudoD es un lenguaje de programación interpretado, escrito en C++ y orientado al lenguaje español. Cualquier duda o pregunta se puede publicar en los foros de discusión.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    kiero

    kiero

    Graphical hook for a D3D9-D3D12, OpenGL and Vulkan based games

    Kiero is a lightweight and flexible hooking library designed to intercept graphics API functions, especially for injecting custom code into DirectX (9, 11, 12) and OpenGL-based applications. It’s often used for overlay rendering, game modifications, debugging, or reverse engineering purposes. By providing an easy-to-use interface for binding and overriding rendering calls, Kiero enables developers to create tools like custom HUDs, frame analyzers, or graphical overlays across a wide variety...
    Downloads: 6 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB