Skip to content

Instantly share code, notes, and snippets.

View langheran's full-sized avatar
🎧
Automation Ninja 🐱‍👓

Nisim Hurst-Tarrab langheran

🎧
Automation Ninja 🐱‍👓
View GitHub Profile
# For documentation, see https://www.sumatrapdfreader.org/settings3.2.html
MainWindowBackground = #ffffff
EscToExit = false
ReuseInstance = false
UseSysColors = false
RestoreSession = true
FixedPageUI [
TextColor = #dedede
@langheran
langheran / explore_YTF.ipynb
Last active May 22, 2019 22:38
Explore Youtube Faces dataset.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@langheran
langheran / Launchy.ini
Last active January 9, 2024 03:36
Launchy configuration
[General]
donateTime=@Variant(\0\0\0\x10\0\0\0\0\xff\xff\xff\xff\xff)
version=260
[GenOps]
skin=Black Glass
hotkeyModifier=134217728
hotkeyAction=32
alwaysshow=false
alwaystop=true
@langheran
langheran / compile_paper.bat
Last active May 22, 2019 22:46
R Markdown compilation sequence.
makeglossaries "paper"
del "paper.aux"
del "paper.bcf"
del "paper.blg"
del "paper.log"
del "paper.out"
del "paper.tex"
del "paper.thm"
del "paper.synctex.gz"
del "paper.bbl"
@langheran
langheran / YTF password.txt
Created May 22, 2019 22:50
Youtube Faces Dataset FTP password.
YouTube Faces DB
Thanks for allowing us to keep in touch.
Login: wolftau
Password: wtal997
@langheran
langheran / compress_video.bat
Created May 22, 2019 22:51
Compress video using ffmpeg.
ffmpeg -i 2017-09-04_03-17-24_1801716879_1080.mp4 -vf "scale=iw/4:ih/4" 2017-09-04_03-17-24_1801716879_1080_compressed.mp4
@langheran
langheran / references.Rmd
Created May 22, 2019 23:28
Rmd Review YAML
---
title: Literature Review
subtitle:
author: "[Nisim Hurst](mailto:langheran@gmail.com)"
date: Monday 15 April 2019
abstract: ""
bibliography: bib.bib
urlcolor: blue
biblio-style: "authoryear" # "apalike" "apa" "authoryear"
link-citations: true
@langheran
langheran / convert-to-1.5-PDF.bat
Created May 28, 2019 17:21
Convert 1.6 PDF to 1.5
"C:\Program Files (x86)\gs\gs9.27\bin\gswin32c.exe" -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=The-C-Programming-Language.pdf The-C-Programming-Language-original.pdf
@langheran
langheran / install.bat
Last active June 21, 2019 18:39
Install DLib on windows.
rd /s /q build
mkdir build
cd build
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
cmake -G "Ninja" ^
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON ^
-D "CMAKE_C_COMPILER=C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe" ^
-D "CMAKE_CXX_COMPILER=C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe" ^
@langheran
langheran / default.css
Last active June 11, 2019 16:52
Custom Style CSS for VSCode.
@font-face {
font-family: MerriweatherNisim monospacified;
src: url("MerriweatherNisim_monospacified_for_UbuntuMono.ttf");
}
@font-face {
font-family: NisimBookAntiqua monospacified;
src: url("NisimBookAntiqua_monospacified_for_UbuntuMono.ttf");
}