Showing 559 open source projects for "g-code"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 1
    nutshell

    nutshell

    A GUI for the freeware Geographical Information System PCRaster

    A GUI for the freeware Geographical Information System PCRaster. This is an independent development. It uses the conda installation of PCRaster and can also use GDAL. Mapedit has been completely renewed. The GIT repository is available linked to PCRaster and available here: https://sourceforge.net/projects/pcraster/ Mapedit code : https://github.com/vjetten/MapEdit NutShell code: https://github.com/vjetten/NutShell The code is currently compiled for windows systems but is tested...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    A series of open source files and programs available to use for developing programs to work with the WowWee Robotics RSMedia Robot. These include a USB serial console, a cross-compiler, a firmware dump program, text-to-speech and source code.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    RenewNet Foundry

    RenewNet Foundry

    Building blocks for the renewable energy industry.

    RenewNet Foundry is a repository for an integrated set of simulation components for system simulation of wind, wave and tidal energy systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Toward A Philosophy Of Computing

    How to philosophize with internetworked electronic computing machinery

    Toward A Philosophy Of Computing begins as a dissertation proposal in Texts and Technology at the University of Central Florida that explores doing philosophy by programming. See the project wiki for the proposal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 5
    hcfr

    hcfr

    Free Video Projector/Monitor Calibration Software

    Video Projector/Monitor Calibration Software orginally developed as ColorHCFR. This code base is based off version 2.1 and will aim for a more open development process. The opensource version integrates an ArgyllCMS interface for continued meter support and development. If you feel the program has been of value to you since I started working on it about 3 years ago please consider a contribution via the link below. Thanks! -zoyd https://www.paypal.me/zoyd
    Leader badge
    Downloads: 187 This Week
    Last Update:
    See Project
  • 6
    TinyCAD
    TinyCAD is a program for drawing electrical circuit diagrams commonly known as schematic drawings. It supports standard and custom symbol libraries. It supports PCB layout programs with several netlist formats and can also produce SPICE simulation netlists. It is also often used to draw one-line diagrams, block diagrams, and presentation drawings. The source code for TinyCAD is now on GitHub: https://github.com/matt123p/TinyCAD Online documentation can be found here: https://github.com...
    Leader badge
    Downloads: 1,154 This Week
    Last Update:
    See Project
  • 7
    TRUST is no longer hosted on SourceForge! Please visit: https://github.com/cea-trust-platform/trust-code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    dualword-chem

    chemical viewer

    chemical viewer written in C++ (Qt, RDKit) Source code: http://github.com/dualword/dualword-chem
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    aseryla

    aseryla

    Aseryla code repositories

    This project describes a model of how the semantic human memory represents the information relevant to the objects of the world in text format. It provides a system and a GUI application capable of extracting and managing concepts and relations from English texts. https://aseryla2.sourceforge.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 10
    A library for reading Mass Spectometry files. Reuse mzXML converter code but compile with gcc and Qt instead of MSVC. Some features have been added, e.g. UV scan reading
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Quan is designed to model physical quantities in C++ programs. Advantages include automated dimensional analysis checking, automatic unit conversions, self documentation of code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    gendasm

    gendasm

    Generic Code-Seeking Diassembler with Fuzzy-Function Analyzer

    GenDasm is a Generic Code-Seeking Diassembler engine. It allows you to enter known starting vectors for a given code image for the micro. It will disassemble the code and follow through branches to assist in the separation of code and data. Its included Fuzzy Function Analyzer companion uses a DNA Sequence Alignment Algorithm to locate similar code in multiple binaries to facilitate reverse-engineering and/or code recovery. The original purpose of the Fuzzy Function Analyzer was to assist...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Hex

    Hex

    Hydrogen-Electron Collisions

    A computer code for simulation of electron-hydrogen scattering. Contains three (more or less) finished sub-programs: (a) “hex-ecs” which solves the Schrödinger equation in the B-spline basis, (b) “hex-dwba” which computes scattering variables for high energies using the distorted wave Born approximation of the first order and finally (c) “hex-db” which is a user interface to a plain SQLite database, where the intermediate results are being stored, and which is used to extract derived...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    m6811dis

    m6811dis

    M6811 Code-Seeking Disassembler

    The M6811 Code-Seeking Disassembler is a command-line tool that lets you enter known starting vectors for a given code image for the 6811 micro. It will disassemble the code and follow through branches to assist in the separation of code and data. Its companion Fuzzy Function Analyzer uses DNA Sequence Alignment Algorithms to locate similar code in multiple binaries, facilitating reverse-engineering. Originally written to analyze code from GM automotive engine controllers, but is useful...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    dualword-rt

    measuring bimanual simple visual reaction time

    measuring bimanual simple visual reaction time Source code: http://github.com/dualword/dualword-rt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    TA-Lib.git: Technical Analysis Library

    Mirror of the TA-Lib project using a Git repository

    This project is intended to provide Git access to the code of the original project, TA-Lib, which uses Subversion. It is intended for system integrators wishing to use TA-Lib in their Git-managed project through Git submodules or subtrees. No actual development is being done here; all development happens in the original project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    DCT

    Diffraction Contrast Tomography analysis code

    Diffraction contrast tomography code base, as developed by researchers from beamline ID19 of the ESRF, Grenoble, France, and Manchester University, UK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Fast and efficient 3D pharmacophore search developed by the Camacho Lab (http://smoothdock.ccbb.pitt.edu) at the University of Pittsburgh. Source code is available through the svn repository.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 19
    Distributed MultiThreaded Checkpointing

    Distributed MultiThreaded Checkpointing

    Checkpoint/Restart functionality for Linux processes

    DMTCP (Distributed MultiThreaded Checkpointing) transparently checkpoints a single-host or distributed computation in user-space -- with no modifications to user code or to the O/S. It works on most Linux applications, including Python, Matlab, R, GUI desktops, MPI, etc. It is robust and widely used (on Sourceforge since 2007). Among the applications supported by DMTCP are MPI (various implementations), OpenMP, MATLAB, Python, Perl, R, and many programming languages and shell scripting...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    dsam
    The Development System for Auditory Modelling (DSAM) is a computational library designed specifically for producing simulations of the auditory system. It brings together many established auditory models within a flexible programming platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    progrep

    progrep

    Utility to show live progress, status & stats for running simulations

    ... report for jobs running on remote hosts, e.g. jobs running on Linux Clusters. progrep works in client-server model. The server can be installed in your simulation source code with only 4 extra lines (API). When the progrep command is invoked, it queries this server as a client. progrep does not interfere with or slow down your simulation when not invoked. Even when invoked, the overhead is insignificant. Out of the box, the API works with Fortran/C/C++ code. See Wiki/README for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Driver libraries and applications for the Hirst Magnetic Instruments GM08, GM05 and VGM01 Gaussmeters. Supplied code gives an interface library for Windows and Linux systems. Provices Excel example, labview example, .NET sample and documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Arduino MIDI Library

    Arduino MIDI Library

    MIDI for Arduino

    ... until a new one arrives. Overridable template-based settings. Create more than one MIDI interface for mergers/splitters applications. Use any serial port, hardware or software. All USB-related code has been moved into a separate repository Arduino-USB-MIDI, USB MIDI Device support with MIDI USB, still using this library to do all the MIDI heavy-lifting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ScaffCC

    ScaffCC

    Compilation and optimization framework for the Scaffold language

    ScaffCC is a compiler and scheduler for the Scaffold programing language. It is written using the LLVM open-source infrastructure. It is for the purpose of writing and analyzing code for quantum computing applications. ScaffCC enables researchers to compile quantum applications written in Scaffold to a low-level quantum assembly format (QASM), apply error correction, and generate time and area metrics. It is written to be scalable up to problem sizes in which quantum algorithms outperform...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    jarduino

    Generates C++ code from Arduino .dbc files

    jarduino creates C++ code from .dbc files suitable for import into the Arduino IDE. It generates C structures representing each message and functions to build and parse the messages. It also provides a visualisation of the message, mapping the signals to the bits in the data message.
    Downloads: 0 This Week
    Last Update:
    See Project