Skip to content

Instantly share code, notes, and snippets.

View bitwes's full-sized avatar

Butch Wesley bitwes

View GitHub Profile
anonymous
anonymous / gist:4286875
Created December 14, 2012 16:54
The PERL script’s comments must be blocked and conform to the following example:
# --------------------------------------------------------------------
# <Comments>.
# --------------------------------------------------------------------
A template for the above comment block example is located in location?
...
The PL/SQL script’s comments must be blocked and conform to the following example:
/**********************************************************************/
#!/usr/bin/perl
use strict;
#Because of the way that Perl does in the
my %coins = ( "Quarter" , 25,
"Dime" , 10,
"Nickel", 5 );
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active September 22, 2024 08:03
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname