Showing 44 open source projects for "codeblocks"

View related business solutions
  • Manage your entire team in one app Icon
    Manage your entire team in one app

    With Connecteam you can manage every aspect of your business on the go, no workstation needed.

    Connecteam is an award-winning all-in-one employee management solution for daily operations, communications, and human resource management.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1
    Code::Blocks

    Code::Blocks

    A free C, C++ and Fortran IDE

    Code::Blocks is a free, open-source, cross-platform C, C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable. Finally, an IDE with all the features you need, having a consistent look, feel and operation across platforms. Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. For instance, compiling and debugging...
    Leader badge
    Downloads: 54,497 This Week
    Last Update:
    See Project
  • 2

    codeblocks_gd_cbps

    Workspace and project CodeBlocks files for Windows

    # codeblocks_gd_cbps This repository contains .cbp files (CodeBlocks Projets), for Windows only, and a workspace, to generate Code::Blocks itself. They are wxWidgets version independant. This is achieved by configuring global environment variables. Have a look to Env_Vars.pdf to set them correctly. Copy the src directory in your codeblocks sources src directory. All cbps are named *_Windows.cbp and do not interfere with already standard .cbp project files. Codeblocks_Windows.cbp always creates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    codeblocks_gd_user_manual

    Tex files to generate Code::Blocks User Manual

    CodeBlocks User Manual: See Code tab Sources are in Tex format and can be generated by MikTex Sources provided can generate the documentation in English and/or French. Generated files are given in the htmlweb directory in several format : pdf : manual_codeblocks_en.pdf / manual_codeblocksfr.pdf chm: manual_codeblocks_en.chm / manual_codeblocks_fr.chm html: main_codeblocks_en.html / main_codeblocks_fr.html
    Downloads: 23 This Week
    Last Update:
    See Project
  • 4

    Gnu Tools

    Unix Tools For Windows

    CodeBlocks With A full development environment. Took a while but CodeBlocks is now upto speed and in sync with the current release version. New version of CodeBlocks supports XML based configuration, so users can do specialized compiler support if needed. Changed away from the old Msys in favor of Msys2 which has better support for a lot of things like miktex. Old package is still there if you still need it but wont be developed on anymore. Loads of modifications compared to the Msys2 package...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Make Recruiting and Onboarding Easy Icon
    Make Recruiting and Onboarding Easy

    Simple, easy-to-use applicant tracking and employee Onboarding system for any sized organization.

    Take away the pain and hassle associated with applicant recruitment, hiring, and onboarding with ApplicantStack. Designed for HR professionals and recruiters, ApplicantStack helps streamline the recruiting and onboarding processes to improve productivity and reduce costs. ApplicantStack provides a complete toolkit that includes tools for posting, launching, and advertising jobs, assessing and managing candidates, collaborating with teams, centralizing information for quick hiring and onboarding, and more.
  • 5

    freeDDSplus

    Tiny Open Source Implementation of Data Distribution Service

    Based on freeDDS by Víctor Mayoral Vilches DDS middleware in pure C based on OMG V 0.2.3.3 Realized as Codeblocks project. Other DDS include: TinyDDS, OpenDDS, CycloneDDS, EmbeddedRTPS and more
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    wxCppPy

    wxCppPy

    Applciation c++/wxWidgets pilotable via python grâce à pybind11.

    C'est une petite application pour un tutoriel en cour d'écriture sur http://www.suryavarman.fr. L'objectif est d'utiliser pybind11 pour exporter vers python les accès à l'interface graphique. Les librairies utilisées sont : - pybind11 : https:/pybind11.readthedocs.io - CppClay : https:/sourceforge.net/projects/cppclay - wxPython4 : https:/github.com/wxWidgets/Phoenix - wxWidgets3 : utiliser le sous module du dépôt wxPython. Le projet est une solution CodeBlocks. Elle est décomposée...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TaranisIDE
    Mbed Offline IDE with GCC , based on Codeblocks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GDeps

    GDeps

    Automatic process to update and build your external libraries/projects

    Welcome to GDeps! ( http://gdeps.org ) ========== [PRE-ALPHA] GDeps is a C++ dependencies/projects builder. Write in Python3. Launch a project script and GDeps will: 1) Create and Update the repository (svn, git, mercurial) 2) Make the solution (cmake, boost, bakefile) 3) Build the solution (Compilers : Mingw, VC90~140, Clang, Digital Mars, Ides : Visual Studio, Codeblocks ). Install: ========== 1) Install Python3: https://www.python.org/ 2) Install GDeps: https://sourceforge.net...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
  • 10
    C with Classes (sanoC)

    C with Classes (sanoC)

    Elegant way to use real Classes in C language

    ... is done using Codeblocks I need help for GUI phase (windows), and it might be nice to make additional version for Linux too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    xlsLib

    C++/C library to construct Excel .xls files in code.

    A multiplatform C++ library for dynamic generation of Excel .xls files containing multiple worksheets. Unlike .csv files, these can be directly opened by Excel and thus provide an excellent way to output large data sets that require further analysis. To see the latest changes, select "Files" and view the README text displayed at the bottom of that pane. IMPORTANT: Major changes are contained in the current SVN source. If you have time please try to use it or the xlslib-package-2.4.0b1.zip...
    Leader badge
    Downloads: 49 This Week
    Last Update:
    See Project
  • 12

    Agenda simples

    Agenda feita com C + MYSQL + wxWidgets

    Ferramentas utilizadas: CodeBlocks 13.12 + plugin wxSmith - http://www.codeblocks.org/downloads wxWidgets 3.0 - https://www.wxwidgets.org/news/2014/10/wxwidgets-3.0.2-released/ Mysql Connector C - https://dev.mysql.com/downloads/connector/c/ Utilize -std=c99 no compilador! ---------------- TABELA NO MYSQL------------------------------ create table pessoa (id INT primary key auto_increment, nome varchar(75) unique, telefone varchar(20) ); mysql> describe pessoa
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    kill_aliens

    kill_aliens v1

    kill_aliens é um jogo simples onde você tem que matar um alien que está invadindo o sistema solar. Feito em: C Allegro 4.4 CodeBlocks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    QuebraC

    Quebra cabeças feito com C e Allegro 4.4

    Quebra cabeças feito com C e Allegro 4.4 Jogo bem simples e incompleto, foi feito a abstante tempo e o código é uma bagunça.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Unofficial Code::Blocks Installer

    Unofficial Installer of Code::Blocks for Windows

    This sourceforge project page serves as a mirror for distributing the binaries of the Code::Blocks unofficial installer for Windows. For a more thorough description of the project, please refer to https://code.google.com/p/codeblocks-unofficial-installer-win32/ Users may use the sourceforge project forum for reporting installation issues and installer feature requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    cBPM

    C/C++ Business Process Management

    A C++ Workflow Engine in Linux: executing business process. Release cBPM Under GPLv3 Note for executing: 1. Download code 2. Download Codeblocks and install it on Linux 3. Starting codeblocks from /root and commandline as /usr/local/bin/codeblocks 4. To compile and debug cBPM in Codeblocks 5. Edit /root/.bashrc WF_HOME=/opt/cBPM/criteria-lin/bin/Criteria/Debug/Tools.Executor CRITERIA_HOME=/opt/cBPM/criteria-lin/bin/Criteria/Debug/Tools.Executor CM_TRACEPATH=/opt/cBPM/criteria-lin/bin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Russian translation of Code::Blocks IDE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SDL 2.0 minimal template codeblocks

    easy start point for SDL 2.0 application

    The simple ms-dos-like approach: a pixel table, an audioFloat table, and a keys table. Made for beginners.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ezbuild

    Application generation framework

    Easy to create a database and make a mobile application based on a meta model. The start of this project is to create a so called metameta environment. This one is used to create the meta environment. The meta environment describes a target environment. The target environment is the actual application that can be build. The building is done by using codeblocks as much as possible. Hopefully completely with code blocks. Release plan: create a metameta environment where entity-types can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    makeprojects

    Auto generate VS, Codewarrior, Codeblocks, XCode projects

    This tool will scan your directory for source files and then generate a project file for Codeblocks, XCode, Visual Studio, Metrowerks CodeWarrior, FreeScale Codewarrior. It runs on Linux, MacOSX and Windows and can generate the files for any host from any platform. Great care is taken to make sure project file updates change as little as possible to make source control change lists as minimal as possible. This is the main IDE project file generator used by Olde Sküül!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Hydrocon IRC Bot

    irc bot multi-threaded, ddos, code execution, and more

    Hydrocon IRC bot public 1.7 this is a IRC bot that is compiled with codeblocks and the mingw32 compiler. It is fully multi-threaded melts on execution, runs on start up. it has great stability and efficiency . also has the ability to execute remote code and and execute cmd commands along with ddos and more, 16 option's in total. updates coming soon.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    SuperWikia Alpha Codebase 1.1

    SuperWikia Alpha Codebase 1.1

    SuperWikia: The Runtime/Realtime Environment for Codesmiths

    The SuperWikia Alpha 1.0 application is an IDE specifically developed for 3D and graphic content. Its built upon the Unity foundation and incorporates various libraries from Komodo IDE, wxDevC++, CodeBlocks, QT Creator and other applications. Its Realtime purpose is an IDE (codesmith developer access), its Runtime (U/I) function is as a space building simulator, operating in conjunction with the SuperWikia 'Navigator' user interface to simulate space economics and fleet operations. It allows...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    snake

    classic snake game

    It is lite version of snake game. It runs on dos and is compiled by codeblocks. It does not make use of graphics in c++ just special characters.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    GBPS Extreme Racing

    Car-race game based on OpenGl purely written in C

    This is our First Semester project in CS Engineering We used OpenGL for rendering FreeGlut as window manager It is purely written in C We used CodeBlocks/Mingw32 for development ------------------------------------------------------------------- Read the readme file included with the source for extra notes on copyright and usage directions --------------------------------------------------------------------- Can be used as an educational tool for those starting on OpenGL development/ Game...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    LogView++

    Oil and Gas Software to Manage Well Log Data

    Updated News: LogView++ Pro 2016 is now available for download. LogView++ is an Oil and Gas Software that might be useful for Engineers, Geologist, Petrophysicists and anybody who interested in managing well log data (las file). It is developed by using C++ programming language (MS Visual Studio Express / Community Edition) and wxWidgets Library using CodeBlocks GUI designer. http://www.firagiel.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next