- Głowny cel: deploy na Heroku, 115 osobom się udało! 🍺
- Część prac zwracała kompletne strony
wwwRespect! Ale trudno było sprawdzać.
Zwracanie Hello, World!
- Sprawdzarka reagowała tylko na
response == 'Hello, World!'sorry.
| function mc | |
| set SHELL_PID %self | |
| set MC_PWD_FILE "/tmp/mc-$USER/mc.pwd.$SHELL_PID" | |
| /usr/bin/mc -P $MC_PWD_FILE $argv | |
| if test -r $MC_PWD_FILE | |
| set MC_PWD (cat $MC_PWD_FILE) | |
| if test -n "$MC_PWD" |
| Shortcut Description | |
| --------------------------------------------------------------- | |
| Ctrl + O Drop to the console | |
| Insert Select/deselect file | |
| * Invert selection on files | |
| + Specify file selection options (including custom pattern) | |
| - The same as above, but for deselecting | |
| F5/F6 Copy/move selected files |
| from hashlib import sha1 | |
| def hash_string(string_to_hash): | |
| hasher = sha1() | |
| bytes_string = string_to_hash.lower().strip().encode('utf-8') | |
| hasher.update(bytes_string) | |
| return hasher.hexdigest() | |
| email = 'my_address@domain.com' | |
| print(hash_string(email)) |
This is a SCRIPT-8 cassette.
This is a SCRIPT-8 cassette.