- macOS:
Big Sur v11.5.2
- VS Code: Version:
v1.60.0
- Remote - Containers:
v0.194.0
- lima:
v0.6.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Top 3 Insights | |
O que voce pensa? comente ai! | |
# 1 Foda-se tudo | |
- O que vao pensar? | |
- Vai dar certo? | |
- ... | |
- So tem uma maneira de descobrir | |
- "O que eu ganho o que eu perco..." | |
- As vezes nao eh por grana, mudanca de area etc... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -ex | |
# This script is used by the bastion host to stop itself | |
# | |
TOKEN=$(curl -s \ | |
-X PUT "http://169.254.169.254/latest/api/token" \ | |
-H "X-aws-ec2-metadata-token-ttl-seconds: 21600") | |
ID=$(curl -H "X-aws-ec2-metadata-token: $TOKEN" \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# docker build --no-cache --progress=plain -f .gitpod.Dockerfile . | |
FROM gitpod/workspace-full | |
# System | |
RUN bash -c "sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3EFE0E0A2F2F60AA" | |
RUN bash -c "echo 'deb http://ppa.launchpad.net/tektoncd/cli/ubuntu jammy main'|sudo tee /etc/apt/sources.list.d/tektoncd-ubuntu-cli.list" | |
RUN bash -c "sudo apt-get update" | |
RUN bash -c "sudo install-packages direnv gettext mysql-client gnupg" | |
RUN bash -c "sudo pip install --upgrade pip" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Underjord Demo | |
# https://www.youtube.com/watch?v=suH_goWVBeA&t=71s | |
use_bpm 130 | |
live_loop :met do | |
sleep 1 | |
end | |
live_loop :hcc2, sync: :met do | |
sleep 0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.BufferedReader; | |
import java.io.File; | |
import java.io.FileReader; | |
import java.io.IOException; | |
import java.util.Arrays; | |
import java.util.List; | |
import java.util.regex.Matcher; | |
import java.util.regex.Pattern; | |
/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test all versions | |
on: | |
workflow_dispatch: {} | |
jobs: | |
iterate_and_call: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arm-image-installer --image=/home/faermanj/Downloads/Fedora-Workstation-37-1.7.aarch64.raw.xz --target=rpi4 --media=/dev/sda --resizefs |
-
Experiencia positiva de aprendizagem
-
Filtro de oportunidades
-
A Entrevista de Código
-
Java/Python | js/html/css https://github.com/CaravanaCloud/JavaInterviews
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
accounts: | |
"192912639870": {} # ccsandbox | |
account-blocklist: | |
- "192912699999" | |
resource-types: | |
excludes: | |
- IAMGroup | |
- IAMGroupPolicy |
NewerOlder