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
@langheran
langheran / Condensed_Documents_Book.tex
Created August 16, 2019 18:53
Condensed documents or books.
% !TEX spellcheck = en-US
% !TEX TS-program = pdflatex
% !TEX encoding = UTF-8 Unicode
\documentclass[a4paper, 12pt]{llncs}
\let\llncssubparagraph\subparagraph
\let\subparagraph\paragraph
\usepackage[compact]{titlesec}
\let\subparagraph\llncssubparagraph
\usepackage{geometry}
@langheran
langheran / todo.Rmd
Created August 30, 2019 20:27
GitHub TODO.
## Bayesian Networks Starter
## Octave Starter
## Github template repositories and why you should not rely on VSStudio
## CUDA on Octave
## Boost minimal
@langheran
langheran / download_udemy.bat
Last active May 27, 2021 06:04
Download Udemy Course
REM python udemy-dl.py https://www.udemy.com/course/master-matlab-through-guided-problem-solving -k cookies.txt -q 360 -o "C:\Users\langh\Videos\Master MATLAB through Guided Problem Solving"
@REM python udemy-dl.py https://www.udemy.com/course/matlab-programming-mxc -k cookies.txt -q 480 -o "C:\Users\langh\Videos\MATLAB onramp 2020"
python udemy-dl.py https://www.udemy.com/course/aws-certified-devops-engineer-professional-hands-on -k cookies.txt -q 480 -o "C:\Users\langh\Videos\aws-certified-devops-engineer-professional-hands-on"
REM 1280x720 720p 122.50MB (Best)
REM 854x480 480p 74.85MB
REM 640x360 360p 55.50MB
REM 256x144 144p
@langheran
langheran / info_udemy.bat
Created May 19, 2020 02:51
Get Info and Quality of Udemy Course
python udemy-dl.py https://www.udemy.com/course/master-matlab-through-guided-problem-solving -k cookies.txt --info
@langheran
langheran / startup.m
Last active January 26, 2021 01:23
Matlab Startup
% C:\Users\langh\Documents\MATLAB\startup.m
clc, disp('?')
beep off
set(0, 'DefaultFigureWindowStyle', 'docked')
set(0, 'DefaultFigureColormap', jet), close all
@langheran
langheran / Test.ipynb
Created May 20, 2020 05:28
TestPGM3-OCR-Learning
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@langheran
langheran / profile.ps1
Created May 27, 2020 20:53
PowerShell Profile
# C:\Users\langh\Documents\WindowsPowerShell\profile.ps1
#region conda initialize
# !! Contents within this block are managed by 'conda init' !!
(& "C:\ProgramData\Miniconda3\Scripts\conda.exe" "shell.powershell" "hook") | Out-String | Invoke-Expression
#endregion
@langheran
langheran / uninstall_msiexec_verbose.bat
Created May 27, 2020 20:54
Uninstall MSIEXEC verbose logging
MsiExec.exe /X{55F6AE38-560C-AA81-77A2-4E3EED44B83A} /L*V "C:\msilog.log"
@langheran
langheran / kernel_list.bat
Created June 10, 2020 03:33
jupyter kernel list
REM pip install jupyterlab
REM pip install octave_kernel
REM pip install ipywidgets
REM dotnet tool install -g dotnet-try
REM dotnet try jupyter install
REM dotnet tool install --global Microsoft.dotnet-interactive
REM dotnet-interactive jupyter install
REM dotnet tool install --version 2.1.3
REM jupyter nbextension enable --py widgetsnbextension
REM pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install
@langheran
langheran / user.js
Created August 4, 2020 23:42
Thunderbird - Profiles - user.js
user_pref("browser.display.foreground_color", "#b1b1b3");
user_pref("browser.display.background_color", "#141414");
pref("msgcompose.text_color", "");
pref("msgcompose.background_color", "");