Skip to content

Instantly share code, notes, and snippets.

View adamant-pwn's full-sized avatar

Oleksandr Kulkov adamant-pwn

View GitHub Profile
@adamant-pwn
adamant-pwn / #Duality in LP
Created August 7, 2022 01:23
Code for duality in CP article
Code snippets the article about linear programming duality.
@adamant-pwn
adamant-pwn / scrape_ac.py
Created May 6, 2022 23:10
Some functions to simplify CF scraping
from seleniumrequests import Chrome
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.keys import Keys
import selenium.webdriver.support.ui as ui
import getpass
import time
# initiate headless browser driver
# should be run once before any other function
def init():