I hereby claim:
- I am fhdk on github.
- I am fhundewadt (https://keybase.io/fhundewadt) on keybase.
- I have a public key whose fingerprint is 635A 4C8D F996 95C0 1EAD EE68 FBC4 9626 0E75 D30A
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| """Network check | |
| https://forum.manjaro.org/t/pacman-mirrors-v-4-0-3/18961/102 | |
| https://forum.manjaro.org/t/pacman-mirrors-v-4-0-3/18961/104 | |
| """ | |
| import sys | |
| from urllib.request import urlopen |
I hereby claim:
To claim this, I am signing this object:
| # /etc/sysctl.d/50-inotify.conf | |
| fs.inotify.max_user_watches=524288 |
| # /etc/sysctl.d/99-sysctl.conf | |
| vm.swappiness=10 |
| '========================================================================= | |
| ' | |
| ' https://github.com/wqweto/UcsFiscalPrinters/blob/master/src/Shared/mdJson.bas | |
| ' JSON parsing and dumping functions | |
| ' | |
| '========================================================================= | |
| Option Explicit | |
| DefObj A-Z | |
| Private Const MODULE_NAME As String = "mdJson" |
Here's how to disable the package that is responsible for loading the Git source control support in Visual Studio. Use at your own risk!
devenv.exe in you Visual Studio's Common7\IDE (you'll need elevation for this)[$RootKey$\Packages\{7fe30a77-37f9-4cf2-83dd-96b207028e1b}]
[$RootKey$\SourceControlProviders\{11b8e6d7-c08b-4385-b321-321078cdd1f8}]
devenv /updateconfigurationTable of Contents
| //Visual Basic runtime objects and procedures | |
| //Version: 6.0 | |
| VBRUN; | |
| GUID = {EA544A21-C82D-11D1-A3E4-00A0C90AEA82}; | |
| //Constants for the PaletteMode property (Form, UserControl, UserDocument, PropertyPage, ActiveX Designer). | |
| Enum PaletteModeConstants; | |
| GUID = {531AFF40-D9E9-11CF-B307-00A0C90AEA82}; | |
| //Use system halftone palette. |