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

Arduino ----> Master #91 - Machine Learning Challenges #88 #93

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions Documentation/artifactory.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Slack Group
* https://perthartifactory.slack.com/messages/C0LQBEQ2Y/?cdn_fallback=1
# Slack Group
* https://perthartifactory.slack.com/messages/C0LQBEQ2Y/?cdn_fallback=1
32 changes: 32 additions & 0 deletions Grok
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Grok learning
print("Hello World!")
#this means that the console will print the phrase "Hello World" without the quotation mark

#printing multiple things

print("Harry", "Potter")
#this will make the console print Harry Potter

firstname = 'Harry'
lastname = 'Potter'
print(firstname, lastname)

#asking the user a question
name = input("What is your name? ")
print(name)

#joining messages together
name = input("What is your name? ")
print("So you call yourself '" + name + "' huh?")

#hello to you three
friend1 = input("Friend: ")
friend2 = input("Friend: ")
friend3 = input("Friend: ")
print("Hello, young " + friend1)
print("Hello, wise " + friend2)
print("Hello, brave " + friend3)

#completed module 1

#python the calculator
1 change: 1 addition & 0 deletions Logs/Applets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/marketplace/actions/send-push-notification
14 changes: 14 additions & 0 deletions Logs/No-Man-s-sky.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
No Man's Sky ACORD Game World

# Commit [e6ba801f](https://gitlab.com/acord-robotics/robodev/s2rd/commit/8d8a70e0fd190dbcc45f30f86ddb06f457784755)
## NMS 14/8/19

Go to http://acord-robotics.github.io/stellarios/ACORD to see the other games that are part of the Stellarios network, or the repo at http://github.com/acord-robotics/stellarios

I've finished one of the science missions for the resident scientist at the base (cobalt and marrow roots), updated the base, etc.

The base is currently made out of wood (carbon), however this will change as we get more stuff.

The layout will also slightly change.

Enjoy!
Loading