I hereby claim:
- I am marcopaganini on github.
- I am paganini (https://keybase.io/paganini) on keybase.
- I have a public key whose fingerprint is 437E 0C7E E028 A481 FE4E 2210 AA32 3DF2 B40C D0A9
To claim this, I am signing this object:
| /* | |
| * Example DriverPg Go | |
| * @package main | |
| * @author @jeffotoni | |
| * @size 10/09/2018 | |
| */ | |
| package main | |
| import ( |
| /* | |
| * Example DriverPg C++ | |
| * @package main | |
| * @author @jeffotoni | |
| * @size 10/09/2018 | |
| */ | |
| #include <iostream> | |
| // ex: c++ |
I hereby claim:
To claim this, I am signing this object:
Nota: explicação longa a frente...
O problema não é usar o mesmo branch. O problema é que você não está resetando o branch antes (pra ficar igual ao upstream/master) antes de começar um novo desafio.
Vamos a um exemplo prático: imagine que você faça o clone do osprogramadores/op-desafios (upstream), e que existam apenas dois commits lá:
002 Desafio de outro alguém
001 Desafio de alguém
| # Useful configuration for your ~/.inputrc. | |
| # Just drop this file into your home directory. | |
| # Author: paganini@paganini.net (http://github.com/marcopaganini) | |
| # vi mode FTW. Use <ESC> to enter. | |
| set editing-mode vi | |
| # Show mode in prompt when in command mode. | |
| set show-mode-in-prompt on | |
| set vi-ins-mode-string "" |
| # tmux configuration file. | |
| # Save as $HOME/.tmux.conf | |
| # Marco Paganini <paganini@paganini.net> | |
| # | |
| # Useful command: | |
| # tmux new -D -A -s session_name | |
| # | |
| # This will create a new session if the specified session does not | |
| # exist. If it does, it will detach that session and attach to it. |
Esse é um guia rápido para aqueles interessados em uma carreira na área de programação, que ensina como perder bastante tempo e ganhar pouco ou nenhum dinheiro. Se aplicado corretamente, também resultará em dificuldades ao tentar conseguir emprego.
Escolha o pior username, email ou avatar que conseguir encontrar. "Hacker names" (ainda melhor se forem de séries de TV) ou com tons agressivos rendem bons resultados. Como avatar, use figuras infantis ou sugestivas. Bônus pra quem escrever o nome usando apenas caracteres unicode obscuros, ou qualquer outro username impronunciável. Ao se comunicar, não procure ouvir e sempre fale antes. Evite ler, pois isso irá melhorar o seu português! Quanto mais erros crassos de português, melhor. Abrevie tudo, especialmente quando não houver necessidade. Ao pedir ajuda, não explique o problema e assuma que os outros conseguem ler a sua mente. Se possível, desista da ajuda imediatamente *depoi
Source (with modifications): https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/Debian%20Bullseye%20Root%20on%20ZFS.html
Assumptions:
Recently I came across a web service that required two-factor authentication using the Symantec VIP Access App. I already manage all of my OTP tokens in a different app (If you are on iOS I highly recommend using OTP Auth by Roland Moers.) and did not want to have to use yet another app to generate the TOTP.
There is a way to generate a Symantec VIP Access compatible token very easily if you have access to an environment which can run Python PIP. I happen to have Ubuntu Windows Subsystem Linux running on my machine. (If you are running Windows 10 and don't have this you should really check it out.) Let's get started...
Here we install python3-pip and qrencode so we can generate our secret, I