<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>coderNCP2 Submissions by Youssef Habib</title>
      <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-10-14 15:50:02 UTC</pubDate>
      <lastBuildDate>2026-05-03 23:24:01 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Process</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3634064567</link>
         <description><![CDATA[<p>We began by brainstorming ideas for our art project and eventually decided to depict our school mascot as a stained-glass mural using Processing.js. To plan our design, we created a Google Drawings project and recreated our mascot using numerous shapes drawn with the polyline tool. We also added a rainbow (also making it have the same stained glass look) in the background to enhance the overall look. </p><p>Next, we exported the drawing as an SVG file. Since it contained many shapes, we wanted to avoid manually extracting the coordinates of each vertex and converting them to JavaScript. To speed up the process, a team member developed a JavaScript program that automatically converted SVG path data (Code that SVGs can read that draws a shape) into Processing.js code. For instance, it transformed</p><pre><code>&lt;path fill="#810000" d="m573.95276 291.24933l-17.044617 39.774292l-23.485596 -16.666656z" fill-rule="evenodd"/&gt;
</code></pre><p>into</p><pre><code>fill(129, 0, 0, 255, 100);
stroke(0, 0, 0);
beginShape();
vertex(573.95, 291.25);
vertex(556.91, 331.02);
vertex(533.42, 314.36);
endShape(CLOSE);
</code></pre><p>After converting all the shapes and formatting it into JavaScript, we pasted it into CodeHS. We then imported the Processing.js library to run our file successfully. </p>]]></description>
         <enclosure url="https://html-1-15856673.codehs.me/index.html" />
         <pubDate>2025-10-15 16:05:31 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3634064567</guid>
      </item>
      <item>
         <title>Collaboration</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3634064606</link>
         <description><![CDATA[<p>Two team members focused on solving the Kattis problems and contributed feedback and creative ideas throughout the project, such as giving the mascot a stained-glass appearance and adding a rainbow to the background to enhance the overall design. Another team member developed the code that converted the SVG file from our Google Drawing into Processing.js format and assembled the final CodeHS project by importing the Processing.js API. The remaining two team members were responsible for drawing and constructing all the shapes in the Google Drawing.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-15 16:05:32 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3634064606</guid>
      </item>
      <item>
         <title>Final:</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3634064678</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/fa0fc59fbd8f3739fc78356a1f144f54/image.png" />
         <pubDate>2025-10-15 16:05:35 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3634064678</guid>
      </item>
      <item>
         <title>First Draft of Google Drawing</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3634064732</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/e0b90c91e0a3c6a1c7b6310cc68d2c8c/image.png" />
         <pubDate>2025-10-15 16:05:37 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3634064732</guid>
      </item>
      <item>
         <title>CodeHS link</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3634066111</link>
         <description><![CDATA[<p><a rel="noopener noreferrer nofollow" href="https://codehs.com/sandbox/id/html-QVjQRh">https://codehs.com/sandbox/id/html-QVjQRh</a></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-15 16:06:26 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3634066111</guid>
      </item>
      <item>
         <title>Calico Certificate</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3728695598</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/db85212315f214533514c9915172b024/Screenshot_2025_12_19_9_56_37_AM.png" />
         <pubDate>2025-12-19 15:57:33 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3728695598</guid>
      </item>
      <item>
         <title>Original Processing js Design</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735392890</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/6d9ef1d3ccb1fbe4c9e0133d54584514/image.png" />
         <pubDate>2025-12-31 23:47:55 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735392890</guid>
      </item>
      <item>
         <title>Processing.js Project Code:</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735392980</link>
         <description><![CDATA[<p>Link: <a rel="noopener noreferrer nofollow" href="https://codehs.com/editor/print/19081601/3556533/0/0">https://codehs.com/editor/print/19081601/3556533/0/0</a></p>]]></description>
         <enclosure url="https://codehs.com/editor/print/19081601/3556533/0/0" />
         <pubDate>2025-12-31 23:49:33 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735392980</guid>
      </item>
      <item>
         <title>Tkinter (Refactored Implementation)</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735393223</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/e5ff85039e63b9b2ae50bb7eeda5e146/Screenshot_2025_12_31_175101.png" />
         <pubDate>2025-12-31 23:52:07 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735393223</guid>
      </item>
      <item>
         <title>Tkinter Project Code:</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735393456</link>
         <description><![CDATA[<p>Link:</p><p><a rel="noopener noreferrer nofollow" href="https://codehs.com/sandbox/id/python-graphics-tkinter-u3VWCf">https://codehs.com/sandbox/id/python-graphics-tkinter-u3VWCf</a></p>]]></description>
         <enclosure url="https://codehs.com/sandbox/id/python-graphics-tkinter-u3VWCf" />
         <pubDate>2025-12-31 23:53:49 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735393456</guid>
      </item>
      <item>
         <title>Communications</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735395161</link>
         <description><![CDATA[<p>We started with the Processing.js code and wanted to convert all the Javascript polygons into python polygons through tkinter. We looked at the format and arguments of a tkinter polygon:</p><p>canvas.create_polygon([574, 291, 557, 331, 533, 314], fill="#810000", outline="black")</p><p><br/></p><p>and immediately began building a project that would convert processing.js polygons: </p><p><br/></p><p>fill(129, 0, 0, 255, 100);
stroke(0, 0, 0);
beginShape();
vertex(573.95, 291.25);
vertex(556.91, 331.02);
vertex(533.42, 314.36);
endShape(CLOSE);</p><p><br/></p><p>into tkinter polygons. We needed this tool as we had hundreds of polygons and thousands of points that we would've needed to write out in tkinter if we chose to manually write out code for each polygon. Once we created our refactoring tool, we converted all the processing.js polygons and pasted the output into a tkinter project on CodeHS and ran our file successfully.</p>]]></description>
         <enclosure url="" />
         <pubDate>2026-01-01 00:06:40 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735395161</guid>
      </item>
      <item>
         <title>Collaboration</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735395893</link>
         <description><![CDATA[<p>Three team members focused on working on the Illinois AI Challenge Project while the other two collaborated on the refactoring project. One person developed the Javascript refactoring code while the other tested and debugged and implemented the tkinter code into CodeHS.</p>]]></description>
         <enclosure url="" />
         <pubDate>2026-01-01 00:12:01 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3735395893</guid>
      </item>
      <item>
         <title>Activity 1</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804257619</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/ce2d6ac535f4ae4765f5e7a6ed38add2/Screenshot_2026_02_25_190653.png" />
         <pubDate>2026-02-27 00:35:48 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804257619</guid>
      </item>
      <item>
         <title>Activity 2 (Maze)</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804258187</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/0acc4e9de4076af8af44715167bde3df/Screenshot_2026_02_25_192051.png" />
         <pubDate>2026-02-27 00:36:28 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804258187</guid>
      </item>
      <item>
         <title>Activity 3</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804258468</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/b801cd87559c7c31b5d068f5b96f8133/Screenshot_2026_02_25_193221.png" />
         <pubDate>2026-02-27 00:36:46 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804258468</guid>
      </item>
      <item>
         <title>Github repo</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804259665</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://github.com/Haze405/miningHelper" />
         <pubDate>2026-02-27 00:38:06 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804259665</guid>
      </item>
      <item>
         <title>mine command</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804265622</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/1ecfac14afd667fc95cc5d78040d7bbb/Screenshot_2026_02_26_183952.png" />
         <pubDate>2026-02-27 00:45:12 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804265622</guid>
      </item>
      <item>
         <title>crossmine command</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804265760</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/dde3a2669e1494c85c3956dcb6d342cb/Screenshot_2026_02_26_184113.png" />
         <pubDate>2026-02-27 00:45:23 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804265760</guid>
      </item>
      <item>
         <title>auto torch</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804265945</link>
         <description><![CDATA[<p>Torches are automatically placed  2 blocks behind you wherever you go</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/ef1245ed0e0c2b80125b5e71911df34d/Screenshot_2026_02_26_184153.png" />
         <pubDate>2026-02-27 00:45:33 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804265945</guid>
      </item>
      <item>
         <title>kit command</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804266661</link>
         <description><![CDATA[<p>Gives you a diamonds pickaxe and night vision</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/208374f948ac8c764eaa7a3e6721edc7/Screenshot_2026_02_26_184234.png" />
         <pubDate>2026-02-27 00:46:31 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804266661</guid>
      </item>
      <item>
         <title>boom command</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804267294</link>
         <description><![CDATA[<p>Places a tnt with a redstone block igniting it every 2 blocks for 30 blocks.</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/fc2c2c4d6c803da28bcd6b004265c829/Screenshot_2026_02_26_184423.png" />
         <pubDate>2026-02-27 00:47:23 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804267294</guid>
      </item>
      <item>
         <title>Design/Development/Implementation/Testing</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804267735</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.google.com/document/d/19Rk1e2G3OSLJRvDwVQU75d-WixaWISF3eGlQ7RX5LRQ/edit?usp=sharing" />
         <pubDate>2026-02-27 00:47:55 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804267735</guid>
      </item>
      <item>
         <title>Team Collaboration and Dynamics</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804268203</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.google.com/document/d/1VMcwxaqmc-VT7RB8Z7C-2e2BTxSJeWNF3GHufzpX52I/edit?usp=sharing" />
         <pubDate>2026-02-27 00:48:17 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804268203</guid>
      </item>
      <item>
         <title>Asa&#39;s CodeYourself Submission Proof</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804271133</link>
         <description><![CDATA[<p><a rel="noopener noreferrer nofollow" href="https://codehs.com/sandbox/tealoctopus3610/codeyourself-1">https://codehs.com/sandbox/tealoctopus3610/codeyourself-1</a></p><p><br/></p><p>Mentor - Youssef</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/73fc0c784afda063c79dc020a334c05e/image.png" />
         <pubDate>2026-02-27 00:51:54 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804271133</guid>
      </item>
      <item>
         <title>Anne&#39;s CodeYourself Submission Proof</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804274003</link>
         <description><![CDATA[<p><a rel="noopener noreferrer nofollow" href="https://codehs.com/sandbox/brammster5000/anne-draw-yourself">https://codehs.com/sandbox/brammster5000/anne-draw-yourself</a></p><p><br/></p><p>Mentor - Tanmay</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/22f41877fe0070f98ab0dbe2bf93f0af/image.png" />
         <pubDate>2026-02-27 00:53:28 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804274003</guid>
      </item>
      <item>
         <title>Fiona&#39;s CodeYourself Submission Proof</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804915461</link>
         <description><![CDATA[<p><a rel="noopener noreferrer nofollow" href="https://codehs.com/sandbox/violetcrab8934/my-story-my-roots">https://codehs.com/sandbox/violetcrab8934/my-story-my-roots</a></p><p><br/></p><p>Mentor - Chloe</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/48c139cf62164415725abf8807bb537b/image.png" />
         <pubDate>2026-02-27 12:56:02 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804915461</guid>
      </item>
      <item>
         <title>Tracy&#39;s CodeYourself Submission and Proof</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804918579</link>
         <description><![CDATA[<p><a rel="noopener noreferrer nofollow" href="https://codehs.com/sandbox/olivecrow4313/code-yourself-project-1">https://codehs.com/sandbox/olivecrow4313/code-yourself-project-1</a></p><p><br/></p><p>Mentor - Henry</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/2e7113d6ddb8e5bf415de97eb3ed825a/image.png" />
         <pubDate>2026-02-27 12:59:28 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804918579</guid>
      </item>
      <item>
         <title>Valerie&#39;s CodeYourself Submission and Proof</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804919789</link>
         <description><![CDATA[<p><a rel="noopener noreferrer nofollow" href="https://codehs.com/sandbox/goldgull1923/self-portrait-1">https://codehs.com/sandbox/goldgull1923/self-portrait-1</a></p><p><br/></p><p>Mentor - Victor</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/0dd84bac0d1823e9c7256d6b526e9170/image.png" />
         <pubDate>2026-02-27 13:00:51 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3804919789</guid>
      </item>
      <item>
         <title>Deployment</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3895999490</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://avondale-events-website.vercel.app/" />
         <pubDate>2026-05-03 23:22:28 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3895999490</guid>
      </item>
      <item>
         <title>Website Codebase:</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3895999540</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://github.com/CODERTG2/avondale-events-website" />
         <pubDate>2026-05-03 23:22:39 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3895999540</guid>
      </item>
      <item>
         <title>Backend Codebase: </title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3895999673</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://github.com/CODERTG2/avondale-event-indexer" />
         <pubDate>2026-05-03 23:23:05 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3895999673</guid>
      </item>
      <item>
         <title>Presentation</title>
         <author>yhyoussef56</author>
         <link>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3895999966</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4480946062/aa0c97d4826745d86cb0326fe0481153/Avondale_V2___CODERNCP2.pptx" />
         <pubDate>2026-05-03 23:24:00 UTC</pubDate>
         <guid>https://padlet.com/icst_sites/a62l5eq38hlwld5c/wish/3895999966</guid>
      </item>
   </channel>
</rss>
