I hereby claim:
- I am victordarras on github.
- I am victordarras (https://keybase.io/victordarras) on keybase.
- I have a public key ASDfMfNNqaZl8TyUXO6t3OHdrXQVLusZUBeyAInYUaPKyQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
const data = | |
`0100001110111011011001011010000000000000010011011000000011100000010110101000011111111101100101011110 | |
1010000100111110001000000100111101100111001000010100000111000110000000000000000011100100000100000000 | |
0101111110000110100011000101101000000010101100000011011000011000001000000000011010111101110000000100 | |
1000011100001100000000110101011000000000001000000110100010000000000000100001001000000101010100100000 | |
1000000101110010100000000001010100000010001001010000001000000100000111100000000000000001011001100000 | |
1000000100000000000010001100000101000000001000000101010110000001000010101100000000000001001000000000 | |
0000001100000001110000010010000101100100101000000101100100000000000000000000111000000001110110010001 | |
1000011000000000010111111000101101110000101000000001011010010000000000011111000000001111011010100001 | |
0000011001000000100101011010100101111000101010001100010110010000011000000000001000001010000100100001 |
// ==UserScript== | |
// @name Redmine, Copy code | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://support.synbioz.com/* | |
// @grant none | |
// @require https://npmcdn.com/clipboard@1.5.10/dist/clipboard.min.js | |
// ==/UserScript== |
// ==UserScript== | |
// @name tinygrab download | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match http://grab.by/* | |
// @grant none | |
// @require https://npmcdn.com/clipboard@1.5.10/dist/clipboard.min.js | |
// ==/UserScript== |
// ==UserScript== | |
// @name Github Title tweak | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author victor.darras@gmail.com | |
// @match https://github.com/ | |
// @grant none | |
// ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
- content_for :title, "Aperçu de cette facture" | |
h2= t('titles.show_bill') | |
= actions_toolbar(@bill, { :additional => [ | |
{ :label => image_tag("pdf.png"), :url => bill_path(@bill, :format => 'pdf'), :html => { :title => t("views.bill_pdf") } }, | |
{ :label => image_tag("email_go.png"), :url => send_bill_bill_path(@bill), :html => { :title => t("titles.send_bill") } }, | |
{ :label => image_tag("copy.png"), :url => duplicate_bill_path(@bill), :html => { :method => :post, :title => t("actions.duplicate") } } | |
]}) | |
body { | |
margin: 50px auto; | |
max-width: 500px; | |
} | |
#board { | |
float: left; | |
-webkit-transform: perspective( 500px ) rotateX( 45deg ) rotateY( 0deg ) rotateZ( 45deg ); | |
box-shadow: 30px 30px 105px rgba(0,0,0,0.3) , 5px 5px 15px rgba(0,0,0,0.1); | |
border-bottom: 2px solid blue; |