<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>group 3  by kobe saunders</title>
      <link>https://padlet.com/kobej83500/1oewjxklrhmp</link>
      <description>time driven 
event loop 
and tools</description>
      <language>en-us</language>
      <pubDate>2019-01-22 10:44:26 UTC</pubDate>
      <lastBuildDate>2023-03-19 11:12:14 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Event Loops</title>
         <author>anthony_fear</author>
         <link>https://padlet.com/kobej83500/1oewjxklrhmp/wish/322914127</link>
         <description><![CDATA[<div>In Lua there are several ways to loop code. Loops can also be triggered by Events. They're used to trigger responses in your app like a tap on the screen, detection of a specific system event, completion of a timer, collision of two physical bodies. Local events are typically sent to a single listener<br><br>While Loop:<br>While loops repeat a statement or a group of statements while a given condition is True. It test the condition before executing the body.<br><br>For Loop:<br>Executes a sequence of statements multiple times and abbreviates the code that manages the loop variable.<br><br>Repeat... Until Loop:<br>Repeats the operation of a group of statements till the until condition is met.<br><br>Nested Loops:<br>You can use one or more loop inside another. For example:<br>x = 0<br>while x &lt; 10:<br>      for i in range(10):<br>           print("hello")<br>      x = x + 1<br><br>This will print "hello" 100 times.<br><br><br>Loop Control<br>Loops can be broken with a break statement. This terminates the loop and transfers execution to the statement immediately following the loop.<br><br><br>Infinite Loops<br>A loop becomes an infinite loop if a condition never becomes False.<br>For example:<br><br>While True:<br>     print("hello there")<br><br><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/350125248/aa68b86c7bd1170740222ddd2f4cb727/Ali_A_intro__ear_rape__Bass_Boosted_.wav" />
         <pubDate>2019-01-22 10:47:30 UTC</pubDate>
         <guid>https://padlet.com/kobej83500/1oewjxklrhmp/wish/322914127</guid>
      </item>
      <item>
         <title>Lua tools</title>
         <author>kobej83500</author>
         <link>https://padlet.com/kobej83500/1oewjxklrhmp/wish/322914258</link>
         <description><![CDATA[<ul><li>Source Analysis</li></ul><div> </div><div>Source code analysis is the automated testing of source code for the purpose of debugging a computer program or application before it is distributed or sold. ... This can reveal errors at an early stage in program development, often eliminating the need for multiple revisions later. <br><br></div><ul><li>Building and Packaging.</li></ul><div> </div><ul><li>Code Documentation. </li></ul><div> Code documentation tools are the need of the hour as they help document your code. Code documentation is a process by which a programmer documents his or her code. ... It's better to write code documentation now than repent later. You want your code to be maintained and used by other programmers in the team <br><br></div><ul><li>Debuggers</li></ul><div> Debugging is the routine process of locating and removing computer program bugs, errors or abnormalities, which is methodically handled by software programmers via debugging tools. Debugging checks, detects and corrects errors or bugs to allow proper program operation according to set specifications </div><ul><li>Profilers.</li></ul><div> Profiling  In software engineering, profiling )is a form of dynamic program analysis that measures, for example, the space (memory) or time complexity of a program, the usage of particular instructions, or the frequency and duration of function calls. </div><ul><li>Assembler </li></ul><div>  A<strong> </strong> is a computer progarm that translates machine language into assembly language </div><ul><li>Bytecodes </li></ul><div>Byte code is a form of instruction set designed for efficient execution by a software interpreter.<br><br></div><ul><li>Miscellaneous</li></ul><div><br></div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-22 10:47:59 UTC</pubDate>
         <guid>https://padlet.com/kobej83500/1oewjxklrhmp/wish/322914258</guid>
      </item>
      <item>
         <title>Time-drive</title>
         <author></author>
         <link>https://padlet.com/kobej83500/1oewjxklrhmp/wish/322915134</link>
         <description><![CDATA[<div><strong><em>Time driven </em></strong>programming is a computer programming model, where the control flow of the computer program is driven by a clock. Also, it is often used in Real-time computing. <br><br>A program is divided in to a set of tasks for example: process or threads. Each of which has a periodic activation pattern.<br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/350125248/56f5db828be91860ad22d86653c53852/persistence_of_vision_wand_1.jpg" />
         <pubDate>2019-01-22 10:51:04 UTC</pubDate>
         <guid>https://padlet.com/kobej83500/1oewjxklrhmp/wish/322915134</guid>
      </item>
   </channel>
</rss>
