This file contains hidden or 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
dpkg -l | grep php | tee packages.txt | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt-get update | |
sudo apt-get install php7.2 | |
sudo apt-get install php7.2-curl php7.2-xml php7.2-zip php7.2-gd php7.2-mysql php7.2-mbstring | |
sudo apt-get purge php7.0 php7.0-common php7.0-curl php7.0-xml php7.0-zip php7.0-gd php7.0-mysql php7.0-mbstring | |
This file contains hidden or 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
Storytelling With Data | |
http://www.storytellingwithdata.com/blog/2013/04/chart-chooser | |
https://www.amazon.com/gp/product/0787996599/ | |
https://extremepresentation.com/ | |
This file contains hidden or 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
ZipArchiveEntry | |
common-compress 1.9 |
This file contains hidden or 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
O livro Politicamente Incorreto da Esquerda e do Socialismo – | |
Kevin D. Williamson (2013) | |
Prefácio | |
Com quantos pecados mortais se constrói uma utopia paradisíaca | |
O socialismo já apanhou tanto da história, que inventariar os seus podres pode parecer chute em cachorro morto. | |
O problema é que o fantasma do cachorro está vivo. E morde. Os socialistas que sobreviveram à derrocada do socialismo, | |
com o naufrágio de todos os regimes que o adotaram, não perderam o rebolado. Explicam que o socialismo é, por assim dizer, | |
tudo aquilo que ainda não foi devidamente testado. Em outras palavras: com exceção da vida real, o socialismo é tudo. |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Countries CRUD</title> | |
<style> | |
input[type='submit'], | |
button, | |
[aria-label] { |
This file contains hidden or 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
https://www.planalto.gov.br/ACPR/ | |
safenet authentication client 9.1 | |
Driver Token Watchdata | |
wdtokentool-icp |
This file contains hidden or 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
http://arduino.esp8266.com/stable/package_esp8266com_index.json | |
This file contains hidden or 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
git clone https://github.com/jantje/arduino-eclipse-plugin | |
cd arduino-eclipse-plugin | |
mvn clean -Dtest=RegressionTest verify | |
./build_then_launch_plugin.sh |
This file contains hidden or 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
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get dist-upgrade | |
sudo reboot | |
sudo update-manager -d |
This file contains hidden or 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
pwgen -c -n -s -y 16 1 | |
sudo apt-get install gpw | |
sudo apt-get install pwgen | |
Step 1 : |