View cloudSettings
This file contains 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
{"lastUpload":"2019-07-17T23:01:07.107Z","extensionVersion":"v3.4.0"} |
View C# XmlSerialization
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<Person xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<name>testy</name> | |
</Person> |
View boxstarter-heleen
This file contains 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
cinst notepadplusplus.install | |
cinst dropbox | |
cinst powershell | |
# ENTERTAINMENT | |
cinst vlc | |
cinst utorrent | |
cinst skype | |
cinst popcorntime |
View boxstarter
This file contains 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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
# INITIAL | |
cinst -y dropbox | |
cinst -y googlechrome | |
cinst -y notepadplusplus.install | |
# GIT | |
cinst -y git | |
cinst -y Git-Credential-Manager-for-Windows |