Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

done #43

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

done #43

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 105 additions & 34 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,46 +1,117 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# Created by .ignore support plugin (hsz.mobi)
### Java template
# Compiled class file
*.class

# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
# Log file
*.log

.idea/*
# BlueJ files
*.ctxt

target/*
# Mobile Tools for Java (J2ME)
.mtj.tmp/

*.iml
# Sensitive or high-churn files:
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Eclipse template

.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders

# Eclipse Core
.project

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# PyDev specific (Python IDE for Eclipse)
*.pydevproject

# CDT-specific (C/C++ Development Tooling)
.cproject

# JDT-specific (Eclipse Java Development Tools)
.classpath

# Gradle:
.idea/gradle.xml
.idea/libraries
# Java annotation processor (APT)
.factorypath

# Mongo Explorer plugin:
.idea/mongoSettings.xml
# PDT-specific (PHP Development Tools)
.buildpath

## File-based project format:
*.iws
# sbteclipse plugin
.target

## Plugin-specific files:
# Tern plugin
.tern-project

# IntelliJ
/out/
# TeXlipse plugin
.texlipse

# mpeltonen/sbt-idea plugin
.idea_modules/
# STS (Spring Tool Suite)
.springBeans

# Code Recommenders
.recommenders/

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
### macOS template
*.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

#Intellij files
.idea
*.iml

# JIRA plugin
atlassian-ide-plugin.xml
#maven build target
target/

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
java/
18 changes: 0 additions & 18 deletions Hurtlocker.iml

This file was deleted.

5 changes: 0 additions & 5 deletions java/nio/file/annotations.xml

This file was deleted.

17 changes: 0 additions & 17 deletions src/main/java/Main.java

This file was deleted.

Binary file removed target/classes/Main.class
Binary file not shown.
1 change: 0 additions & 1 deletion target/classes/RawData.txt

This file was deleted.