Skip to content

Instantly share code, notes, and snippets.

View wprudencio's full-sized avatar
😁
Just happy!

Weslei Prudencio wprudencio

😁
Just happy!
View GitHub Profile
@wprudencio
wprudencio / gist:82e591f13d69318a1be31fd635e16eff
Last active March 20, 2017 11:38
Annotations React native
## React Cheat Sheet
https://ihatetomatoes.net/wp-content/uploads/2017/01/react-cheat-sheet.pdf
## Project structure
https://github.com/BelinChung/react-native-hiapp
## Libs
https://github.com/airbnb/lottie-react-native Lib fantastica de animacoes
## Util Development
@wprudencio
wprudencio / checkBody.js
Created July 10, 2017 19:35
Check the body of a post request and save in a file
var express = require('express');
var app = express();
var bodyParser = require('body-parser')
var fs = require('fs');
// to support JSON-encoded bodies
// app.use(bodyParser.urlencoded({ // to support URL-encoded bodies
// extended: true
// }));
app.use(bodyParser.json({limit: '50mb'}));
set relativenumber
set number
set wildmode=list:longest,full
syntax on
colorscheme desert
set ruler
" Use spaces instead of tabs
set expandtab
eval $(thefuck --alias)
if [ -z "$TMUX" ]
then
tmux attach -t TMUX || tmux new -s TMUX
fi
bindkey -v
bindkey '^R' history-incremental-search-backward