Showing 160 open source projects for "g code"

View related business solutions
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 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

    CBuild

    Build system for c++ with scripts written in c++

    This is build system designed to build c/c++ code, but It can be retargeted to almost any task. All script are written is c++ and build system support compilation targets and tasks (simple function with some arguments). Also, from the box, CBuild include templates to use in with gcc/g++ or mingw-gcc/mingw-g++ compilers, but with some code can be expanded to support any compiler (supporting other gcc variant requires only changing three variables in build system implementation class). For now...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GeneralLedgerFinancials

    GeneralLedgerFinancials

    Accountant's Friend - General Ledger Ver 7b Beta

    ... app at gotomarcus.com/macademysw/BP9m.exe It has graphs and other features. Find this and/or other free programs at: gotomarcus.com/main/marcus/index.php 09/19/2020 Code Updated. Ver 7b The application can now update/change the Fiscal Year Begin Month on the Company Information screen. Also, the APP also produces Graphs once you have G/L transactions. G/L Data Entry now fits small screen.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Larsen Commander for OS/2 and eCS

    Larsen Commander for OS/2 and eCS

    Source code is here - https://sourceforge.net/projects/lcmd-git/

    Source code is now developed using GIT. Please use new project page here - https://sourceforge.net/projects/lcmd-git/ Larsen Commander for OS/2 Warp and eCS. Consists of two parts; 1) the underlying C++ G-Lib framework that build directly on top of native 32 bit OS/2 APIs and 2) the Larsen Commander application it self, written in C++ on top of that G-Lib framework.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    FFTW_Ada

    An Ada 2012 binding to the FFTW fast Fourier transform library

    FFTW_Ada is an Ada binding to the FFTW (fast Fourier transform) library written at MIT by Matteo Frigo and Steven G. Johnson. FFTW is written in C. FFTW_Ada allows calls to FFTW from an Ada program, thus allowing Ada code to compute fast Fourier and certain other related transforms. FFTW_Ada v2 works with FFTW v3 and requires Ada 2012.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Everything you need to set up your flexible workplace Icon
    Nibol has everything you need from a workplace management platform. On top of that, with its "Spaces on demand" feature it enables users to book desks and meeting rooms not only at their office but also in hundreds of co-working spaces and other venues.
  • 5

    Quaternion Lorentz

    Complex quaternion calculator with Lorentz boosts and rotations

    C++ code to perform the Lorentz boosts and rotations of special relativity using complex quaternions The interface is a complex quaternion console-based calculator with operations + - * / and functions for Lorentz boosts and rotations. THEORY Complex quaternions have form q = A + B * I + C * J + D * K A, B, C, D complex I * I = -1 J * J = -1 K * K = -1 I * J = K J * I = -K J * K = I K * J = -I K * I = J I * K = -J Transpose T takes I into -I, J into -J, K into -K (q1 q2)T = q2T...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CT4AM

    CT4AM

    Tools for 3D image analysis of additively manufactured parts

    CT4AM is a cross-platform toolkit for 3D-image processing in the domain of additive manufacturing for toolpath visualisation or correlation to tomographic data and related materials science. It is written in C++ and provides small, problem-specific applications for viewing, analysing and visualising of volumetric data from micro-CT scans with respect to the complex process parameters and characteristics of additive manufacturing. Moreover, data analysis and processing of G-code are key assets...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Larsen Commander for OS/2 - git

    GUI File Manager and Command Shell for OS/2 - ArcaOS

    ... source code under GIT. The older SVN code is here - https://sourceforge.net/projects/lcmd/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Olympus Project

    Olympus Project

    An Arduino-based Altitude and IMU Payload for Model Rocketry

    The Olympus Project is an engineering project that utilizes an Arduino Nano microcontroller to create an electronic payload that records altitude, g-forces experienced by the rocket, as well as roll rate. Included with the code is a 132 page Project Manual that takes you through the design and construction of the electronic payload. It also includes sections on the construction of the Estes Olympus rocket. A detailed code review of each section of code is included. We take a detailed look...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    cppcam

    cppcam is a 3D CAD app for drafting G-Code toolpaths for CNC Routers

    Use cppcam to generate great art with your CNC router. 1. import model 2. position model with resize or align 3. Add toolpaths as needed and configure each with: a. set tool size b. set stock area (work area) c. configure the path(s) for the chosen toolpath type
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sumac Case Management is an all-in-one solution for social services. Icon
    Sumac Case Management is an all-in-one solution for social services.

    For Nonprofits companies looking for a CRM solution

    Effortlessly manage client intake, case notes, service delivery, and schedules; track clients, caseworkers, volunteers, and donors; and report on key metrics to report back to funders.
  • 10

    C++ Complex Calculator

    C++ complex calculator with arrays, matrices, eigenvectors, functions

    This is a command line C++ code which compiles and builds using gnu g++. It has scientific notation, scientific functions, complex integration including path integrals, and loops with tests. User defined functions are strings. A variable may simultaneously represent a scalar, an array, and a string. Arrays up to ten dimensions are allowed. Householder reduction is used for determinants, eigenvectors, and QR matrix factorization. Class Polynomial facilitates finding the characteristic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    C++ Eigenvectors

    C++ matrix class template with eigenvectors

    All code is in a single .h file except for a .cpp file with the main() demo. Computation time scales as N^4. Also has class template Polynomial. Has extensive operators and methods. Algorithm summary: Any polynomial of degree m is uniquely and simply determined by its values at m+1 points. In particular the characteristic polynomial of an NxN matrix A can be determined by evaluating the determinant |x * I - A| at N+1 distinct values of x. Householder reduction is used to find...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Colormon for Coco I or II

    6809 machine code input and output on a Tandy Color Computer I or II

    Colourmon is a 6809 machine code program for the color computer's memory through the use of hexadecimal representation of binary. It is made up of several subroutines, some of which give this program certain useful facilities. It is designed to run without normally disturbing the BASIC functions. The sort of facilities this program gives you are: 1.Memory Examine. 2.Memory Change. 3.Execution Transfer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    motion5

    Specialised variant of GRBL focused on motion of up to five axes

    motion 5 is a specialised variant of GRBL which is focused on motion of up to five CNC axes and laser processing instead of milling. It supports ATMega MCUs running with up to 20 MHz and provides jitter-free pulses with a frequency of up to 38 kHz. Wherever usage and handling of motion5 is different to original GRBL, this is described in Wiki. For the G-code commands please note that motion5 supports more axes which are named "A" and "B". So a GRBL-command "G1X10.0Y20.0Z10.0" which moves its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    STM32 machine language monitor

    Machine language monitor program for the STM32F103C8T6 "Blue Pill"

    Allows a few rudimentary commands to be entered on the STM32 Minimum System Development Board Module ARM STM32F103C8T6 available from various online outlets. The code was originally forged in C but limitations in that approach led me to ARM assembler, and fortunately GNU compiler collection helped in that transition. Small assembler code experiments can be typed into the module's read write memory, displayed and executed. One strange, annoying feature is that the code running in the STM32 can't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CAELinux

    CAELinux

    Dedicated to computer-aided engineering Linux distribution

    CAELinux is an installable live (USB) Linux distribution dedicated to open source engineering with a focus on Computer Aided Engineering and Scientific Computing. Based on Ubuntu, it features a ready to use workstation environment for open source product development, makers and scientist with many CAD/CAM/CAE applications for mechanical design, stress analysis, heat transfer, flow simulation and CNC manufacturing / 3D printing as well as electronic design tools and a complete development...
    Leader badge
    Downloads: 220 This Week
    Last Update:
    See Project
  • 16
    qmol

    qmol

    A simple molecular weight calculator

    qmol is a simple molecular weight calculator, available for Linux and Windows, derived from Tomislav Gountchev's KMol. You can enter a formula, (e.g. CH3(CH2)2OH) and get its molecular weight (60.0959 g/mol) and its elemental composition (C3H8O: C 59.96; H 13.42; O 26.62 %). See the features list below for more details or consult the wiki page: https://sourceforge.net/p/qmol/wiki/Home/. For Windows binary and source code see the files section: https://sourceforge.net/projects/qmol/files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    G-code-helper

    G-code-helper

    Modify and visualise your G-code

    G-code helper is a set of python functions which helps to modify and visualise G-code. It allows to have variables in G-code, makes transformations of the coded structures, helps to eliminate the tilt of the substrate and, at last, plots the result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Locale en_RU

    English language locale for Russia

    If you…   • work in Linux,   • live in Russia,   • like English interface, and   • dislike 12-hours clock and mm/dd/yyyy dates, then… this is what you need — English language locale for Russia. It consistently sticks to English language, but makes other parameters more suitable for Russians, e. g.:   • Ridiculous 12-hour clock is replaced with 24-hour clock.   • Date format is changed from confusing mm/dd/yyyy to unambiguous ISO yyyy-mm-dd.   • Weeks start on Monday, not Sunday.   • Thousand...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Emojicode

    Emojicode

    World’s only programming language that’s bursting with emojis

    Emojicode is an open-source, full-blown programming language consisting of emojis. As a multi-paradigm language, Emojicode features object orientation, optionals, generics, closures, and protocols. Emojicode compiles native machine code using lots of optimizations that make your code fast. Emojicode comes with a comprehensive set of default packages. And you can easily write your own. We believe that Emojis have expressive force. Let’s use that to make programming more fun and accessible...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Generic CAM
    A tool for CNC toolpath generation. Model data in, G-Codes out. The system is kept as generic as possible. Machines with up to 9 axis can be defined. Machine simulator included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    grblQ-Mega-4axes

    Grbl extension to 4 axes

    An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    6Genci V2

    6Genci V2

    This program calculate hexagon coordinats for CNC Mill.

    This program calculates the necessary coordinates for machining 6 corner pieces in the diameter determined for the CNC Vertical machining center.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    handy

    handy

    A simple C++11 network server framework

    Simple and easy-to-use C++11 network library/ Supports tens of millions of concurrent connections on a single machine/ a simple C++11 network server framework. Graceful exit allows programmers to better define the exit behavior of their programs. You can better check for memory leaks with tools such as valgrind. 10 lines of code to write a complete server. Asynchronously manages network I/O and processes requests synchronously, which simplifies the writing of server processing logic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    G-code processor

    G-code processor

    Modify and visualise your G-code

    G-code Processor is a set of python functions which help to modify and visualise G-code. It allows to have variables in G-code, makes transformations of the coded structures, helps to eliminate the tilt of the substrate and, at last, plots the result.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    Feflow

    Feflow

    How to write cross-platform Node.js code

    How to write cross-platform Node.js code. Why you should care: according to the 2018 Node.js user survey, 24% of Node.js developers use Windows locally and 41% use Mac. In production, 85% use Linux and 1% use BSD. Installers for each major OS are available on the Node.js website. To install, switch and update Node.js versions nvm can be used on Linux/Mac. It does not support Windows but nvm-windows, nvs and ps-nvm (for PowerShell) are alternatives that do. nve can be used to run a single...
    Downloads: 0 This Week
    Last Update:
    See Project