Showing 24 open source projects for "dev c++ example"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 1
    myFP2ESP32-Dev WiFi ASCOM Focuser

    myFP2ESP32-Dev WiFi ASCOM Focuser

    ASCOM-INDI ESP32-Dev Wifi focuser

    An ESP32-Dev WiFi focuser. DIY or PCB designs. (c) Robert Brown 2014-2025, Holger M, 2019-2021. All rights reserved. Code or portions of code may not be copied or used without appropriate credit given to authors. Spreadsheet to calculate what stepper motor to use. https://sourceforge.net/projects/arduinoascomfocuserpro2diy/files/Documentation/Nema-Stepper-Motors.xlsx/download Spreadsheets to calculate CFZ https://sourceforge.net/projects/myfocuserpro2-esp32/files/CFZ%20Spreadsheets/CFZ%20Spreadsheets.zip/download Focuser Basics Guide (PDF) - shows how to derive the correct motor requirements for your system (mandatory reading) https://sourceforge.net/projects/myfocuserpro2-esp32/files/Documentation/Focuser%20Basics.pdf/download https://youtu.be/90KeSspN3e0
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • 2
    Snap7

    Snap7

    32/64 bit multi-platform Ethernet S7 PLC communication suite

    ...Designed to transfer large amounts of hi-speed data in industrial facilities, it scales easily, down to small Linux Arm boards such as Raspberry PI. Hi level object oriented wrappers are provided, currently C/C++, .NET/Mono, Pascal, LabVIEW, Python with many source code examples. Very easy to use, a full working server example is not bigger than the “Hello world”. Many projects/makefiles are ready to run to easily rebuild Snap7 in any platform without the need of be a C++ guru. Very detailed documentation provided.
    Leader badge
    Downloads: 880 This Week
    Last Update:
    See Project
  • 3
    EEIP.NET

    EEIP.NET

    Ethernet/IP compatible library for .NET and LabView implementations

    Ethernet/IP compatible library for .NET implementations For Data Exchange with Ethernet/IP Devices (Targets) Support of Explicit and Implicit Messaging Supports IO Scanner and Explicit Message Client functionality Object Library with CIP-Definined Objects Provides a simple way to access Ethernet/IP Devices without special knowledge about Ethernet/IP. Only few lines of code are required. Can also be used for LabView integration (See LabView Example in the Downloads Area) See...
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 4
    EasyNetVars

    EasyNetVars

    Data Exchange between CoDeSys Devices and .NET via Network Variables

    Library (.DLL) for Data Exchange between CoDeSys Devices and .NET and Step 7 via Network-Variables written in C# V1.0: Bugfixes New 02/2015: Read and Write Operations possible for more than 255 byte. - Read and Write Operations CoDeSys -> .NET - Method to create .GVL-File to import in CoDeSys Example in Step 7 (TIA-Portal) for Data-exchange between CoDeSys and Siemens S7 Devices CoDeSys -> Step7 (S7-1200): https://sourceforge.net/projects/easynetvars/files/NetVarsStep7/ See WIKI and Implementation-Guide for more information
    Downloads: 0 This Week
    Last Update:
    See Project
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 5

    Moon panorama 360

    Software to restore cyclorama (360 deg. panorama) from photos

    This application allows visually restore a cyclorama from a set of photos covering 360 degrees in all directions to horizon. It was specially designed to restore panoramas obtained by Apollo missions in 1969-1972 but it can be used to restore any cyclorama from photos got in your tourist trip (for example). The main principle of the program is in projecting photos on a 360x360 sphere and combining it together. If you select a correct field of view (FOV) for photo images, its combination...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ShuffleFastaSeq

    ShuffleFastaSeq

    This application can be used to shuffle sequences in FASTA format.

    ...The number of shufflings (n) for each sequence can be set; by default n is 100. The output file contains n shuffled copies in FASTA format for each input sequence. For example (n=3): Input file: >a ACGGT >b GCCCATTC Output file: >a TCGAG >a CGAGT >a TGCGA >b CACTCCGT >b CCCGTATC >b CCTTCAGC
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    linq-cube

    LinqCube is a small utility library to define in-memory cubes.

    LinqCube is a small utility library to define measures and dimensions in code an do in-memory cubes against LINQ queries. Why? Often you have the requirement to build some reports. For example all open cases over time, all open cases over time and status etc. Your queries are complicated enough to end up in large SQL Views or dozen's of single SQL Queries. Implementing a real OLAP Cube would be an overkill, because you only have 10.000s of rows. LinqCube was build to reduce SQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    BertoFocus

    BertoFocus

    Focuser based on ASCOM platform

    It provides an USB connection for the communication with the PC, it uses a stepper motor that provides higher precision, you can set the motor in full step or in microstepp mode (1, 1/2, 1/4, 1/8). The focuser include a temperature sensor. This driver has a ToolBox with which you can control manually the focuser (for example you can set the limits).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CANUSB Library written in C#
    This is a C# library dedicated for using with a www.canusb.com device Full notes: See ReadMe.txt Summary The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono http://en.wikipedia.org/wiki/Managed_code If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code. It sounds complicated, and it is. IT IS ALSO TOTALLY...
    Downloads: 2 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • 10
    NumberTranslation

    NumberTranslation

    Number translation into Spanish, Russian, German, English, and Finnish

    NumberTranslation is an example of Windows application for number translation web service access. You can use it in your language translation software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This program is able to detect circles in images. Therefor it uses the hough algorithm CvHoughCircles from the OpenCV library. You can define all parameters e.g. min-/max radius, min distance between circles, all kinds of thresholds, filters and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13

    AVRGude

    Tool for programming AVR chips

    This application allow you work with many kind of AVR chips.Architecture is designed on plugin system, it mean each HW tool for programming (for example STK500) is one plugin of this application. Current version support only STK500v2 HW tool.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Wave Simulation

    Wave Simulation

    Physically correct simulation of 2D-waves

    UPDATED VERSION ON GITHUB! http://github.com/AtiX/wavesim This is a physically correct simulation of waves on a surface, for example water-waves. It can also be used to simulate Microwaves, and has features like the support for different refraction indices, different wave sources and custom borders. Therefore, experiments like the double-slit-experiment can be easily simulated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    2DSPH-Simulator

    2DSPH-Simulator

    Smoothed particle hydrodynamics simulator

    Attention V2 is now Online: Simple 2D SPH Simulator with some special functions. It's possible to load data with two different methods. One based on geometry objects, the second one on placing every SPH particle on it's own. It's possible to save simulations and to restart calculations from this safepoints. A tempSave-file is written to restart simulations, if they crash from an earlier point. Now in v2 an example is added with a FEM beam and a moving piston. Both are hardcoded in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Visual Aspect Ratio

    Aspect ratio calculator with GUI

    This small program allows you to enter two integers to return the aspect ratio. For example; HDTV uses a 16:9 aspect ratio, with common resolutions such as 1920x1080 or 1280x720. Have an obscure screen size? No problem! Enter the dimensions and hit enter to return the aspect ratio!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This program creates a properly formatted POI file for use with openlayers slippymap object. For example pins placed onto an openstreetmap frame.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project was inspired existing cheminformatics APIs such as the CDK, Marvin, and Frowns. The goal of the project is to produce a full featured cheminfo api for the .Net framework. Early stage dev will focus on data structures and classes for file io.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The VSR is a repository of tools and challenges in verification (see for example epubs.cclrc.ac.uk/work-details?w=33971). It is part of the international grand challenge on software verification (eg http://vstte.ethz.ch/pdfs/vstte-hoare-misra.pdf)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A set of libraries and example applications, written in C# .NET, to enable a developer to integrate a Real-time Time Domain Coding algorithm into their own application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    C# Framework that implements the iRobot Roomba SCI spec. Also included is a diagnostic application named Roomba-Term that uses the framework. I invite you to use the Roomba-Term software as a tool & an example on how to program with the C# SCI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Many thermodynamic, fluidmechanic etc calculations need special informations about the used material ( resistance against heat for example). This values will be collected in a databasesystem. The calculation will be done on an appserver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Butler is a program that can take natural language input and search for the information that the user wants. It is in C# .NET. For example, the user might say \"Tell me about the Grand Canyon.\" The program would say, \"The Grand Canyon is in Arazona.\"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    CANsetup

    C# dotNet WinForm APP to configure Kvaser CAN interface for J1939 comm

    This is a Windows Form APP that configures Kvaser Interface HW for communicating with network nodes. The APP is written in C# dotNet using the Kvaser Canlib SDK. A main Windows Form is included as an example Application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next