A set of steps to get you up and running with AWS WorkSpaces and the tools you'll need for the course.
-
Create GitHub repository in github and save the SSH repository url
-
Init git on server in code directory
git init
- Create SSH keys on the server
ssh-keygen -t rsa -b 4096 -C [email protected]
- Rename the key that doesn't end with
.pub
torepo-name.deploy.pem
{ | |
"env": { | |
"browser": true, | |
"commonjs": true, | |
"es6": true, | |
"node": true | |
}, | |
"extends": ["eslint:recommended", "prettier"], | |
"rules": { | |
"brace-style": "error", |
The surface of Mars can be modelled by a rectangular grid around which robots are able to move according to instructions provided from Earth.
You are to write a program that determines each sequence of robot positions and reports the final position of the robot.
A robot position consists of a grid coordinate (a pair of integers: x-coordinate followed by y-coordinate) and an orientation (N, S, E, W for north, south, east, and west).
A robot instruction is a string of the letters “L”, “R”, and “F” which represent, respectively, the instructions:
<article> | |
<h1>SVG Spinner Lab</h1> | |
<section class="spinner"> | |
<div class="svg-wrapper"> | |
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> | |
<g> | |
<circle cx="50" cy="50" r="45" /> | |
</g> | |
<g class="checkmark"> | |
<polyline points="35 45, 45 55, 70 30" /> |
#!/bin/bash | |
set -euo pipefail | |
set -a | |
source .env | |
set +a |
I hereby claim:
- I am pataruco on github.
- I am pataruco (https://keybase.io/pataruco) on keybase.
- I have a public key ASB-TpgTfHx9dElUOZk4SrDgktvyrkU4lwdZ2_NfS3ujsQo
To claim this, I am signing this object:
brew install kubernetes-cli
kubectl completion -h