From b71eb2671c47e498cddd1aec63151e05dbc6049f Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Sun, 26 Feb 2023 17:47:52 -0600 Subject: Images for Readme, hopefully, not used to markdown --- .DS_Store | Bin 6148 -> 6148 bytes README.md | 2 ++ Roblox.dmg | Bin 0 -> 1873104 bytes images/command _for_multiple_arguments.png | Bin 0 -> 44701 bytes images/command_for_single_event.png | Bin 0 -> 42658 bytes images/command_with_students_code.png | Bin 0 -> 45075 bytes images/devout_download_and_install.png | Bin 0 -> 103882 bytes images/output_for_multiple_arguments.png | Bin 0 -> 124677 bytes images/output_for_single_event.png | Bin 0 -> 129668 bytes images/output_for_students_example.png | Bin 0 -> 125812 bytes images/output_no_arguments.png | Bin 0 -> 109830 bytes images/program_with_no_arguments.png | Bin 0 -> 42059 bytes 12 files changed, 2 insertions(+) create mode 100644 Roblox.dmg create mode 100644 images/command _for_multiple_arguments.png create mode 100644 images/command_for_single_event.png create mode 100644 images/command_with_students_code.png create mode 100644 images/devout_download_and_install.png create mode 100644 images/output_for_multiple_arguments.png create mode 100644 images/output_for_single_event.png create mode 100644 images/output_for_students_example.png create mode 100644 images/output_no_arguments.png create mode 100644 images/program_with_no_arguments.png diff --git a/.DS_Store b/.DS_Store index 9658f48..95b06a2 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index ab5928f..b1763fd 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,5 @@ The second line prints /dev/input/event12 to standard out. The third line prints /dev/input/event2, /dev/input/event5, and /dev/input/event25 to standard out. The output is always 5 columns where the first column is an integer representing the event number passed in by the user. The second is the time since the beginning of the program. The third number is the type associated with the event. The fourth number is the code associated with the event. In the fifth and final column is the current value. + +[Example images of downloading, installing, and running the program](./images/*) diff --git a/Roblox.dmg b/Roblox.dmg new file mode 100644 index 0000000..2dd5193 Binary files /dev/null and b/Roblox.dmg differ diff --git a/images/command _for_multiple_arguments.png b/images/command _for_multiple_arguments.png new file mode 100644 index 0000000..f1e28b6 Binary files /dev/null and b/images/command _for_multiple_arguments.png differ diff --git a/images/command_for_single_event.png b/images/command_for_single_event.png new file mode 100644 index 0000000..1b867e1 Binary files /dev/null and b/images/command_for_single_event.png differ diff --git a/images/command_with_students_code.png b/images/command_with_students_code.png new file mode 100644 index 0000000..bebfa15 Binary files /dev/null and b/images/command_with_students_code.png differ diff --git a/images/devout_download_and_install.png b/images/devout_download_and_install.png new file mode 100644 index 0000000..1c2da6a Binary files /dev/null and b/images/devout_download_and_install.png differ diff --git a/images/output_for_multiple_arguments.png b/images/output_for_multiple_arguments.png new file mode 100644 index 0000000..338a282 Binary files /dev/null and b/images/output_for_multiple_arguments.png differ diff --git a/images/output_for_single_event.png b/images/output_for_single_event.png new file mode 100644 index 0000000..73b7921 Binary files /dev/null and b/images/output_for_single_event.png differ diff --git a/images/output_for_students_example.png b/images/output_for_students_example.png new file mode 100644 index 0000000..093b421 Binary files /dev/null and b/images/output_for_students_example.png differ diff --git a/images/output_no_arguments.png b/images/output_no_arguments.png new file mode 100644 index 0000000..771f295 Binary files /dev/null and b/images/output_no_arguments.png differ diff --git a/images/program_with_no_arguments.png b/images/program_with_no_arguments.png new file mode 100644 index 0000000..6a2a906 Binary files /dev/null and b/images/program_with_no_arguments.png differ -- cgit v1.2.1