Showing 252 open source projects for "g-code"

View related business solutions
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Looker is an enterprise platform for BI, data applications, and embedded analytics that helps you explore and share insights in real time.

    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.
  • 1
    Java Modeling Language (JML)
    This sourceforge site for the project is now DEPRECATED and not updated. All current work and new releases are on github: https://github.com/OpenJML/OpenJML. The Java Modeling Language (JML) is a behavioral interface specification language that can be used to specify the behavior of Java modules (as in design by contract -- DBC). It has many tools to do assertion checking, unit testing, etc. The principal current tool of the project is OpenJML -- cf. https://www.openjml.org, with...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    A subset of the TestCon project, ConAn builds on Roast to provide a testing framework for concurrent Java components. For more details on the development of ConAn and TestCon/Crom, see http://longbrothers.net/brad/papers/thesis.pdf
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Stetho

    Stetho

    Debug bridge for Android applications

    Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature natively part of the Chrome desktop browser. Developers can also choose to enable the optional dumpapp tool which offers a powerful command-line interface to application internals. Alternatively you can include Stetho from Maven Central via Gradle or Maven. Only the main stetho dependency is strictly required, however you may also wish to use one of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    shadowsocks-libev

    shadowsocks-libev

    Bug-fix-only libev port of shadowsocks

    Shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded devices and low-end boxes. Shadowsocks-libev is written in pure C and depends on libev. It's designed to be a lightweight implementation of shadowsocks protocol, in order to keep the resource usage as low as possible. Snap is the recommended way to install the latest binaries. You can build shadowsocks-libev and all its dependencies by script. The latest shadowsocks-libev has provided a redir mode. You can configure your...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 5
    PH_Playground

    PH_Playground

    Simple solution for testing and documenting short code snippets.

    Version 4.0: improved history, error, and view mode handling Version 3.0: JavaScript editing, Quick console, History files for browsing and loading scripts. Version 2.0: CodeMirror functionality, ajax calls. Tired of opening an editor to test short code snippets for functionality, saving the file and then running it in a browser? PH_Playground provides a simple solution on a single browser page. Enter the code to be tested into the "PHP" or "JS" window and press "Run". The result...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    RemoteDebug iOS WebKit Adapter

    RemoteDebug iOS WebKit Adapter

    Debug Safari and WebViews on iOS from tools like VS Code

    RemoteDebug iOS WebKit Adapter is a protocol adapter that Safari and WebViews on iOS to be debugged from tools like VS Code, Chrome DevTools, Mozilla Debugger.html and other tools compatible with the Chrome Debugging Protocol. Before you use this adapter you need to make sure you have the latest version of iTunes installed, as we need a few libraries provided by iTunes to talk to the iOS devices. Install VS Code, and the VS Code Chrome Debugger, then create a launch.json configuration where...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    errors

    errors

    Simple error handling primitives

    Package errors provides simple error handling primitives. The traditional error handling idiom in Go that is applied recursively up the call stack results in error reports without context or debugging information. The errors package allows programmers to add context to the failure path in their code in a way that does not destroy the original value of the error. Wrap function returns a new error that adds context to the original error. Using errors.Wrap constructs a stack of errors, adding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Code Bubbles is a front end to Eclipse designed to simplify programming by making it easy for the programmer to define and use working sets. It provides compact function-based views of the code (all backed by the underlying files) that are displayed in bubbles and that are easily moved around and manipulated on the screen. The bubbles are fully editable. A large bubble area lets the programmer set up different working sets simultaneously and easily move between them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    qlogtimeliner

    Your application log analysis tool.

    This tool helps with analysis multithreaded logs by visualising log events on a timeline. It is user responsibility to create rules for log parsing in actionscript (like JavaScript) You need to have latest Qt sdk installed in order to build it from source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 10
    TP-COBOL-DEBUGGER

    TP-COBOL-DEBUGGER

    A COBOL debugger for GnuCOBOL/OpenCOBOL written in GnuCOBOL

    A COBOL debugger for GnuCOBOL written in GnuCOBOL. Works with both current GnuCOBOL and old GnuCOBOL/OpenCOBOL 1.1; could be used for other vendors with slightly modifications, too. Take a look at https://gnucobol.altervista.org/tp-cobol-debugger/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    libinstrument (ex libcsdbg)

    libinstrument (ex libcsdbg)

    C/C++ function instrumentation (AOP, exception/stack tracing, GC)

    Libinstrument is a complete and easy way to do custom function instrumentation for C/C++. The project comes ready with classic applications of instrumentation, such as AOP (Aspect Oriented Programming), Concern and Side Effect injection, stack tracing, exception tracing, basic time profiling, callgraph profiling and other. A GC (Garbage Collector) module is also under development. Libinstrument is highly portable and decoupled. The project comes with a CMake build system, integration with...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    vscode-chrome-debug

    vscode-chrome-debug

    Debug your JavaScript code running in Google Chrome from VS Code

    A VS Code extension to debug your JavaScript code in the Google Chrome browser, or other targets that support the Chrome DevTools Protocol. When your launch config is set up, you can debug your project. Pick a launch config from the dropdown on the Debug pane in Code. Press the play button or F5 to start. The extension operates in two modes - it can launch an instance of Chrome navigated to your app, or it can attach to a running instance of Chrome. Both modes require you to be serving your web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    C# DataTable StringBuilder Visualizer

    Visualize String, StringBuilder, Image, and DataTable in debug mode.

    Visualizer is a tool for .NET developers who use MS Visual Studio. In debug mode, it provides the ability to view and search objects of type String, StringBuilder, DataTable and Image, by clicking on the magnifying glass. Install by copying all files in the zip to your user folder: C:\Users\<username>\Documents\Visual Studio 2012\Visualizers\
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    MinGW - Minimalist GNU for Windows

    A native Windows port of the GNU Compiler Collection (GCC)

    MinGW: A native Windows port of the GNU Compiler Collection (GCC), with freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All of MinGW's software will execute on the 64bit Windows platforms.
    Leader badge
    Downloads: 5,233,248 This Week
    Last Update:
    See Project
  • 15
    Firefox Debugger

    Firefox Debugger

    The faster and smarter Debugger for Firefox DevTools

    The JavaScript Debugger enables you to step through JavaScript code and examine or modify its state to help track down bugs. You can use it to debug code running locally in Firefox or running remotely, for example on an Android device running Firefox for Android. See remote debugging to learn how to connect the debugger to a remote target. You probably want to pause the execution of your code, in order to see what is going on at various points. There are multiple ways to tell the Debugger how...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Michel Max - SSMS Tools 2019

    Michel Max - SSMS Tools 2019

    Tools for Microsoft SQL Server Management Studio 2019

    Extension for Microsoft SQL Server Management Studio 2019, it provides the SSMS with: - Format SQL Code. - Prepare the Procedures/Functions to be called. - Regions to organize the code. - Retrieve the complete Information of a Table. - Tab Colorize, base in the configuration window you can colorize the existing session based in the filters that you applied, making easy to the developer to identify each server/database he/she is working on. - Selection Highlight for the same word...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Michel Max - SSMS Tools 2017

    Michel Max - SSMS Tools 2017

    Tools for Microsoft SQL Server Management Studio 2017

    Extension for Microsoft SQL Server Management Studio 2017, it provides the SSMS with: - Format SQL Code. - Prepare the Procedures/Functions to be called. - Regions to organize the code. - Retrieve the complete Information of a Table. - Tab Colorize, base in the configuration window you can colorize the existing session based in the filters that you applied, making easy to the developer to identify each server/database he/she is working on. - Selection Highlight for the same word...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Michel Max - SSMS Tools 2016

    Michel Max - SSMS Tools 2016

    Tools for Microsoft SQL Server Management Studio 2016

    Extension for Microsoft SQL Server Management Studio 2016, it provides the SSMS with: - Format SQL Code. - Prepare the Procedures/Functions to be called. - Regions to organize the code. - Retrieve the complete Information of a Table. - Tab Colorize, base in the configuration window you can colorize the existing session based in the filters that you applied, making easy to the developer to identify each server/database he/she is working on. - Selection Highlight for the same word...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Michel Max - SSMS Tools 2014

    Michel Max - SSMS Tools 2014

    Tools for Microsoft SQL Server Management Studio 2014

    Extension for Microsoft SQL Server Management Studio 2014, it provides the SSMS with: - Format SQL Code. - Prepare the Procedures/Functions to be called. - Regions to organize the code. - Retrieve the complete Information of a Table. - Tab Colorize, base in the configuration window you can colorize the existing session based in the filters that you applied, making easy to the developer to identify each server/database he/she is working on. - Selection Highlight for the same word...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Michel Max - SSMS Tools 2012

    Michel Max - SSMS Tools 2012

    Tools for Microsoft SQL Server Management Studio 2012

    Extension for Microsoft SQL Server Management Studio 2012, it provides the SSMS with: - Format SQL Code. - Prepare the Procedures/Functions to be called. - Regions to organize the code. - Retrieve the complete Information of a Table. - Tab Colorize, base in the configuration window you can colorize the existing session based in the filters that you applied, making easy to the developer to identify each server/database he/she is working on. - Selection Highlight for the same word...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    GT

    GT

    Debugging tool for bug hunting and performance tuning on smartphones

    ... parameters and code time-consuming statistics. If the functions GT provides cannot meet your requirements, you can also develop your own GT plugins with special functions to help solving more complicated debugging issues. The IOS GT is a Framework package, which must be compiled into your APPs before being used. It can be supported by both iPhone and iPad APPs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tangent

    Tangent

    Source-to-source debuggable derivatives in pure Python

    Existing libraries implement automatic differentiation by tracing a program's execution (at runtime, like PyTorch) or by staging out a dynamic data-flow graph and then differentiating the graph (ahead-of-time, like TensorFlow). In contrast, Tangent performs ahead-of-time autodiff on the Python source code itself, and produces Python source code as its output. Tangent fills a unique location in the space of machine learning tools. As a result, you can finally read your automatic derivative code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    kodeWeave

    kodeWeave

    HTML/CSS/JS and Markdown Playground For Web Designers and Developers

    kodeWeave is a realtime coding playground for HTML, CSS and Javascript. Similar to JSFiddle and JSBin, but kodeWeave was made to work offline but also as a prototyping application to build applications for desktop operating systems while on mobile devices. (PhoneGap Build is recommended for mobile devices) kodeWeave similar to jsfiddle, jsbin, dabblet, liveweave, codepen, cssdeck, cssdesk, tinkerbin, d3 playground, plunker and pastebin, but allows you to export your web app as a desktop...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 24
    A Finite State Machine Editor, written on QT. It allows to draw Finite State Machine with easy GUI and store it in XML file. There are Finite State Machine Compilers to translate this description to source code (technique like QT's UIC uses).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Vorlon.JS

    Vorlon.JS

    A new, open source, extensible, platform-agnostic tool

    An open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io. Install Vorlon.JS and add a single line of JavaScript to your web app. Run your server and start the Vorlon.JS dashboard. Remotely connect up to 50 devices simultaneously. Run your code on each or all of them with a single click. Debug JavaScript on nearly any platform with a web environment. Plugins allow you to add new features and resources. You could also...
    Downloads: 0 This Week
    Last Update:
    See Project