I hereby claim:
- I am lauborges on github.
- I am lauborges (https://keybase.io/lauborges) on keybase.
- I have a public key ASCsbU-ePH5RrQtfYESioQjG1tun5cJQ_vvpGYzSy3tAAQo
To claim this, I am signing this object:
| readelf -s -W libsgfplib.so | grep SGFPM_GetImageQuality |
| cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}' | sed 's/^1000//' |
| # Reference: https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/ | |
| # GitLab uses docker in the background, so we need to specify the | |
| # image versions. This is useful because we're freely to use | |
| # multiple node versions to work with it. They come from the docker | |
| # repo. | |
| # Uses NodeJS V 9.4.0 | |
| image: node:9.4.0 | |
| # And to cache them as well. |
| brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql qlimagesize webpquicklook suspicious-package quicklookase qlvideo provisionql quicklookapk quicklook-pat | |
| https://blog.duojam.com/best-quick-look-plugins-for-developers/ |
| find . -name "node_modules" -type d -exec rm -rf '{}' + |
| # ---------------------- | |
| # Git Aliases | |
| # ---------------------- | |
| alias ga='git add' | |
| alias gaa='git add .' | |
| alias gaaa='git add --all' | |
| alias gau='git add --update' | |
| alias gb='git branch' | |
| alias gbd='git branch --delete ' | |
| alias gc='git commit' |
I hereby claim:
To claim this, I am signing this object:
| git branch | grep -v "master" | xargs git branch -D |
| // file: index.js | |
| var _ = require("lodash"); | |
| var express = require("express"); | |
| var bodyParser = require("body-parser"); | |
| var jwt = require('jsonwebtoken'); | |
| var passport = require("passport"); | |
| var passportJWT = require("passport-jwt"); |
| require 'httparty' | |
| fastlane_version "1.95.0" | |
| default_platform :ios | |
| before_all do | |
| # put here your token and iOs scheme app | |
| ENV["GITHUB_TOKEN"] = "---" | |
| ENV["APPETIZE_TOKEN"] = "---" | |
| ENV["APP_IOS_SCHEME"] = "---" |