Skip to content

Instantly share code, notes, and snippets.

View feliperezende's full-sized avatar
🏠
Working from home

Felipe Rezende feliperezende

🏠
Working from home
View GitHub Profile
cat bunnylog.log | awk '{FS="|";print $8}' | sort | uniq -c | sort -nr > topfiles.log
@feliperezende
feliperezende / git-deployment.md
Created July 10, 2020 23:29 — forked from noelboss/git-deployment.md
Simple automated GIT Deployment using Hooks

Simple automated GIT Deployment using GIT Hooks

Here are the simple steps needed to create a deployment from your local GIT repository to a server based on this in-depth tutorial.

How it works

You are developing in a working-copy on your local machine, lets say on the master branch. Most of the time, people would push code to a remote server like github.com or gitlab.com and pull or export it to a production server. Or you use a service like deepl.io to act upon a Web-Hook that's triggered that service.

@feliperezende
feliperezende / README.md
Created June 30, 2020 23:09 — forked from mrbar42/README.md
bash scripts to create VOD HLS stream with ffmpeg almighty (tested on Linux and OS X)

running:

bash create-vod-hls.sh beach.mkv

will produce:

    beach/
      |- playlist.m3u8
 |- 360p.m3u8

01 Digital

Desafio

  • O desafio é montar um aplicativo de clima, para Android ou iOS, utilizando o SDK nativo da plataforma escolhida.

  • O app deverá:
    1 - ao abrir mostrar a temperatura da cidade onde o usuário está.
    2 - mostrar a lista das capitais do Brasil.

" A minimal vimrc for new vim users to start with.
"
" Referenced here: http://vimuniversity.com/samples/your-first-vimrc-should-be-nearly-empty
"
" Original Author: Bram Moolenaar <[email protected]>
" Made more minimal by: Ben Orenstein
" Modified by : Ben McCormick
" Last change: 2014 June 8
"
" To use it, copy it to