$ sudo cp pulseaudio.rb /usr/local/Library/Formula/pulseaudio.rb$ brew install pulseaudio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set-option -g prefix C-t | |
| bind-key C-t send-prefix | |
| unbind-key C-b | |
| #set-window-option -g mode-mouse on | |
| set-window-option -g mode-keys vi | |
| set-window-option -g utf8 on | |
| set-option status-utf8 on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class IO | |
| def readline_nonblock(length) | |
| eoferror = nil | |
| begin | |
| data = read_nonblock(length) | |
| rescue Errno::EAGAIN, Errno::EWOULDBLOCK => e | |
| rescue EOFError => e | |
| eoferror = e | |
| end | |
| if not data.nil? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #define R { return | |
| #define P P ( | |
| #define L L ( | |
| #define T S (v, y, c, | |
| #define C ), | |
| #define X x) | |
| #define F );} | |
| int r, a; | |
| P y, X |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source :rubygems | |
| gem 'sinatra' | |
| gem 'thin' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def oh_great(n) | |
| if n == 1 | |
| "2^n n" | |
| else | |
| prev = oh_great(n - 1) | |
| "2^{#{prev}} {#{prev}}" | |
| end | |
| end | |
| def output(n) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en-US"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <meta charset="UTF-8"> | |
| <title>simple MathJax</title> | |
| <script type="text/x-mathjax-config;executed=true"> | |
| MathJax.Hub.Config({ | |
| tex2jax: { inlineMath: [['$','$'],['\\(','\\)']] } | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dim A(โ) | |
| B=9 | |
| for C=0 to 9 | |
| for D=0 to B | |
| A(D)=D | |
| next | |
| for E=B to 0 step -1 | |
| B=B*B | |
| for F=0 to E | |
| if A(E-F)<A(E) or A(E)=0 then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dim A(โ) | |
| B = 2 | |
| for D = 0 to B | |
| A(D) = D | |
| next | |
| for E = B to 0 step -1 | |
| for F = 0 to E | |
| if A(E-F) < A(E) or A(E) = 0 then | |
| G=F | |
| F=E |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ๐ | |
| ๐ | |
| ๐ | |
| ๐ | |
| ๐ฒ | |
| ๐ซ | |
| ๐ | |
| ๐ | |
| ๐ | |
| ๐บ |