Skip to content

Instantly share code, notes, and snippets.

View kostyay's full-sized avatar

Kostya Ostrovsky kostyay

View GitHub Profile
@kostyay
kostyay / protorepo
Last active April 3, 2020 13:40
proto single repo
├───github.com
│ ├───stackpulse
│ │ ├───service1
│ │ ├───service2
│ │ └───service3
│ └───thirtparty
│ └───project
└───google
@kostyay
kostyay / FoxitReaderFedora26
Created July 27, 2017 08:11
How to get Foxit Reader to run on Fedora 26
cd ~/opt/foxitsoftware/foxitreader
ln -s /lib64/libssl.so.10 lib/libssl.so.1.0.0
ln -s /lib64/libcrypto.so.10 lib/libcrypto.so.1.0.0
@kostyay
kostyay / download_zwift_updates.py
Last active January 25, 2019 18:33
Python script to download Zwift updates. Fixes the Z113 error/ Update failure "at line 594 in patcher.cpp"
#
# To use make sure to install the following packages:
# pip install requests pyOpenSSL ndg-httpsclient pyasn1
#
import sys
import xml.etree.ElementTree as ET
#import ipdb
import requests