Showing 32 open source projects for "graph generator"

View related business solutions
  • Better time tracking for projects, billing, and payroll Icon
    Better time tracking for projects, billing, and payroll

    Journyx makes it easy to gather accurate time and expense data so you can make smarter, more informed business decisions.

    This product is especially great for project managers, COOs, finance professionals, accountants, or payroll admins in any industry.
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • 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
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
  • 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

    SMakeWav - Command line WAV file creator

    SMakeWav - create WAV file functions generator (sound), graph PS orTCL

    Simple Make Wav is command line which allows to create a wav file with a sinusoidal or triangular or rectangular or personnal signal and to adjust voltage, frequency and cyclic ratio. And generate PS or TCL/TK file graphic image of the WAV form, too Usage : ./smakewav [options] -o file.wav Examples : ./smakewav -o example.wav ./smakewav -o example.wav -f 440 -d 10 -t sin ./smakewav -o example.wav -f 1000 -d 10 -l 1 -t rec -cr 20 -ps example.ps -nps 2 -wps 10 -sps 0.5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 10
    Open Faculty Evaluation System

    Open Faculty Evaluation System

    PHP/MySQL Based Faculty Evaluation System

    This is PHP/MySQL based faculty evaluation system which gives web-based graphical report & excel file report. Admin can manage college, branch,batch,semester,division,faculty and their subjects. Students can give feedback in 0-9 rating. Note:- Commercial Patch is available for “Student Login” with student id generator. For more detail contact on shrenik181986@gmail.com Supported following PHP version: 1) <= 5.6 2) >=7.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    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
  • 13
    ...-Plagiarism Graph Generator” program is developed to prevent plagiarism in Graph Theory course programming assignments. The prevention is done at the very beginning before the students start to do their programming assignments. This is possible as students will get a different set of question based on their students’ identification number. Students will generate their own graph by using this program. Later, students will use their unique graph to complete the programming assignment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15

    S-BITE

    S-BITE is an AS level topology generator for the Internet

    The Structure-Based Internet Topology gEnerator (S-BITE) is an Autonomous System (AS) level topology generator for the Internet. The generator exploits a technique that partitions the network topology into two distinct blocks: the Core, which captures the underlying community structure of the Internet, and the Periphery, representing the “tendrils” of the topology. Thanks to this layering, S-BITE is able to accurately reproduce Internet topology at the statistical level,matching classical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CoFlo

    C and C++ control flow graph generator and analyzer

    CoFlo generates Control-Flow Graphs from C and C++ source code. It can then output the graphs in a number of ways and perform various control flow analyses. NOTE: CoFlo has not been under active development for several years. At this time, I suggest you look into LLVM-based tooling to see if there is anything similar to CoFlo which will meet your needs.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17

    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
  • 18
    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
  • 19
    A plugin for the Eclipse IDE to generate control flow graphs and show coverage information. Supports node, edge, edge-pair and prime path coverage. Based on the Eclipse Control Flow Graph Generator (http://eclipsefcg.sourceforge.net/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    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
  • 22
    Program for generating random graphs (aka random networks, or social networks) according to some models (Erdos-Renyi, Barabasi-Albert among others) and performing some statistical analysis on them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    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
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • Next