Skip to content

Instantly share code, notes, and snippets.

View zhrkvl's full-sized avatar

Zahar Koval zhrkvl

  • Limassol, Cyprus
View GitHub Profile
@andreibosco
andreibosco / yubikey-windows10.md
Last active February 19, 2025 21:19
Setting up Yubikey with SSH and Git on Windows 10 + Powershell
@zhrkvl
zhrkvl / Chujnia
Created June 16, 2015 09:16
Bullshit
withFile = 1
if(withFile == 1):
fin = open('input.txt', 'r')
fout = open('output.txt', 'w')
def getl():
if(withFile == 0):
return input()
else: