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
<p>Esses são os principais parceiros,<br><a href="https://criancafelizdesorocaba.org.br/participe/">torne-se parceiro com a sua empresa também</a></p> | |
<p><style> | |
@media (min-width: 768px) {<br /> | |
.col-md-4 {<br /> | |
min-height: 350px;<br /> | |
}<br /> | |
a > img {<br /> | |
position: absolute;<br /> | |
top: 0;<br /> | |
bottom: 0;<br /> |
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
;Directory in which the loadable extensions (modules) reside. | |
;http://php.net/extension-dir | |
;extension_dir = "./" | |
;On windows: | |
;extension_dir="C:\\xampp\\php725\\ext\\php_mysqli.dll" | |
extension_dir="C://xampp//php725//ext//" | |
extension=php_mysqli.dll | |
extension=php_openssl.dll | |
extension=php_mbstring.dll |
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
var chars = [ | |
{"char":"Á","symb":"Á"}, | |
{"char":"È","symb":"È"}, | |
{"char":"ô","symb":"ô"}, | |
{"char":"Ç","symb":"Ç"}, | |
{"char":"á","symb":"á"}, | |
{"char":"è","symb":"è"}, | |
{"char":"Ò","symb":"Ò"}, | |
{"char":"ç","symb":"ç"}, | |
{"char":"Â","symb":"Â"}, |
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
SET /p IPDEV="Enter ip for dev.domain.io: " | |
SET ADDRBASE= dev.domain.io | |
SET ADDRESSDEV=%IPDEV%%ADDRBASE% | |
echo %ADDRESSDEV% > "C:\Windows\System32\drivers\etc\hosts" | |
pause | |
type "C:\Windows\System32\drivers\etc\hosts" | |
pause |
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
HotKeySet("{ESC}", "_Terminate") | |
someclick() | |
Func someclick() | |
WinActivate("Ti") | |
While 1 | |
MouseClick("left", 810, 579) | |
Sleep(2000) |
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
#cs ---------------------------------------------------------------------------- | |
AutoIt Version: 3.3.14.5 | |
Author: Paulo Tiago | |
Script Function: | |
find color and walk or atack | |
into nesbox.com fullscreen running GBA pokemon red or blue or yellow | |
#ce ---------------------------------------------------------------------------- |
OlderNewer