gellyviana / InsiderThreat

Final Project of Programming Language II, Instituto Metrópole Digital-UFRN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InsiderThreat

This is a project developed for the discipline of Language Programming II, with the intention of identifying threats from user logs, available in this link.

Developer Guide

-Access the terminal using command CTRL+ALT+T;

  • $ git clone link;
  • Access the terminal in the directory using command $ cd;

To download the latest version of the project:

  • $ git fetch origin master
  • $ git diff master origin/master
  • $ git merge origin master
  • $ git push origin master

To add updates to the project:

  • $ git add "Document_name"
  • $ git commit -m "Phrase_that_sums_up_what_was_done"
  • $ git push origin master

About

Final Project of Programming Language II, Instituto Metrópole Digital-UFRN.


Languages

Language:HTML 45.4%Language:Java 40.7%Language:CSS 7.9%Language:TeX 5.5%Language:JavaScript 0.5%