This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Homework 3a: The "Riffle Shuffle" | |
| -- Max Smith and Kristian Freeman | |
| -- TA: Caleb Nelson | |
| with Ada.Integer_Text_IO; use Ada.Integer_Text_IO; | |
| with Ada.Text_IO; use Ada.Text_IO; | |
| PROCEDURE hw3a is | |
| maxDeck : CONSTANT positive := 52; -- Card decks don't get any larger... | |
| SUBTYPE deckRange is positive RANGE 1..maxDeck; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set makeprg=/usr/local/gnat/bin/gnatmake |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short --since="`date -v-1d '+%m/%d/%y'`" | |
| Prettier: | |
| git log --pretty=format:"%ad | [`pwd`]%n- %s%d" --graph --date=short --since="`date -v-1d '+%m/%d/%y'`" | |
| Day One: | |
| git log --pretty=format:"%ad | [`pwd`]%n- %s%d" --graph --date=short --since="`date -v-1d '+%m/%d/%y'`" | dayone new |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo ln -s /Applications/Day\ One.app/Contents/MacOS/dayone /usr/bin |
NewerOlder