<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>4C 2019 - About Programming by Teacher Amira Azhan</title>
      <link>https://padlet.com/teacheramirasc/4columbus</link>
      <description>Describe in your own words, anything about programming</description>
      <language>en-us</language>
      <pubDate>2019-01-29 04:15:36 UTC</pubDate>
      <lastBuildDate>2023-02-25 15:06:18 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Programming Language</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325242844</link>
         <description><![CDATA[<div>It is used to create programs that implement specific algorithms.<br>A programming language is a VOCABULARY AND SET OF GRAMMATICAL RULES to instruct a computer or devices.<br>The term progamming language usually refers to high-level languages such as BASIC,C,C++,FORTRAN,Java.<br><br>The most demand programming languages are:<br>-Java<br>-Phyton<br>-C++<br>C#<br>-C (oldest)<br><strong>-puteri and nad</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:53:50 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325242844</guid>
      </item>
      <item>
         <title>P</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325242889</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:54:12 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325242889</guid>
      </item>
      <item>
         <title>Pr</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325242892</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:54:13 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325242892</guid>
      </item>
      <item>
         <title>PROGRAMMING</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325242897</link>
         <description><![CDATA[<div><strong>Some programming examples</strong><br>SQL<br>JAVA<br>JAVASCRIPT<br>C#<br>PHYTON<br>C++<br>PHP<br>IOS<br>RUBY/RAILS<br><br><strong>by Syamimi</strong><br><br><br></div>]]></description>
         <enclosure url="https://get.pxhere.com/photo/technology-web-line-biology-coding-html-brand-font-text-diagram-presentation-development-code-screenshot-data-web-design-computer-programming-web-developer-web-development-programming-code-php-1066093.jpg" />
         <pubDate>2019-01-29 04:54:14 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325242897</guid>
      </item>
      <item>
         <title>PROGRAMMING LANGUANGE</title>
         <author>mizamiraa03</author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325242929</link>
         <description><![CDATA[<div>A programming language is a vocabulary and set of grammatical rule for instructing a computer or computing device to perform specific task<br><br>EXAMPLE OF PROGRAMMING LANGUAGE<br>1.PYTHON<br>2.JAVA<br>3.HQL<br>3.PHP <br><br>AQILAH</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:54:28 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325242929</guid>
      </item>
      <item>
         <title>PROGRAMMING LANGUAGE  :):):):):):):):) (nadia) :):):):):):):):):):)</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325242930</link>
         <description><![CDATA[<div><br>DEFINITION OF LANGUAGE PROGRAMMING (SHORT) :<br><br>A programming language is a set of commands, instructions, and other syntax use to create a software program<strong>.<br><br></strong>ONE OF THE MOST USED PROGRAMMING LANGUAGES ARE JAVA AND PYHTON <br><br>USES OF PROGRAMMING LANGUAGES:<br><br> Used to work with databases, creating database tables, retrieving or adding data, performing queries and so on. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:54:28 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325242930</guid>
      </item>
      <item>
         <title>PROGRAMMING</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325242954</link>
         <description><![CDATA[<div>-ELLYANIE<br>:))))))))))))))))))<br>PROGRAMMING LANGUAGE<br><br> Is a set of commands and other <a href="https://techterms.com/definition/syntax">syntax</a> use to create a software <a href="https://techterms.com/definition/program">program</a>. Languages that programmers use to write code are called "high-level languages." This code can be compiled into a "low-level language," which is recognized directly by the computer hardware.<br><br></div><div><br>High-level languages are designed to be easy to read and understand. This allows programmers to write <a href="https://techterms.com/definition/sourcecode">source code</a> in a natural fashion, using logical words and symbols. For example, reserved words like function, while, if, and else are used in most major programming languages. Symbols like &lt;, &gt;, ==, and != are common operators. Many high-level languages are similar enough that programmers can easily understand source code written in multiple languages.<br><br></div><div><br>Examples of high-level languages include <a href="https://techterms.com/definition/cplusplus">C++</a>, <a href="https://techterms.com/definition/java">Java</a>, <a href="https://techterms.com/definition/perl">Perl</a>, and <a href="https://techterms.com/definition/php">PHP</a>. Languages like C++ and Java are called "compiled languages" since the source code must first be <a href="https://techterms.com/definition/compile">compiled</a>in order to run. Languages like Perl and PHP are called "interpreted languages" since the source code can be run through an <a href="https://techterms.com/definition/interpreter">interpreter</a> without being compiled. Generally, compiled languages are used to create software <a href="https://techterms.com/definition/application">applications</a>, while interpreted languages are used for running <a href="https://techterms.com/definition/script">scripts</a>, such as those used to generate content for <a href="https://techterms.com/definition/dynamicwebsite">dynamic websites</a>.<br><br></div><div><br>Low-level languages include assembly and machine languages. An assembly language contains a list of basic instructions and is much more difficult to read than a high-level language. In rare cases, a programmer may decide to code a basic program in an assembly language to ensure it operates as efficiently as possible. An assembler can be used to translate the assembly code into machine code. The machine code, or machine language, contains a series of <a href="https://techterms.com/definition/binary">binary</a> codes that are understood directly by a computer's <a href="https://techterms.com/definition/cpu">CPU</a>. Needless to say, machine language is not designed to be human readable. <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:54:40 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325242954</guid>
      </item>
      <item>
         <title>programming language</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325242996</link>
         <description><![CDATA[<div><strong><br>Definition - What does </strong><strong><em>Programming Language</em></strong><strong> mean?<br></strong><br></div><div>A programming language is a computer language engineered to create a standard form of commands. These commands can be interpreted into a code understood by a machine. Programs are created through programming languages to control the behavior and output of a machine through accurate algorithms, similar to the human communication process.<br><br>A programming language is also known as a programming system, computer language or computer system.<br> by:suhailiyana &amp; dzakirah</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:54:55 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325242996</guid>
      </item>
      <item>
         <title>PROGRAMMING LANG</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325242999</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/351586483/d8e0d230da3c0b915c008fa8b381f576/PROGRAMMING_LANGUAGE.docx" />
         <pubDate>2019-01-29 04:54:56 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325242999</guid>
      </item>
      <item>
         <title>hanan</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243032</link>
         <description><![CDATA[<div>if you have learned programming language, you could be a software developer for a finance company or for government instead.<br><br>you could also be a mobile app developers, where you create startups and games.<br><br>and web developer. there are front-end developer where you design</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:55:14 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243032</guid>
      </item>
      <item>
         <title>computer programming is away of giving computers instructions about what they should do next. </title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243077</link>
         <description><![CDATA[<div>by </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:55:39 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243077</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243078</link>
         <description><![CDATA[JOBS THAT YOU CAN GET
JOBS THAT YOU CAN GET
idf
PROGRAMMING LANG
PROGRAMMING LANG
programming language
programming language

Definition - What does Programming Language mean?

A programming language is a computer language engineered to create a standard form of commands. These commands can be interpreted into a code understood by a machine. Programs are created through programming languages to control the behavior and output of a machine through accurate algorithms, similar to the human communication process.

A programming language is also known as a programming system, computer language or computer system.
 by:suhailiyana &amp; dzakirah
PROGRAMMING LANGUANGE
PROGRAMMING LANGUANGE
PROGRAMMING
PROGRAMMING 
PROGRAMMING LANGUAGE :)
PROGRAMMING LANGUAGE  :)
P
P
Pr
Pr
PROGRAM
PROGRAM]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:55:40 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243078</guid>
      </item>
      <item>
         <title>programming</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243083</link>
         <description><![CDATA[<div>programming is process of designing and building...ROSHAM<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:55:40 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243083</guid>
      </item>
      <item>
         <title>A programming language is a vocabulary and set of grammatical rules for instructing a computer or computing device to perform specific tasks.</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243086</link>
         <description><![CDATA[<div>It also have </div><h1>The 9 Most In-Demand Programming Languages of 2016 such as</h1><h1>SQL,</h1><h1>JAVA.</h1><h1>JAVASCRIPT,</h1><h1>C#,</h1><h1>PYTHON,</h1><h1>C++,</h1><h1>PHP,</h1><h1>IOS &amp; RUBY</h1><div>by ;aqil &amp; andy</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:55:42 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243086</guid>
      </item>
      <item>
         <title>What is Programming</title>
         <author>grayzerterra242</author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243150</link>
         <description><![CDATA[<div>in this modern life, we have use so many application without knowing how the application is made of</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:56:09 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243150</guid>
      </item>
      <item>
         <title>hugu</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243155</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:56:11 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243155</guid>
      </item>
      <item>
         <title>What is computer programming?Computer programming is a way of giving computers instructions about what they should do next. These instructions are known as code, and computer programmers write code to solve problems or perform a task.The end goal is to create something: that could mean anything from a web page, or a piece of software, or even just a pretty picture. That’s why computer programming is often described as a mix between art and science; it’s technical and analytical, yet creative at the same time.</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243192</link>
         <description><![CDATA[<div><br>--adam luqman :)   </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:56:25 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243192</guid>
      </item>
      <item>
         <title>idsfhjkgshd</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243207</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:56:35 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243207</guid>
      </item>
      <item>
         <title>Programming Language</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243235</link>
         <description><![CDATA[<div> A programming language is a notation for writing <a href="https://en.wikipedia.org/wiki/Computer_program">programs</a>, which are specifications of a computation or <a href="https://en.wikipedia.org/wiki/Algorithm">algorithm</a>.  Programming language is split into the two components of <a href="https://en.wikipedia.org/wiki/Syntax_(programming_languages)">syntax</a>(form) and <a href="https://en.wikipedia.org/wiki/Semantics">semantics</a> (meaning). <br>By:<strong> MAWI</strong></div>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/3/39/C_Hello_World_Program.png" />
         <pubDate>2019-01-29 04:56:55 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243235</guid>
      </item>
      <item>
         <title>hu</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243242</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:56:57 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243242</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243302</link>
         <description><![CDATA[Programming Language
Programming Language
 programming language is usually split into the two components of syntax(form) and semantics (meaning). 
hu
hu
idsfhjkgshd
idsfhjkgshd
What is Programming
What is Programming
hugu
hugu
JOBS THAT YOU CAN GET JOB
 JOBS THAT YOU CAN GET
JOBS THAT YOU CAN GET
idf
PROGRAMMING LANG
PROGRAMMING LANG
programming language
programming language

Definition - What does Programming Language mean?

A programming language is a computer language engineered to create a standard form of commands. These commands can be interpreted into a code understood by a machine. Programs are created through programming languages to control the behavior and output of a machine through accurate algorithms, similar to the human communication process.

A programming language is also known as a programming system, computer language or computer system.
 by:suhailiyana &amp; dzakirah
PROGRAMMING LANGUANGE
PROGRAMMING LANGUANGE
PROGRAMMING
PROGRAMMING 
PROGRAMMING LANGUAGE :)
PROGRAMMING LANGUAGE  :)
P
P
Pr
Pr
PROGRAM
PROGRAM
programming
programming
if you have learned programming language, you could be a software developer
PROGRAMMING LANG
PROGRAMMING LANG
programming language
programming language

Definition - What does Programming Language mean?

A programming language is a computer language engineered to create a standard form of commands. These commands can be interpreted into a code understood by a machine. Programs are created through programming languages to control the behavior and output of a machine through accurate algorithms, similar to the human communication process.

A programming language is also known as a programming system, computer language or computer system.
 by:suhailiyana &amp; dzakirah
PROGRAMMING LANGUANGE
PROGRAMMING LANGUANGE
A programming language is a vocabulary
PROGRAMMING
PROGRAMMING 
     Is a set of commands 
What is computer programming?Computer programming is a way of giving computers instructions about what they should do next. These instructions are known as code, and computer programmers write code to solve problems or perform a task.The end goal is to create something: that could mean anything from a web page, or a piece of software, or even just a pretty picture. That’s why computer programming is often described as a mix between art and science; it’s technical and analytical, yet creative at the same time.
What is computer programming?Computer programming is a way of giving computers instructions about what they should do next. These instructions are known as code, and computer programmers write code to solve problems or perform a task.The end goal is to create something: that could mean anything from a web page, or a piece of software, or even just a pretty picture. That’s why computer programming is often described as a mix between art and science; it’s technical and analytical, yet creative at the same time.

--adam luqman :)
PROGRAMMING LANGUAGE :):):)
PROGRAMMING LANGUAGE  :):):)

DEFINITOIN OF LANGUAGE PROGRAMMING (SHORT) :
A programming language is a set of commands, instructions, and other syntax ]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:57:33 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243302</guid>
      </item>
      <item>
         <title>azwa</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243326</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:57:47 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243326</guid>
      </item>
      <item>
         <title>DINIE</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243328</link>
         <description><![CDATA[<div>HYE DINIE...hihihi</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:57:48 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243328</guid>
      </item>
      <item>
         <title>by arisya and azwa</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243369</link>
         <description><![CDATA[<div> A programming language is a vocabulary and set of grammatical rules for instructing a <a href="https://www.webopedia.com/TERM/C/computer.html">computer</a> or computing device to perform specific tasks. <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:58:07 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243369</guid>
      </item>
      <item>
         <title>arepppppp</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243378</link>
         <description><![CDATA[<div>ohoiiiii</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:58:10 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243378</guid>
      </item>
      <item>
         <title>suhail</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243379</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:58:10 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243379</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243398</link>
         <description><![CDATA[<div>eee azwa</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:58:20 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243398</guid>
      </item>
      <item>
         <title>MUKA ARIP SERIOUS GILA</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243404</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:58:22 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243404</guid>
      </item>
      <item>
         <title>arisya</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243424</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:58:32 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243424</guid>
      </item>
      <item>
         <title>HUSNA</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243434</link>
         <description><![CDATA[<div>bising aaa hg nii</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:58:36 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243434</guid>
      </item>
      <item>
         <title>moi</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243446</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:58:43 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243446</guid>
      </item>
      <item>
         <title>husnma bimbo</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243484</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:59:02 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243484</guid>
      </item>
      <item>
         <title>AREP HISAP ROKOK</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243569</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:59:46 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243569</guid>
      </item>
      <item>
         <title>kirah uhui</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243572</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 04:59:50 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243572</guid>
      </item>
      <item>
         <title>HI HUSNA</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243763</link>
         <description><![CDATA[<div>AAAAAAAAA</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:01:48 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243763</guid>
      </item>
      <item>
         <title>Programming </title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243765</link>
         <description><![CDATA[<div>LANGUAGE THAT USE TO CREATE SOFTWARE PROGRAM SUCH AS YOUTUBE AND INSTAGRAM. PHYTON IS A PROGRAMMING LANGUAGE THAT USUALLY USED IN MALAYSIA </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:01:49 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243765</guid>
      </item>
      <item>
         <title>zakirah bosskurukurrrr</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243768</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:01:52 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243768</guid>
      </item>
      <item>
         <title>exo hebat</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243772</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:01:58 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243772</guid>
      </item>
      <item>
         <title>exoXbts</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243781</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:02:03 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243781</guid>
      </item>
      <item>
         <title>exoXbtsXblackpink</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243792</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:02:14 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243792</guid>
      </item>
      <item>
         <title>EXO XSTAI PON</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243812</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:02:29 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243812</guid>
      </item>
      <item>
         <title>elll bosskur</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243832</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:02:44 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243832</guid>
      </item>
      <item>
         <title>AREP</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243836</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:02:46 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243836</guid>
      </item>
      <item>
         <title>justin bieber awesomeeeeeeeeeeeeeeeee soooooooo handsomeee i cannot brainnnnnn</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243841</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:02:53 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243841</guid>
      </item>
      <item>
         <title>HUSNA BANG</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243848</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:03:00 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243848</guid>
      </item>
      <item>
         <title>MAWI BUAT REJA AAA</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243873</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:03:06 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243873</guid>
      </item>
      <item>
         <title>AREP</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243894</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:03:20 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243894</guid>
      </item>
      <item>
         <title>DIAM AA HUSNA</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243915</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:03:31 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243915</guid>
      </item>
      <item>
         <title>TREASURE YG NEW BOY GROUP</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243931</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:03:42 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243931</guid>
      </item>
      <item>
         <title>I CANNOT BRAIN LAAAAAA!!!!</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243959</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:03:55 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243959</guid>
      </item>
      <item>
         <title>sepohon kayu daunnya rimbun </title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243976</link>
         <description><![CDATA[<div>haa sambung......</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:05 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243976</guid>
      </item>
      <item>
         <title>EXO GEMPAK OK</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243986</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:09 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243986</guid>
      </item>
      <item>
         <title>HUSNA BUSUK MASAM</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325243996</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:13 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325243996</guid>
      </item>
      <item>
         <title>DONT MESSUP MY TEMPO</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244034</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:19 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244034</guid>
      </item>
      <item>
         <title>THEY CALL ME IDOL</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244059</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:28 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244059</guid>
      </item>
      <item>
         <title>HUSNA MASUK DEWI REMAJA????</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244065</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:29 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244065</guid>
      </item>
      <item>
         <title>RELAX BOSSKUR</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244096</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:36 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244096</guid>
      </item>
      <item>
         <title>ell btssssssssssssssssss</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244103</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:38 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244103</guid>
      </item>
      <item>
         <title>HUSNA BOSSKUR BY MOI</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244110</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:42 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244110</guid>
      </item>
      <item>
         <title>HUSNA NAK MASUK DEWI REMAJA PLEASE SUPPORT YALL!!!!!</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244116</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:45 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244116</guid>
      </item>
      <item>
         <title>MASAAAAAAMMMMMMMMM HUSNAAA</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244117</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:46 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244117</guid>
      </item>
      <item>
         <title>Programming </title>
         <author>grayzerterra242</author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244123</link>
         <description><![CDATA[<div>heloo this is programming<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:50 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244123</guid>
      </item>
      <item>
         <title>love shotttttttttttt</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244163</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:04:58 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244163</guid>
      </item>
      <item>
         <title>KIRAH EXOOOOOO</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244169</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:00 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244169</guid>
      </item>
      <item>
         <title>azwa nak jadi penghuluwatiiiii</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244177</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:02 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244177</guid>
      </item>
      <item>
         <title>azwayeehaa</title>
         <author>mizamiraa03</author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244207</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:08 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244207</guid>
      </item>
      <item>
         <title>ADAM RILEK NAMPAK</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244211</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:11 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244211</guid>
      </item>
      <item>
         <title>HUSNA BOSSKUR</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244212</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:11 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244212</guid>
      </item>
      <item>
         <title>hanan</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244214</link>
         <description><![CDATA[<div>talking about jobs that you could get, yes now it's the salary. for a database administrator, the median salary is $87020. that's a huge number for sure.<br><br>and for a software developer, you could get a whooping $101790 for a median salary</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:11 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244214</guid>
      </item>
      <item>
         <title>NAD KETOT PENDEK</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244216</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:13 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244216</guid>
      </item>
      <item>
         <title>solat sunat subuh lebih baik daripada dunia dan isinya</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244281</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:22 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244281</guid>
      </item>
      <item>
         <title>Java...</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244293</link>
         <description><![CDATA[<div> Java is an object-oriented programming language that can be written on any device and can work even on a cross-platform basis. Often used to develop mobile applications, Java is also the basis of Android operating system. The language is preferred by the testers owing to its ability to use even on cross-platforms. <br>by husna and sofea</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:24 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244293</guid>
      </item>
      <item>
         <title>I GEMPAK OK</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244317</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:27 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244317</guid>
      </item>
      <item>
         <title>OMAIGADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244319</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:28 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244319</guid>
      </item>
      <item>
         <title>ZAKIRAH MCWILLSON</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244330</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:36 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244330</guid>
      </item>
      <item>
         <title>BUAT QEJA LA ADAM</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244376</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:48 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244376</guid>
      </item>
      <item>
         <title>AREP BUAT BAIK PAA</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244383</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:53 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244383</guid>
      </item>
      <item>
         <title>AMILA BLA BLA BLA</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244398</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:05:57 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244398</guid>
      </item>
      <item>
         <title>BTSSS</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244409</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:02 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244409</guid>
      </item>
      <item>
         <title>EXO GEMPAK SIOT</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244425</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:11 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244425</guid>
      </item>
      <item>
         <title>ELL SAYANG BTS</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244443</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:18 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244443</guid>
      </item>
      <item>
         <title>DZAKIRAH SUKA EXO</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244465</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:32 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244465</guid>
      </item>
      <item>
         <title>amilaaaaa</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244475</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:37 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244475</guid>
      </item>
      <item>
         <title>E.X.O</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244476</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:37 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244476</guid>
      </item>
      <item>
         <title>DH NK HBIS MASA</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244482</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:42 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244482</guid>
      </item>
      <item>
         <title>YA </title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244483</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:42 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244483</guid>
      </item>
      <item>
         <title>YA ALLAH ASTAGHFIRULLAH INSAFLAH ANAK2</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244484</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:42 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244484</guid>
      </item>
      <item>
         <title>LEBAT BUANGANYA SERTA BUAHNYA</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244490</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:46 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244490</guid>
      </item>
      <item>
         <title>MIMI MAEMBONG</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244494</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:48 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244494</guid>
      </item>
      <item>
         <title>tintintangtingtaratingtikatingtangting</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244499</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:51 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244499</guid>
      </item>
      <item>
         <title>TWINKLE</title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244500</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:51 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244500</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/teacheramirasc/4columbus/wish/325244509</link>
         <description><![CDATA[<div>HANAN TEKUN<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-29 05:06:55 UTC</pubDate>
         <guid>https://padlet.com/teacheramirasc/4columbus/wish/325244509</guid>
      </item>
   </channel>
</rss>
