Skip to content

Instantly share code, notes, and snippets.

wget --tries=inf --timestamping --recursive --level=inf --convert-links --page-requisites "http://cplusplus.com/reference"
import requests
import time
url = "https://2015.legitbs.net/scoreboard#"
cur = ""
html = requests.get(url).text
tmp = html.split('\n')
for c in tmp:
if "class='locked'" in c:
# Data Segment
.data
input: .asciiz "Input numbers\n"
msg_a: .asciiz "a: "
msg_b: .asciiz "b: "
vline: .asciiz "|"
minus: .asciiz "-"
plus: .asciiz "+"
index: .asciiz "a\b"
space: .asciiz " "