Skip to content

Instantly share code, notes, and snippets.

View janryWang's full-sized avatar
🎯
Focusing

Janry janryWang

🎯
Focusing
  • bytedance
  • Hangzhou
View GitHub Profile
@janryWang
janryWang / OssFilesField
Created April 11, 2015 10:21
keystone.js与阿里云OSS结合,支持多文件上传
module.exports = require('../localfiles/LocalFilesField');
@janryWang
janryWang / gist:c898c163134f63379f8f
Created January 4, 2015 09:45
一个数据处理器,api语法类似mongodb,可以对json任意层次的数据进行单元化克隆,混合,数组操作,查询排序等!功能非常强大
var dataOperator = (function() {
var COMMANDS,
DataOperator,
KEYWORDS,
bind,
copy,
forEach,
getType,
inPaths,
isArray,
<!DOCTYPE html>
<html ng-app="BankAlgorithm">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="http://cdn.bootcss.com/normalize/3.0.1/normalize.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
<script src="http://cdn.bootcss.com/angular.js/1.3.0-beta.13/angular.min.js"></script>
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"