Coder Social home page Coder Social logo

yaodongpo / electron-simgui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zxfbugprogrammer/electron-simgui

0.0 0.0 0.0 2.25 MB

本项目是基于Electron和element UI开发的一款代码查重软件,其内核使用了SIM(SIM是Dick Grune开发的一款代码查重软件)

License: MIT License

JavaScript 82.25% CSS 2.08% HTML 0.12% Vue 10.49% SCSS 5.06%

electron-simgui's Introduction

基于Electron和element UI的代码查重软件

一、项目简介

本项目是基于Electron和element UI开发的一款代码查重软件,其内核使用了开源软件SIM(SIM是大佬Dick Grune开发的一款代码查重软件)

本项目为SIM添加了GUI界面,简化了操作,练手之作,技术含量不高,如有错漏,请大佬们指出

二、代码使用方式

# nodeJS版本 v12.19.0
# electron版本 v10.1.4

# Clone this repository
git clone https://github.com/ZxfBugProgrammer/Electron-SIMGUI.git
# Go into the repository
cd Electron-SIMGUI
# Install dependencies
npm install
# Run the app
npm start

三、打包应用方式

修改js/index.js(js文件夹下的index.js文件)中的第342-345行,取消342行的注释,注释345行。修改后的部分代码如下:

//开发调试时调用SIM的命令
//let commandStr = '"' + path.join(__dirname, '/src/SIM/sim_' + chooseCodeData.value + '.exe') + '" ' + simArgs
                
//打包应用时调用SIM的命令
let commandStr = '"' + path.join(__dirname, '../SIM/sim_' + chooseCodeData.value + '.exe') + '" ' + simArgs

使用如下命令打包应用(仅限打包win32平台应用)

# 全局安装electron-packager
npm install electron-packager -g
# 运行打包命令 应用生成在./out 中
npm run build-electron

可在release页面下载打包好的win32平台应用:下载链接

四、软件预览图

预览图1

预览图2

预览图3

预览图4

预览图5

五、联系方式

如有问题可联系邮箱 [email protected]

electron-simgui's People

Contributors

zxfbugprogrammer 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.