2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
.venv
|
||||
site/
|
|
@ -1,4 +1,4 @@
|
|||
# C/C++ Cheat Sheet
|
||||
# C/C++
|
||||
|
||||
## Naming convention
|
||||
|
|
@ -82,7 +82,7 @@ cp SOURCE DESTINATION # copy SOURCE to DESTINATION
|
|||
|
||||
### Files Permissions & Ownership
|
||||
|
||||

|
||||

|
||||
|
||||
```sh
|
||||
chmod MODE FILE # change file (or directory) permissions
|
|
@ -1,4 +1,4 @@
|
|||
# Bash Cheat Sheet
|
||||
# Bash Scripting
|
||||
|
||||
[Bash Manual](https://www.gnu.org/software/bash/manual/)
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# CSS Cheat Sheet
|
||||
# CSS
|
||||
|
||||
## Applying CSS to HTML
|
||||
|
||||
|
@ -644,7 +644,7 @@ Specificity is usually the reason why CSS-rules don't apply to some elements whe
|
|||
|
||||
## Box Model
|
||||
|
||||

|
||||

|
||||
|
||||
### Padding
|
||||
|
|
@ -277,7 +277,7 @@ Indexes are special data structures that store a small portion of the collection
|
|||
|
||||
Indexes _slow down writing operations_ since the index must be updated at every writing.
|
||||
|
||||
 using an index")
|
||||
 using an index")
|
||||
|
||||
### [Index Types](https://docs.mongodb.com/manual/indexes/#index-types)
|
||||
|
||||
|
@ -403,7 +403,7 @@ Shard components are:
|
|||
- A config server, instance of MongoDB which contains metadata on the cluster, that is the set of instances that have the shard data.
|
||||
- A router (or `mongos`), instance of MongoDB used to redirect the user instructions from the client to the correct server.
|
||||
|
||||

|
||||

|
||||
|
||||
### [Replica set](https://docs.mongodb.com/manual/replication/)
|
||||
|
|
@ -1286,7 +1286,7 @@ public static System.Collections.IEnumerable<int> IterateRange(int start = 0, in
|
|||
|
||||
## Structs (Custom Value Types) & Classes (Custom Reference Types)
|
||||
|
||||

|
||||

|
||||
|
||||
**Structure** types have _value semantics_. That is, a variable of a structure type contains an _instance_ of the type.
|
||||
|
||||
|
@ -2030,7 +2030,7 @@ Generic type parameters support covariance and contravariance to provide greater
|
|||
- **Contravariance**: Enables to use a more generic (less derived) type than originally specified.
|
||||
- **Invariance**: it's possible to use _only_ the type originally specified; so an invariant generic type parameter is neither covariant nor contravariant.
|
||||
|
||||

|
||||

|
||||
|
||||
**NOTE**: annotate generic type parameters with `out` and `in` annotations to specify whether they should behave covariantly or contravariantly.
|
||||
|
|
@ -9,8 +9,8 @@ Components are .NET C# classes built into .NET assemblies that:
|
|||
- Can be nested and reused.
|
||||
- Can be shared and distributed as Razor class libraries or NuGet packages.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
The component class is usually written in the form of a Razor markup page with a `.razor` file extension. Components in Blazor are formally referred to as *Razor components*.
|
||||
|
|
@ -13,8 +13,8 @@ Custom filters can be created to handle cross-cutting concerns. Examples of cros
|
|||
|
||||
Filters run within the _ASP.NET Core action invocation pipeline_, sometimes referred to as the _filter pipeline_. The filter pipeline runs after ASP.NET Core selects the action to execute.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## **Filter types**
|
||||
|
|
@ -23,7 +23,7 @@ When a middleware short-circuits, it's called a *terminal middleware* because it
|
|||
|
||||
The ASP.NET Core request pipeline consists of a sequence of request delegates, called one after the other.
|
||||
|
||||

|
||||

|
||||
|
||||
Each delegate can perform operations before and after the next delegate. Exception-handling delegates should be called early in the pipeline, so they can catch exceptions that occur in later stages of the pipeline. It's possible to chain multiple request delegates together with `Use`.
|
||||
|
||||
|
@ -74,8 +74,8 @@ public class Startup
|
|||
|
||||
## Middleware Order
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
The Endpoint middleware executes the filter pipeline for the corresponding app type.
|
||||
|
|
@ -242,7 +242,7 @@ git checkout <primary_branch>
|
|||
git rebase <feature_branch> # moves commits from the branch on top of master
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Clone Branches
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# HTML Cheat Sheet
|
||||
# HTML
|
||||
|
||||
## Terminology
|
||||
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
4
docs/index.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Programming Notes
|
||||
|
||||
Personal notes on various programming languages to be used as quick reference.
|
||||
Sum-up of personal knowledge.
|
|
@ -12,7 +12,7 @@ The **Java Collection Framework** is constituted by:
|
|||
- **Classes** that implement the interfaces using different data structures.
|
||||
- **Algorithms** consisting in methods to operate over a collection.
|
||||
|
||||

|
||||

|
||||
|
||||
## java.util.Collections
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Java Cheat Sheet
|
||||
# Java
|
||||
|
||||
```java
|
||||
//single line comment
|
|
@ -44,7 +44,7 @@ let event = new CustomEvent(type, { detail: /* custom data */ }); // create eve
|
|||
domNode.dispatchEvent(event); // launch the event
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Animation
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# JavaScript Cheat Sheet
|
||||
# JavaScript
|
||||
|
||||
## Basics
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
```html
|
||||
<head>
|
||||
<script src="jquery-3.2.1.min.js"></script>
|
||||
<script src="jquery-x.x.x.min.js"></script>
|
||||
</head>
|
||||
```
|
||||
|
||||
|
@ -14,13 +14,13 @@
|
|||
|
||||
```html
|
||||
<head>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/x.x.x/jquery.min.js"></script>
|
||||
</head>
|
||||
|
||||
<!-- OR -->
|
||||
|
||||
<head>
|
||||
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.5.1.min.js"></script>
|
||||
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-x.x.x.min.js"></script>
|
||||
</head>
|
||||
```
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Kotlin Cheat Sheet
|
||||
# Kotlin
|
||||
|
||||
## Package & Imports
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# PHP CheatSheet
|
||||
# PHP
|
||||
|
||||
[PHP Docs](https://www.php.net/docs.php)
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# PowerShell Cheat Sheet
|
||||
# PowerShell Scripting
|
||||
|
||||
Cmdlets are formed by a verb-noun pair. Cmdlets are case-insensitive.
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
# CSV Module Cheat Sheet
|
||||
# CSV Module
|
||||
|
||||
``` python
|
||||
# iterate lines of csvfile
|
|
@ -1,4 +1,4 @@
|
|||
# JSON Module Cheat Sheet
|
||||
# JSON Module
|
||||
|
||||
## JSON Format
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Tkinter Module/Library Cheat Sheet
|
||||
# Tkinter Module/Library
|
||||
|
||||
## Standard Imports
|
||||
|
|
@ -69,12 +69,12 @@ logging.disable(level=LOG_LEVEL)
|
|||
|
||||
Log Levels (Low To High):
|
||||
|
||||
- NOTSET -- 0
|
||||
- DEBUG -- 10
|
||||
- INFO -- 20
|
||||
- WARNING -- 30
|
||||
- ERROR -- 40
|
||||
- CRITICAL -- 50
|
||||
- default: `0`
|
||||
- debug: `10`
|
||||
- info: `20`
|
||||
- warning: `30`
|
||||
- error: `40`
|
||||
- critical: `50`
|
||||
|
||||
```python
|
||||
logging.debug(msg) # Logs a message with level DEBUG on the root logger
|