<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>https://ecency.com</link><image><url>https://ecency.com/logo512.png</url><title>RSS Feed</title><link>https://ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Jul 2026 19:23:41 GMT</lastBuildDate><atom:link href="https://ecency.com/created/forloop/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[R basic, 'for loop' Calculating Leap Year]]></title><description><![CDATA[Logical meaning  & - > and | - > OR ! - > Not   > for(year in 2000:2018){ +   if (year%%4==0 & year%%100!=0 | year%%400==0){ +     result <-]]></description><link>https://ecency.com/@mimiming/r-basic-lists-of-packages-and-functions-for-loading-files</link><guid isPermaLink="true">https://ecency.com/@mimiming/r-basic-lists-of-packages-and-functions-for-loading-files</guid><category><![CDATA[load0file0r]]></category><dc:creator><![CDATA[mimiming]]></dc:creator><pubDate>Sat, 26 May 2018 13:28:21 GMT</pubDate></item><item><title><![CDATA[Common programming mistake using for()-loop]]></title><description><![CDATA[Most programming languages have an implementation for the for()-loop. In subcode it looks like: for ( counter; condition; counterchange) { // do something } An actual code snippet in PHP would look like]]></description><link>https://ecency.com/@ijmmai/common-programming-mistake-using-for-loop</link><guid isPermaLink="true">https://ecency.com/@ijmmai/common-programming-mistake-using-for-loop</guid><category><![CDATA[php]]></category><dc:creator><![CDATA[ijmmai]]></dc:creator><pubDate>Tue, 13 Feb 2018 14:21:03 GMT</pubDate><enclosure url="https://i.ecency.com/p/3W72119s5BjWPGGUiZ9pqnZoj8JHYxCCp9dtn2QVeSdzJXMNvrjeFCPgy5wpj5kEXzQYERta1kYtJhzaqCz75G2DYetR8nMc2W8eKsyU4g3xTV8Z8xJNoG?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Grammar of a programming language - A look into Python (Part 2)]]></title><description><![CDATA[Writing up the codes within a new File Up until now, we have only been using IDLE's main window to write codes. This is totally fine for simple tasks but will be a nuisance once the codes are long and]]></description><link>https://ecency.com/@rahim.rahman/grammar-of-a-programming-language-a-look-into-python-part-2</link><guid isPermaLink="true">https://ecency.com/@rahim.rahman/grammar-of-a-programming-language-a-look-into-python-part-2</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[rahim.rahman]]></dc:creator><pubDate>Thu, 07 Sep 2017 04:35:03 GMT</pubDate><enclosure url="https://i.ecency.com/p/2BCfkBRHmbhyfuMqxU5YT6Gz2LKYdwfgaKx7twZRwNNPSMhBtqvV8z?format=match&amp;mode=fit" length="0" type="false"/></item></channel></rss>