Skip to content

Instantly share code, notes, and snippets.

View pqnga's full-sized avatar

ngapham@kobiton.com pqnga

  • Ho Chi Minh City, Vietnam
View GitHub Profile
@pqnga
pqnga / md-cal.sh
Created October 3, 2021 04:05 — forked from chrxn/md-cal.sh
Generate markdown table calendar. Use wiki links to individual days
# modified to use gdate for macos -- obtain 'gdate' by running `brew install coreutils`
startdate=2020-01-01
enddate=2020-12-31
# controls the link format for each day:
# [[ $linkformat | $displayformat ]]
linkformat="%Y-%b-%d-%a"
displayformat="%d"
# marker for empty days in calendar view
@pqnga
pqnga / android_instructions_23.md
Last active September 25, 2019 04:21 — forked from agrcrobles/android_instructions_29.md
Setup Android development environment on a Mac

Here is a high level overview for what you need to do to get most of an Android environment setup and maintained.

Prerequisites (for Homebrew at a minimum, lots of other tools need these too):

  • XCode is installed (via the App Store)
  • XCode command line tools are installed (xcode-select --install will prompt up a dialog)
  • Java

Install Homebrew: