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
@startgantt | |
Project starts the 15th of june 2017 | |
[Angular2 and ReactJS training] as [T1] lasts 13 days and is colored in Lavender/LightBlue | |
[Alerts web design] as [T2] lasts 13 days and is colored in Lavender/LightBlue and starts 3 days before [T1]'s end | |
[Alerts web programming] as [T3] lasts 9 days and is colored in Coral/Green and starts the 1st of july 2017 | |
[Alerts web prototype tunning] as [T4] lasts 10 days and is colored in Coral/Green and starts 3 days before [T3]'s end | |
[Deploy] as [T8] lasts 4 days and starts 3 days after [T4]'s start | |
[Data Models] as [T5] lasts 5 days and is colored in Coral/Green and starts 2 days before [T4]'s end | |
[Mongo training] as [T6] lasts 3 days and is colored in Lavender/LightBlue and starts 3 days before [T5]'s end | |
[Alerts icons] as [T7] lasts 5 days and is colored in Coral/Green and starts 4 days after [T5]'s end |
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
[ | |
{ | |
"name": "Clang 6.0.0 for MSVC with VisualStudio.14.0 (amd64)", | |
"visualStudio": "VisualStudio.14.0", | |
"visualStudioArchitecture": "amd64", | |
"compilers": { | |
"C": "C:\\Program Files\\LLVM\\bin\\clang-cl.exe", | |
"CXX": "C:\\Program Files\\LLVM\\bin\\clang-cl.exe" | |
} | |
}, |
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
ffmpeg -n -threads 16 -i "input.mp4" -c:v copy -c:a aac -af "volume=10.0" -preset superfast "output.mp4" |
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
cd C:\dlib-19.8 | |
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 ^ |
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
cd C:\dlib-19.8 | |
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" ^ |
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
::coursera-dl -u [email protected] probabilistic-graphical-models | |
::coursera-dl -u [email protected] probabilistic-graphical-models-2-inference | |
coursera-dl -u [email protected] probabilistic-graphical-models-3-learning | |
:: https://github.com/coursera-dl/coursera-dl/issues/702 |
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
::/X should not be used on running system volumes like C because they would attempt to dismount the very drive that the OS is running on. | |
chkdsk D: /f /r /x |
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
# | |
# This is a CMake makefile. You can find the cmake utility and | |
# information about it at http://www.cmake.org | |
# | |
cmake_minimum_required(VERSION 3.11.4) | |
set(CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE STRING "VSCode Intellisense." FORCE) | |
option(USE_CUDA "Turn on CUDA support." ON) | |
set(USE_CUDA OFF) |
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
totalDuration:=0 | |
Wmp := ComObjCreate("WMPlayer.OCX") | |
Loop, Files, %A_ScriptDir%\*.mp4 | |
{ | |
file:=A_LoopFileFullPath | |
Wmp.Url := file | |
duration:=0 | |
while(!duration) | |
duration:=Wmp.currentMedia.duration | |
totalDuration:=totalDuration+duration |
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
#SingleInstance, Force | |
; title:="Casós de Bet Din - Problemas de vecinos - Pe̝rdida de plusvali̝a - TuTorah TV - tutorah.tv" | |
; title:=RemoveLetterAccents(title) | |
; if(InStr(title,"plus")) | |
; msgbox, %title% | |
; return | |
oFile:=FileOpen("Rabino Joshua Hilu.m3u","r") | |
encoding:=oFile.Encoding | |
; MsgBox,4096,Debugging,Input file encoding=%encoding% ; shows that encoding is UTF-16 |