Skip to content

Instantly share code, notes, and snippets.

@gokuldas
gokuldas / openpgp.md
Last active July 16, 2023 12:17
Keyoxide proof
@gokuldas
gokuldas / mem_models.md
Created August 8, 2017 07:33
Comparison of memory models of C and Python

C & Python Memory Models

Terms

  • Binding : The operation/concept of associating a memory location to a variable name
  • Indirection : The process of resolving a pointer. The modifications on an indirected pointer will be reflected in the memory location the pointer is pointing to. The pointer itself is not modified.
  • Actual : Variable in the caller function with original value
  • Variable a in both programs is the actual
@gokuldas
gokuldas / uefi.md
Last active February 6, 2022 21:07
Multi-boot with UEFI