Code Monkey home page Code Monkey logo

defects4dl's Introduction

gDefects4dl

A deep learning general bug library.

General Bug list see https://docs.google.com/spreadsheets/d/1uLxWENPkzYmLDZ4wGNN_Dd--N6wrbNCGnSuYvq_08IU/edit?pli=1#gid=1153330528

gDefects4dl is available in two ways,the Command line and Websites.

Setting up gDefects4dl

Requirements

  • Java>=1.8

  • Docker

  • Maven

Steps to set up gDefects4dl

Set up from source code

1.Clone gDefects4dl:

git clone https://github.com/llmhyy/defects4dl.git

2.Import the project to IntelliJ IDEA as a general program

3.Run as a java application in IntelliJ IDEA ,enter the help command in the running terminal to get guidance.

Set up from releases

Using gDefects4dl

Important!

  • Before using it, you need to pull down our Docker Images from the command line using the pullBug command (this process is a bit slow).
  • You can also pull a single image through the pullOneBug <bugId> command.
  • If you've already downloaded these Docker Images, you can use runBug to start all Containers or startOneBug <bugId> command to start a single container.

Local use

Command line:

1.See the help

help

2.Pull down all Docker Images

pullBug

3.Pull down one Docker Image

pullOneBug <bugId>

4.Start all Containers

runBug

5.Start one Container

startOneBug <bugId>

6.Query all bugs

ls

7.Keyword query

ls grep <Keyword>

8.View bug details

info <bugId>

9.See Diff for Buggy Version and Fix Version

diff <bugId>

10.Run the buggy Version or Fix Version test case

test <bugId> <version>

11.Exit the program

exit

Web sites:

It is a Spring Boot and Maven project.

You need to configure Maven and it will automatically download dependencies for you.

The entry to the program is: AppEnter

When the project starts,you can use a browser to access http://127.0.0.1:9000/bugList ,then you will see the home page of our library.

Access as a web service

We have now published the project to AliCloud and pulled 10 docker images, which you can use to access directly through http://47.93.14.147:9000/bugList.

defects4dl's People

Contributors

liang813 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.