This commit is contained in:
sneedgroup-holder 2024-11-03 23:29:42 +00:00
parent c2ba37924b
commit a29046e8da
3 changed files with 14 additions and 2 deletions

View file

@ -35,12 +35,12 @@ Currently, I code amazing stuff for Sneed Group. My focus is on building efficie
## Projects
* Web Applications: Developing interactive and responsive web applications using JavaScript and HTML.
* Backend Development: Building robust server-side solutions with Node.js.
* OS Development: Working on OS development using Cosmos C#.
* OS Development: Worked on OS development using Cosmos C#.
* Mac OS Setup Script: Created **DSMOSS** (The Mac OS setup script, mainly for Sneed Group; not to be confused with Don't Steal MacOS - DSMOS) to streamline setup processes.
## Links
=> code/ Public Code Copies
=> https://s.nodemixaholic.com S Social
=> log/ Capitan's Log
=> https://ollama.com/sparksammy My Ollama Projects
=> https://search.sparksammy.com/ Sparksammy Search

3
log/index.gmi Normal file
View file

@ -0,0 +1,3 @@
# Nodemixaholic's Gemini Log

9
log/new-post.sh Executable file
View file

@ -0,0 +1,9 @@
postID="$RANDOM-$RANDOM$RANDOM"
echo " " >> $postID
echo "## Title" > $postID
echo "Body" >> $postID
nano $postID
echo " " >> $postID
cat $postID > index.gmi
rm $postID