I hereby claim:
- I am marinalimeira on github.
- I am gruntwork_marina (https://keybase.io/gruntwork_marina) on keybase.
- I have a public key ASAkTkyhSoak831eXIFT5yYKAQmy2dF2nsh2gcEpJK3zKAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function true(first, second) { | |
| return first; | |
| } | |
| function false(first, second) { | |
| return second; | |
| } |
| function identity(x) { | |
| return x; | |
| } |
((apply identity) λy.y) ==
((λfunc.λarg.(func arg) λx.x) λy.y) =>
(λarg.(λx.x arg) λy.y) =>
(identity λy.y) =>
λy.y
| function and(x, y) { | |
| if (x) { | |
| return y; | |
| } else { | |
| return false; | |
| } | |
| } |
| <ul> | |
| <li> | |
| <p><strong>Pokémon:</strong> Haunter</p> | |
| <p><strong>Type:</strong> Ghost/Poison</p> | |
| </li> | |
| <li> | |
| <p><strong>Pokémon:</strong> Umbreon</p> | |
| <p><strong>Type:</strong> Dark</p> | |
| </li> | |
| </ul> |
| const PokemonsList = ({ pokemons }) => { | |
| const noPokemons = () => (<ul />); | |
| const pokemonInfo = (pokemon) => ( | |
| <li> | |
| <p><strong>Pokémon:</strong> { pokemon.name }</p> | |
| <p><strong>Type:</strong> { pokemon.type }</p> | |
| </li> | |
| ); |
| ReactDOM.render( | |
| React.createElement('ul', { id: 'pokemons-list' }, | |
| React.createElement("li", {}, | |
| React.createElement('p', null, | |
| React.createElement('strong', null, 'Pokémon:'), | |
| ' Haunter' | |
| ), | |
| React.createElement('p', null, | |
| React.createElement('strong', null, 'Type:'), | |
| ' Ghost/Poison' |
| set $mod Mod4 | |
| # i3 default font | |
| font pango:System San Francisco Display 9 | |
| # I use those colors at bar and window color settings | |
| set $bg-color #2f343f | |
| set $inactive-bg-color #2f343f | |
| set $text-color #f3f4f5 | |
| set $inactive-text-color #676E7D |
| [][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]][([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]+(!![]+[])[+[]]+(![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+ |