This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@caroluehbepersonal | |
@brunorosa.sapo | |
@giannfs_personal | |
@josuepersonal | |
@vinirega | |
@prof.sanchez | |
@rafacharcovpersonal | |
@robertopersona | |
@thaisdearauj | |
@_aricarmona |
I hereby claim:
- I am rodrigoflores on github.
- I am rlmflores (https://keybase.io/rlmflores) on keybase.
- I have a public key whose fingerprint is 2D31 EE7A CCFE A3F0 4C6B 30F2 F96A 9F30 796C EB49
To claim this, I am signing this object:
I hereby claim:
- I am rodrigoflores on github.
- I am rlmflores (https://keybase.io/rlmflores) on keybase.
- I have a public key whose fingerprint is 5158 D8D9 0677 CC20 2A36 0540 0FED 353B 22F4 97D3
To claim this, I am signing this object:
{
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img { | |
display: block; | |
} | |
.left { | |
float: left; | |
} | |
.right { | |
float: right; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
h2 { | |
position: relative; | |
line-height: 100px; | |
font-weight: normal; | |
font-size: 80px; | |
width: 1000px; | |
height: 100px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($) { | |
})(jQuery); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var object = { | |
name : "john" | |
} | |
// Error | |
(function(){ | |
})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'minitest/autorun' | |
require 'minitest/benchmark' | |
load 'lib/klass.rb' | |
class TestKlass < MiniTest::Unit::TestCase | |
describe "linear" do | |
it "is linear" do | |
assert_performance_linear 0.9999 do |n| # n is a range value | |
Klass.linear(n) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
h5 { | |
height: 50px; | |
} |
NewerOlder