<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>แฟ้มสะสมลงานวิชาคอมพิวเตอร์(30107)ของน.ส.ศศธร เชตพันธุ์ เลขที่16 ม.5/2 by Sasitorn Chetphan</title>
      <link>https://padlet.com/marundza/5hm4qkzawhgym9cx</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-05-19 03:24:11 UTC</pubDate>
      <lastBuildDate>2025-09-22 03:52:49 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3456496937</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3858607864/175589c1496e8a68eedbd3f18815de90/image.png" />
         <pubDate>2025-05-19 03:36:33 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3456496937</guid>
      </item>
      <item>
         <title></title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3456501661</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3858607864/e1e740f68babdedb72284cd0bd43d7c3/image.png" />
         <pubDate>2025-05-19 03:39:31 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3456501661</guid>
      </item>
      <item>
         <title></title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3456503908</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3858607864/01cbfba19d19cf7dd4b96152e092eb41/image.png" />
         <pubDate>2025-05-19 03:40:57 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3456503908</guid>
      </item>
      <item>
         <title></title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3482978702</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/16409427677a6e19dd7f2fc738c38627/_________________________________Mind_Mapping_Brainstorm.png" />
         <pubDate>2025-06-09 03:52:28 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3482978702</guid>
      </item>
      <item>
         <title></title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3491219100</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/f5d9344f9f13036e9b1450c588f00f6c/______________________________________________________________________________________.png" />
         <pubDate>2025-06-16 03:47:10 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3491219100</guid>
      </item>
      <item>
         <title></title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3498688512</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/88e9a4fdaffa1481cf85919e8cca87c1/image.png" />
         <pubDate>2025-06-23 03:39:39 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3498688512</guid>
      </item>
      <item>
         <title></title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3498689185</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/3a567841aa7fb94d4103984672546e56/image.png" />
         <pubDate>2025-06-23 03:40:20 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3498689185</guid>
      </item>
      <item>
         <title>my proflie</title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3518484092</link>
         <description><![CDATA[<p>#include &lt;stdio.h&gt;</p><p>#include &lt;conio.h&gt;</p><p>int main() {</p><p>    // ประกาศตัวแปร</p><p>    char name[80] = "ศศิธร เชตพันธุ์";</p><p>    int age = 17;</p><p>    char major[80] = "แผนการเรียนศิลป์ อาชีพ";</p><p>    char school[100] = "โรงเรียนสอยดาววิทยา";</p><p>   </p><p>    // แสดงผลข้อมูลส่วนตัว</p><p>    printf("=====================================\n");</p><p>    printf("          ข้อมูลส่วนตัว\n");</p><p>    printf("=====================================\n");</p><p>    printf("ชื่อ-นามสกุล    : %s\n", name);</p><p>    printf("อายุ           : %d ปี\n", age);</p><p>    printf("สาขาวิชา       : %s\n", major);</p><p>    printf("สถานศึกษา     : %s\n", school);</p><p>    printf("=====================================\n");</p><p>    return 0;</p><p>}</p><p><br/></p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/21011a69fb70884aefe3082208581080/image.png" />
         <pubDate>2025-07-14 03:47:47 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3518484092</guid>
      </item>
      <item>
         <title>my proflie</title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3518484966</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/77a400f54ca6bbcd22c2acd02219eb2d/image.png" />
         <pubDate>2025-07-14 03:48:32 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3518484966</guid>
      </item>
      <item>
         <title></title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3524685597</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/4e918f265fdfc0ee3538ab6577fe393b/image.png" />
         <pubDate>2025-07-21 03:52:16 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3524685597</guid>
      </item>
      <item>
         <title></title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3524685787</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/e1df0c5c8afc5bdb4ecf9949c1352f3c/image.png" />
         <pubDate>2025-07-21 03:52:28 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3524685787</guid>
      </item>
      <item>
         <title></title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3534717821</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/96b43e32d7554034294cf0bf4916ce8e/Screenshot_2025_08_04_101806.png" />
         <pubDate>2025-08-04 03:19:20 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3534717821</guid>
      </item>
      <item>
         <title></title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3534731245</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/4b55eb6e6c8fb928c0c1db4fc5dd8d10/Screenshot_2025_08_04_103823.png" />
         <pubDate>2025-08-04 03:38:34 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3534731245</guid>
      </item>
      <item>
         <title>ระดับปานกลาง</title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3553266764</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/e3af8814174e3213bf6fcd6c758ab2aa/image.png" />
         <pubDate>2025-08-25 03:13:44 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3553266764</guid>
      </item>
      <item>
         <title>ระดับง่าย</title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3553272654</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/604052baa909f053e802d3e86b646e24/image.png" />
         <pubDate>2025-08-25 03:18:25 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3553272654</guid>
      </item>
      <item>
         <title>ระดับยาก</title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3553275499</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/865ba4c7d5f2b2b11979653aee59be84/image.png" />
         <pubDate>2025-08-25 03:20:27 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3553275499</guid>
      </item>
      <item>
         <title>ม.5 ทักษะการเขียนโปรแกรมภาษา C เบื้องต้น</title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3584617880</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/9c85c7ce24b26c8adb65acc9e98024b4/Screenshot_2025_09_15_104812.png" />
         <pubDate>2025-09-15 03:49:46 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3584617880</guid>
      </item>
      <item>
         <title>แผนผังการทำไข่เจียว</title>
         <author>marundza</author>
         <link>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3596701557</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/3858607864/f6632ca6fd7c9e5c81ad5d855d0c8709/image.png" />
         <pubDate>2025-09-22 03:52:48 UTC</pubDate>
         <guid>https://padlet.com/marundza/5hm4qkzawhgym9cx/wish/3596701557</guid>
      </item>
   </channel>
</rss>
