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
| const SYNONYMS = [ | |
| ['rate', 'ratings'], | |
| ['approval', 'popularity'], | |
| ]; | |
| const QUERIES = [ | |
| ['obama approval ratings', 'obama popularity rate'], | |
| ['obama approval rates', 'obama popularity ratings'], | |
| ['obama approval rate', 'popularity ratings obama'], | |
| ]; |
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
| ```` | |
| { | |
| "explorer.confirmDelete": false, | |
| "emmet.triggerExpansionOnTab": true, | |
| "editor.tabSize": 2, | |
| "files.trimTrailingWhitespace": true, | |
| "[php]": { | |
| "editor.tabSize": 4 | |
| }, |
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
| import RelayQueryResponseCache from 'relay-runtime/lib/RelayQueryResponseCache'; | |
| const cache = new RelayQueryResponseCache({ size: 250, ttl: 60 * 5 * 1000 }); | |
| export default new Environment({ | |
| network: Network.create(fetchQuery), | |
| store: new Store(new RecordSource()), | |
| }); | |
| const fetchQuery = async function wrappedFetchQuery( |
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
| {"version":1,"resource":"file:///home/vinicius/Code/kinebot-cnhi/web/public/assets/images/styles.css","entries":[{"id":"pi8i.css","source":"textFileCreate.source","timestamp":1651617853305},{"id":"5Fr5.css","timestamp":1651618089111},{"id":"luWq.css","timestamp":1651618118880}]} |
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
| <?php | |
| // esse session start deve estar sempre no inicio do seu código, antes que você exiba algum html na página | |
| session_start(); | |
| // isso aqui define uma função que quando chamada, vai exibir o formulario de login | |
| function loginForm(){ | |
| echo' | |
| <div id="loginform"> | |
| <form action="index.php" method="post"> |
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
| <?php | |
| // esse session start deve estar sempre no inicio do seu código, antes que você exiba algum html na página | |
| session_start(); | |
| // isso aqui define uma função que quando chamada, vai exibir o formulario de login | |
| function loginForm(){ | |
| echo' | |
| <div id="loginform"> | |
| <form action="index.php" method="post"> |
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
| git config --global alias.tree 'log --oneline --graph --decorate --all' |
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
| { | |
| "explorer.confirmDelete": false, | |
| "emmet.triggerExpansionOnTab": true, | |
| "editor.tabSize": 2, | |
| "window.zoomLevel": 2, | |
| "files.trimTrailingWhitespace": true, | |
| "[php]": { | |
| "editor.tabSize": 4 | |
| }, | |
| "files.insertFinalNewline": true, |
NewerOlder

