Skip to content

Instantly share code, notes, and snippets.

View friendoye's full-sized avatar
🏠
Build something you passionate about!

Nikita Novik friendoye

🏠
Build something you passionate about!
View GitHub Profile
@friendoye
friendoye / gitdiff.sh
Created June 8, 2019 00:17
Small util for analyze .git diff between commits
#!/bin/bash
comm1="release/v1.0"
comm2="release/v0.7"
working_dir="Android/insta"
report_file="report.txt"
# TODO: Add more information about diff:
# 1) APK size
# 2) Build time (cold running)
# 3) Amount of commits in between
@friendoye
friendoye / hw3.ipynb
Created April 17, 2018 17:27
Information Retrieval HW3
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@friendoye
friendoye / hw2.ipynb
Created April 15, 2018 21:13
Information Retrieval HW 2
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@friendoye
friendoye / hw1.ipynb
Created April 12, 2018 17:38
Information Retrieval HW 1
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@friendoye
friendoye / lab13.ipynb
Last active December 12, 2017 20:17
Machine Learning Lab 13
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@friendoye
friendoye / lab12.ipynb
Created December 5, 2017 21:54
Machine Learning Lab 12
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@friendoye
friendoye / lab10.ipynb
Created November 18, 2017 20:10
Machine Learning Lab 10
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@friendoye
friendoye / lab9.ipynb
Last active November 12, 2017 19:25
Machine Learning Lab 9
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@friendoye
friendoye / lab8.ipynb
Last active November 5, 2017 19:12
Machine Learning Lab 8
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.