List all packages
Get-AppxPackage | Select Name, PackageFullName
To remove apps from your current user.
- Open PowerShell (DO NOT open as Administrator)
- Run this command
List all packages
Get-AppxPackage | Select Name, PackageFullName
To remove apps from your current user.
Ruby needs installed first. See https://gist.github.com/BradKnowles/da71a74c829917cff59f#file-ruby-md. These notes came from https://help.github.com/articles/using-jekyll-with-pages/
gem install bundler
Create and navigate to the directory holding the website
Windows Registry Editor Version 5.00 | |
[-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder] | |
[-HKEY_CLASSES_ROOT\Directory\shell\Cmder] |
I hereby claim:
To claim this, I am signing this object:
using System; | |
/// <summary> | |
/// The exception is thrown when the requested aggregate is not found by the <see cref="IEventStore"/> implementation. | |
/// </summary> | |
public class AggregateNotFoundException : Exception | |
{ | |
/// <summary> | |
/// Initializes a new instance of the <see cref="AggregateNotFoundException"/> class. | |
/// </summary> |
Securing Firefox https://www.privateinternetaccess.com/blog/2018/09/firefox-hardening-guide/
Disable WebRTC media.peerconnection.enabled = false
Disable Fingerprinting privacy.resistFingerprinting = false
Disable the 3DES cipher
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet version="3.0" xml:base="http://www.gutenberg.org/" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:cc="http://web.resource.org/cc/" | |
xmlns:pgterms="http://www.gutenberg.org/2009/pgterms/" | |
xmlns:dcterms="http://purl.org/dc/terms/" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
xmlns:dcam="http://purl.org/dc/dcam/" | |
xmlns:marcrel="http://id.loc.gov/vocabulary/relators/"> |
$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/
Some of the books I'll be recommending are based on .NET. Do not be discouraged. We shouldn't strive to stick to a specific technology stack. Your ambitions and goals will evolve over time and that might lead you a completely new space. Moreover, there are lessons to be learned from an environment that's different from what you're used to.
"C# in depth" by Jon Skeet (Book)
"F# for C# developers" by Tao Liu (Book)
F# to C# interop tips by Scott Wlaschin (Gist)
# editorconfig.org | |
# top-most EditorConfig file | |
root = true | |
# Default settings: | |
[*] | |
charset = utf-8 | |
insert_final_newline = true | |
indent_style = space |