diff --git a/404.html b/404.html index 651771aa33..c8e6ecab99 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ -Julian Reder - @quantumbagel

404 - Page Not Found

It looks like you're lost! You can go back to the homepage if you want. You can also check out this cool video that's really cool.

\ No newline at end of file +Julian Reder - @quantumbagel

404 - Page Not Found

It looks like you're lost! You can go back to the homepage if you want. You can also check out this cool video that's really cool.

\ No newline at end of file diff --git a/airstrik.py/generate.yaml b/airstrik.py/generate.yaml index e9f6a4715e..40975c15bd 100644 --- a/airstrik.py/generate.yaml +++ b/airstrik.py/generate.yaml @@ -15,7 +15,33 @@ pages: name: "About" elements: - text: - text: "This is **airstrik.py**, the precursor to [PyAerial](pyaerial)." + text: | + This is **airstrik.py**, the precursor to [PyAerial](pyaerial). + + It includes many features including: _(from the README)_ + + * Uses MongoDB to store plane data + + * Very space-efficient, only storing the data from the plane''s closest location. + + * Can run inside Docker Compose + + * Customizable filters + + * Can predict when a airplane will enter the zone set using trigonometry + + It also has many downsides, including: + + - Inefficient calculations (O(N^2) or worse) + + - Lack of customizability when it comes to MongoDB + + - No geofence zones + + - Non-customizable triggers + + All of these issues should be resolved when [PyAerial](pyaerial) comes out. + @@ -36,7 +62,7 @@ sidebar: value: "@quantumbagel" social_panels: - icon: "logo-github" - url: "https://github.com/quantumbagel/PyAerial" + url: "https://github.com/quantumbagel/airstrik.py" diff --git a/airstrik.py/index.html b/airstrik.py/index.html index 0336c7f7d1..ffde74e13b 100644 --- a/airstrik.py/index.html +++ b/airstrik.py/index.html @@ -1 +1 @@ -airstrik.py - @quantumbagel

About

This is airstrik.py, the precursor to PyAerial.

\ No newline at end of file +airstrik.py - @quantumbagel

About

This is airstrik.py, the precursor to PyAerial.

It includes many features including: (from the README)

  • Uses MongoDB to store plane data

  • Very space-efficient, only storing the data from the plane''s closest location.

  • Can run inside Docker Compose

  • Customizable filters

  • Can predict when a airplane will enter the zone set using trigonometry

It also has many downsides, including:

  • Inefficient calculations (O(N^2) or worse)

  • Lack of customizability when it comes to MongoDB

  • No geofence zones

  • Non-customizable triggers

All of these issues should be resolved when PyAerial comes out.

\ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css index 40b1bb7403..7694b3a7a6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -494,6 +494,19 @@ main { font-weight: var(--fw-300); line-height: 1.6; } +.about-text * ul { + list-style-position: inside; + padding-left: 12em; + margin-left: 12em; + +} +.about-text * li { + list-style-type: circle; + padding-left: 12em; + margin-left: 12em; + +} + .about-text p { margin-bottom: 15px; } diff --git a/cameradistance/generate.yaml b/cameradistance/generate.yaml index 2b6e4d99c5..ff18b5047e 100644 --- a/cameradistance/generate.yaml +++ b/cameradistance/generate.yaml @@ -14,7 +14,24 @@ pages: name: "About" elements: - text: - text: "This is **Triggered**, an IFTTT Discord bot where the only limitation is your own mind." + text: | + **CameraDistance** is a drone-following script for NC State's AERPAW drones. + + It controls AXIS cameras supporting VAPIX to track MavLink/ArduPilot drones and record video of the drones. + + Its features include + + - Customizable recording triggers + + - Can zoom to fit drone in view or with a certain amount of space around it + + - Can handle drone software crashes or disconnects and quickly recover + + - Can support as many drones as you need via config + + - Works with any AXIS PTZ camera supporting VAPIX or any ArduPilot/MavLink based drone and many more! + + **Disclaimer: this program has not been extensively tested. Use at your own risk** @@ -23,20 +40,20 @@ pages: sidebar: back_to_home: true image: "/assets/images/pyaerial_logo.jpeg" - title: "IFTTT Discord Bot" + title: "Camera Drone Tracking" info_panels: - icon: "analytics" title: "Project Status" - value: "Release Candidacy" + value: "Completed" - icon: "calendar-outline" - title: "Estimated release v1.0" - value: "Summer 2024" + title: "Development finished" + value: "Fall 2023" - icon: "heart" title: "Made by" value: "@quantumbagel" social_panels: - icon: "logo-github" - url: "https://github.com/quantumbagel/Triggered" + url: "https://github.com/quantumbagel/CameraDistance" diff --git a/cameradistance/index.html b/cameradistance/index.html index f8df5e503c..996c30135f 100644 --- a/cameradistance/index.html +++ b/cameradistance/index.html @@ -1 +1 @@ -CameraDistance - @quantumbagel

About

This is Triggered, an IFTTT Discord bot where the only limitation is your own mind.

\ No newline at end of file +CameraDistance - @quantumbagel

About

CameraDistance is a drone-following script for NC State's AERPAW drones.

It controls AXIS cameras supporting VAPIX to track MavLink/ArduPilot drones and record video of the drones.

Its features include

  • Customizable recording triggers

  • Can zoom to fit drone in view or with a certain amount of space around it

  • Can handle drone software crashes or disconnects and quickly recover

  • Can support as many drones as you need via config

  • Works with any AXIS PTZ camera supporting VAPIX or any ArduPilot/MavLink based drone and many more!

Disclaimer: this program has not been extensively tested. Use at your own risk

\ No newline at end of file diff --git a/chess-challenge/index.html b/chess-challenge/index.html index 42d39ee257..0da09beb38 100644 --- a/chess-challenge/index.html +++ b/chess-challenge/index.html @@ -1 +1 @@ -Chess-Challenge - @quantumbagel

About

This is Triggered, an IFTTT Discord bot where the only limitation is your own mind.

\ No newline at end of file +Chess-Challenge - @quantumbagel

About

This is Triggered, an IFTTT Discord bot where the only limitation is your own mind.

\ No newline at end of file diff --git a/finitecraft/generate.yaml b/finitecraft/generate.yaml index 88f0383bb8..828ee015a9 100644 --- a/finitecraft/generate.yaml +++ b/finitecraft/generate.yaml @@ -14,7 +14,23 @@ pages: name: "About" elements: - text: - text: "This is **Triggered**, an IFTTT Discord bot where the only limitation is your own mind." + text: | + **FiniteCraft** is my and @Pixelz22's project to make a great autocrafter for Neal Agarwal's Infinite Craft. + + We plan for it to include: + + - Proxy selection algorithm (in progress) + + - An proxy-based crafter (completed) + + - A craft tree (not started) + + - A frontend website (not started) + + This project is in an extremely early stage, so the linked GitHub may not work yet! + This page will be updated every-so-often to reflect updates, but please use the GitHub link for the most up-to-date information. + + @@ -22,12 +38,12 @@ pages: sidebar: back_to_home: true - image: "/assets/images/pyaerial_logo.jpeg" - title: "IFTTT Discord Bot" + image: "/assets/images/finitecraft_logo.png" + title: "Infinite Craft Breaker" info_panels: - icon: "analytics" title: "Project Status" - value: "Release Candidacy" + value: "In Development" - icon: "calendar-outline" title: "Estimated release v1.0" value: "Summer 2024" @@ -36,7 +52,7 @@ sidebar: value: "@quantumbagel" social_panels: - icon: "logo-github" - url: "https://github.com/quantumbagel/Triggered" + url: "https://github.com/FiniteCraft/FiniteCraft" diff --git a/finitecraft/index.html b/finitecraft/index.html index c9a778de14..86f9b32e49 100644 --- a/finitecraft/index.html +++ b/finitecraft/index.html @@ -1 +1 @@ -FiniteCraft - @quantumbagel

About

This is Triggered, an IFTTT Discord bot where the only limitation is your own mind.

\ No newline at end of file +FiniteCraft - @quantumbagel

About

FiniteCraft is my and @Pixelz22's project to make a great autocrafter for Neal Agarwal's Infinite Craft.

We plan for it to include:

  • Proxy selection algorithm (in progress)

  • An proxy-based crafter (completed)

  • A craft tree (not started)

  • A frontend website (not started)

This project is in an extremely early stage, so the linked GitHub may not work yet!This page will be updated every-so-often to reflect updates, but please use the GitHub link for the most up-to-date information.

\ No newline at end of file diff --git a/generate.py b/generate.py index 6e8a214659..b07b6f4e8e 100644 --- a/generate.py +++ b/generate.py @@ -226,7 +226,7 @@ TEXT_TEMPLATE = """
-

TEXT

+ TEXT
""" @@ -261,7 +261,8 @@ def markdown_text_parsing(txt): - o = markdown.markdown(txt)[3:][:-4] + o = markdown.markdown(txt) + # print(o) return o.replace('href', "style=\"display: inline\" class=\"colorlink\" href") @@ -280,8 +281,10 @@ def generate_skills_item(variables): def generate_text(variables): - return TEXT_TEMPLATE.replace("TEXT", markdown_text_parsing(variables["text"]["text"])) + ret = TEXT_TEMPLATE.replace("TEXT", markdown_text_parsing(variables["text"]["text"]).replace("\n", "")) + # print(ret) + return ret def generate_header(variables): return OPTIONAL_HEADER_TEMPLATE.replace("NAME", markdown_text_parsing(variables["name"])).replace("ICON", diff --git a/index.html b/index.html index ae6377cdf0..0760b2d2b7 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Julian Reder - @quantumbagel

About

Hi! I'm Julian Reder! I'm a dually-enrolled programmer who spent a significant amount of time making this website that probably nobody will ever see (except for you, of course)! I'm currently spending my time making fun little bots, mods, projects in Python, C#, Java, and more! You can check out some of my projects here!

Experience

Education

  1. Wake Tech

    2023 - Present

    I've started my dual-enrolling at Wake Tech. I'm looking to spend two years here, then apply to NC State.

  2. Homeschooled

    Since Preschool

    I've been homeschooled since I was 5!

Skills

  • Python
    80%
  • Java
    80%
  • C#
    90%
  • Wordpress
    50%

Projects

Contact

If you'd like to chat with me or just get more information than is contained on this website, feel free to reach out using the contact form below:

Contact Form

\ No newline at end of file +Julian Reder - @quantumbagel

About

Hi! I'm Julian Reder! I'm a dually-enrolled programmer who spent a significant amount of time making this website that probably nobody will ever see (except for you, of course)! I'm currently spending my time making fun little bots, mods, projects in Python, C#, Java, and more! You can check out some of my projects here!

Experience

Education

  1. Wake Tech

    2023 - Present

    I've started my dual-enrolling at Wake Tech. I'm looking to spend two years here, then apply to NC State.

  2. Homeschooled

    Since Preschool

    I've been homeschooled since I was 5!

Skills

  • Python

    80

    %
  • Java

    80

    %
  • C#

    90

    %
  • Wordpress

    50

    %

Projects

Contact

If you'd like to chat with me or just get more information than is contained on this website, feel free to reach out using the contact form below:

Contact Form

\ No newline at end of file diff --git a/molotov/generate.yaml b/molotov/generate.yaml index 8a215d4569..a3de7fd57e 100644 --- a/molotov/generate.yaml +++ b/molotov/generate.yaml @@ -14,7 +14,7 @@ pages: name: "About" elements: - text: - text: "This is **Triggered**, an IFTTT Discord bot where the only limitation is your own mind." + text: "**Molotov** is a really simple Selenium bot for [jklm.fun](https://jklm.fun)'s Bomb Party." @@ -23,20 +23,20 @@ pages: sidebar: back_to_home: true image: "/assets/images/pyaerial_logo.jpeg" - title: "IFTTT Discord Bot" + title: "Bomb Party Virtuoso" info_panels: - icon: "analytics" title: "Project Status" - value: "Release Candidacy" + value: "Completed" - icon: "calendar-outline" - title: "Estimated release v1.0" - value: "Summer 2024" + title: "Development finished" + value: "Summer 2023" - icon: "heart" title: "Made by" value: "@quantumbagel" social_panels: - icon: "logo-github" - url: "https://github.com/quantumbagel/Triggered" + url: "https://github.com/quantumbagel/Molotov" diff --git a/molotov/index.html b/molotov/index.html index 83399a1b70..b2d9d8db07 100644 --- a/molotov/index.html +++ b/molotov/index.html @@ -1 +1 @@ -Molotov - @quantumbagel

About

This is Triggered, an IFTTT Discord bot where the only limitation is your own mind.

\ No newline at end of file +Molotov - @quantumbagel

About

Molotov is a really simple Selenium bot for jklm.fun's Bomb Party.

\ No newline at end of file diff --git a/piranha/generate.yaml b/piranha/generate.yaml index 43979ced78..d9bb53a4d0 100644 --- a/piranha/generate.yaml +++ b/piranha/generate.yaml @@ -14,7 +14,8 @@ pages: name: "About" elements: - text: - text: "This is **Triggered**, an IFTTT Discord bot where the only limitation is your own mind." + text: "This is **Triggered**, an IFTTT Discord bot where the only limitation is your own mind. Please be aware that the bot is not currently hosted and will not work if you invite it. + The source code for this bot is not open due to complications with GitHub allowing binaries." @@ -22,21 +23,23 @@ pages: sidebar: back_to_home: true - image: "/assets/images/pyaerial_logo.jpeg" - title: "IFTTT Discord Bot" + image: "/assets/images/piranha_logo.png" + title: "Chess-Playing Discord Bot" info_panels: - icon: "analytics" title: "Project Status" - value: "Release Candidacy" + value: "Completed" - icon: "calendar-outline" - title: "Estimated release v1.0" - value: "Summer 2024" + title: "Development Finished" + value: "Fall 2023" - icon: "heart" title: "Made by" value: "@quantumbagel" social_panels: - icon: "logo-github" - url: "https://github.com/quantumbagel/Triggered" + url: "https://github.com/quantumbagel" + - icon: "logo-discord" + url: "https://discord.com/oauth2/authorize?client_id=1068632522956742736&permissions=2147503104&scope=applications.commands%20bot" diff --git a/piranha/index.html b/piranha/index.html index 82a3334629..c1b7f8766d 100644 --- a/piranha/index.html +++ b/piranha/index.html @@ -1 +1 @@ -Piranha - @quantumbagel

About

This is Triggered, an IFTTT Discord bot where the only limitation is your own mind.

\ No newline at end of file +Piranha - @quantumbagel

About

This is Triggered, an IFTTT Discord bot where the only limitation is your own mind. Please be aware that the bot is not currently hosted and will not work if you invite it. The source code for this bot is not open due to complications with GitHub allowing binaries.

\ No newline at end of file diff --git a/pyaerial/index.html b/pyaerial/index.html index cb986fe735..9d9229cdef 100644 --- a/pyaerial/index.html +++ b/pyaerial/index.html @@ -1 +1 @@ -PyAerial - @quantumbagel

About

This is PyAerial, a simple and intuitive successor to airstrik.py.

\ No newline at end of file +PyAerial - @quantumbagel

About

This is PyAerial, a simple and intuitive successor to airstrik.py.

\ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index ec346184f6..561b5af74c 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,79 +1,79 @@ https://quantumbagel.github.io#about - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io#experience - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io#projects - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io#contact - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io/pyaerial#about - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io/triggered#about - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io/piranha#about - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io/statify#about - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io/cameradistance#about - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io/molotov#about - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io/finitecraft#about - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io/chess-challenge#about - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 https://quantumbagel.github.io/airstrik.py#about - 2024-03-03T13:24:51Z + 2024-03-03T17:48:43Z daily 1.0 diff --git a/statify/generate.yaml b/statify/generate.yaml index 8f4d208ba9..af21faa779 100644 --- a/statify/generate.yaml +++ b/statify/generate.yaml @@ -14,7 +14,7 @@ pages: name: "About" elements: - text: - text: "This is **Triggered**, an IFTTT Discord bot where the only limitation is your own mind." + text: "This is **Statify**, a beautifully customizable SpigotMC plugin that can display custom stats and real ones in leaderboard/ranking format." @@ -22,21 +22,23 @@ pages: sidebar: back_to_home: true - image: "/assets/images/pyaerial_logo.jpeg" - title: "IFTTT Discord Bot" + image: "/assets/images/statify_logo.png" + title: "Minecraft Stats Made Easy" info_panels: - icon: "analytics" title: "Project Status" - value: "Release Candidacy" + value: "Beta Released (abandoned)" - icon: "calendar-outline" - title: "Estimated release v1.0" - value: "Summer 2024" + title: "Development Finished" + value: "Winter 2023" - icon: "heart" title: "Made by" value: "@quantumbagel" social_panels: - icon: "logo-github" - url: "https://github.com/quantumbagel/Triggered" + url: "https://github.com/quantumbagel/Statify" + - icon: "earth" + url: "https://modrinth.com/plugin/statify" diff --git a/statify/index.html b/statify/index.html index 3c56a44791..95807216ff 100644 --- a/statify/index.html +++ b/statify/index.html @@ -1 +1 @@ -Statify - @quantumbagel

About

This is Triggered, an IFTTT Discord bot where the only limitation is your own mind.

\ No newline at end of file +Statify - @quantumbagel

About

This is Statify, a beautifully customizable SpigotMC plugin that can display custom stats and real ones in leaderboard/ranking format.

\ No newline at end of file diff --git a/triggered/generate.yaml b/triggered/generate.yaml index b44c2ff5aa..0224893dca 100644 --- a/triggered/generate.yaml +++ b/triggered/generate.yaml @@ -22,7 +22,7 @@ pages: sidebar: back_to_home: true - image: "/assets/images/pyaerial_logo.jpeg" + image: "/assets/images/triggered_logo.png" title: "IFTTT Discord Bot" info_panels: - icon: "analytics" diff --git a/triggered/index.html b/triggered/index.html index 8f57b1284f..34079cfe22 100644 --- a/triggered/index.html +++ b/triggered/index.html @@ -1 +1 @@ -Triggered - @quantumbagel

About

This is Triggered, an IFTTT Discord bot where the only limitation is your own mind.

\ No newline at end of file +Triggered - @quantumbagel

About

This is Triggered, an IFTTT Discord bot where the only limitation is your own mind.

\ No newline at end of file