I hereby claim:
- I am ariel-rodriguez on github.
- I am argdz (https://keybase.io/argdz) on keybase.
- I have a public key ASAWFLb14CAQsFmyizHMotgStZJoPHnNdRq1sMF2RSfdnAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Helpers for intereview | |
(function() { | |
window.addItem = function addItem(e){ | |
var t=document.querySelector("#restaurant-list"),n=document.createElement("li");n.innerHTML="Item "+e,t.appendChild(n) | |
} | |
var next = 0; | |
window.fetchItems = function fetchItems() { | |
return new Promise((r, reject) => { | |
if (next > 7) { reject() } |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ANSIBlackColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEBsw | |
IDAuMTY4NjI3NDUxIDAuMjExNzY0NzA1OQAQAYAC0hAREhNaJGNsYXNzbmFtZVgkY2xh | |
c3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hpdmVy0RcYVHJvb3SA |
No need for homebrew or anything like that. Works with https://www.git-tower.com and the command line.
gpg --list-secret-keys
and look for sec
, use the key ID for the next stepgit
to use GPG -- replace the key with the one from gpg --list-secret-keys
module.exports = { | |
"extends": "airbnb", | |
"parser": "babel-eslint", | |
"plugins": [ | |
"react", | |
"jsx-a11y", | |
"import" | |
], |
#!/bin/bash | |
# THIS IS AN OBSOLETE SCRIPT WITH BUGS. FOR UPDATED VERSIONS PLEASE CHECK https://github.com/Ariel-Rodriguez/sh-semversion-2 | |
### | |
# semantic version comparition using semver specification http://semver.org/ | |
# This bash script compares pre-releases alphabetically as well | |
# | |
# returns 1 when A greater than B | |
# returns 0 when A equals B |
rm -r ~/.rncache
Download bellow files into ~/.rncache