Skip to content

Instantly share code, notes, and snippets.

View m8x60mm's full-sized avatar

EmEight BySixty m8x60mm

View GitHub Profile
@matthewmcvickar
matthewmcvickar / current_moon_phase.md
Last active September 6, 2017 18:51
A failed attempt at converting the moon-phase finding Ruby script to a Bash shell script.

Trying to Convert the Ruby Moon Phase-finder to Bash

2013-04-02, 10:28pm

Below is my feeble attempt to convert the moon-phase Ruby script into Bash.

Unfortunately, this doesn't work for two reasons:

  1. I don't know shell scripting very well.
  2. Bash arithmetic can't handle anything other than integers.
@bellbind
bellbind / how-to-start-android-project.md
Created January 26, 2011 08:40
[doc][android] How to use Android SDK on Windows with cygwin