Compare commits
22 Commits
a9c80454a1
...
ef205bda48
Author | SHA1 | Date |
---|---|---|
Shwetha Jayaraj | ef205bda48 | |
Shwetha Jayaraj | 6924365401 | |
Shwetha Jayaraj | 3f75da0a5b | |
dependabot[bot] | af9e02fc27 | |
Shwetha Jayaraj | dce7730e1c | |
Shwetha Jayaraj | d50a57ce2b | |
Shwetha Jayaraj | 0225d87a84 | |
Shwetha Jayaraj | e08f9c2270 | |
Shwetha Jayaraj | 22e143d055 | |
Shwetha Jayaraj | 13bee22c4a | |
Shwetha Jayaraj | c82db6076c | |
Shwetha Jayaraj | 77a2b3672f | |
Shwetha Jayaraj | 0062c5d05d | |
Shwetha Jayaraj | bec5c6b706 | |
Shwetha Jayaraj | d72af6f5ca | |
Shwetha Jayaraj | 98f725451b | |
Shwetha Jayaraj | aa5dfecc97 | |
Shwetha Jayaraj | ec951652b3 | |
dependabot[bot] | 62da261ca4 | |
dependabot[bot] | c70982d0fd | |
dependabot[bot] | c98483b0f6 | |
dependabot[bot] | 0ddbf5bd30 |
|
@ -561,9 +561,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
|
||||
"integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz",
|
||||
"integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
|
@ -1252,11 +1252,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/dotenv": {
|
||||
"version": "16.0.3",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
|
||||
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==",
|
||||
"version": "16.3.1",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz",
|
||||
"integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/motdotla/dotenv?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/eastasianwidth": {
|
||||
|
@ -1813,15 +1816,15 @@
|
|||
"integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw=="
|
||||
},
|
||||
"node_modules/glob": {
|
||||
"version": "10.2.6",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz",
|
||||
"integrity": "sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==",
|
||||
"version": "10.3.3",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.3.tgz",
|
||||
"integrity": "sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==",
|
||||
"dependencies": {
|
||||
"foreground-child": "^3.1.0",
|
||||
"jackspeak": "^2.0.3",
|
||||
"minimatch": "^9.0.1",
|
||||
"minipass": "^5.0.0 || ^6.0.2",
|
||||
"path-scurry": "^1.7.0"
|
||||
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
||||
"path-scurry": "^1.10.1"
|
||||
},
|
||||
"bin": {
|
||||
"glob": "dist/cjs/src/bin.js"
|
||||
|
@ -2707,9 +2710,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/lru-cache": {
|
||||
"version": "9.1.1",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.1.tgz",
|
||||
"integrity": "sha512-65/Jky17UwSb0BuB9V+MyDpsOtXKmYwzhyl+cOa9XUiI4uV2Ouy/2voFP3+al0BjZbJgMBD8FojMpAf+Z+qn4A==",
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz",
|
||||
"integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==",
|
||||
"engines": {
|
||||
"node": "14 || >=16.14"
|
||||
}
|
||||
|
@ -2991,9 +2994,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/minipass": {
|
||||
"version": "6.0.2",
|
||||
"resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz",
|
||||
"integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==",
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
|
||||
"integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
|
||||
"engines": {
|
||||
"node": ">=16 || 14 >=14.17"
|
||||
}
|
||||
|
@ -3148,9 +3151,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/node-html-parser": {
|
||||
"version": "6.1.5",
|
||||
"resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.5.tgz",
|
||||
"integrity": "sha512-fAaM511feX++/Chnhe475a0NHD8M7AxDInsqQpz6x63GRF7xYNdS8Vo5dKsIVPgsOvG7eioRRTZQnWBrhDHBSg==",
|
||||
"version": "6.1.6",
|
||||
"resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.6.tgz",
|
||||
"integrity": "sha512-C/MGDQ2NjdjzUq41bW9kW00MPZecAe/oo89vZEFLDfWoQVDk/DdML1yuxVVKLDMFIFax2VTq6Vpfzyn7z5yYgQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"css-select": "^5.1.0",
|
||||
|
@ -3571,12 +3574,12 @@
|
|||
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
|
||||
},
|
||||
"node_modules/path-scurry": {
|
||||
"version": "1.9.2",
|
||||
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.2.tgz",
|
||||
"integrity": "sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==",
|
||||
"version": "1.10.1",
|
||||
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz",
|
||||
"integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==",
|
||||
"dependencies": {
|
||||
"lru-cache": "^9.1.1",
|
||||
"minipass": "^5.0.0 || ^6.0.2"
|
||||
"lru-cache": "^9.1.1 || ^10.0.0",
|
||||
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16 || 14 >=14.17"
|
||||
|
@ -4338,9 +4341,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.62.1",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.62.1.tgz",
|
||||
"integrity": "sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==",
|
||||
"version": "1.66.1",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.66.1.tgz",
|
||||
"integrity": "sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
|
|
|
@ -3,36 +3,35 @@
|
|||
---
|
||||
|
||||
|
||||
|
||||
#### Hi! Thanks for stopping by.
|
||||
Hello. Ny name is Shwetha! I love Star Wars, Digimon, & Sailor Moon. One of my favorite games as a kid was Neopets which turned out to be helpful since as I grow it seems like the rest of the world is turning into Neopia instead as we rack up points to live in a more and more virtual world.
|
||||
|
||||
I like the physical world a bit better nowadays.This site is where all of my neo-notes are hosted. My[ git server lives here as well](http://git.shwethajayaraj.com:3000/) if you'd like to collaborate with me.
|
||||
|
||||
|
||||
Here is a [[Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations\| resume-ish]] which I will better organize later.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
>[!tip] Came here to check out [[Coding Tips (Classical)/Project Vault/hi.mainsite/Quantum Stuff\| quantum stuff? ]]
|
||||
|
||||
|
||||
|
||||
You resist the curiosity and choose to [head back](https://www.shwethajayaraj.com). Goodbye!
|
||||
![c3p0](https://media.giphy.com/media/3oOWASkCzFuP6/giphy.gif?cid=ecf05e47clrhu097v44uwxnqhw1n977800c83ca9xhyus38e&ep=v1_gifs_search&rid=giphy.gif&ct=g)
|
||||
Hello. Ny name is Shwetha! I love Star Wars, Digimon, & Sailor Moon. One of my favorite games to play as a kid was Neopets. This turned out to be helpful as it prepared me to live in an increasingly virtual world.
|
||||
|
||||
```
|
||||
I respect your privacy. I place no trackers or analytics on this site to aggregate or collect your personal data. I, however, unashamedly will place retro 2000's hit counters at the bottom of the site for nostalgic amusement. Back when the internet was free & clicking on a site didn't cost anything. Rejoice! :')
|
||||
```
|
||||
|
||||
I like the physical world a bit better nowadays.This site is where all of my neo-notes are hosted. Here is a [[Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations\| resume-ish]] which I will better organize later & turn into some portfolio, perhaps.
|
||||
|
||||
|
||||
>[!bug]- Programming Guides & Niche Machine Optimizations:
|
||||
> I'll try to share ongoing tips I've found useful here too.
|
||||
> - [[Coding Tips (Classical)/Terminal Tips/About terminal\| The Terminal]] is my friend. 👾
|
||||
> - This site is where my[ git server lives as well](http://git.shwethajayaraj.com:3000/) if you'd like to collaborate with me! 🤝
|
||||
> - My rabbit hole of [[Coding Tips (Classical)/Project Vault/hi.mainsite/Quantum Stuff\| quantum stuff ]]. 🕳️
|
||||
|
||||
|
||||
You resist the curiosity and choose to head back. Goodbye!
|
||||
|
||||
May the Force be with you. 💫
|
||||
|
||||
---
|
||||
|
||||
|
||||
This site is written by me in Markdown & HTML via [Obsidian](https://obsidian.md/). The theme is currently: `Origami`. [Gratitude.](https://starwarsintrogenerator.com/scroller?u=25auk2k3)
|
||||
|
||||
|
||||
|
||||
|
||||
<br> This site is written by me in Markdown & HTML via [Obsidian](https://obsidian.md/. The theme is currently: ` Origami `.
|
||||
|
||||
*Page Views:
|
||||
Page Visits: #
|
||||
<a href="https://www.cutercounter.com/" target="_blank"><img src="https://www.cutercounter.com/hits.php?id=hrxnqcdn&nd=6&style=25" border="0" alt="visitor counter"></a>
|
||||
Ⓚ shwethajayaraj.com. 1995-2023. All rights reversed.
|
||||
<br>
|
||||
Ⓚ shwethajayaraj.com. 1995-2023. All rights reversed.
|
||||
|
|
Loading…
Reference in New Issue