Showing 80 open source projects for "plt g code"

View related business solutions
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • PMG Low-Code Automation Platform Icon
    PMG Low-Code Automation Platform

    For companies of all sizes interested in a low-code and digital process automation platform

    PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
  • 1
    Universal G-Code Sender

    Universal G-Code Sender

    A cross-platform G-Code sender for GRBL, Smoothieware, etc.

    A full-featured gcode platform used for interfacing with advanced CNC controllers like GRBL , TinyG, g2core and Smoothieware. Universal Gcode Sender is a self-contained Java application that includes all external dependencies and can be used on most computers running Windows, MacOSX or Linux. With older versions of GRBL UGS is pretty reliable when it comes to jogging, but there are limitations. With GRBL 1.1 this is no longer the case when using the new JOG MODE syntax. This first-class jog...
    Downloads: 289 This Week
    Last Update:
    See Project
  • 2
    Dialyxir

    Dialyxir

    Mix tasks to simplify use of Dialyzer in Elixir projects

    ..., also there is a new explain feature - for details see CLI options. If you are planning to use Dialyzer with an application built with the Phoenix Framework, check out the Quickstart wiki. Use dialyxir from the directory of the mix project you want to analyze; a PLT file will be created or updated if required and the project will be automatically compiled.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Refined GitHub

    Refined GitHub

    Browser extension that simplifies GitHub interface and adds features

    ... shortcut to star/unstar the current repo: g s. Adds a link to the default branch on directory listings and files. Adds a link to swap branches in the branch compare view. Adds a shortcut to your forks next to the Fork button on the current repo. Displays the age of the repository in the sidebar. In your forked repos, shows number of your open PRs to the original repo. Adds a link to access the past runs of a GitHub Action workflow when seeing the workflow configuration file. And much more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Jittor

    Jittor

    Jittor is a high-performance deep learning framework

    Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators. The whole framework and meta-operators are compiled just in time. A powerful op compiler and tuner are integrated into Jittor. It allowed us to generate high-performance code specialized for your model. Jittor also contains a wealth of high-performance model libraries, including image recognition, detection, segmentation, generation, differentiable rendering, geometric learning, reinforcement...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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.
  • 5
    RuboCop Rails

    RuboCop Rails

    A RuboCop extension focused on enforcing Rails best practices

    A RuboCop extension focused on enforcing Rails best practices and coding conventions. It’s based on the community-driven Rails style guide. You need to tell RuboCop to load the Rails extension. Now you can run rubocop and it will automatically load the RuboCop Rails cops together with the standard cops. If you are using Rails 6.1 or newer, add the following config.generators.after_generate setting to your config/application.rb to apply RuboCop autocorrection to code generated by bin/rails g...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Openwifi

    Openwifi

    open-source IEEE 802.11 WiFi baseband FPGA (chip) design

    Linux mac80211 compatible full-stack IEEE802.11/Wi-Fi design based on SDR (Software Defined Radio).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CPT

    CPT

    CPT: A Pre-Trained Unbalanced Transformer

    A Pre-Trained Unbalanced Transformer for Both Chinese Language Understanding and Generation. We replace the old BERT vocabulary with a larger one of size 51271 built from the training data, in which we 1) add missing 6800+ Chinese characters (most of them are traditional Chinese characters); 2) remove redundant tokens (e.g. Chinese character tokens with ## prefix); 3) add some English tokens to reduce OOV. Position Embeddings We extend the max_position_embeddings from 512 to 1024. We...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    eslint-plugin-jsx-a11y

    eslint-plugin-jsx-a11y

    Static AST checker for a11y rules on JSX elements

    Static AST checker for accessibility rules on JSX elements. This plugin does a static evaluation of the JSX to spot accessibility issues in React apps. Because it only catches errors in static code, use it in combination with axe-core/react to test the accessibility of the rendered DOM. Consider these tools just as one step of a larger a11y testing process and always test your apps with assistive technology. If you installed ESLint globally (using the -g flag in npm, or the global prefix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    asap

    asap

    A modern cmake starter project for C++ with a complete build lifecycle

    A modern cmake starter project for C++ with a complete build lifecycle, testing, dependency management, etc. Portable across Linux, OS X and Windows. Have you ever found yourself spending countless hours trying to figure out how to start a professional C++ project with unit tests, a robust dev workflow, change logs, code coverage, linting, formatting...? The C++ ecosystem is getting better but is still very far away from other ecosystems such as JavaScript, or even Rust. It's certainly easy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sage Intacct Cloud Accounting and Financial Management Software Icon
    Sage Intacct Cloud Accounting and Financial Management Software

    Cloud accounting, payroll, and HR that grows with you

    Drive your organization forward with the right solution at the right price. AI-powered continuous accounting and ERP to support your growth now and into the future.
  • 10
    SFSafe Symbols

    SFSafe Symbols

    Safely access Apple's SF Symbols using static typing

    At WWDC 2019, Apple announced a new library of icons that came included with that year's new operating system versions. To browse them, there's a dedicated Mac app called SF Symbols. You can be sure your symbol code won't crash due to typos or symbol availability issues. This is because all symbols are tested via a CI (on the latest iOS & tvOS versions and also some earlier OS versions). Lookups in the SF Symbols app (e. g. about available layersets, available localizations & the look...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Wretch

    Wretch

    A tiny wrapper built around fetch with an intuitive syntax

    A tiny (~ 3Kb g-zipped) wrapper built around fetch with an intuitive syntax. Wretch is compatible with modern browsers out of the box. For older environments without fetch support, you should get a polyfill. Converts a javascript object to query parameters, then appends this query string to the current url. String values are used as the query string verbatim. Only compatible with browsers that support AbortControllers. Otherwise, you could use a (partial) polyfill. Associates a custom...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    webpack-dashboard

    webpack-dashboard

    A CLI dashboard for webpack dev server

    A CLI dashboard for your webpack dev server. You can alternatively globally install the dashboard (e.g. npm install -g webpack-dashboard) for use with any project and everything should work the same. When choosing a custom port, you need to find one that is not already in use. You should not choose one that is being used by webpack-dev-server / devServer or any other process. Instead, pick one that is only for webpack-dashboard and pair that up in the plugin configuration and CLI port flag...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Entity-To-Code

    Entity-To-Code

    Mathematical Functions in an NPM library made with JS and C++

    NPM URL: https://www.npmjs.com/package/entitytocode Source Forge: https://entity-to-code.sourceforge.io WIKI Git: https://github.com/BSW-G-D-iph6/Entity-To-Code/wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Candle

    Candle

    GRBL controller application with G-Code visualizer written in Qt

    GRBL controller application with G-Code visualizer written in Qt.
    Downloads: 326 This Week
    Last Update:
    See Project
  • 15
    Denise

    Denise

    C64/Amiga emulator with PAL shader and runAhead

    Denise is a cycle accurate and platform independant C64 / Amiga emulator. My motivation for this project is understanding how it works and write clean and easy readable code. Denise now emulates an Amiga 500 and Amiga 1000. Features already known from the C64 emulation, such as runAhead, savestates, drive sounds, PAL encoding, dynamic rate control, G-Sync/FreeSync, Warp, just in time polling are also available for the Amiga. Denise supports REU, GeoRam, EasyFlash, EasyFlash³, Gmod2, Retro...
    Leader badge
    Downloads: 357 This Week
    Last Update:
    See Project
  • 16
    dxf2gcode

    dxf2gcode

    DXF2GCODE: converting 2D dxf drawings to CNC machine compatible G-Code

    DXF2GCODE is a tool for converting 2D (dxf, pdf, ps) drawings to CNC machine compatible GCode. Windows, Linux, and Mac support by using python scripting language.
    Leader badge
    Downloads: 343 This Week
    Last Update:
    See Project
  • 17
    TRURL

    TRURL

    A suite of RPN calculators and a class library for Object Pascal

    ... for the RPN Engine • TRURL G: Desktop RPN calculator inspired by the UI of the DSKY unit of the Apollo Guidance Computer (AGC)
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18

    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: 2 This Week
    Last Update:
    See Project
  • 19
    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: 0 This Week
    Last Update:
    See Project
  • 20

    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
  • 21
    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
  • 22
    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: 1 This Week
    Last Update:
    See Project
  • 23
    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: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next