Showing 44 open source projects for "g2"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    G2

    G2

    Interactive data-driven visualization grammar for statistical charts

    G2 is a highly interactive data-driven visualization grammar for statistical charts. with a high level of usability and scalability. It provides a set of grammar, and takes users beyond a limited set of charts to an almost unlimited world of graphical forms. With G2, you can describe the visual appearance and interactive behavior of visualization just by one statement, and generate web-based views using Canvas or SVG.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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: 307 This Week
    Last Update:
    See Project
  • 3

    rust_dot

    RustDOT is mostly the Graphviz DOT language, lightly rustified.

    ...{    graph {        A -- B -- C; /* semicolon is optional */        "B" -- D // quotes not needed here    } }; println!("{} {} \"{}\" {:?} {:?}", g1.strict, g1.directed, g1.name, g1.nodes, g1.edges); // false false "" ["A", "B", "C", "D"] [(0, 1), (1, 2), (1, 3)] let g2 = parse_string("digraph Didi { -1 -> 2 -> 3  2 -> 4.2 }"); println!("{} {} \"{}\" {:?} {:?}", g2.strict, g2.directed, g2.name, g2.nodes, g2.edges); // false true "Didi" ["-1", "2", "3", "4.2"] [(0, 1), (1, 2), (1, 3)] The return values can be fed to crates petgraph (or graph/graph_builder): let mut petgraph = petgraph::graph::Graph::new(); let nodes: Vec<_> = rust_dot_graph.nodes    .iter()    .map(|node| petgraph        .add_node(node))    .collect(); for edge in rust_dot_graph.edges {    petgraph        .add_edge(nodes[edge.0], nodes[edge.1], ()); };
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BizCharts

    BizCharts

    Powerful data visualization library based on G2 and React

    ...At the same time, it enhances the React coding ability, and the writing is freer. The built-in encapsulation of responsive chart g2-plot works out of the box and complements the atomic capabilities of BizCharts to keep moving forward on the visual path of flexibility and ease of use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5

    KL-G2 Printer Utility

    Casio KL-G2 Printing for Linux

    This program prints a PBM file using a Casio KL-G2 Label Printer connected via USB on Linux. Also supports manual feed/cut and controls most of the printer options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Envy

    Envy

    Refined P2P Filesharing + BitTorrent

    Envy is a powerful multi-network p2p filesharing and torrent client for Windows or Wine. A mature mainstream fork of Shareaza. Highly skinnable, with BitTorrent/DHT, G2/Gnutella², Gnutella, ED2K/eMule, DC++, http/ftp protocols -and blacklist support baked in. Let others browse your public files.
    Leader badge
    Downloads: 59 This Week
    Last Update:
    See Project
  • 7
    Shareaza

    Shareaza

    A universal P2P file sharing client for Windows

    Shareaza is a very powerful multi-network peer-to-peer file-sharing client supporting Gnutella² G2, Gnutella, eDonkey2000 / eMule, DC++, HTTP, FTP and BitTorrent / DHT protocols for Windows or Wine.
    Leader badge
    Downloads: 1,571 This Week
    Last Update:
    See Project
  • 8

    Thinstation-NetworkDriver

    Need support with Network Drivers on Thinstation

    This is asking for support on adding a network card driver for a HP ProDesk 600 G2 SFF to a build file for thinstation which uses a Linux OS. I know the network driver needed is Intel I219 and I have found the driver on intel website under: Intel® Ethernet Adapter Connections CD, I've downloaded the package and I have tried to use the e100e.3.3.5.3 and the igbvf.2.3.9, located under: Pro1000 > linux, but neither worked.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    CNCpad

    CNC PAD, is a CNC program with syntax highlighting editor

    ...This Publisher offers a simple and intuitive editing for G-CODE languages, Fanuc, Siemens, Heidenhain, Num mode, etc... CNC PAD includes many features that allow to maximize its production time and significantly decrease the number of input errors. Calculate and View : Target G1 G2 G3 operations Calculate and View : Drilling operations Calculate and View : Bolt Circle Calculations for points arranged equally spaced in a circle Part View Of more connection to the numerical control simulation program live to verify paths. CNC PAD also communicates directly with &amp;quot;Cutting Tools Manager&amp;quot; and allows you to set from true cutting tools list, but also of pre-calculate the good cutting speed to suit the material being machined.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 10
    Easy CNC

    Easy CNC

    Modular CNC software for Arduino controller

    The goal of the project is the realization of a modular firmware that allows to control a CNC machine with different utensils. For instance, a CNC with a drill, with few changes can become a plotter with a pen or cutting machine to cut cardboard or stickers. In order to do that, we want project a CNC router with a mechanism that allows a fast utensil change and a controlling firmware which can use different utensils changing some configuration parameters.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 11
    PeerProject

    PeerProject

    Diverse P2P Filesharing

    PeerProject is a versatile peer-to-peer filesharing client and file manager. Intuitive and aesthetic while supporting many networks and features. BitTorrent, G2, Gnutella, eDonkey, DC++, IRC, http/ftp & more. Mainstream fork of Shareaza p2p, for Windows & WINE. Note: This project is idle, see Envy fork for further development.
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 12
    A "shield" for the Arduino Due programmed with the (TinyG) 'g2' firmware for controlling a CNC router. Schematic made with DipTrace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    G2

    G2

    A generic 2D engine for any kind of game

    This game engine uses the power of C++, OpenGL, and OpenAL to provide highly-portable, object-oriented code for programming a video game. Rather than tailoring to a specific type of game, the engine focuses on the fundamental components. It covers audio, graphics, controls, and data flow. With G2, developers have everything they need to create a 2D game without the need of expensive SDKs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Group Expense Manager

    Group Expense Manager

    A Java based tool to calculate individual share in group expenses

    ...B,C,D had drinks : 150 bucks (B paid 150) 4. hotel cost : 2500 bucks ( C paid 2500) Here A,B,C,D,E are added to person list file. There are 3 different groups: G5:A,B,C,D,E; G2:A,B; G3:B,C,D; For case 1 there are 3 transaction A paid 1000 in G5 group : G5,A,1000 B paid 500 in G5 group : G5,B,500 C paid 500 in G5 group : G5,C,500 For case 2 there is 1 transaction A paid 50 in G2 group : G2,A,50 For case 3 there is 1 transaction B paid 150 in G3 group : G3,B,150 For case 4 there is 1 transaction C paid 2500 in G5 group : G5,C,2500
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    G2€ - 2.3.0 Basic

    G2€ - 2.3.0 Basic

    Logiciel de gestion de compte bancaire.

    Gérer ses comptes bancaires en toute simplicité et rapidement, c'est la mission relevée par le logiciel G2€. Simple d'utilisation, il est à la portée de tout le monde. Accessible aux Particuliers comme aux Professionnels. http://www.gestionnaire2compte.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MOTOACTV Maps

    MOTOACTV Maps

    Map Your Location

    Stay on the right path by downloading maps for your area and synchronizing them with your MOTOACTV device. To update maps in Windows or Mac OS: Click on the name of a map that you would like to have available on your MOTOACTV. The maps file will begin downloading immediately via your browser. Connect your MOTOACTV to your computer via USB. Drag and drop the downloaded file into the "mapsDb" folder in your MOTOACTV device. You're done! © Motorola Mobility 2012
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Voyager G2
    This project is writen in python and is a result of a school project with the goal to be able to simulate and determin interplanetary orbits. The goal of the project was to design a Voyager like mission in the present hence the name, Voyager Generation 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Qastrocam-g2
    Linux modified webcam capture software for astronomy. This project is a fork from the great Qastrocam, written by F. Sicard (http://qastrocam.sourceforge.net/). It adds some features I wrote for myself.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A g2 language environment and IDE. The language g2 is intended to be as simple as possible, but no simpler. A language and environment expressly intended to tinker with. A toy language in the tradition of Technical Lego (tm).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    HD Video Downloader
    ...You can download any video from internet by two simple steps Just search for the video , and download it from the results list HVD is an awesome Video Download Utility KEY FEATURES -Simple and clean user interface -Download multiple videos simultaneously -You can cancel your downloading -You can select quality of video for HD -Faster -1080p 720p 480p 360p 240p 144p mp3 flv webm mp4 downloading This HD Video Downloader app has been tested on latest devices such as Samsung Galaxy S3, Nexus 5,Nexus 7, Samsung galaxy s4, HTC One, samsung galaxy note 3, Sony Xperia Z, Sony Xperia Z ultra, LG G2. Please contact us if your device is not supported. we will provide update as soon as possible
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    NMG2 Open source editor

    Editor for the Clavia Nord Modular G2

    ...The goal of this project is to have an alternative in place when that day comes, and in the mean time add some functionality the original editor doesn;t have, like a G2 Vst.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24

    ILWT CM7

    ILWT CM7 ROM for the HTC Vision (Desire Z, G2)

    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    IRCDDB OPENDV

    IRCDDB OPENDV

    ircDDB gateway is an Open Source G2 gateway / Opendv

    ircDDB gateway is an Open Source G2 gateway for the ircDDB Dstar routing network
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB