diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a30eacf --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff: +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/dictionaries + +# Sensitive or high-churn files: +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.xml +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml + +# Gradle: +.idea/**/gradle.xml +.idea/**/libraries + +# CMake +cmake-build-debug/ +cmake-build-release/ + +# Mongo Explorer plugin: +.idea/**/mongoSettings.xml + +## File-based project format: +*.iws + +## Plugin-specific files: + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..96cc43e --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..e7bedf3 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/description.html b/.idea/description.html new file mode 100644 index 0000000..db5f129 --- /dev/null +++ b/.idea/description.html @@ -0,0 +1 @@ +Simple Java application that includes a class with main() method \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..e29b6f0 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..fa31f10 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/project-template.xml b/.idea/project-template.xml new file mode 100644 index 0000000..1f08b88 --- /dev/null +++ b/.idea/project-template.xml @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/Disclosure.pages b/Disclosure.pages new file mode 100644 index 0000000..81a729a Binary files /dev/null and b/Disclosure.pages differ diff --git a/Disclosure.pdf b/Disclosure.pdf new file mode 100644 index 0000000..5b77617 Binary files /dev/null and b/Disclosure.pdf differ diff --git a/DontForget.iml b/DontForget.iml new file mode 100644 index 0000000..d5c0743 --- /dev/null +++ b/DontForget.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/dji_system.bin b/dji_system.bin new file mode 100644 index 0000000..f955bf9 Binary files /dev/null and b/dji_system.bin differ diff --git a/src/com/cunninglogic/dontforget/Main.java b/src/com/cunninglogic/dontforget/Main.java new file mode 100644 index 0000000..9e2374c --- /dev/null +++ b/src/com/cunninglogic/dontforget/Main.java @@ -0,0 +1,8 @@ +package com.cunninglogic.dontforget; + +public class Main { + + public static void main(String[] args) { + // write your code here + } +}