Skip to content

Instantly share code, notes, and snippets.

View eXpire163's full-sized avatar
⛑️
Making sercurity a part of the solution, not of the problem

Chris eXpire163

⛑️
Making sercurity a part of the solution, not of the problem
View GitHub Profile
@eXpire163
eXpire163 / API Contract Example Spec.md
Created January 30, 2023 14:36 — forked from BeattieM/API Contract Example Spec.md
An example of an API contract between the server and front-end devices

#Users

  • User object
{
  id: integer
  username: string
  email: string
  created_at: datetime(iso 8601)
  updated_at: datetime(iso 8601)
}
@eXpire163
eXpire163 / gitpull.reg
Last active February 18, 2020 13:38
[win] git pull on windows folder Explorer’s Context Menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\background\shell\gitPull\command]
@="\"C:\\\\Program Files\\\\Git\\\\cmd\\\\git.exe\" -C %V pull"