Showing 464 open source projects for "g-code"

View related business solutions
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 1

    ArgSemSAT

    Solving argumentation problems in Dung's AFs

    Deprecated hosting for this project. The new hosting is at https://github.com/federicocerutti/ArgSemSAT In particular, the source code for the publication: Federico Cerutti, Massimiliano Giacomin, Mauro Vallati, How we designed winning algorithms for abstract argumentation and which insight we attained, Artificial Intelligence, Volume 276, 2019, Pages 1-40, ISSN 0004-3702, https://doi.org/10.1016/j.artint.2019.08.001. (http://www.sciencedirect.com/science/article/pii...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    QuickWeb

    This tool can be used to create quickly the skeleton of a web site.

    QuickWeb is a tool to quickly create a skeleton of a web site. The tool developed in Java and to create a web site, there's no need to manipulate HTML in the beginning. All you have to do is to write a simple Java code that will generate a web site of several pages. Created to help me with documenting different Sourceforge project, QuickWeb does not generate, for now, any CSS or JS code, but, it can generate the skeleton and the static content of a website composed of several web pages...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    QuickSlide

    A tool to generate HTML-based slide shows.

    This tool allow the generation of slide shows in HTML format (to run simply in the browser). It can not replace Microsoft Power Point, but, it allows you to create a slide show by writing Java code. The generated slide show can be run easily in the browser so it is platform independent and does not need any additional software installation, even on new installed OS or Smart phones. In this first pre-alpha version, the generated code supports simple text and basic lists only, but, I hope...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    CryptoToolsPack

    CryptoToolsPack

    Basic encode/decode, files comparison and protect sensitive data

    This pack includes the following: FCSG - generate checksum and perform file comparison; JCryptoTool - encrypt/decrypt messages and files; JWallet - password protect sensitive information. See Help menu in each application, Source code included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 5

    LineDDA

    Enumerate every point on a line

    Here is a nice little class we can use to enumerate each and every point on a line. We are using the Digital Differential Analyzer (DDA) approach. The idea of drawing a simple line is well supported by just about every graphical framework. What is less sure is the ability to enumerate through a set of points so as to choose just which points we are interested in. LineDDA also graphically demonstrates support for Positive Slope, Negative Slope, Zero and No Slope. Source code included...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Lib Clock for GCC (C++)

    Lib Clock for GCC (C++)

    Library Clock for GCC (C++)

    Simple library that provides the basic features to perform the time calculation between two times provided. The code of this library is published in the book: C++ Underground Programmer of the author Augusto Manzano (only portuguese). The book can be purchased from the "Clube de Autores" service - https://clubedeautores.com.br/book/209155--C_Underground_Programmer?topic=compiladores#.WNfZkJt_aKY. For more libraries, go to: https://sourceforge.net/u/augustomanzano/profile. To see my...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Lib Roman/Arabic for GCC (C++)

    Lib Roman/Arabic for GCC (C++)

    Library Roman/Arabic for GCC (C++)

    This library performs the numerical conversion of Arabic numerical values into Roman numerals and Roman numeral values into Arabic numerals. This resource is developed with didactic and pedagogical objectives. Its commercial use may not be of extreme importance. The code of this library is published in the book: C++ Underground Programmer of the author Augusto Manzano (only portuguese). The book can be purchased from the "Clube de Autores" service - https://clubedeautores.com.br/book...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    JavaStructurizer

    JavaStructurizer

    NSD graphical editor, for Java development and rev-engineering

    The program JStruct (JavaStructurizer) allows creation, editing and reverse engineering of Java code using structured blocks (NSD: Nassi-Shneiderman Diagrams ). JStruct provides an interactive graphical editor with copy, move, zoom, expand etc. Comments for each block ( javadoc and inline ), import and export of java source files. JStruct exports images in various raster and vector formats, and it offers high interactivity: tooltips and context menus, undo and redo functionality in a very...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Lib Date for GCC (C++) 3.0 RC

    Lib Date for GCC (C++) 3.0 RC

    Library Date for GCC (C++)

    This library has the resources to control calendar dates. It is possible to determine leap year, last day of the month, day of the week, perform calculations of days between dates and other possibilities. The code of this library is published in the book: C++ Underground Programmer of the author Augusto Manzano (only portuguese). The book can be purchased from the "Clube de Autores" service - https://clubedeautores.com.br/book/209155--C_Underground_Programmer?topic=compiladores#.WNfZkJt_aKY...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 10
    Column

    Column

    Quick column reference for Excel® VBA programming

    This is a simple program for Excel® VBA programmers. It provides a quick column name/number conversion. For instance, if you want to use a Cells(row, column) reference, you need to know the column number. Type the column name (for instance "CN") in the Input box. Output will display the column number (92). Conversely, if you are working on your code and want to know what column it refers to in the spreadsheet, type the column number in the Input box (for instance 456). Output will display...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    cppbestpractices

    cppbestpractices

    Collaborative collection of C++ best practices

    Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. This document is meant to be a collaborative discussion of the best practices in C++. It complements books such as Effective C++ (Meyers) and C++ Coding Standards (Alexandrescu, Sutter). We fill in some of the lower-level details that they don't discuss and provide specific stylistic recommendations while also discussing how to ensure overall code quality...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    adms
    ADMS is a code generator that converts electrical compact device models specified in high-level description language into ready-to-compile c code for the API of spice simulators. Repository migrated to: https://github.com/Qucs/ADMS For checkout do: git clone https://github.com/Qucs/ADMS.git
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 13
    GNUSim8085 is a simulator and assembler for the Intel 8085 Microprocessor. For downloading latest release please head to the website - https://gnusim8085.github.io/ For source code - https://github.com/GNUSim8085/GNUSim8085
    Leader badge
    Downloads: 532 This Week
    Last Update:
    See Project
  • 14
    Convolution arithmetic

    Convolution arithmetic

    A technical report on convolution arithmetic in deep learning

    A technical report on convolution arithmetic in the context of deep learning. The code and the images of this tutorial are free to use as regulated by the licence and subject to proper attribution. The animations will be output to the gif directory. Individual animation steps will be output in PDF format to the pdf directory and in PNG format to the png directory. We introduce a guide to help deep learning practitioners understand and manipulate convolutional neural network architectures...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Z2D Java

    Z2D Java

    Eine didaktische 2D Bibliothek

    Z2D ist eine deutschsprachige Bibliothek für die Programmiersprache Java. Objektorientiertes Programmieren kann spielerisch anhand von Grafik-Objekten und Zeichnungen erlernt werden. Vorraussetzung ist eine Grundkentniss der Java-Syntax und die Fähigkeit eine Java-Dokumentation zu verwenden. Code Beispiel (Öffnet ein Fenster und stellt einen blauen Kreis dar): ZFenster fenster = new ZFenster("Mein Fenster",500,500); Kreis kreis = new Kreis(100,100,20,Color.BLUE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Text to Morse code translator

    Text to Morse code translator

    This program translates text into morse code.

    This program is used to translate text into morse code. After you type in the text you will see the morse code being displayed and you will hear the suitable beep.(Audio and graphical response).The space inbetween words is marked by a "/" (slash). FOR ANY HELP CONTACT ME USING MAIL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    EduSec College Management System

    EduSec College Management System

    EduSec is now available on Cloud with LMS integrated

    The new version of EduSec ERP (Enterprise version) is released as a Modern Educational Institutions ERP with eLearning Platform for Multi-Campus Solutions for Schools, Colleges, and Universities. EduSec has a suite of selective modules exclusively tailored to the needs of the education industry and also support seamless integration with prominent products like “Moodle”. With the use of EduSec, almost all departments within the education industry (e. g. admission, administration, time...
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 18
    Library Management System

    Library Management System

    LIbrary Management Software for Windows.

    Donate for the continued development of this software here http://goo.gl/kAIbBO It is optimized for a university library for students. It can also be used for home library with less features.You can add Google books information and cover image easily. The source code is also provided in files. email: arunakc421@gmail.com Note:Upgrading from version 1.0 to new version 1.1 1.Download the new version from Sourceforge(LMS 1.1-Setup.msi). 2.Make a copy of present database before...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 19
    Portugol visualg 3.0

    Portugol visualg 3.0

    Visualg versão 3.0.6.2 (última de revisão 23/01/2016)

    Editor, criador e interpretador de Algoritmos escritos em Portugol. Ensina brincando, mostra a memória enquanto vai executando o algoritmo e vendo os processos. O Portugol não é uma linguagem de programação, é só uma Pseudo-linguagem que ensina a criar programas de computadores. E o VISUAL-G 3.0 é a ferramenta de interpretação de portugol no Brasil e no mundo! Você pode mudar as roupagens em tempo de execução, também pode ajustar cores, fontes, etc. https://sourceforge.net...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    CSharp MARC

    CSharp MARC

    Full featured editor for reading and manipulating MARC Records

    *** THIS PROJECT HAS MOVED TO GITHUB *** https://github.com/frozen-solid/CSharp_MARC/ ********************************************************** C# MARC: C# class structures for reading and manipulating Library of Congress MARC records using the MARC21 standard. Based upon the PHP Pear package File_MARC (http://pear.php.net/package/File_MARC) by Dan Scott. C# MARC Editor: A full featured SQLite based editor for quickly modifying MARC records and exporting them to MARC21 or MARCXML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JDFeditor

    JDFeditor

    GUI application for editing database files.

    The purpose is to be a cross-platform, quick and simple database manager, main goal is to provide developers with a tool to produce small to medium size databases efficiently. If you need a database at its simplest form, without any extra hassle of knowing how to access the produced library. Then JDFeditor is the right tool for you. JDFeditor is bundled with an easy-to-use Python library: jdf_lib. jdf_lib will quickly load the content of your database into a variable. All you need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Savsoft Quiz v3.0

    Savsoft Quiz v3.0

    Savsoft Quiz v3.0 is an open source php script to create quiz/exam

    Support Six types of question : 1) Multiple choice - Single Answer 2) Multiple choice - Multiple Answers 3) Short Answer 4) Long Answer 5) Match the Column Create Unlimited Users/students based on groups Question Bank to Add unlimited questions based on categories and levels. Create Quiz/Test and assign to groups. Instant Result with graphical view, Analysis result. Capture user photo while attempting quiz. Mobile Compatible Theme. 100% Source code with MVC pattern. PDF certificate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Object Graph Visualizer

    Object Graph Visualizer

    A modeling tool for software engineers (OO)

    Object Graph Visualizer is a tool primarily meant to be used in CS courses to help new students understand the Object Oriented paradigm and patterns. Classes and objects - that can be part of a software project - are visualised in 3D: The classes stay In the xz-plane in form of an UML class diagram. Directly above in the y-axis objects can be instantiated as an object diagram. Classes can be connected with all sorts of relations (Associations, Compositions, Generalization, etc.), objects...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24

    Control Interface Victor 86C, Voltcraft

    Control Voltcraft Power Supply and Victor 86C Multimeter

    ANNOUNCEMENT Project has moved to a proprietary website! http://www.instruman.it Updated source code available at https://instruman.codeplex.com/ This is an interface used to program and control Voltcraft DPPS-32-15 Power Supply, and to log data from Victor 86C Multimeter. It's an all-in-one solution to use the two instruments at the same time for Scientific, Research and Study purposes. Features avaible are the following: -Victor 86C USB HID connection protocol -86C data reading...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25

    Aprenda na Prática - Teoria Musical

    Aprenda teoria musical na prática!

    Esse programa vai te ajudar a aprender teoria musical de uma forma diferente. Necessita do Net Framework 3.5 instalado
    Downloads: 0 This Week
    Last Update:
    See Project