This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % !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} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Bayesian Networks Starter | |
| ## Octave Starter | |
| ## Github template repositories and why you should not rely on VSStudio | |
| ## CUDA on Octave | |
| ## Boost minimal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python udemy-dl.py https://www.udemy.com/course/master-matlab-through-guided-problem-solving -k cookies.txt --info |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % C:\Users\langh\Documents\MATLAB\startup.m | |
| clc, disp('?') | |
| beep off | |
| set(0, 'DefaultFigureWindowStyle', 'docked') | |
| set(0, 'DefaultFigureColormap', jet), close all |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MsiExec.exe /X{55F6AE38-560C-AA81-77A2-4E3EED44B83A} /L*V "C:\msilog.log" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user_pref("browser.display.foreground_color", "#b1b1b3"); | |
| user_pref("browser.display.background_color", "#141414"); | |
| pref("msgcompose.text_color", ""); | |
| pref("msgcompose.background_color", ""); |