This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json", | |
"basics": { | |
"name": "Colin McAllister", | |
"label": "Security Developer", | |
"image": "../img/colin.jpg", | |
"email": "[email protected]", | |
"phone": "7028092988", | |
"url": "https://colinmca.com", | |
"summary": "A seasoned Security Developer with a profound committment to cyber security, underpinned by a robust understanding of Python and YAML. Adept at working in a fast-paced environment, with a proven track record of delivering high-quality work on time. A strong team player with a passion for automation, education, and leadership.", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_author_ = "Colin McAllister (Offset Colin)" | |
import requests | |
from bs4 import BeautifulSoup | |
request = requests.get("https://www.johnlewis.com/herman-miller-aeron-office-chair-graphite/p3177252") | |
content = request.content | |
soup = BeautifulSoup(content, "html.parser") | |
element = soup.find("p", "price price--large") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.data | |
Colin BYTE "Welcome to my Website" | |
.code | |
main proc | |
MOV EDX, Offset Colin | |
CALL WriteString | |
main endp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sdfg |