diff options
-rw-r--r-- | .DS_Store | bin | 6148 -> 6148 bytes | |||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | Roblox.dmg | bin | 0 -> 1873104 bytes | |||
-rw-r--r-- | images/command _for_multiple_arguments.png | bin | 0 -> 44701 bytes | |||
-rw-r--r-- | images/command_for_single_event.png | bin | 0 -> 42658 bytes | |||
-rw-r--r-- | images/command_with_students_code.png | bin | 0 -> 45075 bytes | |||
-rw-r--r-- | images/devout_download_and_install.png | bin | 0 -> 103882 bytes | |||
-rw-r--r-- | images/output_for_multiple_arguments.png | bin | 0 -> 124677 bytes | |||
-rw-r--r-- | images/output_for_single_event.png | bin | 0 -> 129668 bytes | |||
-rw-r--r-- | images/output_for_students_example.png | bin | 0 -> 125812 bytes | |||
-rw-r--r-- | images/output_no_arguments.png | bin | 0 -> 109830 bytes | |||
-rw-r--r-- | images/program_with_no_arguments.png | bin | 0 -> 42059 bytes |
12 files changed, 2 insertions, 0 deletions
Binary files differ @@ -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 Binary files differnew file mode 100644 index 0000000..2dd5193 --- /dev/null +++ b/Roblox.dmg diff --git a/images/command _for_multiple_arguments.png b/images/command _for_multiple_arguments.png Binary files differnew file mode 100644 index 0000000..f1e28b6 --- /dev/null +++ b/images/command _for_multiple_arguments.png diff --git a/images/command_for_single_event.png b/images/command_for_single_event.png Binary files differnew file mode 100644 index 0000000..1b867e1 --- /dev/null +++ b/images/command_for_single_event.png diff --git a/images/command_with_students_code.png b/images/command_with_students_code.png Binary files differnew file mode 100644 index 0000000..bebfa15 --- /dev/null +++ b/images/command_with_students_code.png diff --git a/images/devout_download_and_install.png b/images/devout_download_and_install.png Binary files differnew file mode 100644 index 0000000..1c2da6a --- /dev/null +++ b/images/devout_download_and_install.png diff --git a/images/output_for_multiple_arguments.png b/images/output_for_multiple_arguments.png Binary files differnew file mode 100644 index 0000000..338a282 --- /dev/null +++ b/images/output_for_multiple_arguments.png diff --git a/images/output_for_single_event.png b/images/output_for_single_event.png Binary files differnew file mode 100644 index 0000000..73b7921 --- /dev/null +++ b/images/output_for_single_event.png diff --git a/images/output_for_students_example.png b/images/output_for_students_example.png Binary files differnew file mode 100644 index 0000000..093b421 --- /dev/null +++ b/images/output_for_students_example.png diff --git a/images/output_no_arguments.png b/images/output_no_arguments.png Binary files differnew file mode 100644 index 0000000..771f295 --- /dev/null +++ b/images/output_no_arguments.png diff --git a/images/program_with_no_arguments.png b/images/program_with_no_arguments.png Binary files differnew file mode 100644 index 0000000..6a2a906 --- /dev/null +++ b/images/program_with_no_arguments.png |