Skip to content

Instantly share code, notes, and snippets.

View thiagolcmelo's full-sized avatar
🏠
Working from home

Luiz Melo thiagolcmelo

🏠
Working from home
View GitHub Profile
@igrigorik
igrigorik / json-bq-schema-generator.rb
Last active November 3, 2022 17:34
BigQuery JSON schema generator
require 'open-uri'
require 'zlib'
require 'yajl'
# References
# - https://developers.google.com/bigquery/preparing-data-for-bigquery#dataformats
# - https://developers.google.com/bigquery/docs/data#nested
#
def type(t)
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active August 26, 2024 22:39
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname