Skip to content

Instantly share code, notes, and snippets.

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@ringoluo
ringoluo / Web Technology Stack.md
Last active August 29, 2015 14:15 — forked from anonymous/ByrvjX.markdown
Web Technology Stack
@ringoluo
ringoluo / index.html
Last active August 29, 2015 14:17 — forked from anonymous/index.html
<html ng-app="ionicApp">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>ionic collection-repeat with variable height example</title>
<script src="http://code.ionicframework.com/1.0.0-rc.1/js/ionic.bundle.js">
</script>
<style>
.my-item > div {
border-style: solid;
@ringoluo
ringoluo / index.html
Last active August 29, 2015 14:24 — forked from anonymous/index.html
tags select box
<div ng-app="App">
<div ng-controller="MyCtrl">
<div class="tags">
<ul class="list-inline">
<li ng-repeat="item in items track by $index">
{{item}} <button ng-click="remove($index)">X</button>
</li>
<li style="position:absolute;">
<input class="silent" ng-model="keyword" ng-keypress="key($event)">
<ul ng-show="keyword">
@ringoluo
ringoluo / mongodb.md
Created March 29, 2016 14:55
#mongodb cheat sheet

MongoDB cheat sheet

Overview

Overview

MongoDB is a document database that provides high performance, high availability, and easy scalability.

  • Document Database