Compare commits
No commits in common. "7a557bec98e59e66daac81ae2389a67698823f3c" and "12ee1d05b06cc79f6e9e25828834a59d3cf595be" have entirely different histories.
7a557bec98
...
12ee1d05b0
|
@ -10,6 +10,5 @@
|
||||||
"recent-files-obsidian",
|
"recent-files-obsidian",
|
||||||
"templater-obsidian",
|
"templater-obsidian",
|
||||||
"obsidian-emoji-toolbar",
|
"obsidian-emoji-toolbar",
|
||||||
"dataview",
|
"dataview"
|
||||||
"html-server"
|
|
||||||
]
|
]
|
|
@ -7,28 +7,12 @@
|
||||||
"key": "P"
|
"key": "P"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"app:toggle-left-sidebar": [
|
"obsidian-extract-pdf-annotations:extract-annotations-single": [
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Ctrl"
|
|
||||||
],
|
|
||||||
"key": "L"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"theme:use-dark": [
|
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Alt"
|
"Alt"
|
||||||
],
|
],
|
||||||
"key": "D"
|
"key": "E"
|
||||||
}
|
|
||||||
],
|
|
||||||
"theme:use-light": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Alt"
|
|
||||||
],
|
|
||||||
"key": "L"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"id": "better-pdf-plugin",
|
||||||
|
"name": "Better PDF Plugin",
|
||||||
|
"version": "1.4.0",
|
||||||
|
"minAppVersion": "0.11.13",
|
||||||
|
"description": "Goal of this Plugin in to implement a native PDF handling workflow",
|
||||||
|
"author": "MSzturc",
|
||||||
|
"authorUrl": "https://github.com/MSzturc",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
/* Styles */
|
||||||
|
|
||||||
|
.popover.hover-popover.pdf-embed{
|
||||||
|
display:none;
|
||||||
|
}
|
|
@ -5,7 +5,7 @@
|
||||||
"gardenBaseUrl": "https://netlify-neopets.vercel.app",
|
"gardenBaseUrl": "https://netlify-neopets.vercel.app",
|
||||||
"prHistory": [],
|
"prHistory": [],
|
||||||
"baseTheme": "light",
|
"baseTheme": "light",
|
||||||
"theme": "{\"name\":\"Serenity\",\"author\":\"Ha'ani Whitlock\",\"repo\":\"Bluemoondragon07/Obsidian-Serenity\",\"screenshot\":\"cover-small.png\",\"modes\":[\"dark\",\"light\"],\"cssUrl\":\"https://raw.githubusercontent.com/Bluemoondragon07/Obsidian-Serenity/HEAD/theme.css\"}",
|
"theme": "{\"name\":\"Origami\",\"author\":\"kneecaps\",\"repo\":\"7368697661/Origami\",\"screenshot\":\"screen.png\",\"modes\":[\"dark\",\"light\"],\"cssUrl\":\"https://raw.githubusercontent.com/7368697661/Origami/HEAD/theme.css\"}",
|
||||||
"faviconPath": "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/grey-darkgrey-S.svg",
|
"faviconPath": "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/grey-darkgrey-S.svg",
|
||||||
"noteSettingsIsInitialized": true,
|
"noteSettingsIsInitialized": true,
|
||||||
"siteName": "Shw3th@",
|
"siteName": "Shw3th@",
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"showUpdatedTimestamp": false,
|
"showUpdatedTimestamp": false,
|
||||||
"updatedTimestampKey": "",
|
"updatedTimestampKey": "",
|
||||||
"timestampFormat": "MMM dd, yyyy h:mm a",
|
"timestampFormat": "MMM dd, yyyy h:mm a",
|
||||||
"styleSettingsCss": "body.css-settings-manager { --aura-translucent-window-opacity: 0; } body.theme-light.css-settings-manager { } body.theme-dark.css-settings-manager { }",
|
"styleSettingsCss": "body.css-settings-manager { } body.theme-light.css-settings-manager { } body.theme-dark.css-settings-manager { }",
|
||||||
"pathRewriteRules": "Coding Tips (Classical)/Terminal Tips:Coding Guides\nMachine Tips (Quantum)/Resources/Technologies, Orgs, & Apps:Quantum Guides\nCoding Tips (Classical)/Project Vault/hi.mainsite:General",
|
"pathRewriteRules": "Coding Tips (Classical)/Terminal Tips:Coding Guides\nMachine Tips (Quantum)/Resources/Technologies, Orgs, & Apps:Quantum Guides\nCoding Tips (Classical)/Project Vault/hi.mainsite:General",
|
||||||
"customFilters": [],
|
"customFilters": [],
|
||||||
"contentClassesKey": "dg-content-classes",
|
"contentClassesKey": "dg-content-classes",
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"port": 8080,
|
|
||||||
"hostname": "0.0.0.0",
|
|
||||||
"defaultFile": "Machine Tips (Quantum)/Math/Algorithms/0. INTRO Choose Your Hero! er, Algo.md",
|
|
||||||
"startOnLoad": true,
|
|
||||||
"useRibbonButons": true,
|
|
||||||
"indexHtml": "<html>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\"\n content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover\">\n <title>#VAR{HTML_TITLE}</title>\n <link rel=\"shortcut icon\" href=\"#VAR{FAVICON_URL}\">\n <link href=\"#VAR{CSS_FILE_URL}\" type=\"text/css\" rel=\"stylesheet\">\n</head>\n<body\n class=\"#VAR{THEME_MODE} mod-windows is-frameless is-maximized is-hidden-frameless obsidian-app show-inline-title show-view-header\"\n style=\"--zoom-factor:1; --font-text-size:16px;\">\n <div class=\"app-container\">\n <div class=\"horizontal-main-container\">\n <div class=\"workspace\">\n <div class=\"workspace-split mod-vertical mod-root\">\n <div class=\"workspace-tabs mod-top mod-top-left-space mod-top-right-space\">\n <div class=\"workspace-tab-container\">\n <div class=\"workspace-leaf\">\n <div class=\"workspace-leaf-content\" data-type=\"markdown\" data-mode=\"preview\">\n <div class=\"view-content\">\n <div class=\"markdown-reading-view\" style=\"width: 100%; height: 100%;\">\n <div\n class=\"markdown-preview-view markdown-rendered node-insert-event is-readable-line-width allow-fold-headings show-indentation-guide allow-fold-lists\"\n tabindex=\"-1\" style=\"tab-size: 4;\">\n <div class=\"markdown-preview-sizer markdown-preview-section\" style=\"padding-bottom: 369px; min-height: 1158px;\">\n <div class=\"markdown-preview-pusher\" style=\"width: 1px; height: 0.1px; margin-bottom: 0px;\"></div>\n <div class=\"mod-header\">\n <div class=\"inline-title\" contenteditable=\"true\" spellcheck=\"false\" tabindex=\"-1\" enterkeyhint=\"done\">#VAR{RENDERED_CONTENT_FILE_NAME}\n </div>\n #VAR{RENDERED_CONTENT}\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</body>\n</html>",
|
|
||||||
"htmlReplaceableVariables": [
|
|
||||||
{
|
|
||||||
"varName": "HTML_TITLE",
|
|
||||||
"varValue": "Obsidian Html Server"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"varName": "FAVICON_URL",
|
|
||||||
"varValue": "//obsidian.md/favicon.ico"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"varName": "CSS_FILE_URL",
|
|
||||||
"varValue": "/.obsidian/plugins/obsidian-http-server/app.css"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"showAdvancedOptions": true,
|
|
||||||
"useSimpleAuth": false,
|
|
||||||
"simpleAuthUsername": "obsidian",
|
|
||||||
"simpleAuthPassword": "2e362e090ea17e10"
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"id": "html-server",
|
|
||||||
"name": "Html Server",
|
|
||||||
"version": "1.0.5",
|
|
||||||
"minAppVersion": "0.15.0",
|
|
||||||
"description": "This plugin lets you spin up a local http server to access your vault via a web browser from any device in your network.",
|
|
||||||
"author": "Pr0dt0s",
|
|
||||||
"authorUrl": "https://github.com/Pr0dt0s",
|
|
||||||
"fundingUrl": {
|
|
||||||
"Buy Me a Coffee": "https://www.buymeacoffee.com/pr0dt0s",
|
|
||||||
"Paypal": "https://www.paypal.com/donate/?business=JGQK6YQBWZJ4A¤cy_code=USD"
|
|
||||||
},
|
|
||||||
"isDesktopOnly": true
|
|
||||||
}
|
|
|
@ -1,67 +0,0 @@
|
||||||
.settings-error-element {
|
|
||||||
font-weight: bold;
|
|
||||||
color: var(--background-modifier-error);
|
|
||||||
}
|
|
||||||
|
|
||||||
.with-error {
|
|
||||||
border-color: var(--text-error) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.with-success {
|
|
||||||
border-color: var(--text-success) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.w100p {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.h350 {
|
|
||||||
height: 350px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-align-center {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.justify-content-center {
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.html-form-container {
|
|
||||||
width: 100%;
|
|
||||||
display: grid;
|
|
||||||
justify-content: center;
|
|
||||||
padding-bottom: 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.html-login-form {
|
|
||||||
width: 20%;
|
|
||||||
min-width: 300px;
|
|
||||||
max-width: 450px;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.html-login-form .html-login-form-label{
|
|
||||||
font-size: 1.1em;
|
|
||||||
justify-content: center;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.html-login-form .setting-item-control input{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.html-login-form .html-form-button{
|
|
||||||
width: 100%;
|
|
||||||
/* justify-content: center; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.html-login-form .html-form-button button{
|
|
||||||
width: 100%;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.http-server-ribbon-stop-button {
|
|
||||||
color: var(--text-accent);
|
|
||||||
opacity: 0.95;
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"id": "obsidian-etherpad-plugin",
|
|
||||||
"name": "Etherpad",
|
|
||||||
"version": "1.0.6",
|
|
||||||
"minAppVersion": "0.12.0",
|
|
||||||
"description": "Etherpad Integration",
|
|
||||||
"author": "egradman",
|
|
||||||
"authorUrl": "https://www.gradman.com",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
/* Sets all the text color to red! */
|
|
||||||
body {
|
|
||||||
}
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"includePageNumber": true,
|
||||||
|
"includeHighlightColor": true,
|
||||||
|
"createLinks": false
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"id": "obsidian-extract-pdf-highlights",
|
||||||
|
"name": "PDF Highlights",
|
||||||
|
"version": "0.0.4",
|
||||||
|
"minAppVersion": "0.9.12",
|
||||||
|
"description": "Extract highlights, underlines and annotations from your PDFs into Obsidian",
|
||||||
|
"author": "Alexis Rondeau",
|
||||||
|
"authorUrl": "https://publish.obsidian.md/alexisrondeau",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
/* */
|
|
@ -6,11 +6,10 @@
|
||||||
"aura@@aura-floating-status-bar": true,
|
"aura@@aura-floating-status-bar": true,
|
||||||
"aura@@aura-disable-borders": true,
|
"aura@@aura-disable-borders": true,
|
||||||
"aura@@aura-active-line": "aura-active-line-highlight",
|
"aura@@aura-active-line": "aura-active-line-highlight",
|
||||||
"aura@@aura-css-classes": true,
|
"aura@@aura-css-classes": false,
|
||||||
"aura@@aura-custom-checkbox": false,
|
"aura@@aura-custom-checkbox": false,
|
||||||
"aura@@aura-rainbow-folders": false,
|
"aura@@aura-rainbow-folders": false,
|
||||||
"aura@@aura-heading-color": true,
|
"aura@@aura-heading-color": true,
|
||||||
"aura@@aura-neon-headings": true,
|
"aura@@aura-neon-headings": true,
|
||||||
"aura@@aura-colorshemes-dark": "aura-colorschemes-dark-mystical-nights",
|
"aura@@aura-colorshemes-dark": "aura-colorschemes-dark-mystical-nights"
|
||||||
"aura@@aura-colorshemes-light": "aura-colorschemes-light-origin"
|
|
||||||
}
|
}
|
|
@ -1,105 +1,13 @@
|
||||||
{
|
{
|
||||||
"recentFiles": [
|
"recentFiles": [
|
||||||
{
|
{
|
||||||
"basename": "Ions",
|
"basename": "Untitled",
|
||||||
"path": "Machine Tips (Quantum)/Physics/Ions.md"
|
"path": "Untitled.md"
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Optics",
|
|
||||||
"path": "Machine Tips (Quantum)/Physics/Optics.md"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"basename": "Resume-ish - my occupations",
|
"basename": "Resume-ish - my occupations",
|
||||||
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md"
|
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"basename": "Welcome to Quantum 101",
|
|
||||||
"path": "Machine Tips (Quantum)/Resources/Welcome to Quantum 101.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Particle Terms",
|
|
||||||
"path": "Machine Tips (Quantum)/Physics/Particle Terms.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Quantum 101 - Alt. Resources",
|
|
||||||
"path": "Machine Tips (Quantum)/Resources/Quantum 101 - Alt. Resources.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Github",
|
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Github.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "First Quarter Notebook",
|
|
||||||
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Past/Windtelligent.ai/First Quarter Notebook.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "About Languages",
|
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/Languages/About Languages.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Spark Gap Physics",
|
|
||||||
"path": "Machine Tips (Quantum)/Physics/Hardware/Spark Gap Physics.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Colab Shortcuts",
|
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/IPython/Colab/Colab Shortcuts.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Extensions",
|
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Extensions.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Connect to a VirtualBox VM desktop remotely",
|
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/Servers/Virtual Machines/Connect to a VirtualBox VM desktop remotely.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Different Data Models",
|
|
||||||
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Past/Windtelligent.ai/Intelligence/Different Data Models.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Intro to Multiple Qubit Gates",
|
|
||||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Gates/Multiple Qubit Gates/Intro to Multiple Qubit Gates.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "EMF Detector",
|
|
||||||
"path": "Machine Tips (Quantum)/Physics/Hardware/EMF Detector.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "X gates",
|
|
||||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Gates/Single Qubit Gates/X gates.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Twitter Collections (1) 42674ed7948b40ec8f59852af8823cbb",
|
|
||||||
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Medium-worthy affa57a58bc74b09b1311b348ac70a45/Twitter Collections (1) 42674ed7948b40ec8f59852af8823cbb.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Welcome to Go",
|
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Go/Welcome to Go.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Colab Code Snippets",
|
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/IPython/Colab/Colab Code Snippets.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Markdown",
|
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Markdown.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Simon's Algorithm",
|
|
||||||
"path": "Machine Tips (Quantum)/Math/Algorithms/Alg Collection/Simon's Algorithm.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Site Reliability Engineering Lead",
|
|
||||||
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Potential and Future/60 careers/Site Reliability Engineering Lead.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "iOS Apps",
|
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/iOS Apps.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "Princess Mononoke d115aefe5b254bf3923cb63fdd11ad7a",
|
|
||||||
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/My Top Anime List db2ae6d81d8b422f869680ced8434b75/Princess Mononoke d115aefe5b254bf3923cb63fdd11ad7a.md"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"basename": "Example of Javascript plugin works",
|
"basename": "Example of Javascript plugin works",
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Javascript/Example of Javascript plugin works.md"
|
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Javascript/Example of Javascript plugin works.md"
|
||||||
|
@ -124,6 +32,10 @@
|
||||||
"basename": "Emacs",
|
"basename": "Emacs",
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Vim/Emacs.md"
|
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Vim/Emacs.md"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"basename": "Twitter Collections (1) 42674ed7948b40ec8f59852af8823cbb",
|
||||||
|
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Medium-worthy affa57a58bc74b09b1311b348ac70a45/Twitter Collections (1) 42674ed7948b40ec8f59852af8823cbb.md"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"basename": "Quantum.NET C sharp",
|
"basename": "Quantum.NET C sharp",
|
||||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Q Sharp/Quantum.NET C sharp.md"
|
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Q Sharp/Quantum.NET C sharp.md"
|
||||||
|
@ -144,6 +56,10 @@
|
||||||
"basename": "notebook launcher",
|
"basename": "notebook launcher",
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/IPython/notebook launcher.md"
|
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/IPython/notebook launcher.md"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"basename": "X gates",
|
||||||
|
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Gates/Single Qubit Gates/X gates.md"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"basename": "Cookiecutter",
|
"basename": "Cookiecutter",
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Environments/Formatting/Cookiecutter.md"
|
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Environments/Formatting/Cookiecutter.md"
|
||||||
|
@ -199,6 +115,90 @@
|
||||||
{
|
{
|
||||||
"basename": "Exercise 1",
|
"basename": "Exercise 1",
|
||||||
"path": "Machine Tips (Quantum)/Project Vault/Quantum Master's Paper/Code Samples/templates/Exercise 1.md"
|
"path": "Machine Tips (Quantum)/Project Vault/Quantum Master's Paper/Code Samples/templates/Exercise 1.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Intro to Multiple Qubit Gates",
|
||||||
|
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Gates/Multiple Qubit Gates/Intro to Multiple Qubit Gates.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Workspaces",
|
||||||
|
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Workspaces.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Performance Profiling Libraries",
|
||||||
|
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Performance Profiling Libraries.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Neocities",
|
||||||
|
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Neocities.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Choosing a Name for Your Computer",
|
||||||
|
"path": "Coding Tips (Classical)/Terminal Tips/Computers/Choosing a Name for Your Computer.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Notions about Notion",
|
||||||
|
"path": "Coding Tips (Classical)/Terminal Tips/Servers/Databases/Tools & Tables/Notions about Notion.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Morning Pages 13 56a9f7ddff8f4d3190ef582062a4882d",
|
||||||
|
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning Pages 13 56a9f7ddff8f4d3190ef582062a4882d.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Zsh",
|
||||||
|
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Shells/Zsh.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Howl's Moving Castle 45e82e7038074dabaaef66c94c4fcf0e",
|
||||||
|
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/My Top Anime List db2ae6d81d8b422f869680ced8434b75/Howl's Moving Castle 45e82e7038074dabaaef66c94c4fcf0e.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Quantum 101 - Alt. Resources",
|
||||||
|
"path": "Machine Tips (Quantum)/Resources/Quantum 101 - Alt. Resources.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Command Shortcuts",
|
||||||
|
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Command Shortcuts.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Rave Master 80f5abd10c964238a286d4bcb42fb432",
|
||||||
|
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/My Top Anime List db2ae6d81d8b422f869680ced8434b75/Rave Master 80f5abd10c964238a286d4bcb42fb432.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Using Vivaldi",
|
||||||
|
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Using Vivaldi.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Opam",
|
||||||
|
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/package managers/Opam.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "What is copyright?",
|
||||||
|
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Missions/Sourcing/What is copyright?.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Aaradhana e31868d47f334ef380abaf6aedee8a09",
|
||||||
|
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/The Homes 05406aee129c42bcaea12f637110653d/Aaradhana e31868d47f334ef380abaf6aedee8a09.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Wallflower d0961d9db05f43ff976075dc2bc71397",
|
||||||
|
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/My Top Anime List db2ae6d81d8b422f869680ced8434b75/Wallflower d0961d9db05f43ff976075dc2bc71397.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Coding Projects",
|
||||||
|
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Coding Projects.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Virtualenv",
|
||||||
|
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Environments/Venv/Virtualenv.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Cloudron",
|
||||||
|
"path": "Coding Tips (Classical)/Terminal Tips/Servers/Cloud Servers/Cloudron.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"basename": "Quantum Error Correction - Notes",
|
||||||
|
"path": "Machine Tips (Quantum)/Project Vault/QRG/more-qrg/The Quantum Research Group 7150bc7f5d7e4ba384212a9816ce928b/Ze Quantum Papers/Quantum Error Correction - Notes.md"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"omittedPaths": [],
|
"omittedPaths": [],
|
||||||
|
|
|
@ -13,13 +13,26 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Machine Tips (Quantum)/Physics/Ions.md",
|
"file": "Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "a1e82dba3c635145",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "Untitled.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
|
@ -54,7 +67,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 259.5
|
"width": 299.5,
|
||||||
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "a4f595dc05b75a93",
|
"id": "a4f595dc05b75a93",
|
||||||
|
@ -81,7 +95,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Machine Tips (Quantum)/Physics/Ions.md"
|
"file": "Untitled.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -91,7 +105,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Machine Tips (Quantum)/Physics/Ions.md",
|
"file": "Untitled.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -113,40 +127,37 @@
|
||||||
"digitalgarden:Digital Garden Publication Center": false,
|
"digitalgarden:Digital Garden Publication Center": false,
|
||||||
"templater-obsidian:Templater": false,
|
"templater-obsidian:Templater": false,
|
||||||
"random-note:Open random note": false,
|
"random-note:Open random note": false,
|
||||||
"audio-recorder:Start/stop recording": false,
|
"audio-recorder:Start/stop recording": false
|
||||||
"html-server:Turn Http Server On": false,
|
|
||||||
"html-server:Turn Http Server Off": false
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "cda3f3fee980f873",
|
"active": "a1e82dba3c635145",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Machine Tips (Quantum)/Physics/Optics.md",
|
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md",
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md",
|
||||||
"Machine Tips (Quantum)/Resources/Welcome to Quantum 101.md",
|
|
||||||
"Machine Tips (Quantum)/Physics/Particle Terms.md",
|
|
||||||
"Machine Tips (Quantum)/Physics/Ions.md",
|
|
||||||
"Machine Tips (Quantum)/Resources/Quantum 101 - Alt. Resources.md",
|
|
||||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Github.md",
|
|
||||||
"Recording 20230828054956.webm",
|
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Past/Windtelligent.ai/First Quarter Notebook.md",
|
|
||||||
"Coding Tips (Classical)/Terminal Tips/Languages/About Languages.md",
|
|
||||||
"Machine Tips (Quantum)/Physics/Hardware/Spark Gap Physics.md",
|
|
||||||
"Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/IPython/Colab/Colab Shortcuts.md",
|
|
||||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Extensions.md",
|
|
||||||
"Coding Tips (Classical)/Terminal Tips/Servers/Virtual Machines/Connect to a VirtualBox VM desktop remotely.md",
|
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Past/Windtelligent.ai/Intelligence/Different Data Models.md",
|
|
||||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Gates/Multiple Qubit Gates/Intro to Multiple Qubit Gates.md",
|
|
||||||
"Machine Tips (Quantum)/Physics/Hardware/EMF Detector.md",
|
|
||||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Gates/Single Qubit Gates/X gates.md",
|
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Medium-worthy affa57a58bc74b09b1311b348ac70a45/Twitter Collections (1) 42674ed7948b40ec8f59852af8823cbb.md",
|
|
||||||
"Coding Tips (Classical)/Terminal Tips/Languages/Go/Welcome to Go.md",
|
|
||||||
"Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/IPython/Colab/Colab Code Snippets.md",
|
|
||||||
"Coding Tips (Classical)/Terminal Tips/Languages/Markdown.md",
|
|
||||||
"Machine Tips (Quantum)/Math/Algorithms/Alg Collection/Simon's Algorithm.md",
|
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Potential and Future/60 careers/Site Reliability Engineering Lead.md",
|
|
||||||
"Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/iOS Apps.md",
|
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/My Top Anime List db2ae6d81d8b422f869680ced8434b75/Princess Mononoke d115aefe5b254bf3923cb63fdd11ad7a.md",
|
|
||||||
"Untitled.md",
|
"Untitled.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/Languages/Javascript/Example of Javascript plugin works.md",
|
||||||
|
"Machine Tips (Quantum)/Project Vault/Quantum Master's Paper/Sections/9. Future Research.md",
|
||||||
|
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Gates/Single Qubit Gates/P gate (Phase).md",
|
||||||
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Medium-worthy affa57a58bc74b09b1311b348ac70a45/The Family Tharavad (1) c4c767d7a0d14fecaf221313371996ac/The Homes 25f3cf42239942eda48517edb2513ecd/33 Windy Hill Lane 58757547a2b14950a1b95cf92b2370d3.md",
|
||||||
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/My Top Anime List db2ae6d81d8b422f869680ced8434b75/My Hero Academia 7f08daa3db0a4214b332438cab64b744.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Vim/Emacs.md",
|
||||||
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Medium-worthy affa57a58bc74b09b1311b348ac70a45/Twitter Collections (1) 42674ed7948b40ec8f59852af8823cbb.md",
|
||||||
|
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Q Sharp/Quantum.NET C sharp.md",
|
||||||
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Potential and Future/Amazon/Coding Assessment/HackerRank/Tip 7.md",
|
||||||
|
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Gates/Single Qubit Gates/Hadamards.md",
|
||||||
|
"Machine Tips (Quantum)/Project Vault/QRG/more-qrg/The Quantum Research Group 7150bc7f5d7e4ba384212a9816ce928b/Ze Quantum Papers/Menten AI 6efaacbaea83459fafe1254649b82b1f.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/IPython/notebook launcher.md",
|
||||||
|
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Gates/Single Qubit Gates/X gates.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Environments/Formatting/Cookiecutter.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/Languages/Python/Welcome to Python.md",
|
||||||
|
"Machine Tips (Quantum)/Project Vault/Quantum Master's Paper/Sections/4d. DIY! Quantum Sample Codes.md",
|
||||||
|
"Coding Tips (Classical)/Project Vault/Comms/RADIO/AIR.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/IPython/Jupyter.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tornado.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Starlette.md",
|
||||||
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Potential and Future/60 careers/ML for Brookhaven.md",
|
||||||
|
"Machine Tips (Quantum)/Math/Algorithms/Encryption/Encryption Software.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Email.md",
|
||||||
"Machine Tips (Quantum)/Quantum spaces.canvas",
|
"Machine Tips (Quantum)/Quantum spaces.canvas",
|
||||||
"Untitled.canvas",
|
"Untitled.canvas",
|
||||||
"Untitled 1.canvas",
|
"Untitled 1.canvas",
|
||||||
|
@ -159,6 +170,7 @@
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Medium-worthy affa57a58bc74b09b1311b348ac70a45/Essay Drafts (1) 5c24ae12ed1f46428e18a9a9c7d4cb65_all.csv",
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Medium-worthy affa57a58bc74b09b1311b348ac70a45/Essay Drafts (1) 5c24ae12ed1f46428e18a9a9c7d4cb65_all.csv",
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Medium-worthy affa57a58bc74b09b1311b348ac70a45",
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Medium-worthy affa57a58bc74b09b1311b348ac70a45",
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Tasks 200ac14801044b8dbe659a70bc3ea72e_all.csv",
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Tasks 200ac14801044b8dbe659a70bc3ea72e_all.csv",
|
||||||
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7.csv",
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/Untitled.png",
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/Untitled.png",
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/The Homes 05406aee129c42bcaea12f637110653d/33 Windy Hill Lane 3e3b98125f3d4fe39754fae951ddc14e/Untitled.png",
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/The Homes 05406aee129c42bcaea12f637110653d/33 Windy Hill Lane 3e3b98125f3d4fe39754fae951ddc14e/Untitled.png",
|
||||||
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning Pages 170 04b26f080d304cb7a6c0bbb997461f41/Untitled.png",
|
"Coding Tips (Classical)/Project Vault/hi.mainsite/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning Pages 170 04b26f080d304cb7a6c0bbb997461f41/Untitled.png",
|
||||||
|
|
Loading…
Reference in New Issue