Skip to content

Instantly share code, notes, and snippets.

01/Jul/2016 17:15:05] "GET / HTTP/1.1" 500 59
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
Subject: [if-sysadmin]ERROR (EXTERNAL IP): Internal Server Error: /favicon.ico
From: root@localhost
To: root@localhost, [email protected], [email protected]
Date: Fri, 01 Jul 2016 20:15:06 -0000
Message-ID: <20160701201506.9581.78458@labrio>
@fredericksilva
fredericksilva / CardBitcoin.md
Last active April 24, 2016 07:04
Cartão de crédito pré-pago com Bitcoin -
@fredericksilva
fredericksilva / bin-cc.md
Created March 9, 2016 14:42 — forked from erikhenrique/bin-cc.md
Bin de cartões de crédito para validação

Validação para cartão de crédito.

Bin e padrões para validação de cartão de crédito.

Bandeira Começa com Máximo de número Máximo de número cvc
Visa 4 13,16 3
Mastercard 5 16 3
<div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;"><iframe src="//fast.wistia.net/embed/iframe/m52cd83p5w?videoFoam=true" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" allowfullscreen mozallowfullscreen webkitallowfullscreen oallowfullscreen msallowfullscreen width="100%" height="100%"></iframe></div></div>
<script src="//fast.wistia.net/assets/external/E-v1.js" async></script>
@fredericksilva
fredericksilva / gist:9c57661688ee490abad6
Created January 27, 2016 14:00 — forked from Killavus/gist:22cfcf961e21edf27141
Simple backend class example.
class Backend
getData: ->
request = $.ajax
type: "GET"
dataType: "JSON"
url: '/foo'
request.pipe (response) ->
DomainObject.fromJSON(response)
# And then in initializer code:
@fredericksilva
fredericksilva / Remove all git tags
Created January 14, 2016 12:58 — forked from okunishinishi/Remove all git tags
Delete all git remote tags
#Delete local tags.
git tag -l | xargs git tag -d
#Fetch remote tags.
git fetch
#Delete remote tags.
git tag -l | xargs -n 1 git push --delete origin
#Delete local tasg.
git tag -l | xargs git tag -d
@fredericksilva
fredericksilva / WhoamI.md
Created August 31, 2015 10:22
Quem eu Sou
@fredericksilva
fredericksilva / maillist.json
Last active August 27, 2015 18:14
SieveChallange
[
{
"name" : "Tupac Yupanqui",
"email" : "[email protected]",
"assunto": "loren Do mesmo modo 5",
"date" : "07/08/2015"
},
{
"name" : "Simon Bolivar Buckner",
"email" : "[email protected]",
# UX para Developers - Referências
## Soluções prontas
- jQuery Mobile (http://www.jquerymobile.com)
- HTML 5 Boilerplate (http://html5boilerplate.com)
## Ferramentas
- Spin.js (http://fgnass.github.com/spin.js)
@fredericksilva
fredericksilva / arch.md
Last active August 29, 2015 14:23 — forked from alganet/arch.md