Skip to content

Instantly share code, notes, and snippets.

View hailiang-wang's full-sized avatar
🌴
On vacation

Hai Liang W. hailiang-wang

🌴
On vacation
View GitHub Profile
exports.ext = function () {
var extTypes = {
"3gp" : "video/3gpp"
, "a" : "application/octet-stream"
, "ai" : "application/postscript"
, "aif" : "audio/x-aiff"
, "aiff" : "audio/x-aiff"
, "asc" : "application/pgp-signature"
, "asf" : "video/x-ms-asf"
, "asm" : "text/x-asm"
@hailiang-wang
hailiang-wang / Alphabetically-Indexed-List:-1.0.0-beta.11.markdown
Created December 19, 2014 16:54
Alphabetically Indexed List: 1.0.0-beta.11
@hailiang-wang
hailiang-wang / gist:2d9e5afc772590908f86
Created November 11, 2015 06:54 — forked from breim/gist:1ec4981dc7a854011629
Nginx 1.4.6 Default configuration
# You may add here your
# server {
# ...
# }
# statements for each of your virtual hosts to this file
##
# You should look at the following URL's in order to grasp a solid understanding
# of Nginx configuration files in order to fully unleash the power of Nginx.
# http://wiki.nginx.org/Pitfalls
@hailiang-wang
hailiang-wang / mesos-ubuntu-install.sh
Created January 16, 2016 11:10 — forked from crosbymichael/mesos-ubuntu-install.sh
Install mesos on ubuntu 14.04
#!/bin/bash
set -e
apt-get install -y curl python-setuptools python-pip python-dev python-protobuf
# zookeeper
apt-get install -y zookeeperd
echo 1 | dd of=/var/lib/zookeeper/myid
@hailiang-wang
hailiang-wang / Ionic-Tabs-+-Fake-Tabs-Top-(Facebook-like)-togheter.markdown
Created April 17, 2015 04:38
Ionic Tabs + Fake Tabs-Top (Facebook-like) togheter

Ionic Tabs + Fake Tabs-Top (Facebook-like) togheter

The real tabs on the bottom of the screen are standard. The top tabs are fake (raw html) and manages different contents thanks to some angular directives and little code in the controller.

A Pen by Mirco Babini on CodePen.

License.

@hailiang-wang
hailiang-wang / Alphabetically-Indexed-List:-1.0.0-beta.11.markdown
Created December 19, 2014 16:55
Alphabetically Indexed List: 1.0.0-beta.11
@hailiang-wang
hailiang-wang / index.html
Created November 29, 2014 08:04
ion-search directive with Ionic framework
<html ng-app="ionicApp">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>Search directive example</title>
</head>
<body>
var restify = require('restify');
var builder = require('botbuilder');
var config = require('./config');
//=========================================================
// Bot Setup
//=========================================================
// Setup Restify Server
var server = restify.createServer();
history | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n10
I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcublas.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcudnn.so.5 locally
I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcufft.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcurand.so.8.0 locally
INFO:tensorflow:Using config: {'cluster_spec': None, 'master': '', '_job_name': None, 'tf_random_seed': None, 'task': 0, 'keep_checkpoint_max': 5, '_is_chief': True, 'tf_config': gpu_options {
per_process_gpu_memory_fraction: 1
}
, 'save_checkpoints_secs': 600, 'evaluation_master': '', 'num_ps_replicas': 0, 'keep_checkpoint_every_n_hours': 10000, 'save_summary_steps': 100}
WARNING:tensorflow:parser_num_threads is deprecated, it will be removed onSept 3 2016