Skip to content

Commit 563ac90

Browse files
authored
Update homework.md
1 parent 9a1ce41 commit 563ac90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

weeks/week2/homework.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
1. Write a program that prints your ip adress.
22
1. List all installed programs which contain `apps` or `cs` or `ba` case insensitive separated with `->`. Example: `pr_apps.py->cs2->ba_11`. Hint: to list all installed packages use `pacman -Q`
33
1. Write a keylogger. As a command line argument it takes a file path where to store logs. If the log file or path do not exist, the program should create them. Each command that user entered should be prefixed with timestamp (`[year:month:day|hour:min:sec]`). The commands should work as in the usual command line. Prompt of the keylogger can be any symbol or string (e.g. `>` or `$`).
4+
5+
All programs must have a description and usage examples on the very top of the file as a comment or in the README.md file.

0 commit comments

Comments
 (0)