Cleaning repo is easy as 1.2.3
Find: [ ]+$
Replace: (empty)
| // TEXSupRTLSupport is a helper script with the goal to intellegently filter strings | |
| // before being processed to existing arabic plugins in Unity Game Engine. | |
| // It's originally developed for my TEXDraw plugin and released here without any changes. | |
| // The script allows you to mix arabic - english (bidirectional) text without any problem, | |
| // along with LaTeX syntaxes and commands that implemented in TEXDraw. | |
| // However it's not guaranteed to work 100% in regular Text Component, | |
| // because the code doesn't handle HTML tags, and Text Component it self | |
| // doesn't handle reversed wrapping (See PersianFixer git for the solution). | |
| // Code implementation starts from ReplaceString () |
| @echo off | |
| :: Ganti judul | |
| title Testing Aplikasi BAT | |
| :: Tulis pesan | |
| echo Tunggu sebentar.... | |
| :: Animasi timeout per 1 detik | |
| timeout /T 1 > nul |
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\cmd_ext] | |
| @="Open with &Cmd" | |
| "Icon"="cmd.exe" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\cmd_ext\command] | |
| @="cmd.exe /s /k pushd \"%V\"" | |
| <!-- This is HTML comment, but works well anyway --> | |
| <!-- See http://wellosoft.net/blog/en/2017/hello-world.html for preview --> | |
| ## The playground | |
| #### Not yet | |
| ###### Yet ... | |
| *** | |
| <br> | |
| Now, you may see an `inline code` or _italic_ or **bold** or ~~striking~~ texts. |
| REM Script shell to remove bloats the included within Windows 10. Run with elevated access. | |
| REM http://wellosoft.net/blog/en/2017/make-windows-great-a.html | |
| REM !IMPORTANT! READ THE WHOLE BATCH FILE BEFORE EXECUTION. | |
| REM !IMPORTANT! THE FILE PROVIDED AS-IS. MODIFY AS YOU WISH. | |
| @echo off | |
| cls |
| /* | |
| * | |
| * This is a Go Application for measuring code metrics | |
| * File selection can be included via arguments as extension, or: | |
| * append '+' for exclusion as filename | |
| * append '-' for exclusion as filename | |
| * append '!' for exclusion as extension | |
| * | |
| * Compile => go build -o CodeMetrics.exe CodeMetrics.go | |
| * Launch => CodeMetrics js !min.js |
| var disqus_config = function () { | |
| // Disqus config here | |
| }; | |
| var show_disqus = document.getElementById('show-disqus'); | |
| show_disqus.onclick = function() { | |
| show_disqus.textContent = 'Loading...'; | |
| // OR | |
| show_disqus.parentNode.removeChild(show_disqus); | |
| var d = document, s = d.createElement('script'); |
| ["Aaliyah", "Aarushi", "Abagail", "Abbey", "Abbi", "Abbie", "Abby", "Abi", "Abia", "Abigail", "Abree", "Abrianna", "Abrielle", "Aby", "Acacia", "Ada", "Adalia", "Adaline", "Adalyn", "Addie", "Addilyn", "Addison", "Adelaide", "Adele", "Adelene", "Adelia", "Adelina", "Adeline", "Adelynn", "Adora", "Adreanna", "Adriana", "Adrianna", "Adrianne", "Adrienne", "Ady", "Aerona", "Agatha", "Aggie", "Agnes", "Aida", "Aileen", "Ailsa", "Aimee", "Aine", "Ainsleigh", "Ainsley", "Aisha", "Aisling", "Aislinn", "Aislynn", "Alaina", "Alana", "Alanis", "Alanna", "Alannah", "Alaska", "Alayah", "Alayna", "Alba", "Albany", "Alberta", "Albertina", "Aleah", "Alecia", "Aleisha", "Alejandra", "Alena", "Alessandra", "Alessia", "Alex", "Alexa", "Alexandra", "Alexandria", "Alexia", "Alexis", "Alexus", "Ali", "Alia", "Aliana", "Alice", "Alicia", "Alina", "Alisa", "Alisha", "Alison", "Alissa", "Alivia", "Aliyah", "Aliza", "Alize", "Alka", "Allie", "Allison", "Ally", "Allyson", "Alma", "Alondra", "Alya", "Alycia", "Alyshialynn", "Alyson", " |
| for %%v in (*.mp4) do ffmpeg -i "%%v" -vcodec h264 -b:v 800k -acodec mp3 "compress/%%v" |