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

Added some stuff #97

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
34 changes: 30 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ Start here if you are new to Java!

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

## Rquired Software for FRC

[Programming Quick Setup Guide](quickStart/programingQuickStart)

## Introduction to `git` and GitHub

This section includes information about GitHub

[Programming Quick Setup Guide](quickStart/programingQuickStart)

(Linked from [Programming Quick Setup Guide](quickStart/programingQuickStart))
- [Signing up for GitHub](quickStart/setupGitHub)
- [GitHub Desktop setup](quickStart/setupGitHubDesktop)
- [GitHub Desktop Guide](quickStart/gitHubDesktopTut)
Expand All @@ -37,15 +40,26 @@ This section includes information about GitHub

- [GitHub Presentation (Covers most stuff here)](https://docs.google.com/presentation/d/e/2PACX-1vRZlrW9X5Tn2a9EdpZ2iVTtD4TPZJUqQlTI4D0ThXZwhgwMI8DkeJMmreyRZ4Eh2ZlNa5eA1I8kLV7d/pub?start=false&loop=false&delayms=3000)

[WPILib - Git Introduction](https://docs.wpilib.org/en/stable/docs/software/basic-programming/git-getting-started.html)

[GitHub - Git Introduction]()

## Introduction to FRC Coding in Java

[Basic Test Robot Code example](https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-4/creating-benchtop-test-program-cpp-java.html)

[2021 Robot Code Rewrite](https://github.com/frc6506/Practice-Project)
- [2020 Robot Code base](https://github.com/frc6506/FRC-RobotCode-2020)

[Skelator Code - Timed Robot Drivetrain](https://github.com/frc6506/SkeletorCode)

Additional tutorials Coming Soon!

## FRC Coding Resources

Assorted WPLib-j resources.

[WPILib](https://docs.wpilib.org/en/latest/)
[WPILib Docs](https://docs.wpilib.org/en/latest/)

[Old WPILBJ Docs Site](https://wpilib.screenstepslive.com/s/currentCS/m/kop)

Expand All @@ -57,6 +71,12 @@ Assorted WPLib-j resources.

[WPILibj GitHub](https://github.com/wpilibsuite/allwpilib)

[WPLIB Software Tools Overview](https://docs.wpilib.org/en/stable/docs/controls-overviews/control-system-software.html)

[WPLIBj Javadoc](https://first.wpi.edu/wpilib/allwpilib/docs/release/java/)

[VS Code Overview](https://docs.wpilib.org/en/stable/docs/software/vscode-overview/index.html)

### Command Based Resources

[Structure](https://github.com/BadRobots1014/BadRobot2013/wiki/Command-Based-Structure)
Expand All @@ -83,6 +103,12 @@ Assorted WPLib-j resources.

[WRRF Winter Workshops 2019/2020 Resources](https://drive.google.com/drive/folders/1X_pbfqYTbsEST7WvVTgKHzrvP11bg0pW)

[WPLib Addiotnal Resources](https://docs.wpilib.org/en/stable/docs/software/support/support-resources.html)

[FRC Glossary](https://docs.wpilib.org/en/stable/docs/software/frc-glossary.html)

[Driver Station](https://docs.wpilib.org/en/stable/docs/software/driverstation/index.html)

## Other GitHub Resources

[Official GitHub Docs](https://docs.github.com/en)
Expand Down Expand Up @@ -125,5 +151,5 @@ Assorted WPLib-j resources.

<br>

_Updated 20210804T1875 PDT_
_Updated 20210816T1615 PDT_