Search Results for "dev c++ example" - Page 9

450 projects for "dev c++ example" with 1 filter applied:

  • 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
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
    Learn More
  • 1
    MicroStitcher

    MicroStitcher

    Tiny tool capable of stitching hundreds images into one single image

    This is very small tool, which is capable of stitching hundreds of images into one single image. The main purpose of the tool is to stitch small pieces of map taken by screenshots for example from OpenStreetMap. The tool automatically calculates relative positions of every single patch. A single patch has to have considerable amount of margins that are required to find control points that will match a pair of patches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    wxWidgets Dialog Designer

    Dev-C++ with wxWidgets designer

    wxDev-C++ is an opensource wxWidgets Dialog designer that mimics the Delphi/Borland C++ Builder designer.
    Leader badge
    Downloads: 194 This Week
    Last Update:
    See Project
  • 3

    LANchat

    Chat inside a LAN (subnet).

    This is an application for chatting inside a subnet. For example if three PCs are connected via Ethernet at home, they can talk to each other. I started this to practice network programming with Qt Framework and to be able to chat to my other machine at home. It implements a serverless (P2P) chat protocol called Train.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Almake

    makefile scripts and templates for Allegro 4 game library

    This is a group of makefile scripts and templates that helps the developer and end-user to configure, update, and build Allegro/AllegroGL/etc projects, on many platforms, and with different compilers, in a easy way (just type "make" and it will work).
    Downloads: 5 This Week
    Last Update:
    See Project
  • eProcurement Software Icon
    eProcurement Software

    Enterprises and companies seeking a solution to manage all their procurement operations and processes

    eBuyerAssist by Eyvo is a cloud-based procurement solution designed for businesses of all sizes and industries. Fully modular and scalable, it streamlines the entire procurement lifecycle—from requisition to fulfillment. The platform includes powerful tools for strategic sourcing, supplier management, warehouse operations, and contract oversight. Additional modules cover purchase orders, approval workflows, inventory and asset management, customer orders, budget control, cost accounting, invoice matching, vendor credit checks, and risk analysis. eBuyerAssist centralizes all procurement functions into a single, easy-to-use system—improving visibility, control, and efficiency across your organization. Whether you're aiming to reduce costs, enhance compliance, or align procurement with broader business goals, eBuyerAssist helps you get there faster, smarter, and with measurable results.
    Learn More
  • 5

    LIME

    LIME is a software tool for creating multiphysics simulation codes.

    ...LIME is intended to be especially useful when separate computer codes (which may be written in any standard computer language) already exist to solve di fferent parts of a multiphysics problem. LIME provides the key high-level software (written in C++), a well defi ned approach (with example templates), and interface requirements to enable the assembly of multiple physics codes into a single coupled-physics simulation code. To achieve its flexible lightweight design objectives, LIME 1.0 requires that some amount of customized software be written each time a new multiphysics application is created. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    CRFSharp

    CRFSharp

    CRFSharp is a .NET(C#) implementation of Conditional Random Field

    CRFSharp(aka CRF#) is a .NET(C#) implementation of Conditional Random Fields, an machine learning algorithm for learning from labeled sequences of examples. It is widely used in Natural Language Process (NLP) tasks, for example: word breaker, postagging, named entity recognized, query chunking and so on. CRF#'s mainly algorithm is the same as CRF++ written by Taku Kudo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Minaton

    Minaton is a fat sounding mono subtractive software synthesizer

    This is my first music software synthesizer project, developed over the last two weeks it's now in a usable state but there are still things I wan't to do, In using floating point values for all parameters I tried to get away from the steppy digital sounds you often hear on software synthesizers, I've used real analogue synthesizers since the late 1980s so know how they should sound, deep, warm, fluid and rich. The synth has three oscillators, two LFOs, One low pass resonant filter,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    hxs - command line hexa searching and binary file dumping utility, allows you to search hexa expressions and binary strings in any files (supporting also big files like /dev/hda) and allows you to dump particular pieces of file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    gbsplay emulates the sound hardware of the Nintendo Gameboy. It is able to play the sounds from a Gameboy module dump (.GBS format) over /dev/dsp and NAS. Included is an XMMS input plugin, a tool to display information about a .GBS file, and a demo song.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    Kreatrix is dynamic prototype based object orientated language. It has been inspirated by Io and Self. The syntax is similar to Smalltalk. It has small VM with modules (like Python). Some modules bind external library, for example: GTK+ and SDL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    transd enables X Window users to take full advantage of the new transparency feature. One can, for example, set a window's opacity to 50% when the mouse leaves it and let it be restored to 100% as soon as the mouse enters it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Basic package management for the Minix 3 Operating System. Install, remove and build packages. Some small side-projects are also hosted here (for example a pkg-config replacement written in Bourne shell).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Control- and Status-Utility for Tr*ndCh*p-based ADSL-modems. It allows to access the devices' console-service and retrieves their current staus. For example those TC3084 devices are supported: Lucent CELL 19A-BX, Speed Modem 50B(+) and 200 by Arcor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Dapar

    Parsing for everybody.

    Dapar is a universal parsing library written in C. It will interpret any grammar you give it in a BNF-like format, and constructs a matching expression tree for any given input. This makes developing a new parser for any language simple and reliable. Includes an ABNF parser, EBNF parser, XML parser and algebraic math parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    C++ Checks

    Checksum and checkdigit Checks in C++

    Thie project aids C++ programmers in adding checks using a wide variety of checksum and checkdigit systems, including, for example, Visa credit card, ISBN, EAN, UPC. It uses C++ templates to make it easy to implement a very wide range of existing check systems, but also to easily devise and implement new variants. The C++ code is header-only and only requires the header to be in the path of the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CSV reformatter

    reformats fields in CSV files

    ...For example: exported 0 vs 0.00 ,, vs ,"", (or the other way around) needed 001 vs 1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    wxDevIDE

    A modernized, platform independant version of Dev-C++

    wxDevIDE aims to be comfortable to a Dev-C++ user. It is a ground up, rebuilding of wxDev with plugins and the wxDesigner in mind from the start. Hopes are to bring the ide to other platforms while fixing and updating some of the old problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    World Construction Kit (WCK)

    World Construction Kit (WCK)

    Box2d Flash Alchemy Port + World Construction Kit

    WCK (World Construction Kit) is an ActionScript 3 physics engine built as a port of Box2D (with Flash Alchemy in mind). It provides tools for building simulated worlds with rigid bodies, shapes, collision detection, joints, gravity, etc., embedded into Flash/AIR environments. It aims to integrate Box2D-style physics decently with Flash, allowing developers to assemble physics scenes (“worlds”), define shapes, manage simulation steps, and run demos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Game of Life 3D
    Game of Life 3D is an platform-independent OpenGL implementation of John Conway's Game of Life with a modern QT4 user interface. It features a random mode and different pre defined example modes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    An example of using DbLinq to query a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    yume is a menu system with user-variable shell commands. For example, yume -bu date ls -ex -do 'ls -al' 'cal -3' makes a menu with 3 fixed buttons and 2 editable ones that can execute when the mouse cursor crosses them. yume3 is Gtk-based.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PhotoResizerQt
    PhotoResizerQt is a simple program to re-size one or several photos. The photos can be previewed and a suffix is added to the photo name to indicate the size. For example, x800 is added to a filename when a file is re-sized to 800 pixels. Check Forum
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    UCBLogo compatible logo written in C++ using as much of boost as possible. Written using TDD while working through the actual UCBLogo manual and example programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A simple way to create a syntax highlighting editor for a custom language/grammar and/or create custom grammar parsers. This is a .NET project written in C#. See details here: http://acct001.com/wordpress/?p=190
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java support for a C# like class properties w/ first-class support. Simple example API and demo app included. See details here: http://acct001.com/wordpress/?p=215
    Downloads: 0 This Week
    Last Update:
    See Project