Remember:
- Replace double precentages with single precentage if you want to use it in CMD directly.
- When file names are printed out, they already include double quotes.
@echo off
| #!/usr/bin/env python | |
| ############################################################################## | |
| # TODO: | |
| # * create gnome dock w/ status, pause, and lock-rotation options | |
| # * documentation | |
| ############################################################################## | |
| from glob import glob | |
| import logging | |
| import os | |
| import signal |
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Collections.Specialized; | |
| using System.ComponentModel; | |
| using System.Diagnostics; | |
| using System.Dynamic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; |
| using System; | |
| using System.Text; | |
| using System.Text.RegularExpressions; | |
| using System.IO; | |
| namespace KlerksSoft | |
| { | |
| public static class TextFileEncodingDetector | |
| { | |
| /* |
| https://docs.microsoft.com/en-us/DeployOffice/vlactivation/gvlks | |
| ================================================================= | |
| Office Professional Plus 2019 NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP | |
| Office Standard 2019 6NWWJ-YQWMR-QKGCB-6TMB3-9D9HK | |
| Project Professional 2019 B4NPR-3FKK7-T2MBV-FRQ4W-PKD2B | |
| Project Standard 2019 C4F7P-NCP8C-6CQPT-MQHV9-JXD2M | |
| Visio Professional 2019 9BGNQ-K37YR-RQHF2-38RQ3-7VCBB | |
| Visio Standard 2019 7TQNQ-K3YQQ-3PFH7-CCPPM-X4VQ2 | |
| Access 2019 9N9PT-27V4Y-VJ2PD-YXFMF-YTFQT | |
| Excel 2019 TMJWT-YYNMB-3BKTF-644FC-RVXBD |
| CREATE FUNCTION dbo.RepetitiveReplace_fn | |
| ( | |
| @P_String VARCHAR(MAX), | |
| @P_Pattern VARCHAR(MAX), | |
| @P_ReplaceString VARCHAR(MAX), | |
| @P_ReplaceLength INT = 1 | |
| ) | |
| RETURNS VARCHAR(MAX) | |
| BEGIN | |
| DECLARE @Index INT; |
| <?php | |
| array( | |
| array('id' => 1, 'title' => _('Afghane')), | |
| array('id' => 2, 'title' => _('Albanaise')), | |
| array('id' => 3, 'title' => _('Algerienne')), | |
| array('id' => 4, 'title' => _('Allemande')), | |
| array('id' => 5, 'title' => _('Americaine')), | |
| array('id' => 6, 'title' => _('Andorrane')), | |
| array('id' => 7, 'title' => _('Angolaise')), | |
| array('id' => 8, 'title' => _('Antiguaise et barbudienne')), |