GithubHelp home page GithubHelp logo

sreza3 / modelmine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sayedmohsinreza/modelmine

1.0 2.0 0.0 1.09 MB

The ModelMine helps you to search for model-based repositories (.uml, .xmi, etc.). For example, you can search for .uml based repositories. The option is not integrated into Advanced Search in GitHub Website. Also, Think of it the way, you want to search a repository that has language: Java and repository has model files(.uml or .xmi etc), then this app will help you to find those repositories. Just like searching on GitHub, you sometimes want to see a few pages of search results so that you can find the item that best meets your needs. To satisfy that need, the ModelMine provides the best result based on search criteria.

PHP 100.00%

modelmine's Introduction

ModelMine

An application to mine models from GITHUB

The ModelMine helps you to search for model based repositories (.uml, .xmi etc.). For example, you can search for .uml based repositories. The option is not integrate in Advanced Search in GitHub Website. Also Think of it the way, you want to search a repository that has language: Java and repository has model files(.uml or .xmi etc), then this app will help you to find those repository. Just like searching on GitHub, you sometimes want to see a few pages of search results so that you can find the item that best meets your needs. To satisfy that need, the ModelMine provides best result based on search criterias.

Steps to run this ModelMineApplication

  1. Install an APACHE SERVER to run PHP scripts. For example: https://www.apachefriends.org/
  2. Go to installation location. For example: C:\xampp\htdocs\
  3. Download this repository and keep in the C:\xampp\htdocs\ModelMine folder.
  4. Edit the following information (username and password ) in definedVariables.php. You can add multiple GitHub accounts.
define('GITHUB_CREDENTIALS', array(	
	 array('username'=>'INPUT_GITHUB_USERNAME', 'password' => 'INPUT_GITHUB_PASSWORD'),
	 array('username'=>'INPUT_GITHUB_USERNAME_2', 'password' => 'INPUT_GITHUB_PASSWORD_2')
	)
);
  1. Start Apache Server and then browser and type http://localhost/ModelMine/

!!!Enjoy ModelMine Application!!!

Screenshots

1 Home Page

picture

2 Search Repository with different criterias

picture

Search Repository with extension

picture

3 Commit details of a specific extension in a specific repository

picture

modelmine's People

Contributors

sayedmohsinreza avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.