Skip to content

Instantly share code, notes, and snippets.

@OrangeCrush
OrangeCrush / tmux-notes.md
Last active December 21, 2019 11:49
Tmux Notes

Tmux 101

Why you should use tmux

  • Detachable for long running scripts / workloads
  • Organize your work
  • Remember what you were working on last
  • Type in your password less
  • Keep your ssh sessions alive when transporting laptop
  • Sync panes to work in multiple at once
  • Look like a hacker
@guerrerocarlos
guerrerocarlos / main.js
Created September 6, 2012 05:07
loading socket.io using require.js
// Require.js allows us to configure shortcut alias
require.config({
// The shim config allows us to configure dependencies for
// scripts that do not call define() to register a module
shim: {
'socketio': {
exports: 'io'
},
'underscore': {
exports: '_'
@agarie
agarie / index.html
Created May 6, 2012 03:55
CSS buttons for pokémon types.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pok&eacute;mon Buttons for each type</title>
<link rel="stylesheet" type="text/css" href="./types.css" />
</head>
<body>
<div class='container'>
<span class="type normal left">normal</span>