Skip to content

Instantly share code, notes, and snippets.

View zhuangya's full-sized avatar
🧛‍♂️
only silver bullet is silver bullet.

Ya Zhuang zhuangya

🧛‍♂️
only silver bullet is silver bullet.
View GitHub Profile
@zhuangya
zhuangya / -
Created February 6, 2014 08:46
☁ ~ bower search icon
Search results:
foundation-icons git://github.com/zurb/foundation-icons.git
elusive-iconfont git://github.com/aristath/elusive-iconfont.git
ionicons git://github.com/driftyco/ionicons.git
bootstrap-glyphicons git://github.com/twbs/bootstrap-glyphicons.git
sass-bootstrap-glyphicons git://github.com/greaterweb/sass-bootstrap-glyphicons.git
flag-icon-css git://github.com/lipis/flag-icon-css.git
foundation-icon-fonts git://github.com/zurb/foundation-icon-fonts.git
.big-wrapper
.notice
pre
code vertical-align: middle
br
| for IE 7+
style
:stylus
.big-wrapper
<ul class="clean-list">
<li class="thumbnail">
<img src="http://placehold.it/100x100">
</li>
<li class="thumbnail">
<img src="http://placehold.it/200x100">
</li>
<li class="thumbnail">
<img src="http://placehold.it/100x200">
</li>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>demo</title>
<style type="text/css" media="screen">
.wrapper {
width: 640px;
background-color: #f7f7f7;
color: #333;
config defaultToCurrentScreen true
config windowHintsShowIcons true
config windowHintsIgnoreHiddenWindows false
config windowHintsSpread true
config windowHintsRoundedCornerSize 10
# Abstract positions
alias full move screenOriginX;screenOriginY screenSizeX;screenSizeY
alias lefthalf move screenOriginX;screenOriginY screenSizeX/2;screenSizeY
running install
running build
running build_py
creating build
creating build/lib.macosx-10.9-intel-2.7
creating build/lib.macosx-10.9-intel-2.7/Crypto
copying lib/Crypto/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto
copying lib/Crypto/pct_warnings.py -> build/lib.macosx-10.9-intel-2.7/Crypto
creating build/lib.macosx-10.9-intel-2.7/Crypto/Hash
copying lib/Crypto/Hash/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash
@zhuangya
zhuangya / some.md
Created May 12, 2014 02:45
some markdown

#i am the boss

i am strong

i am from Italy

  • there
  • is
  • no
  • order
"NeoBundle Scripts-----------------------------
if has('vim_starting')
set nocompatible " Be iMproved
" Required:
set runtimepath+=/Users/zy/.vim/bundle/neobundle.vim/
endif
" Required:
call neobundle#begin(expand('/Users/zy/.vim/bundle'))
'use strict';
var _ = require('lodash');
var through = require('through');
var JSONStream = require('JSONStream');
var fs = require('fs');
fs.createReadStream(__dirname + '/vc.cn.har').pipe(JSONStream.parse('log.entries')).pipe(through(function (dat) {
<form class="cnt">
<form class="cnt">
<form class="cnt">
<input id="result" value="shit">
</form>
</form>
</form>
<script>
document.getElementById('result').value = document.querySelectorAll('.cnt').length;
</script>