Skip to content

Instantly share code, notes, and snippets.

@pbmarcano
pbmarcano / keybase.md
Created June 14, 2019 03:16
keybase.md

Keybase proof

I hereby claim:

  • I am pbmarcano on github.
  • I am marcano (https://keybase.io/marcano) on keybase.
  • I have a public key ASAY-X9OZQ98O00Si_Qglhee1wxccAQLEdQ0ZA-PMugTvgo

To claim this, I am signing this object:

Jobs page
Jobs*
Select job -> Job description
type in search -> Searched jobs
click filter -> Filtered jobs
Searched jobs
clear search -> Jobs
select job -> Job description
@pbmarcano
pbmarcano / SketchSystems.spec
Last active June 22, 2018 14:55
All Projects Page
All Projects Page
# This is a comment
Open project -> Project
Project
List
Task
@pbmarcano
pbmarcano / .bash_profile
Created April 7, 2018 13:19
some dotfiles
# export PS1="\u@\W$ "
export PS1='$(printf "%*s\r%s" $(( COLUMNS-1 )) "[$(git branch 2>/dev/null | grep '^*' | sed s/..//)] $(date +%H:%M:%S)" "\u @ \W 👍 ")'
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
if which swiftenv > /dev/null; then eval "$(swiftenv init -)"; fi
alias bake='bundle exec rake'
alias bails='bundle exec rails'
@pbmarcano
pbmarcano / application.html.erb
Created October 13, 2016 15:42
Nested layouts in Rails
<!DOCTYPE html>
<html>
<head>
<%= render 'layouts/head' %>
</head>
<body>
<%= render 'layouts/navigation' %>
<div class="container">
<%= yield %>