ttrmw - Overview
Pinned Loading
-
1
Ubuntu w/Unity dependencies for building i3gaps:
4
xcb_keysyms.h -- libxcb-keysyms1-dev
5
pango.h -- libpango1.0-dev
-
shell scripts for changing screen brightness
Shell
-
Duo Security plugin for Devise
Ruby
-
1
c = ActiveRecord::Base.connection
3
columns = c.columns(t).collect(&:name).select {|x| x.ends_with?("_id" || x.ends_with("_type"))}
4
indexed_columns = c.indexes(t).collect(&:columns).flatten.uniq
5
unindexed = columns - indexed_columns