Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
awesome thing coming...
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Jan 21, 2020
1 parent 55e1013 commit 955317c
Show file tree
Hide file tree
Showing 15 changed files with 120 additions and 28 deletions.
Binary file modified .gradle/5.2.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/5.2.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/5.2.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/5.2.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
4 changes: 2 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon Dec 23 13:30:17 PST 2019
gradle.version=5.2.1
#Fri Jan 17 13:49:33 PST 2020
gradle.version=6.1
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
11 changes: 11 additions & 0 deletions .idea/libraries/Gradle__com_google_code_gson_gson_2_8_6.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/modules/mars.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/modules/mars.test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 87 additions & 18 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
11 changes: 11 additions & 0 deletions src/main/java/com/andromeda/mars/Brain.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.andromeda.mars

class Brain {
fun main(){
val threads = arrayListOf<Thread>()

}
fun brainTransistor(threads: ArrayList<Thread>, cellInt:Int){

}
}
4 changes: 0 additions & 4 deletions src/main/java/com/andromeda/mars/PreTrainedData.kt

This file was deleted.

Loading

0 comments on commit 955317c

Please sign in to comment.