Petrolina é um município brasileiro do interior do estado de Pernambuco, distante 712 km a oeste de Recife, capital estadual. Possui uma extensão territorial de 4 561,872 km², estando 244,8 km² em perímetro urbano e os 4 317,072 km² restantes integrando a zona rural. Segundo dados do Instituto Brasileiro de Geografia e Estatística, em 2021 sua população foi estimada em 359 372 habitantes, o que faz de Petrolina a quarta maior cidade do interior nordestino, após Feira de Santana, Campina Grande e Caruaru (esta última a mais populosa do interior de Pernambuco). O município é integrante da Região Administrativa Integrada de Desenvolvimento do Polo Petrolina e Juazeiro, a maior RIDE/região metropolitana do interior do Nordeste, com 769.544 habitantes.Petrolina foi fundada em 1870. A sua região era frequentada assiduamente pelo capuchinho italiano frei Henrique, que realizava intensas prédicas missionárias pelos povoados ribeirinhos do Rio São Francisco. Em uma delas, o frei resolveu construir uma ca
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
{ | |
"_type": "SearchResponse", | |
"queryContext": { | |
"originalQuery": "Sobre League of Legends, em 2023: Como jogar de Aurelion son" | |
}, | |
"webPages": { | |
"webSearchUrl": "https://www.bing.com/search?q=Sobre+League+of+Legends%2c+em+2023%3a+Como+jogar+de+Aurelion+son", | |
"totalEstimatedMatches": 4910, | |
"value": [ | |
{ |
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
Petrolina é um município brasileiro do interior do estado de Pernambuco, distante 712 km a oeste de Recife, capital estadual. Possui uma extensão territorial de 4 561,872 km², estando 244,8 km² em perímetro urbano e os 4 317,072 km² restantes integrando a zona rural. Segundo dados do Instituto Brasileiro de Geografia e Estatística, em 2021 sua população foi estimada em 359 372 habitantes, o que faz de Petrolina a quarta maior cidade do interior nordestino, após Feira de Santana, Campina Grande e Caruaru (esta última a mais populosa do interior de Pernambuco). O município é integrante da Região Administrativa Integrada de Desenvolvimento do Polo Petrolina e Juazeiro, a maior RIDE/região metropolitana do interior do Nordeste, com 769.544 habitantes.Petrolina foi fundada em 1870. A sua região era frequentada assiduamente pelo capuchinho italiano frei Henrique, que realizava intensas prédicas missionárias pelos povoados ribeirinhos do Rio São Francisco. Em uma delas, o frei resolveu construir uma capela dedicada |
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
;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY | |
;by doppelganger ([email protected]) | |
;This file is provided for your own use as-is. It will require the character rom data | |
;and an iNES file header to get it to work. | |
;There are so many people I have to thank for this, that taking all the credit for | |
;myself would be an unforgivable act of arrogance. Without their help this would | |
;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into | |
;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no |
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
{"v":"5.1.15","fr":60,"ip":0,"op":141,"w":300,"h":300,"nm":"Composição 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Camada de forma 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[1080]},{"t":180}],"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[-14.604,-15.104,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[106.793,106.793],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Caminho da elipse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.8,0.478,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":11,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Traçado 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-14.604,-15.104],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a" |
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
find . -type f -name "*.swift" -not -path "./Pods/*" -exec sed -i '' -e '1,/^import/{/^\/\/.*/d;}' -e '/./,$!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
alias ll='CLICOLOR_FORCE=1 ls -la -G ' | |
alias h='history' | |
alias gs='git status' | |
alias gl='git log --oneline' | |
alias h='history' | |
alias ll='ls -la -G' | |
alias fixusb='sudo killall -STOP -c usbd' | |
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
// | |
// WillianViewController.swift | |
// TempApp | |
// | |
// Created by Daniel Bonates on 05/04/22. | |
// | |
import UIKit | |
class ViewController: UIViewController { |
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
extension String { | |
func queryParameter(_ parameter: String) -> String? { | |
var fields = [String: String]() | |
params.components(separatedBy: "&").forEach { | |
let field = $0.components(separatedBy: "=") | |
fields[String(field.first ?? "")] = String(field.last ?? "") | |
} | |
return fields[parameter] | |
} | |
} |
NewerOlder