Skip to content

Instantly share code, notes, and snippets.

View falconzyx's full-sized avatar

YOLO falconzyx

  • University of Alberta
  • china
View GitHub Profile
@falconzyx
falconzyx / cloudSettings
Last active May 18, 2020 16:01 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet
{"lastUpload":"2020-05-18T16:01:28.954Z","extensionVersion":"v3.4.3"}
@falconzyx
falconzyx / tmux.md
Created May 21, 2016 23:15 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

@falconzyx
falconzyx / markdown-latex-etc.md
Created April 17, 2016 17:30 — forked from zmwangx/markdown-latex-etc.md
An incomplete guide to Markdown, LaTeX, and more, initially written for Jiawen Li.

Markdown, LaTeX, etc.

Caution

  • This document was initally written for a friend of mine, Jiawen Li, so it might reflect some personal tastes here and there. For instance, some discussions are geared towards Windows, though *nix is obviously superior. For another example, when I say "you seem to love Sublime Text a lot," I'm certainly not expecting most people to love Sublime (in fact I never used it for more than three minutes in a row).

  • This document is written in Markdown. The Markdown rendering engine on GitHub Gist is somewhat limited and easily confused, so there might be some rendering errors not intended by the author. For instance, in the section "Useful stuff for LaTeX beginners (and experts, occasionally)", the outermost numbered list should be numbered 1, 2, 3, ... But it is rendered instead as 1, 1, 2, ... on GitHub Gist due to the complicated stuff in between. (Maybe it's my syntax that's sloppy, but the document is rendered correctly on all of my local engin

@falconzyx
falconzyx / dl-frameworks.rst
Created February 25, 2016 00:05 — forked from bartvm/dl-frameworks.rst
A comparison of deep learning frameworks

A comparison of Theano with other deep learning frameworks, highlighting a series of low-level design choices in no particular order.

Overview

Symbolic: Theano, CGT; Automatic: Torch, MXNet

Symbolic and automatic differentiation are often confused or used interchangeably, although their implementations are significantly different.

Make it real

Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.

Ship it

Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.

Do it with style

  1. Feature Learning
  1. Deep Learning
@falconzyx
falconzyx / 0_reuse_code.js
Created June 2, 2014 01:56
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console