Skip to content

Instantly share code, notes, and snippets.

View NiCkEl5's full-sized avatar

Jaime Labra NiCkEl5

  • NiCkEl Solutions
  • Barcelona, Spain
View GitHub Profile
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 31, 2025 19:19
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@JamesChevalier
JamesChevalier / transparency.html
Created December 21, 2011 15:46
Transparent layers in HTML via three-div structure
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
html
{
/* Set background image so that transparency is easy to see */
background: #fff url(http://uhaweb.hartford.edu/CASS/unicorn.jpg) fixed no-repeat;
}
#container
@rkh
rkh / Gemfile
Created December 14, 2011 11:16 — forked from blambeau/Gemfile
jquery-sinatra-streaming
source "http://rubygems.org/"
gem "sinatra", "~> 1.3.0"
gem "thin"