Skip to content

Instantly share code, notes, and snippets.

View guivictorr's full-sized avatar
👋
Hello

Guilherme Victor guivictorr

👋
Hello
View GitHub Profile
@LukeberryPi
LukeberryPi / cv.tex
Created July 1, 2024 23:14
my cv NO INFO
\documentclass[a4paper,10pt]{article}
\usepackage[margin=0.5in,nofoot]{geometry}
\usepackage{fontawesome5}
\usepackage{hyperref}
\usepackage{titlesec}
\usepackage{xcolor}
\hypersetup{
colorlinks=true,
linkcolor=blue,
@sibelius
sibelius / LookingForTheFirstJob.md
Last active July 3, 2023 08:48
Looking for the First Job state

Looking for the First Job

Versão em Português

This is a very common state for people in college, people before/after a bootcamp, or people from another area.

The first job will be the hardest one to get, but it will get easier over time.

The interview will be harder than the job itself

@abaldwin99
abaldwin99 / TicTacToe.js
Last active October 21, 2021 01:26
Tic Tac Toe - Two Player Command Line
/* A simple Tic-Tac-Toe game implemented in Javascript V8 3.14.5.9
Execute using NodeJS
Players 'X' and 'O' take turn inputing their position on the command line using numbers 1-9
1 | 2 | 3
---------
4 | 5 | 6
---------