class: center, middle
... works on your ubuntu laptop too
??? to view python3 -m http.server then open a browser at http://0.0.0.0:8000/presentation.html
class: center, middle
... works on your ubuntu laptop too
??? to view python3 -m http.server then open a browser at http://0.0.0.0:8000/presentation.html
... to my blog style space for easier contribution by third parties and to provide what I believe to be an easier reading experience. Please field all enquiries and issues to the source repository.
#!/usr/bin/env python | |
""" | |
Author: Jeremy McCoy (jeremy@awesomegeek.com) | |
License: WTFPL | |
About: | |
This script helps you to check if any of your usernames and passwords have | |
been found in major security leaks. | |
It Will take your decrypted passwords from KeePass or simlar and send SHA1 |
cmd /c ""C:\Program Files (x86)\Git\bin\bash.exe" --login -i -- H:\Daily_Reports\yesterdayTogglReport.sh" |
Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.
Translations: (No guarantee that the translations are up-to-date)
# Detect operating system in Makefile. | |
# Author: He Tao | |
# Date: 2015-05-30 | |
OSFLAG := | |
ifeq ($(OS),Windows_NT) | |
OSFLAG += -D WIN32 | |
ifeq ($(PROCESSOR_ARCHITECTURE),AMD64) | |
OSFLAG += -D AMD64 | |
endif |
CB_color_cycle = ['#377eb8', '#ff7f00', '#4daf4a', | |
'#f781bf', '#a65628', '#984ea3', | |
'#999999', '#e41a1c', '#dede00'] |