Skip to content

Instantly share code, notes, and snippets.

@mwangm
mwangm / learning.md
Last active May 10, 2019 08:51
learning
@mwangm
mwangm / test.rb
Created March 9, 2016 01:27
to reproduce the bug
begin
require 'bundler/inline'
rescue LoadError => e
$stderr.puts 'Bundler version 1.10 or later is required. Please update your Bundler'
raise e
end
gemfile(true) do
source 'https://rubygems.org'
# Activate the gem you are reporting the issue against.
@mwangm
mwangm / dabblet.css
Created April 28, 2013 09:34
Untitled
div#background {
width: 50%;
height: 330px;
background: url(http://www.zomigi.com/demo/styx.jpg) no-repeat right;
border: 2px solid #000;
}
div#background-cut {
width: 30%;
height: 330px;
@mwangm
mwangm / dabblet.css
Created April 28, 2013 06:53
Untitled
div#background {
width: 50%;
height: 330px;
background: url(http://www.zomigi.com/demo/styx.jpg) no-repeat right;
border: 2px solid #000;
}
div#background-cut {
width: 30%;
height: 330px;
@mwangm
mwangm / dabblet.css
Created April 28, 2013 02:14
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
font: normal 100% Helvetica, Arial, sans-serif;
}
.parent {
font-size: 1.3em
}