I hereby claim:
- I am jeanleonino on github.
- I am jeanlucas (https://keybase.io/jeanlucas) on keybase.
- I have a public key whose fingerprint is 89D3 F322 E5E8 16B7 D2CB 1467 FFB7 CC6E 5621 6FD4
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en" class="uk-height-1-1"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title></title> | |
| <link rel="stylesheet" href="uikit.min.css" /> | |
| <script src="jquery.min.js"></script> | |
| <script src="uikit.js"></script> | |
| </head> |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| import Ember from 'ember'; | |
| export default Ember.Component.extend({ | |
| arrayOfFruit: ['apple', 'banana', 'pear'], | |
| actions: { | |
| add(val){ | |
| this.get('arrayOfFruit').pushObject(val); | |
| } | |
| } | |
| }); |
I hereby claim:
To claim this, I am signing this object:
| // The main idea here is to just play with the UI of Tinder Web. | |
| // Not sure if this causes some kind of filtering if you use scripts like this. | |
| var like = function() { | |
| document.querySelectorAll('button')[2].click(); | |
| setTimeout(like, 100) // adjust the time to whatever you would like | |
| } | |
| like(); |
| // Estranho bug de performance encontrado por [andreasgal](https://github.com/andreasgal) | |
| // | |
| // Comportamento esperado: foo() e bar() terem ao menos performance similar | |
| // Comportamento observado: foo() tem performance diferente que bar() dependendo da máquina | |
| // | |
| // A única diferença entre foo() e bar() é a ordem de declaração dos valores dentro do vetor | |
| // Não sei explicar o motivo desse comportamento | |
| var A = []; | |
| function foo() { |
| Verifying my Blockstack ID is secured with the address 1C9pgtwDj3bKovBCbY1DxgjYdJ8RbDyEQm https://explorer.blockstack.org/address/1C9pgtwDj3bKovBCbY1DxgjYdJ8RbDyEQm |
This is something I compiled during the last weeks while job hunting. If you miss something in this list, please fork or tell me on twitter and I'll add what's missing.
| 0 verbose cli [ | |
| 0 verbose cli '/usr/local/Cellar/node/15.5.1/bin/node', | |
| 0 verbose cli '/usr/local/bin/npm', | |
| 0 verbose cli 'run', | |
| 0 verbose cli 'js-lint' | |
| 0 verbose cli ] | |
| 1 info using [email protected] | |
| 2 info using [email protected] | |
| 3 timing config:load:defaults Completed in 1ms | |
| 4 timing config:load:file:/usr/local/lib/node_modules/npm/npmrc Completed in 1ms |