Skip to content

Instantly share code, notes, and snippets.

View pellegrino's full-sized avatar

Vitor Pellegrino pellegrino

View GitHub Profile

Keybase proof

I hereby claim:

  • I am pellegrino on github.
  • I am pellegrino (https://keybase.io/pellegrino) on keybase.
  • I have a public key whose fingerprint is C775 307B 550C A050 E6FB 8FA6 D669 CBB5 CC62 D672

To claim this, I am signing this object:

@pellegrino
pellegrino / area2.json
Created September 18, 2020 20:01 — forked from DocX/area2.json
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pellegrino
pellegrino / boxstarter.ps1
Last active October 30, 2020 16:37 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Vitor Pellegrino <pellegrino@linux.com>
# Based on Jess Frazelle's <jess@linux.com> boxstarter script
# Last Updated: 2020-10-30
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
@pellegrino
pellegrino / leagueoflegends.txt
Last active October 17, 2022 03:58
pihole list for blocking league of legends
leagueoflegends.com
riotcdn.net
riotgames.com
champion.gg
probuilds.net
op.gg
euw.op.gg
na.op.gg
br.op.g

Keybase proof

I hereby claim:

  • I am pellegrino on github.
  • I am pellegrino (https://keybase.io/pellegrino) on keybase.
  • I have a public key ASANpcmz8n4xcsoZGIFsiycr7xmIGSmXbvNjIm22sFbXago

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am pellegrino on github.
* I am pellegrino (https://keybase.io/pellegrino) on keybase.
* I have a public key whose fingerprint is 5518 2BBE 6EFD 9065 CDD7 B747 D37E B440 0468 AD36
To claim this, I am signing this object:

Ideas for jackpot

Make the project easier to integrate with.

Instead of hard coupling the project to the rails application and making the client use the ActiveRecord objects as points of integration, provide an API that users can integrate using it.

Migration plan

  • Extract service objects that consume from active record
  • Change the client application to use service objects
@pellegrino
pellegrino / gist:4066065
Last active October 31, 2023 01:56
Médicos e dentistas brasileiros em berlin
Clínica geral:
Marcus Thuma. Kant Praxis
Centro para medicina interna
Cardiologia, Gastroenterologia, Clínica Geral
Kurfürstendamm 42
10719 Berlim
Tel: (030) 88 71 44 60
Fax: (030) 88 71 44 619
E-mail: info@kantpraxis.de
@pellegrino
pellegrino / gist:3883660
Created October 13, 2012 07:29
Instalando o 1.9.3
brew update
brew tap homebrew/dupes
brew install autoconf automake apple-gcc42
rvm pkg install openssl
rvm install 1.9.3
{plugin_dir, ["priv/rebar"]}.
{plugins, [boss_plugin]}.
{eunit_compile_opts, [{src_dirs, ["src/test"]}]}.
{deps, [
{boss, ".*", {git, "git://github.com/evanmiller/ChicagoBoss.git", {tag, "HEAD"}}},
{elixir, ".*", {git, "git://github.com/elixir-lang/elixir.git", {tag, "HEAD"}}}
]}.
{lib_dirs, [
"deps/elixir/lib/elixir/ebin",
"deps/elixir/lib/ex_unit/ebin"