Showing 20 open source projects for "graph generator"

View related business solutions
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • Build with generative AI, deploy apps fast, and analyze data in seconds—all with Google-grade security. Icon
    Google Cloud is a cloud-based service that allows you to create anything from simple websites to complex applications for businesses of all sizes.
  • 1
    Laravel Migrations Generator

    Laravel Migrations Generator

    Generate your migrations from an existing database schema

    Automatically generate your migrations from an existing database schema. Generate Laravel Migrations from an existing database, including indexes and foreign keys. Laravel Migrations Generator will first generate all the tables, columns and indexes, and afterwards setup all the foreign key constraints. So make sure you include all the tables listed in the foreign keys so that they are present when the foreign keys are created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A Fluent Builder For Schema.org Types

    A Fluent Builder For Schema.org Types

    A fluent builder Schema.org types and ld+json generator

    ... on our virtual postcard wall. If you don't want to break the chain of a large schema object, you can use the if method to conditionally modify the schema. The Graph has a lot of methods and utilities - the type-safe and simplest way is to use the overloaded methods of the Spatie\SchemaOrg\Schema class itself.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Just the Docs

    Just the Docs

    A modern, high customizable, responsive Jekyll theme for documention

    Just the Docs gives your documentation a jumpstart with a responsive Jekyll theme that is easily customizable and hosted on GitHub Pages. Just the Docs is built for Jekyll, a static site generator. View the Jekyll quick start guide for more information. Just the Docs requires no special plugins and can run on GitHub Pages’ standard Jekyll compiler. The Jekyll SEO Tag plugin is included by default (no need to run any special installation) to inject SEO and open graph metadata on docs pages. Your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gSOAP Toolkit

    gSOAP Toolkit

    Development toolkit for Web Services and XML data bindings for C & C++

    The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use code-generator tools allow you to directly integrate XML data in C and C++. Serializes native application data in XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler, Web server integration with Apache module and IIS extension, high-performance XML processing with schema validation, fast MIME/MTOM streaming...
    Leader badge
    Downloads: 390 This Week
    Last Update:
    See Project
  • With Boozang, you can write tests, debug visually, perform root cause analysis and automate your CI builds. Icon
    With Boozang, you can write tests, debug visually, perform root cause analysis and automate your CI builds.

    Empower your whole team to build and maintain automated tests, not just developers.

    Our natural-language tests are extremely stable to code changes. When tests break our AI will repair it in minutes.
  • 5
    SGP AutoFocus LogViewer

    SGP AutoFocus LogViewer

    Autofocus log viewer for Sequence Generator Pro.

    This software extracts relevant autofocus data from the log files generated by the Sequence Generator Pro astrophoto capture software. It further allows to graph all the autofocus runs stored in the logfile and to calculate temperature coefficients and filter offsets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Test case generator

    Test case generator

    GUI based tool to generate test cases for competitive programmers

    Test Case Generator (TCG) is opensource and easy to use gui based tool to generate test cases to use in competitive programming. The tool supports test cases for Array, String, Matrix, Graph and Palindrome. Installation - To run this tool, you will need JAVA JDK 8 or later version installed on your host machine. Download JAVA JDK 8 or above from here, if not already installed. - Download Test Case Generator - Double click the downloaded package to start the application. - For Linux...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Easy Random

    Easy Random

    The simple, stupid random Java beans/records generator

    Easy Random is a library that generates random Java objects. You can think of it as an ObjectMother for the JVM. The java.util.Random API provides 7 methods to generate random data: nextInt(), nextLong(), nextDouble(), nextFloat(), nextBytes(), nextBoolean() and nextGaussian(). What if you need to generate a random String? Or say a random instance of your domain object? Easy Random provides the EasyRandom API that extends java.util.Random with a method called nextObject(Class type). This...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PyTorch pretrained BigGAN

    PyTorch pretrained BigGAN

    PyTorch implementation of BigGAN with pretrained weights

    ... the TensorFlow Hub models. This reimplementation was done from the raw computation graph of the Tensorflow version and behave similarly to the TensorFlow version (variance of the output difference of the order of 1e-5). This implementation currently only contains the generator as the weights of the discriminator were not released (although the structure of the discriminator is very similar to the generator so it could be added pretty easily.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    TSP Solver and Generator

    TSP Solver and Generator

    Generate and solve Travelling Salesman Problem tasks

    TSPSG is intended to generate and solve Travelling Salesman Problem (TSP) tasks. It uses Branch and Bound method for solving. An input is a number of cities and a matrix of city-to-city travel prices. The matrix can be populated with random values in a given range (useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving and solving graph. The task can be saved in internal binary format and opened later. The result can be printed or saved as PDF...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 10
    Scaffold Interface

    Scaffold Interface

    A Smart CRUD Generator For Laravel

    A Smart CRUD Generator For Laravel. AdminLTE dashboard template with user management system (users-roles-permissions) using Laravel-permission. Generate your models, views, controllers, routes, and migrations just in a few clicks. Models visualization through a graph presentation. Views scaffolding support Bootstrap and Materialize CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MattsMathTools

    MattsMathTools

    MathTools is an aid in preparing printed math tests.

    Matt's MathTools is a Java application designed as an aid in preparing printed math tests. It is easily embedded in other Java applications or it can be used alone as a single-user desktop app. It includes a scripting environment, numerous demonstration classes and several general utilities. A scripting tutorial is also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Java Fast Method Call Graph Generator

    Analysis tool that generates method call graphs

    The project's aim is to develop a fast Method Call Graph generator for the Java Programming Language. The search proceedure combines a Finite State Machine and ad hoc parsing to allow for fast access to method definitions and method calls within the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Planar Graph Generator

    Planar Graph Generator

    Planar graph generator based on Voronoi diagrams

    This tool generates planar graphs, with the help of Voronoi diagram package (megamu.mesh) created by Lee Byron (see: www.leebyron.com/else/mesh/). An output graph is a JUNG graph object (see: https://sourceforge.net/projects/jung/). Be aware that the tool was not optimized neither for exceptions/errors handling nor for time/spatial complexity. The code has been poorly commented (I'm lazy) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Task graph generator
    TaskGraphGenerator can be used to develop task graphs that are needed for research works in areas of task scheduling.Task graphs are generated based on 4 algorithms.Schedule your code now using our scheduling algorithms*! *Platform : LINUX
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Generator of Presentation of XML Schema. XSD2HTMLGraph creates an HTML page that shows graphically how to fill an XML file that conforms to a given XML Schema. The generated graph presents the data model described by the schema.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GenGMF is a model driven generator framework for the Eclipse GMF graph and map models. It will generate large models from a small template model for you. It is based on Eclipse GMF, AspectJ and openArchitectureWare.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A threaded Web graph (Power law random graph) generator written in Python. It can generate a synthetic Web graph of about one million nodes in a few minutes on a desktop machine. It implements a threaded variant of the RMAT algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SSG-Generator (formerly Scheduled Sequencing Graph Generator) is a simple, open-source, academic software written to understand fundamentals of High Level Synthesis of system design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Bouquet is a graph generator written in ANSI Common Lisp. Bouquet produces Tulip graph description files; clusters and properties are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Test Scenario Generator(TSG) is a graph editor, providing a software tester with GUI to model the behavior of software and generate test scenarios based on the model. TSG is managed by Software Evaluation and Test Lab at the University of WI-Milwaukee
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next