Skip to content

Commit

Permalink
Update homework.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Myralllka authored Oct 12, 2020
1 parent 9a1ce41 commit 563ac90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weeks/week2/homework.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1. Write a program that prints your ip adress.
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`
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 `$`).

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 comments on commit 563ac90

Please sign in to comment.