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://github.com/ziadoz/awesome-php | |
bitnami | |
cms | |
Wordpress | |
Joomla | |
Drupal (Ubercart) | |
Mambo |
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
gnuplot |
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
Entity | |
Bean | |
BC | |
Business | |
BusinessController | |
Facade | |
DAO | |
Repository | |
Util | |
Exception |
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 install pdfgrep |
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
Express Scribe |
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
javascript hoisting closure features function class order prototype |
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
Elasticsearch | |
Hadoop | |
Spark | |
Apache Kafka | |
JGroups | |
Infinispan | |
Redis | |
MongoDB | |
Cassandra |
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 add-apt-repository ppa:nilarimogard/webupd8 | |
sudo apt-get update | |
sudo apt-get install youtube-dl |
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
Descrição do Treinamento | |
Neste curso você vai aprender a linguagem Go, criada pelo Google para poder ter alto poder de processamento utilizando pouco recursos. Uma linguagem de alto nível e fácil de aprender. Com as famosas goroutines, você vai poder criar facilmente processos que são executados paralelamente e também desenhar APIs de altos desempenho para suas aplicações Web. | |
Você vai aprender desde a instalação, fundamentos da linguagem até criar uma aplicação Web que acessa banco de dados SQL e MongoDB. | |
Receba todos os detalhes | |
Um documento contendo todas as informações detalhadas do treinamento, preço e formas de pagamento com parcelamento em até 6X sem juros. |
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
export GOPATH=$HOME/go | |
export PATH=$PATH:$(go env GOPATH)/bin | |
alias ll='ls -lha' |