I hereby claim:
- I am genetical on github.
- I am genetical (https://keybase.io/genetical) on keybase.
- I have a public key ASBqz9px-ez1j7h2ETVY1umXkAZTANPOo0LKb1Ah-SzlhAo
To claim this, I am signing this object:
# ~/.config/starship.toml | |
# Inserts a blank line between shell prompts | |
add_newline = true | |
# Change the default prompt format | |
format = """\ | |
[╭╴](238)$env_var\ | |
$all[╰─](238)$character""" |
$ENV:STARSHIP_CONFIG = "$HOME\.starship\starship.toml" | |
$ENV:STARSHIP_DISTRO = "者 $env:username" | |
Invoke-Expression (&starship init powershell) | |
Clear-Host | |
Import-Module 'D:\Tools\vcpkg\scripts\posh-vcpkg' |
def assert_types(**arguments): | |
"""Type assertion for function calls. Prepend any function definition with this decorator to define | |
All defined keywords are considered required. | |
If you want optional arguments, you can omit it or add `None` to its list of permitted types. | |
A parameter type can be any type, a tuple of types or a string pointing to an object as shown in the example. | |
Example | |
======= | |
.. highlight:: python |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python3 | |
""" | |
A demonstration of how to perform multi-threaded HTTP requests. | |
Third Party Dependencies | |
------------------------ | |
requests@latest: | |
Required to perform HTTP requests (unless you want to use urllib). | |
""" | |
import requests |
Y1: | |
Robust Software Development: | |
* algorithm analysis - A LEVEL & Development of my own software | |
* programming concepts - A LEVEL & Development of my own software | |
* data structures - A LEVEL & F4MP Project | |
* software development methods - A LEVEL | |
* group development - F4MP Project | |
Systems Systems & Architecture: | |
* assembly language analysis - Online Challenges (Cyber Discovery, Immersive Labs) & F4MP Project | |
* architecture of a processor - A Level |
The binary format for Fallout 4 PC save files. This document was created by reverse-engineering files from version 1.2.37.0 of the game.
Note: This document is incomplete!