-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Completed the .py Monaco virtual-files
- Loading branch information
1 parent
40c0577
commit 54cd756
Showing
7 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion
7
src/lib/media/monaco-viewer/virtual-files/python/HeartbeatsData.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# TODO | ||
print(""" | ||
I am passionate about the quantified self, which includes various time-tracking. | ||
Most time-tracking is done through "heartbeats" which just say what I was doing at a particular time. | ||
HeartbeatsData is a Python library I made which produces a few interesting charts (using matplotlib) for visualizing this data. | ||
""") | ||
# https://github.com/hopperelec/HeartbeatsData |
14 changes: 13 additions & 1 deletion
14
src/lib/media/monaco-viewer/virtual-files/python/HopperBot (old).py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
# TODO | ||
print(""" | ||
HopperBot is the Discord bot I use for most Discord servers I create or moderate. | ||
It was originally developed using Discord.py and included the following features before I switched to JDA: | ||
- Moderation logging | ||
- Purging | ||
- Polls | ||
- Automatically generating numbered VCs | ||
- A playlist | ||
- An economy | ||
- AI analysis and impersonations of some users (friends, only with consent) | ||
""") | ||
# https://github.com/hopperelec/HopperBot-Python/ |
7 changes: 6 additions & 1 deletion
7
src/lib/media/monaco-viewer/virtual-files/python/PiggyBankCounter.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# TODO | ||
print(""" | ||
PiggyBankCounter is one of the first larger and object-oriented project I developed, back in 2019. | ||
It's a GUI tool, built using Pygame, which allows for calculating a value of a piggy bank across hundreds of currencies. | ||
It's certainly not good quality for my current standards, but I'm still proud of it because of how young I was when I made it. | ||
""") | ||
# Sadly, the code is private because it contains many references to my school and I frankly don't want to DOX myself |
3 changes: 2 additions & 1 deletion
3
src/lib/media/monaco-viewer/virtual-files/python/TiktTok-Notifs.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
# TODO | ||
print("TikTok-Notifs is a simple program I developed for displaying desktop notifications whenever a followed TikTok user posts a new TikTok") | ||
# https://github.com/hopperelec/TikTok-Notifs |
2 changes: 1 addition & 1 deletion
2
src/lib/media/monaco-viewer/virtual-files/web-dev/open-source.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/lib/media/monaco-viewer/virtual-files/web-dev/www-v1/script.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
// Most of the Javascript used on this website was just for opening and closing an accordion, but I did experiment with it a bit | ||
// Most of the Javascript used on this website was just for opening and closing an accordion, but I did experiment with it a bit |