Gitkracken makes using git really easy. All you have to do is:
- log in with github
- learn the interface
- clone the repo
- make a branch (make sure to give it a name that makes sense. like
Drivetrain-dev-yourname) - stage, commit, then push
| 00 00 DD 2D C0 00 3D A7 B8 01 1E 01 78 01 86 00 | |
| 01 00 00 5B 45 00 00 00 00 02 00 00 C0 00 00 00 | |
| C0 00 00 00 D0 00 00 00 00 00 00 00 00 00 00 00 | |
| 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 | |
| 20 00 00 00 02 F8 FF 17 00 F8 FF 17 00 00 00 FF | |
| FF 00 00 FF FF 00 00 F0 00 00 CA 00 00 14 14 01 | |
| 00 00 00 00 20 B2 8B 06 82 EC 0C 50 FC 7E 50 FC | |
| 7F 00 00 00 00 00 01 04 00 00 00 00 00 06 10 00 | |
| A0 00 C8 E5 00 00 00 00 00 00 00 00 0A 02 00 00 | |
| 00 00 08 00 10 00 60 01 80 01 15 00 00 00 00 00 |
| import os | |
| import urllib.parse | |
| os.system("cls") | |
| q = input(">>") | |
| with open(q, 'r') as myfile: | |
| s=myfile.read().replace('\n', '\n') | |
| a = "http://api.qrserver.com/v1/create-qr-code/?data=" | |
| d = urllib.parse.quote_plus(s) | |
| a += d | |
| b = 'start "" "' |
| #include "TestAutonomous.h" | |
| #include "../../Utilities/Log.h" | |
| #include "../../RobotMap.h" | |
| #include "../DriveWithEncoders.h" | |
| #include "../RotateWithEncoders.h" | |
| #include "../RotateWithGyro.h" | |
| #include "../StaticTurn.h" | |
| #include "../EjectCube.h" | |
| #include "../OpenCloseGripper.h" |
| %YAML:1.0 | |
| --- | |
| opencv_lbphfaces: | |
| threshold: 1.7976931348623157e+308 | |
| radius: 1 | |
| neighbors: 8 | |
| grid_x: 8 | |
| grid_y: 8 | |
| histograms: | |
| - !!opencv-matrix |
Gitkracken makes using git really easy. All you have to do is:
Drivetrain-dev-yourname)| #!/bin/bash -e | |
| gpio mode 8 up # Input with internal pull-up resistor | |
| #echo "Compiling..." | |
| #make -C ~/ImageAnalysisWithMicrocomputer30330/ZomBuster/src 1> /dev/null | |
| echo "Press button to start" | |
| while true; do | |
| while [ $(gpio read 8) == 1 ]; do |
| @echo off | |
| echo ******** PCOL Cleanup Script V1.0 ******** | |
| echo. | |
| echo 1 - Copy folders and scripts to desktop | |
| echo 2 - Eject usb and start ADW cleaner (WARNING: Reboots computer) | |
| echo 3 - Start MBAM and ESET cleaners | |
| echo 4 - Set up TeamViewer | |
| echo 99 - quit the script | |
| echo. | |
| set /P M=Enter your selection then press ENTER: |
| @echo off | |
| echo ******** PCOL Cleanup Script V1.0 ******** | |
| echo. | |
| echo 1 - Copy folders and scripts to desktop | |
| echo 2 - Eject usb and start ADW cleaner (WARNING: Reboots computer) | |
| echo 3 - Start MBAM and ESET cleaners | |
| echo 4 - Set up TeamViewer | |
| echo 99 - quit the script | |
| echo. | |
| set /P M=Enter your selection then press ENTER: |
##TGFU
##Rules If you are in possession of the ball
| 0000 | |
| 0001 | |
| 0002 | |
| 0003 | |
| 0004 | |
| 0005 | |
| 0006 | |
| 0007 | |
| 0008 | |
| 0009 |