#GIT
- Modificado (modified);
- Preparado (staged/index)
- Consolidado (comitted);
| # | |
| apt-get install openjdk-8-jre | |
| # PostgreSQL and PostGIS | |
| apt-get install postgresql postgresql-contrib postgis postgresql-9.5-postgis-2.2 | |
| # Create "geoserver" database | |
| sudo -u postgres createuser -P geoserver | |
| sudo -u postgres createdb -O geoserver geoserver | |
| sudo -u postgres psql -c "CREATE EXTENSION postgis; CREATE EXTENSION postgis_topology;" geoserver |
| <snippet> | |
| <content><![CDATA[public function get${1/(.*)/\u$1/}() | |
| { | |
| return \$this->${1:$SELECTION}; | |
| } | |
| public function set${1/(.*)/\u$1/}(\$$1) | |
| { | |
| return \$this->$1 = \$$1; | |
| } |
| pragma solidity ^0.4.0; | |
| contract GuardaLoteria { | |
| uint numeroSorteado; | |
| function set(uint enviado) public{ | |
| numeroSorteado = enviado; |
| pragma solidity ^0.5.2; | |
| /** | |
| * The contractName contract does this and that... | |
| */ | |
| contract HelloWorld { | |
| string public text;//defeiniu uma string como sendo publica de acesso global | |
| uint public number;//definiu uma variavel numerica | |
| address public userAddress;//definiu uma variavel do tipo endereco |
| pragma solidity ^0.4.0; | |
| contract GuardaLoteria { | |
| uint numeroSorteado; | |
| function set(uint enviado) public{ | |
| numeroSorteado = enviado; |
| pragma solidity ^0.4.0; | |
| contract GuardaLoteria { | |
| uint numeroSorteado; | |
| function set(uint enviado) public{ | |
| numeroSorteado = enviado; |
| pragma solidity ^0.4.0; | |
| contract GuardaLoteria { | |
| uint numeroSorteado; | |
| function set(uint enviado) public{ | |
| numeroSorteado = enviado; |
| pragma solidity ^0.4.0; | |
| contract GuardaLoteria { | |
| uint numeroSorteado; | |
| function set(uint enviado) public{ | |
| numeroSorteado = enviado; |
| pragma solidity ^0.4.0; | |
| contract GuardaLoteria { | |
| uint numeroSorteado; | |
| function set(uint enviado) public{ | |
| numeroSorteado = enviado; |