Skip to content

Instantly share code, notes, and snippets.

View JonnyRed's full-sized avatar

John Reynolds JonnyRed

View GitHub Profile
@JonnyRed
JonnyRed / VScode-Extensions.json
Created November 3, 2023 21:30
John's VScode extensions
[{"identifier":{"id":"mhutchie.git-graph","uuid":"438221f8-1107-4ccd-a6fe-f3b7fe0856b7"},"version":"1.30.0","location":{"$mid":1,"path":"/c:/Users/John/.vscode/extensions/mhutchie.git-graph-1.30.0","scheme":"file"},"relativeLocation":"mhutchie.git-graph-1.30.0","metadata":{"id":"438221f8-1107-4ccd-a6fe-f3b7fe0856b7","publisherId":"996496dc-099f-469d-b89c-0d7713179365","publisherDisplayName":"mhutchie","targetPlatform":"undefined","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1693933032806,"preRelease":false}},{"identifier":{"id":"wholroyd.jinja","uuid":"c941a679-d500-46a8-b2a9-208063125901"},"version":"0.0.8","location":{"$mid":1,"path":"/c:/Users/John/.vscode/extensions/wholroyd.jinja-0.0.8","scheme":"file"},"relativeLocation":"wholroyd.jinja-0.0.8","metadata":{"id":"c941a679-d500-46a8-b2a9-208063125901","publisherId":"959422b2-d847-4e1a-bbdd-0b166c0940b7","publisherDisplayName":"wholroyd","targetPlatform":"undefined","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1693933
@JonnyRed
JonnyRed / settings.json
Last active June 4, 2024 17:40
VScode global settings for all Johns
{
"workbench.colorTheme": "Predawn",
"workbench.iconTheme": "ayu",
"window.zoomLevel": 0,
"workbench.settings.editor": "json",
"workbench.settings.openDefaultSettings": true,
"editor.mouseWheelZoom": true,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.fontSize": 16,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JonnyRed
JonnyRed / gist:f4c656a2813f54ad2848516dc2d6f037
Last active February 3, 2023 15:16
Vectors, Del, Gradient, Divergence, Curl - using sympy Vector
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JonnyRed
JonnyRed / gist:c073a032f40d85529a0b9235567f370f
Last active February 3, 2023 15:17
Vectors, Del, Gradient, Divergence, Curl - using sympy Matrices
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JonnyRed
JonnyRed / gist:b85b98998e9ef4870dadaeccec015253
Last active February 3, 2023 15:18
Fibonacci and Golden ratio
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.