https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching
# Usage: copy-to-docker-volume SRC_PATH DEST_VOLUME_NAME [DEST_PATH] | |
copy-to-docker-volume() { | |
SRC_PATH=$1 | |
DEST_VOLUME_NAME=$2 | |
DEST_PATH="${3:-}" | |
# create smallest Docker image possible | |
echo -e 'FROM scratch\nLABEL empty=""' | docker build -t empty - | |
# create temporary container to be able to mount volume | |
CONTAINER_ID=$(docker container create -v my-volume:/data empty cmd) | |
# copy files to volume |
# editorconfig.org | |
# top-most EditorConfig file | |
root = true | |
# Default settings: | |
[*] | |
charset = utf-8 | |
insert_final_newline = true | |
indent_style = space |
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)
$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/
<?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/"> |
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
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> |
I hereby claim:
To claim this, I am signing this object:
Windows Registry Editor Version 5.00 | |
[-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder] | |
[-HKEY_CLASSES_ROOT\Directory\shell\Cmder] |