As configured in my dotfiles.
start new:
tmux
start new with session name:
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| #!/usr/bin/env ruby | |
| # checkout the readme from the master branch | |
| `git checkout gh-pages; git checkout master README.md` | |
| path = `pwd`.gsub(/\n/, "") | |
| readme_path = File.join(path, "README.md") | |
| index_path = File.join(path, "index.md") | |
| # write the index readme file |
| #!/bin/sh | |
| ### | |
| # SOME COMMANDS WILL NOT WORK ON macOS (Sierra or newer) | |
| # For Sierra or newer, see https://github.com/mathiasbynens/dotfiles/blob/master/.macos | |
| ### | |
| # Alot of these configs have been taken from the various places | |
| # on the web, most from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/5b3c8418ed42d93af2e647dc9d122f25cc034871/.osx |
| #!/bin/bash | |
| export THEOS=/opt/theos | |
| # clone theos.git | |
| cd /opt | |
| git clone git://github.com/DHowett/theos.git | |
| # clone iphoneheaders.git | |
| cd $THEOS | |
| mv include include.bak |
| # Header 1 # | |
| ## Header 2 ## | |
| ### Header 3 ### (Hashes on right are optional) | |
| #### Header 4 #### | |
| ##### Header 5 ##### | |
| ## Markdown plus h2 with a custom ID ## {#id-goes-here} | |
| [Link back to H2](#id-goes-here) | |
| This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one |
Since this is on Hacker News and reddit...
_t in my types. I spend a lot of time at a level where I can do that; "reserved for system libraries? I am the system libraries".char *s.type * name, however, is entirely intentional.| # $Header: /root/RCS/siriproxy-raspberrypi.txt,v 1.9 2013/11/09 08:11:00 root Exp $ | |
| # $Log: siriproxy-raspberrypi.txt,v $ | |
| # Revision 1.9 2013/11/09 08:11:00 root | |
| # updated for latest RVM which installs dependencies and Ruby by default | |
| # | |
| # Revision 1.8 2013/03/22 20:41:20 root | |
| # updated for Ruby 2.0.0 and SiriProxy 0.5.2 | |
| # | |
| # Revision 1.7 2012/12/31 04:42:57 root | |
| # shorter URL for newark and typos |
| #!/usr/bin/python | |
| import requests, re | |
| btc_rate = 139.0 | |
| dollar_total = 0.0 | |
| btc_total = 0.0 | |
| page = requests.get('http://istouchidhackedyet.com/').text | |
| dollar_pledges = re.findall(r'-.+\$(\d+)', page) |
| #!/usr/bin/perl | |
| use Mysql; | |
| use strict; | |
| use vars qw($school_name); | |
| use vars qw($pass); | |
| require "./cgi-lib.pl"; |