Friday, September 01, 2023, 08:00:03 + 4
parent
02c36a5047
commit
4d3352bdaa
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "C++",
|
||||
"path": "C++.md"
|
||||
},
|
||||
{
|
||||
"basename": "gdevelop.io",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/gdevelop.io.md"
|
||||
},
|
||||
{
|
||||
"basename": "Neopets",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md"
|
||||
|
@ -9,8 +17,8 @@
|
|||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md"
|
||||
},
|
||||
{
|
||||
"basename": "gdevelop.io",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/gdevelop.io.md"
|
||||
"basename": "StackBlitz",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/StackBlitz.md"
|
||||
},
|
||||
{
|
||||
"basename": "Webscraping",
|
||||
|
@ -191,14 +199,6 @@
|
|||
{
|
||||
"basename": "Math terms & Probabilities",
|
||||
"path": "Machine Tips (Quantum)/Math/Math terms & Probabilities.md"
|
||||
},
|
||||
{
|
||||
"basename": "Proof of a formula for modulo",
|
||||
"path": "Machine Tips (Quantum)/Math/Proof of a formula for modulo.md"
|
||||
},
|
||||
{
|
||||
"basename": "Math Software",
|
||||
"path": "Machine Tips (Quantum)/Math/Math Software.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
|
|
@ -52,7 +52,20 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/gdevelop.io.md",
|
||||
"mode": "source",
|
||||
"backlinks": false,
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "a4aa933fc978113e",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "C++.md",
|
||||
"mode": "source",
|
||||
"backlinks": false,
|
||||
"source": false
|
||||
|
@ -73,7 +86,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 3
|
||||
"currentTab": 4
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
|
@ -135,7 +148,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md"
|
||||
"file": "C++.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -145,7 +158,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md",
|
||||
"file": "C++.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": false
|
||||
}
|
||||
|
@ -170,11 +183,13 @@
|
|||
"audio-recorder:Start/stop recording": false
|
||||
}
|
||||
},
|
||||
"active": "96c704143d6a5f29",
|
||||
"active": "a4aa933fc978113e",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Games/gdevelop.io.md",
|
||||
"C++.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/StackBlitz.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901074121.png",
|
||||
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/GDevelop/Making Games through GDevelop.md",
|
||||
|
@ -199,8 +214,6 @@
|
|||
"Machine Tips (Quantum)/Resources/Quantum 101 - Alt. Resources.md",
|
||||
"Machine Tips (Quantum)/Resources/Welcome to Quantum 101.md",
|
||||
"Machine Tips (Quantum)/Resources/Post-Processing/QCVV.md",
|
||||
"Gitea .readme.md",
|
||||
"Machine Tips (Quantum)/Physics/Particle Terms.md",
|
||||
"Coding Tips (Classical)/Project Vault/Typewriter/gx6750.pdf",
|
||||
"Coding Tips (Classical)/Project Vault/Typewriter",
|
||||
"Machine Tips (Quantum)/Project Vault/Papers/Shwetha Jayaraj CV.pdf",
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
# C++
|
||||
|
||||
C++ is one of the most used languages out there for writing low-level code. There are various applications and projects based off of C++.
|
||||
|
||||
- A URL shortener in C++
|
||||
- gist r
|
|
@ -3,7 +3,7 @@
|
|||
Ah, [neopets.com ](https://www.neopets.com/home/). The game of my youth. I spent so many hours, days, weeks, & years into this game. Now that I finally have my account back after so many years, the nostalgia is overwhelming. It truly was an excellent website. I never really got into club penguin or the other ones, but for me it was definitely Neopets.
|
||||
|
||||
|
||||
Other links:
|
||||
#### Other links:
|
||||
- Making those [cute linked buttons](https://www.sketchedneo.com/button-maker/) at the end of websites
|
||||
- Other [neopets site customization](https://www.sketchedneo.com/neopets-graphics/) freebies
|
||||
- Neopets-dedicated websites
|
||||
|
|
Loading…
Reference in New Issue