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
| public void ExemploErrado(){ | |
| this.contador = 10; | |
| } |
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
| int contador; | |
| public void variaveis(){ | |
| int contador; | |
| this.contador = 10; | |
| } |
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> | |
| alert("Olá mundo!"); | |
| </script> |
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> | |
| alert("Olá mundo!"); | |
| </script> |
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
| alert('carregado ok'); |
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
| /* | |
| created by rafael santos (rafael@widenet.com.br) | |
| https://www.instagram.com/rafadeveloper/ | |
| https://twitter.com/rafadeveloper | |
| past this code on the javascript console of page (instagram home feed) | |
| the script run autolike on feed | |
| change var window._autolike_onlyfollow to true for only followed photos | |
| */ | |
| window._autolike_onlyfollow = window._autolike_onlyfollow || false; |
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
| /* | |
| created by rafael santos (rafael@widenet.com.br) | |
| https://www.instagram.com/rafadeveloper/ | |
| https://twitter.com/rafadeveloper | |
| past this code on the javascript console of page (instagram home feed) | |
| the script run autolike on feed | |
| use commands to pause and continue. | |
| lstop(); | |
| lstart(); | |
| the lstop is Like Stop and lstart is Like Start |
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
| <link rel="import" href="../topeka-elements/topeka-datasource.html"> | |
| <link rel="import" href="../topeka-elements/theme.html"> | |
| <link rel="import" href="../topeka-elements/topeka-resources.html"> | |
| <link rel="import" href="../topeka-elements/topeka-app.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { |