Code Monkey home page Code Monkey logo

course_work_on_information_security_management's Introduction

Course work on ISM

Готовые программы можно скачать перейдя по ссылке в документацию
Технологии:

  1. Material-UI
  2. webpack
  3. nw-builder

Каркасом приложения служит Material-UI - Example Webpack Project. Изначально программы были написаны на Ruby и хранились тут.

Сборка

  • Первоначально необходимо установить NodeJS и сделать npm install в главной директории.
  • Этот код в webpack-production.config.js должен быть раскомментирован:
var compiler = webpack(config);
compiler.run(function (err, stats) {
  console.log(stats.toJson()); // по завершению, выводим всю статистику
});
  • При желании собрать какую-то конкретную лабу, необходимо раскомментировать код для неё в src/app/Main.jsx и закомментировать для других лаб:
// Первое приложение
import AppContent from './app3/Content.jsx';
const appNames = 'Выбор СЗИ методами линейной свертки и ранжирования альтернатив'
// Второе приложение
// import AppContent from './App2/Content.jsx';
// const appNames = 'Комбинаторно-морфологический метод синтеза наборов СЗИ';
// Третье приложение
// import AppContent from './App1/Content.jsx';
// const appNames = 'Выбор рационального варианта реагирования на событие нарушения ИБ';
  • Запуск node webpack-production.config.js для сборки этого в один файл
  • Далее cd build и в ней сделать npm install и node builder.js
  • Когда сборщик завершит работу программа будет доступна в папке build/build

course_work_on_information_security_management's People

Watchers

 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.