Skip to content

Instantly share code, notes, and snippets.

function FindProxyForURL(url, host) {
const domains = [
'noc.bmstu.ru',
'ais.bmstu.ru',
'client.bmstu.ru',
'val.bmstu.ru',
'library.bmstu.ru',
'bmstu.press',
'eu.bmstu.ru',
'rasp.eudev.bmstu.ru',
class Point:
def __init__(self, x: float, y: float):
self.x = x
self.y = y
def __sub__(self, other: 'Point') -> 'Point':
return Point(self.x - other.x, self.y - other.y)
def skew_product(a: Point, b: Point) -> float:
@wcdbmv
wcdbmv / latex.md
Created November 22, 2019 15:59
LaTeX