summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-02-26 17:47:52 -0600
committerClay Smith <claysmith158@gmail.com>2023-02-26 17:47:52 -0600
commitb71eb2671c47e498cddd1aec63151e05dbc6049f (patch)
tree653aa640a9739bee7cb3ddac65475665e3e4f672
parentf78fc3f72f4f09094cbddd22621a6548bd02a730 (diff)
Images for Readme, hopefully, not used to markdown
-rw-r--r--.DS_Storebin6148 -> 6148 bytes
-rw-r--r--README.md2
-rw-r--r--Roblox.dmgbin0 -> 1873104 bytes
-rw-r--r--images/command _for_multiple_arguments.pngbin0 -> 44701 bytes
-rw-r--r--images/command_for_single_event.pngbin0 -> 42658 bytes
-rw-r--r--images/command_with_students_code.pngbin0 -> 45075 bytes
-rw-r--r--images/devout_download_and_install.pngbin0 -> 103882 bytes
-rw-r--r--images/output_for_multiple_arguments.pngbin0 -> 124677 bytes
-rw-r--r--images/output_for_single_event.pngbin0 -> 129668 bytes
-rw-r--r--images/output_for_students_example.pngbin0 -> 125812 bytes
-rw-r--r--images/output_no_arguments.pngbin0 -> 109830 bytes
-rw-r--r--images/program_with_no_arguments.pngbin0 -> 42059 bytes
12 files changed, 2 insertions, 0 deletions
diff --git a/.DS_Store b/.DS_Store
index 9658f48..95b06a2 100644
--- a/.DS_Store
+++ b/.DS_Store
Binary files 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
--- /dev/null
+++ b/Roblox.dmg
Binary files differ
diff --git a/images/command _for_multiple_arguments.png b/images/command _for_multiple_arguments.png
new file mode 100644
index 0000000..f1e28b6
--- /dev/null
+++ b/images/command _for_multiple_arguments.png
Binary files differ
diff --git a/images/command_for_single_event.png b/images/command_for_single_event.png
new file mode 100644
index 0000000..1b867e1
--- /dev/null
+++ b/images/command_for_single_event.png
Binary files differ
diff --git a/images/command_with_students_code.png b/images/command_with_students_code.png
new file mode 100644
index 0000000..bebfa15
--- /dev/null
+++ b/images/command_with_students_code.png
Binary files differ
diff --git a/images/devout_download_and_install.png b/images/devout_download_and_install.png
new file mode 100644
index 0000000..1c2da6a
--- /dev/null
+++ b/images/devout_download_and_install.png
Binary files differ
diff --git a/images/output_for_multiple_arguments.png b/images/output_for_multiple_arguments.png
new file mode 100644
index 0000000..338a282
--- /dev/null
+++ b/images/output_for_multiple_arguments.png
Binary files differ
diff --git a/images/output_for_single_event.png b/images/output_for_single_event.png
new file mode 100644
index 0000000..73b7921
--- /dev/null
+++ b/images/output_for_single_event.png
Binary files differ
diff --git a/images/output_for_students_example.png b/images/output_for_students_example.png
new file mode 100644
index 0000000..093b421
--- /dev/null
+++ b/images/output_for_students_example.png
Binary files differ
diff --git a/images/output_no_arguments.png b/images/output_no_arguments.png
new file mode 100644
index 0000000..771f295
--- /dev/null
+++ b/images/output_no_arguments.png
Binary files differ
diff --git a/images/program_with_no_arguments.png b/images/program_with_no_arguments.png
new file mode 100644
index 0000000..6a2a906
--- /dev/null
+++ b/images/program_with_no_arguments.png
Binary files differ