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

Updates for class 1 #96

Merged
merged 3 commits into from
Oct 31, 2021
Merged
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
12 changes: 10 additions & 2 deletions .github/workflows/config/.wordList.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
allwpilib
APCSA
AppData
CMD
Codecademy
codespaces
Codespaces
Codewars
config
CTRE
Ctrl
declutter
drivetrain
Drivetrain
dropdown
else’s
else's
else
else's
else’s
exe
faq
frc
Expand All @@ -25,6 +27,7 @@ gitignore
gmail
html
https
Javacademy
JDK
JDK's
JDKs
Expand All @@ -41,6 +44,7 @@ OpenMesh
orgs
PCM
PDP
PID
py
README
README's
Expand All @@ -58,6 +62,7 @@ SRX
steelboot
Steelboot
TalonSRX
Trayford
txt
UI
USERPROFILE
Expand All @@ -83,3 +88,6 @@ WRRF
www
yaml
yml
programiz
CodeHS
Trayford's
6 changes: 3 additions & 3 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"recommendations": [
"streetsidesoftware.code-spell-checker",
"shd101wyy.markdown-preview-enhanced",
"bierner.github-markdown-preview",
"DavidAnson.vscode-markdownlint",
"earshinov.permute-lines"
"earshinov.permute-lines",
"streetsidesoftware.code-spell-checker"
]
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"cSpell.words": [
"allwpilib",
"APCSA",
"avto",
"avtodev",
"blockquote",
"calibreapp",
"Codecademy",
"codespaces",
"Codewars",
"Crtl",
"Cteam",
"CTRE",
"declutter",
"gmail",
"Javacademy",
"Kanban",
"Libj",
"markdownlint",
Expand All @@ -23,6 +26,7 @@
"rojopolis",
"socio",
"steelboot",
"Trayford",
"vscjava",
"weebly",
"wordlists",
Expand Down
95 changes: 91 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,95 @@ Hello, and welcome to the general documentation site for the Steelboot programmi
Start here if you are new to Java!

[WPILIB New to Programming Resources](https://docs.wpilib.org/en/stable/docs/getting-started/getting-started-frc-control-system/intro.html)

> REMINDER: Look at the _Java_ portion of the website.

[Learn Programming by doing](https://programmingbydoing.com/)

[Coding BAT](https://codingbat.com/java)

Ms. Trayford's lectures from her class may also be useful.

[Codewars](https://www.codewars.com/)

### Some Online Java Tutorials

[Codecademy](https://www.codecademy.com/learn/learn-java)

[CodeHS](https://codehs.com) is also useful if you were in APCSA.

[University of Helsinki MOOC (Massively Open Online Course)](https://java-programming.mooc.fi/)
> NOTE: As part of "Java Programming I: Part 1", one must follow the provided installation guide.

[Legacy Helsinki MOOC](http://moocfi.github.io/courses/2013/programming-part-1/)

[https://www.programiz.com/java-programming](https://www.programiz.com/java-programming)

### Workshops

[2021-22 Basic Java I Presentation](https://docs.google.com/presentation/d/1G8lPsCMdCD5UUtULYZikc-CkbdTs-ctIWDhwW3vbsME/edit?usp=sharing)

[2021-22 Basic Java I Repository Template](https://github.com/BobSaidHi/Basic-Java-1)

[2021-22 Basic Java I GitHub Classroom Assignment Invite](https://classroom.github.com/a/TYpIZLPz)
2021 Basic Java II - Coming soon

#### Legacy Tutorials

> These may not be supported.

[2019 Code Tutorial Week 1 Presentation](https://docs.google.com/presentation/d/1sOFl91aIioVyXvMVSft5d-G8KnanIeMLz-Xw4ExZkkM/edit?usp=sharing)

[2019 Code Tutorial Week 2 Presentation](https://docs.google.com/presentation/d/1cXLZEkoNqcRwhaLwBg9RvNKQzxm8zYvOxBlgxwa6Be8/edit?usp=sharing)

(Other 2019 Presentation lost - contact `x64-bit` or `s3ash3lls`)

##### Breaker Bots (FRC #5104) Javacademy Tutorials

> A few years ago (2019), the Breaker bots from Pacific Grove ran a summer workshop series. These links have been retrieved from emails and the last version (no longer live) of their summer lesson web page, the source of which can be found [here](https://github.com/BreakerBots/Breakersite/blob/c7b93221ee02210e65e9ac10582f90ee2ebe21aa/src/pages/summer_lessons.html).

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Week 1](https://docs.google.com/presentation/d/1ek36GlI8aiDOuYtB3BftqrIr-H69X6U3gikNIL-Mg4w/edit?usp=sharing)

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Exercises - Set 1](https://docs.google.com/document/d/1oTV9E9kgcH1m48e4CjyxbVSXgAg4-E97QX2pgv8VdLM/edit)

<br>

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Practice Solutions](https://github.com/BreakerBots/Javacademy/tree/master/Javacademy%20Week%202)

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Week 2](https://docs.google.com/presentation/d/1xgHaPwMhwNigjtHWB4ChHoZXxngItr9LPT5-sfxm09U/edit?usp=sharing)

<br>

[Breaker Bots (FRC #5104) - Javacademy Week 3)](https://docs.google.com/presentation/d/1E3z-LQPFoK5SgpAw4g1xmu4TmGPwPASxlpwc1G2MqkQ/edit?usp=sharing)

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Exercises - Set 2](https://docs.google.com/document/d/11qnqcND6TGiHUmZ5cNQWMYxvsnx5BEYQp6T0pXQIK3M/edit?usp=sharing)

<br>

[(Deprecated) Breaker Bots (FRC #5104) - Week 4 - Cheat Sheet & Projects 1 & 2](https://docs.google.com/document/d/1q7zudOTuQefEMARWO5JlAKtnoUETJOpDzlKEpGZYNRM/edit?usp=sharing)

<br>

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Week 5](https://docs.google.com/presentation/d/1qq5nIkcwCa-6Uu0ksKJAZwR34r0KvhS-AbbyMGg6voY/edit)

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Exercises - Set 3](https://docs.google.com/document/d/1xfW6f3-dt7i5oFtpXvCNwyq5msHTBfX6VFE_XgYP5qI/edit?usp=sharing)

<br>

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Week 6)](https://docs.google.com/presentation/d/1cnE6B4xdNqegelAMnZsJawAu-FuBgLgTXQjUIn-zGIA/edit?usp=sharing)

<br>

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Week 7](https://docs.google.com/presentation/d/1N-bDwqEA3dgI9k0X4MwQWSnehP-PS33TcUhUvoRmipU/edit?usp=sharing)

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Exercises - Set 4](https://docs.google.com/document/d/1yKloKXCf9H0-YejyF1UdUXh0bWfEv8BZIZbftAv4Gbw/edit?usp=sharing)

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Exercises - Set 5)](https://docs.google.com/document/d/1rSFMM3Z19Psa_9JnpJb5y0ro1cQ-5mRCESbax328hcU/edit?usp=sharing)

<br>

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Week 8 - Cheat Sheet 2)](https://docs.google.com/presentation/d/1N-bDwqEA3dgI9k0X4MwQWSnehP-PS33TcUhUvoRmipU/edit?usp=sharing)

[(Deprecated) Breaker Bots (FRC #5104) - Javacademy Exercises - Set 3)](https://docs.google.com/document/d/1xfW6f3-dt7i5oFtpXvCNwyq5msHTBfX6VFE_XgYP5qI/edit?usp=sharing)

## Introduction to `git` and GitHub

This section includes information about GitHub
Expand All @@ -36,9 +115,15 @@ This section includes information about GitHub

- [Workflow Explanation](quickStart/codingWorkflow)

- [GitHub Presentation (Covers most stuff here)](https://docs.google.com/presentation/d/e/2PACX-1vRZlrW9X5Tn2a9EdpZ2iVTtD4TPZJUqQlTI4D0ThXZwhgwMI8DkeJMmreyRZ4Eh2ZlNa5eA1I8kLV7d/pub?start=false&loop=false&delayms=3000)
The presentation covers most of the stuff here, but are slightly out of date.

- [2021-22 GitHub Presentation (V2B)](https://docs.google.com/presentation/d/1C4kl43SWPtGlhXZhZaKj87lJZqm-z4JerMFx0MdTp98/edit#slide=id.g45a200e9bd_0_0)
- [Older GitHub Presentation ("V1A / V2A")](https://docs.google.com/presentation/d/e/2PACX-1vRZlrW9X5Tn2a9EdpZ2iVTtD4TPZJUqQlTI4D0ThXZwhgwMI8DkeJMmreyRZ4Eh2ZlNa5eA1I8kLV7d/pub?start=false&loop=false&delayms=3000)

[Official GitHub Classroom Introduction to git](Documents/TheBasicsOfGitHub)
[Git & GitHub Fundamentals by GitHub Classroom Template Official Repository](https://github.com/education/github-starter-course)
[2021-22 Git & GitHub Fundamentals by GitHub Classroom Template (Private to frc6506)](https://github.com/frc6506/github-starter-course)
[2021-22 Git & GitHub Fundamentals by GitHub Classroom Assignment Invite](https://classroom.github.com/a/WBZYK0mO)

## Introduction to FRC Coding in Java

Expand Down Expand Up @@ -98,6 +183,8 @@ Assorted WPLib-j resources.

[Drivetrain Simulation](https://docs.wpilib.org/en/stable/docs/software/examples-tutorials/drivesim-tutorial/index.html)

[(Deprecated) Breaker Bots (FRC #5104) - PID Presentation](https://docs.google.com/presentation/d/1T6AcU8VYYn1wzoaHznCwupaywooUP6AwtnPLMqFxGoo/edit?usp=sharing)

### Vision Processing

[Advanced Introduction to Vision Processing- Important Concepts, Manual Programming, Calculus](https://media.readthedocs.org/pdf/frc-pdr/latest/frc-pdr.pdf)
Expand Down Expand Up @@ -128,4 +215,4 @@ Assorted WPLib-j resources.

<br>

_Updated 20210909T1745 PDT_
_Updated 20211031T1500 PDT_