This is a fork from https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Thanks the original author Adam Pritchard for the generous sharing!
This is a fork from https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Thanks the original author Adam Pritchard for the generous sharing!
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout somewhen, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see http://i3wm.org/docs/userguide.html for a complete reference! |
| #!/usr/bin/env python | |
| # Script for showing or setting the dropbox folder. | |
| # | |
| # Execute without options to show current dropbox folder (if non-default). | |
| # Execute with --setfolder=/foo/bar to set new dropbox folder. | |
| # | |
| # Written by Wim Coenen (wcoenen@gmail.com). | |
| import base64 |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
This configuration is no longer updated
No, they're not, but they might seem that way when you first meet them. Thanks to Hack Reactor, I no longer think of them that way. After a deep dive and some BackBone, you won't either. Here's what I'm going to cover:
If you're comfortable with eventing systems, you'll probably want to skip to section three.
| [global] | |
| font = Monospace 10 | |
| # allow a small subset of html markup: | |
| # <b>bold</b> | |
| # <i>italic</i> | |
| # <s>strikethrough<s/> | |
| # <u>underline</u> | |
| # | |
| # for a complete reference see http://developer.gnome.org/pango/stable/PangoMarkupFormat.html |
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |