Skip to content

Instantly share code, notes, and snippets.

View tadeuzagallo's full-sized avatar

Tadeu Zagallo tadeuzagallo

View GitHub Profile
@tadeuzagallo
tadeuzagallo / gist:4cbcd8994c91e66b8de1
Created September 12, 2014 16:30
HTML - Manual transform children
<!DOCTYPE html>
<html>
<head>
<title>Project name</title>
<style>
.container {
display: block;
border: 1px solid black;
position: relative;
height: 200px;
React.createClass({
update: function() {
this.setState({ lastUpdated: Date.now() });
},
render: function () {
return <button onClick={ this.update() }>Update!</button>
}
})
### Keybase proof
I hereby claim:
* I am tadeuzagallo on github.
* I am tadeuzagallo (https://keybase.io/tadeuzagallo) on keybase.
* I have a public key whose fingerprint is 52B2 6008 2B7B 655A FF07 0906 E080 4D12 1F27 0506
To claim this, I am signing this object:
@tadeuzagallo
tadeuzagallo / gist:addee7bf7fd62a4ae818
Last active September 22, 2015 21:12
Install Ruby with RVM on cpanel
# ssh
ssh user@servidor.com
# install rvm
\curl -sSL https://get.rvm.io | bash -s stable
# load rvm
@tadeuzagallo
tadeuzagallo / LICENSE.txt
Last active December 26, 2015 13:39 — forked from 140bytes/LICENSE.txt
140Bytes - Self 2 Binary
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@tadeuzagallo
tadeuzagallo / LICENSE.txt
Last active December 27, 2015 08:59 — forked from 140bytes/LICENSE.txt
Float 64 To Binary String in 135 bytes
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE