Showing 308 open source projects for "dev c++ 5.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
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    PingMon

    PingMon

    Ping monitoring tool (32 Bit) for any Windows System (x86 or x64)

    ... are limited, there also is a way to run a batch file like this: start PingMon.exe HOST 1 start PingMon.exe HOST 2 ... start PingMon.exe HOST 33 The numbers are used for positioning. Version 0.3 and later contain another tool, PingHist, to visualize log files again: PingHist.exe LOGFILE Will visualize file LOGFILE. *) Versions 0.2 and higher don't run on non-NT systems. This is due to elevation detections. So, on Windows 98 you will have to run 0.1 versions No further dev.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2

    srvSMS

    srvSMS with Mysql

    ... that is the SMS, giving the comanto at, to see if it responds, my varia / dev / ttyS0. 6) Make compile, to compile the application 7) Make install, to install the application. 8) Everything okay! Auxiliary Tools > apt-get install build-essential libusb-1.0 libusb-1.0-0-dev > sudo apt-get install smstools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    zmPlayer

    zmPlayer

    Media player

    Dependencies: Qt 5.11 SQLite database libffmpegthumbnailer libmediainfo
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    PRIME roguelike Android

    PRIME roguelike Android

    Android port of PRIME roguelike

    Android port of PRIME roguelike. Game version: 2.5-dev NotEye version: 8.3 SDL version: 2.0.6 Game hopemage: prime-rogue.net NotEye homepage: http://www.roguetemple.com/z/noteye/ SDL homepage: http://libsdl.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Machine is the core engine of neo-dev GmbH products. Features are: Qt 5.2 function libraries and classes c++ OpenGL layer used for fixed function pipeline and shaders c++ OpenAL layer generic data class client/server layer math and physics layer matrix class mesh loader (obj-wavefront)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    loadobj3ds_chung
    loadobj3ds chung is a small openGL obj/3ds objects loader using gui_chung window freebasic coding and the dlls loadobj_chung.dll , load3ds_chung.dll (dev c++/codeblocks) . Can handle obj models up to 200k vertices (update 2018) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Linux driver for Novation Launchpad

    Linux driver for Novation Launchpad ID 1235:000e

    ----- ENGLISH ---- Driver for the Novation 'launchpad' NOVLPD01 NOT FOR 'LAUNCHPAD S' For more information about my launchpad project, go here: http://videca.wordpress.com/2012/09/24/endriver-for-novation-launchpad/ ---- FRANCAIS ---- Driver pour le launchpad NOVLPD01 de Novation, PAS POUR LE 'LAUNCHPAD S' Pour plus d'informations sur mon projet launchpad, faites un tour ici : http://forum.ubuntu-fr.org/viewtopic.php?id=1043581
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Pretzel

    Pretzel

    A site generation tool (and then some) for .NET platforms

    A simple, pluggable site generation tool for .NET developers and Windows users (with Mono support planned I think). Pretzel follows the same conventions as Jekyll and should be compatible with basic Jekyll websites. With the power of Markdown and Liquid, going from nada to awesome has never been so quick. By using taste, Pretzel reprocesses your changes and spits out HTML on the fly. While Ruby is great, sometimes you care more about creating your website than installing Ruby, Ruby Dev Kit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    haveged is a daemon that feeds entropy into the linux /dev/random pool using a random number generator based upon the HArdware Volatile Entropy Gathering and Expansion algorithm.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10

    rtl2832-entropyd

    Use an rtl2832 USB dongle to generate random data for the linux kernel

    rtl2832_entropyd is a program that is designed to feed entropy into the linux /dev/random kernel entropy pool. It automatically forks and runs as a daemon, unless one of the testing options, -o or -t, are selected. Then it never forks. To use it, you need an rtl2832 USB dongle. They are relatively cheap (< $10 on ebay), and are actually used to listen to a broad range of radio transmissions. This application exploits the radio noise in the atmosphere to extract entropy. The kernel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Cameleon GTK Transparency Linux Library

    Cameleon Gtk is a library for transparency emulation for Linux

    Cameleon Gtk is library for transparency emulation with GTK under Linux Cameleon add gtk functions for emulate the transparency. see example1.c and example2.c Dependency : Gdk 2.0 lib dev, Gtk+ 3.0 lib dev, X11 lib dev
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FFMPEG-Raspberry + PHP-FFMPEG

    FFMPEG-Raspberry + PHP-FFMPEG

    Install FFMPEG on Raspbian

    ... ffmpeg -i "$i" -threads 3 -c:v libx264 -preset superfast -crf 30 -c:a aac "$out${i%.*}.mp4" -y; done rm -f *.* chown -c www-data:www-data /var/www/outputvideo/*.mp4 ======= End Script ======= sudo chmod +x /usr/local/sbin/convert Make sure bash script working Put vidoe file on $input sudo convert Now put php script on your php upload script shell_exec('convert >> /dev/null 2>&1 &') Enjoy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SINVAS UML

    SINVAS UML

    UML Modeling Tool for MDD-based Analysis/Design

    ... : https://sourceforge.net/projects/sinvas-req/ 2) SINVAS UML - MDD-based analysis/design : https://sourceforge.net/projects/sinvas-uml/ 3) SINVAS DEV - Modeling-based development : https://sourceforge.net/projects/sinvas-dev/ 4) SINVAS TEST - Testing and Validation of software : https://sourceforge.net/projects/sinvas-test/ 5) SINVAS ALM - Management of software development projects and methodology Thank you for your continuous interest and encouragement.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    SINVAS

    SINVAS

    Software Engineering Full Life Cycle Support Tool

    ... : https://sourceforge.net/projects/sinvas-req/ 2) SINVAS UML - MDD-based analysis/design : https://sourceforge.net/projects/sinvas-uml/ 3) SINVAS DEV - Modeling-based development : https://sourceforge.net/projects/sinvas-dev/ 4) SINVAS TEST - Testing and Validation of software : https://sourceforge.net/projects/sinvas-test/ * SINVAS CRY - Cloud computing based online modeling tool : http://cry.sinvas.com/ Thank you for your continuous interest and encouragement.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    SINVAS DEV

    SINVAS DEV

    Integrated Development Tool

    ... : https://sourceforge.net/projects/sinvas-req/ 2) SINVAS UML - MDD-based analysis/design : https://sourceforge.net/projects/sinvas-uml/ 3) SINVAS DEV - Modeling-based development : https://sourceforge.net/projects/sinvas-dev/ 4) SINVAS TEST - Testing and Validation of software : https://sourceforge.net/projects/sinvas-test/ 5) SINVAS ALM - Management of software development projects and methodology Thank you for your continuous interest and encouragement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    EtiC Galaxy simulation

    EtiC Galaxy simulation

    Galaxy extraterrestrial life simulation

    ... selection of highlighted star-planet objects is provided, together with statistics (25+ graphs) and estimates of Drake equation factors. The V2_1 provides several new features: planets surface magnetic field, reworked life stage transitions, integration of MW exoplanets catalog, planets view and graphs window optionally on different threads... EtiC is based on OpenGL / GLFW 3.2, runs on MSWindows 7 and MacOsX. Source code in C++, was developped using the Dev-C++ IDE and XCode.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Lightweight UI library for games, tailored for use with the allegro game dev library. Continuation of the original guichan library, mainly on allegro 4.4, 5.0 and 5.1.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    SINVAS TEST

    SINVAS TEST

    Software Automation Testing Tool

    ... : https://sourceforge.net/projects/sinvas-req/ 2) SINVAS UML - MDD-based analysis/design : https://sourceforge.net/projects/sinvas-uml/ 3) SINVAS DEV - Modeling-based development : https://sourceforge.net/projects/sinvas-dev/ 4) SINVAS TEST - Testing and Validation of software : https://sourceforge.net/projects/sinvas-test/ 5) SINVAS ALM - Management of software development projects and methodology Thank you for your continuous interest and encouragement.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    SINVAS REQ

    SINVAS REQ

    Requirements Management Tool

    ... : https://sourceforge.net/projects/sinvas-req/ 2) SINVAS UML - MDD-based analysis/design : https://sourceforge.net/projects/sinvas-uml/ 3) SINVAS DEV - Modeling-based development : https://sourceforge.net/projects/sinvas-dev/ 4) SINVAS TEST - Testing and Validation of software : https://sourceforge.net/projects/sinvas-test/ 5) SINVAS ALM - Management of software development projects and methodology Thank you for your continuous interest and encouragement.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    WinCMOC (M6809 C Compiler)

    WinCMOC (M6809 C Compiler)

    A C Compiler/Editor for Retro 6809 Machines (Colour Computer/Dragon)

    ...://perso.b2b2c.ca/~sarrazip/dev/cmoc.html CREDITS LWTools - Portable tools for the Motorola 6809/6309 http://lwtools.projects.l-w.ca/ mcpp - A Portable C Preprocessor http://mcpp.sourceforge.net/ Artistic Style - Automatic Source Formatter http://astyle.sourceforge.net/ XRoar - Dragon & CoCo emulator http://www.6809.org.uk/xroar/ CMOC - 6809 cross-compiler for a small C-like language http://perso.b2b2c.ca/~sarrazip/dev/cmoc.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Yet Another xdelta-based Patch Creator

    A tool to help you create xdelta-based patches quickly and easily

    YAXBPC is a tool designed to assist the users of xdelta3 to create patches quickly and easily. It's designed by a fagsubber for fagsubbing, but generic usuage also is fine. Requirements: .Net Framework 2.0 (Windows), or Mono (Linux/Mac). xdelta3 package is also required if you want to run YAXBPC in Linux/Mac. YAXBPC is licensed under Apache License Version 2.0. All wrongs are reserved to me; you can use the right parts. Latest dev source code can be accessed here: https://github.com...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FalansterCity3D

    FalansterCity3D

    3D urban environment renderer : browser-app ; as well as a GTA clone

    ...-speed. Whereas the CPU requirements are actually very low. And with some little sponsoring, this could also come to a full completion, leading to a mind-blowing product in little time. And also produce spin-offs like something similar, but written in C++, and featuring nice, textured OpenGL graphics, and even lower system requirements ; and even more... . Brought to You by Simon (alias ''the Nerd of Algorithms") If You thing You think You may become a sponsor for it's dev, let me know.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Crescent - plugin based RPG Maker Tool

    Crescent - plugin based RPG Maker Tool

    Development of a plugin based dev tool for RPG Maker

    Development of a framework for building plugins for manipulating the project data of RPG Maker series (XP/XP Ace/MV so on) from Enterbrain. Target platform: Windows/Mac if you are interested in developing addins check https://sourceforge.net/p/crescent-editor/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    .../cgi-bin/wa?A0=CSOUND-DEV Archives: mail lists at http://dream.cs.bath.ac.uk/Csound-archive releases: http://dream.cs.bath.ac.uk/Csound-archive/OldReleases/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Dev-C++ for Homeworks

    Orwell Dev-Cpp with author authentication for homeworks

    Orwell Dev-C++ with author authentication. Perfect for student homeworks, if you don't want your students to copy their homework files from others. Authenticated files are regular source files with student's name and a security hash added at the end. Any cheating attempt by copying in the files / changing name will invalidate the hash and can be detected by the teacher. In addition, paste in authenticated files is only allowed from one's own files. The CheckHash.exe tool checks the hash...
    Downloads: 0 This Week
    Last Update:
    See Project
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.