Search Results for "svg to g code" - Page 2

Showing 212 open source projects for "svg to g code"

View related business solutions
  • Safetica Data Loss Prevention Software for Businesses Icon
    Safetica Data Loss Prevention Software for Businesses

    For companies that want to protect their sensitive data against leakages, insider threats and want to be compliant with regulations.

    Safetica is a cost-effective, easy-to-use Data Loss Prevention (DLP) solution. It performs security audits, prevents sensitive data from leaving your company, and sheds light on what is going on in your organization.
  • Cloud-Based Software Licensing - Zentitle by Nalpeiron Icon
    Cloud-Based Software Licensing - Zentitle by Nalpeiron

    The #1 Software Licensing Solution. Release new Software License Models fast with no engineering. Increase software sales and drive up revenues.

    1000’s software companies have used Zentitle to launch new software products fast and control their entitlements easily - many going from startup to IPO on our platform. Our software monetization infrastructure allows you to easily build or
  • 1
    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
  • 2
    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
  • 3
    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
  • 4
    flag-icons

    flag-icons

    A curated collection of all country flags in SVG

    A curated collection of all country flags in SVG, plus the CSS for easier integration. For using the flags inline with text add the classes .fi and .fi-xx (where xx is the ISO 3166-1-alpha-2 code of a country) to an empty <span>. If you want to have a squared version flag then add the class fis as well. You could also apply this to any element, but in that case you'll have to use the fib instead of fi and you're set. This means that the flag is just going to appear in the middle of an element...
    Downloads: 0 This Week
    Last Update:
    See Project
  • OKR software helps companies achieve the best results by focusing on what really matters to the business. | Quantive Icon
    Quantive offers flexible OKR management to keep all employees on track with company-wide initiatives.
  • 5
    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
  • 6
    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
  • 7
    carbon CLI

    carbon CLI

    Beautiful images of your code, from right inside your terminal

    carbon.now.sh by is a wonderful tool that lets you generate beautiful images of your source code through an intuitive UI, while letting you customize aspects like fonts, themes, window controls and much more. carbon-now-cli gives you the full power of Carbon, right at your fingertips, inside the terminal. Generate beautiful images from a source file, or sections of a source file, by running a single command. Want to customize everything before generating the image? Run it in interactive mode...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    Eclipse GLSP

    Eclipse GLSP

    Graphical language server platform for building web-based diagram

    ... in the server. GLSP provides integration layers, to use GLSP editors seamlessly in web pages, Eclipse Theia, VS Code and even Eclipse desktop. GLSP provides the perfect basis for the efficient development of web-based diagram editors including edit functionality, layouting, shapes, palettes and everything else you expect from a powerful, modern diagram editor. GLSP doesn't hide the underlying rendering technologies, such as Eclipse Sprotty, SVG, and CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Dealer Management Software Icon
    Dealer Management Software

    Trusted By More Than 21,900 Used Car Dealers

    Frazer provides full-featured used car dealer software to independent auto dealers. Frazer's goals have always been simple– to provide dealers with a high-quality, easy-to-use Dealer Management System, at an affordable price, while ensuring that a friendly, knowledgeable support staff is there to back it up. Request a free trial to see what everyone in the automotive industry is talking about.
  • 10
    AngleSharp

    AngleSharp

    The ultimate angle brackets parser library parsing HTML5, MathML, SVG

    AngleSharp follows the W3C specifications and gives you the same results as state of the art browsers. Besides the official API AngleSharp adds some useful extension methods on top. This makes working with the DOM convenient. AngleSharp integrates everything you need to explore and mutate the DOM tree. Node retrieval is straight forward by using powerful CSS query selectors. The CSS queries in AngleSharp are super fast and very simple to use. AngleSharp respects the relationship of HTML with...
    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
    GoNB

    GoNB

    GoNB, a Go Notebook Kernel for Jupyter

    Go is a compiled language, but with very fast compilation, that allows one to use it in a REPL (Read-Eval-Print-Loop) fashion, by inserting a "Compile" step in the middle of the loop -- so it's a Read-Compile-Run-Print-Loop — while still feeling very interactive. GoNB leverages that compilation speed to implement a full-featured (at least it's getting there) Jupyter notebook kernel. As a side benefit it works with packages that use CGO — although it won't parse C code in the cells, so it can't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Phosphor Icons

    Phosphor Icons

    The homepage of Phosphor Icons, a flexible icon family for everyone

    ... need to know that. Phosphor's intuitive but powerful API can style the color, size, and weight of an icon with a few keystrokes, provide default styles to all icons via the Context API, or directly manipulate the SVG at runtime through render props to do some amazing things! Supports tree-shaking, so your bundle only includes code for the icons you use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OxyPlot

    OxyPlot

    A cross-platform plotting library for .NET

    OxyPlot is a cross-platform plotting library for .NET. The code is licensed under the MIT license. This is a very permissive and corporate-friendly license. See open source and tl;dr for more details. The core library is a Portable Class Library that can be used on different platforms. Custom controls are implemented for WPF, Windows 8, Windows Phone, Windows Phone Silverlight, Windows Forms, Silverlight, GTK#, Xwt, Xamarin.iOS, Xamarin.Android, Xamarin.Forms and Xamarin.Mac. OxyPlot contains...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Nebular

    Nebular

    Customizable Angular UI Library based on Eva Design System

    ... module. Use only what you need. Sizes, colors, appearances, shapes, and other useful settings. Source code is free and available under the MIT license. A straightforward way to integrate your brand. Choose from 40+ ready-to-use Angular UI components with no 3rd party dependencies. Benefit from an easier and faster way of building a visually appealing and responsive UI for apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Visdom

    Visdom

    A tool for creating, organizing, and sharing data visualizations

    A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy. Visdom aims to facilitate visualization of (remote) data with an emphasis on supporting scientific experimentation. Broadcast visualizations of plots, images, and text for yourself and your collaborators. Organize your visualization space programmatically or through the UI to create dashboards for live data, inspect results of experiments, or debug experimental code. Visdom has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    G-Code Transformation Utility

    G-Code Transformation Utility

    Transformation utility to rotate coordinates in G-Code files

    ... reference point, travel CNC with a laser module and fine tune X/Y coordinates to target at the center of a drilled point (laser light will dim out). Write each of the measured point's coordinate with corresponding ideal (original) point coordinate into the reference point (text) file. Then use this utility with source G-Code file & measured reference file to perform transformation into a destination G-Code file. Each X/Y coordinate in "G0", "G00", "G01" commands will be rotated by a calculated angle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    compileflow

    compileflow

    Core business process engine of Alibaba Halo platform

    Compileflow is a very lightweight, high-performance, integrable and extensible process engine. The Compileflow process engine is an important part of Taobao Business Process Management(TBBPM), which is dedicated to optimizating operations at Alibaba’s Taobao Marketplace. Specifically, Compileflow is designed to focus on pure memory execution and stateless process engines by converting process files to generate, compile and execute java code. Currently, compileflow powers multiple core systems...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    G-CPS

    G-CPS

    Lite CPS Tester

    G-CPS (Golden CPS) It is a Very Lite program to measure your CPS G-CPS is a very lightweight program, it contains multiple color themes, and several options to adjust the test time (1, 3, 5, 10, 15, 30 and 60) s. It also saves the CPS record that you have achieved, each time mode has a different record. Source Code: GitHub: https://github.com/PETEROLO291/G-CPS You can try it out with: https://sourceforge.net/projects/flame-auto-clicker/ Info: Installer: 9.3MB Program: 27.5MB...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 21
    Candle

    Candle

    GRBL controller application with G-Code visualizer written in Qt

    GRBL controller application with G-Code visualizer written in Qt.
    Downloads: 328 This Week
    Last Update:
    See Project
  • 22
    Highlight Code Converter

    Highlight Code Converter

    Source code to formatted text converter

    Highlight is a source code to formatted text converter. It generates HTML, XHTML, RTF, ODT, LaTeX, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are Lua scripts and support plugins
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Twemoji

    Twemoji

    Simple library that provides standard Unicode emoji for all platforms

    ... DOM parsing, explained below. Each type of parsing accepts a callback to generate an image source or an options object with parsing info. The second kind of parsing is string parsing. This is unrecommended because this method does not sanitize the string or otherwise prevent malicious code from being executed; such sanitization is out of scope.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 24
    Zint Barcode Generator

    Zint Barcode Generator

    A barcode encoding library supporting over 50 symbologies.

    ..., Japan Post, Korea Post, LOGMARS, MaxiCode, NVE-18 ( SSCC-18), PDF417 & MicroPDF417, Pharmacode, PLANET, POSTNET, Plessey (MSI & UK), PZN, QR Code, Micro QR & rMQR, Royal Mail RM4SCC & Mailmark, Telepen, Ultracode, UPC-A, UPC-E, UPNQR, UPU S10, USPS Intelligent Mail and VIN. Automated ECI switching to support all Unicode characters and automated FNC1 character insertion in GS1 mode. Save to BMP, EMF, EPS, GIF, PCX, PNG, SVG and TIF. Includes CLI, GUI and API for calling from other applications.
    Leader badge
    Downloads: 676 This Week
    Last Update:
    See Project
  • 25
    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