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
| <script> | |
| function length(obj) { | |
| var length = 0; | |
| for (var i in obj) | |
| length++; | |
| return length; | |
| } | |
| function clone(obj) { | |
| obj = JSON.parse(JSON.stringify(obj)); |
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
| .lateral-hover { | |
| padding-left: 23px; | |
| } | |
| .lateral-hover:hover { | |
| text-decoration: underline; | |
| } | |
| .lateral-hover:before { | |
| content: ""; | |
| position: absolute; | |
| display: block; |
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
| SELECT TOP 700 [geom_id] | |
| ,[object_id] | |
| ,[num_coords] | |
| ,[parent_id] | |
| ,[ext_max] | |
| , geometry::STPolyFromWKB( | |
| CONVERT( | |
| [varbinary](512), |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| ALDEIA GLOBAL? | |
| “como extensões de nosso próprio corpo, de nossas próprias faculdades, quer se trate das roupas, habitação, quer se trate dos tipos mais familiares de tecnologias, como as rodas, os estribos, que são extensões de várias partes do corpo. A necessidade de amplificar as capacidades humanas para lidar com vários ambientes dá lugar a essas extensões tanto de ferramentas quanto de mobiliário. Essas amplificações de nossas capacidades, espécies de deificações do homem, eu as defino como tecnologias. (MCLUHAN, 2005, p.90). | |
| “todos os artefatos humanos – língua, leis, idéias, hipóteses, ferramentas, vestuário, computadores – são extensões de nosso corpo físico” (Ibid, p. 335) | |
| “a tecnologia do homem é o que ele tem de mais humano” (Ibid, p. 341). | |
| Se a obra da cidade é o refazimento ou a tradução do homem numa forma mais adequada do que aquela de seus ancestrais nômades realizaram, por que não poderia a tradução, ora em curso, de nossas vidas sob a forma de informação, resultar numa só consciência do g |
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
| function valorPorExtenso($valor=0) { | |
| $singular = array("centavo", "real", "mil", "milhão", "bilhão", "trilhão", "quatrilhão"); | |
| $plural = array("centavos", "reais", "mil", "milhões", "bilhões", "trilhões","quatrilhões"); | |
| $c = array("", "cem", "duzentos", "trezentos", "quatrocentos","quinhentos", "seiscentos", "setecentos", "oitocentos", "novecentos"); | |
| $d = array("", "dez", "vinte", "trinta", "quarenta", "cinquenta","sessenta", "setenta", "oitenta", "noventa"); | |
| $d10 = array("dez", "onze", "doze", "treze", "quatorze", "quinze","dezesseis", "dezesete", "dezoito", "dezenove"); | |
| $u = array("", "um", "dois", "três", "quatro", "cinco", "seis","sete", "oito", "nove"); | |
| $z=0; |
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
| select | |
| '('||ogc_fid+3918 || E',\'ogc_fid\', \'' || ogc_fid || E'\'), ENTER ', | |
| '('||ogc_fid+3918 || E',\'setor\', \'' || setor || E'\'), ENTER ', | |
| '('||ogc_fid+3918 || E',\'quadrante\', \'' || quadrante || E'\'), ENTER ' | |
| from setor ORDER BY ogc_fid | |
| select ST_AsText(ST_GeomFromWKB(wkb_geometry)) from quadras ORDER BY ogc_fid |
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
| INSERT INTO "PoligonoAtributo" | |
| (ainc_id_poligono,char_texto_poligonoatributo,char_valor_poligonoatributo) | |
| SELECT "PoligonoAtributo".ainc_id_poligono, 'mensagem' as msg,char_valor_poligonoatributo FROM "PoligonoAtributo","Poligono","Plano" | |
| WHERE "PoligonoAtributo".char_texto_poligonoatributo='log_nome' AND | |
| "Poligono".ainc_id_poligono = "PoligonoAtributo".ainc_id_poligono AND | |
| "Poligono".ainc_id_plano = "Plano".ainc_id_plano | |
| ; |
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
| Map { | |
| background-color: transparent; | |
| } | |
| #roads { | |
| ::case { | |
| line-width:2; | |
| line-color:#333; | |
| } |
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
| # Upload shp através do TileMill | |
| # SRS Custom Config: | |
| # 32722: +proj=utm +zone=22 +south +ellps=WGS84 +datum=WGS84 +units=m +no_defs | |
| # 32723: +proj=utm +zone=23 +south +ellps=WGS84 +datum=WGS84 +units=m +no_defs | |
| # | |
| # Rio Claro - SP | |
| # Center -47.5777,-22.3996,11 | |
| # Bounds -47.8255,-22.5804,-47.4307,-22.2147 | |
OlderNewer