- "Let's start with region." → Ireland
- "Is this the right keyboard?" → United States-International
- "Set up for personal use."
- Offline account → Limited experience → "Kristian" → "********"
- Enter nonsense for the security questions
- Skip Windows Hello
This file contains hidden or 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
| """Triangle geometry functions.""" | |
| from math import sqrt | |
| __version__ = '1.0.0' | |
| __author__ = 'Kristian Thy <k@pyxy.dk>' | |
| def hypothenuse(a: float, b: float) -> float: | |
| """Return the length of the hypothenuse when given the lengths of |
This file contains hidden or 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
| { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "text", | |
| "style": "plain", | |
| "foreground": "#83769c", |
This file contains hidden or 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
| ################################################################################ | |
| ## Oh My Posh Git | |
| Import-Module posh-git | |
| Import-Module oh-my-posh | |
| Set-PoshPrompt -Theme ~/.oh-my-posh.omp.json | |
| ################################################################################ | |
| ## Posh Dig | |
| Import-Module PoshDig -ArgumentList 'C:\bin\dig.exe' |
This file contains hidden or 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
| // This file was initially generated by Windows Terminal 1.6.10571.0 | |
| // It should still be usable in newer versions, but newer versions might have additional | |
| // settings, help text, or changes that you will not see unless you clear this file | |
| // and let us generate a new one for you. | |
| // To view the default settings, hold "alt" while clicking on the "Settings" button. | |
| // For documentation on these settings, see: https://aka.ms/terminal-documentation | |
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", |
This file contains hidden or 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
| vagrant : INFO global: Vagrant version: 2.2.8 | |
| At line:1 char:1 | |
| + vagrant up --debug 2>&1 | Tee-Object -FilePath ".\vagrant-noreboot.lo ... | |
| + ~~~~~~~~~~~~~~~~~~~~~~~ | |
| + CategoryInfo : NotSpecified: ( INFO global: Vagrant version: 2.2.8:String) [], RemoteException | |
| + FullyQualifiedErrorId : NativeCommandError | |
| INFO global: Ruby version: 2.6.6 | |
| INFO global: RubyGems version: 3.0.3 |
This file contains hidden or 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
| vagrant : INFO global: Vagrant version: 2.2.8 | |
| At line:1 char:1 | |
| + vagrant up --debug 2>&1 | Tee-Object -FilePath ".\vagrant-reboot.log" | |
| + ~~~~~~~~~~~~~~~~~~~~~~~ | |
| + CategoryInfo : NotSpecified: ( INFO global: Vagrant version: 2.2.8:String) [], RemoteException | |
| + FullyQualifiedErrorId : NativeCommandError | |
| INFO global: Ruby version: 2.6.6 | |
| INFO global: RubyGems version: 3.0.3 |
This file contains hidden or 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
| vagrant : INFO global: Vagrant version: 2.2.8 | |
| At line:1 char:1 | |
| + vagrant up --debug 2>&1 | Tee-Object -FilePath ".\vagrant.log" | |
| + ~~~~~~~~~~~~~~~~~~~~~~~ | |
| + CategoryInfo : NotSpecified: ( INFO global: Vagrant version: 2.2.8:String) [], RemoteException | |
| + FullyQualifiedErrorId : NativeCommandError | |
| INFO global: Ruby version: 2.6.6 | |
| INFO global: RubyGems version: 3.0.3 |
This file contains hidden or 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
| CodePoint | CharacterName | GeneralCategory | CanonicalCombiningClasses | BidirectionalCategory | CharacterDecompositionMapping | DecimalDigitValue | DigitValue | NumericValue | Mirrored | Unicode 1.0 Name | ISO-10646CommentField | UppercaseMapping | LowercaseMapping | TitlecaseMapping | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0000 | <control> | Cc | 0 | BN | N | NULL | |||||||||
| 0001 | <control> | Cc | 0 | BN | N | START OF HEADING | |||||||||
| 0002 | <control> | Cc | 0 | BN | N | START OF TEXT | |||||||||
| 0003 | <control> | Cc | 0 | BN | N | END OF TEXT | |||||||||
| 0004 | <control> | Cc | 0 | BN | N | END OF TRANSMISSION | |||||||||
| 0005 | <control> | Cc | 0 | BN | N | ENQUIRY | |||||||||
| 0006 | <control> | Cc | 0 | BN | N | ACKNOWLEDGE | |||||||||
| 0007 | <control> | Cc | 0 | BN | N | BELL | |||||||||
| 0008 | <control> | Cc | 0 | BN | N | BACKSPACE |