<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>dbd( without using dbd( (Day-by-Day)</title>
		<link>http://tibasicdev.wikidot.com/forum/t-7173631/dbd-without-using-dbd-day-by-day</link>
		<description>Posts in the discussion thread &quot;dbd( without using dbd( (Day-by-Day)&quot; - That&#039;s what I think it stands for, tell me if I&#039;m wrong.</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 11 Mar 2026 16:19:21 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-7173631#post-3937621</guid>
				<title>Re: dbd( without using dbd( (Day-by-Day)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-7173631/dbd-without-using-dbd-day-by-day#post-3937621</link>
				<description></description>
				<pubDate>Tue, 28 Aug 2018 14:13:49 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>A programming class, with several languages that we are going to learn, we are learning TI-BASIC for starters, as a common example language</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-7173631#post-3934018</guid>
				<title>Re: dbd( without using dbd( (Day-by-Day)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-7173631/dbd-without-using-dbd-day-by-day#post-3934018</link>
				<description></description>
				<pubDate>Mon, 27 Aug 2018 15:26:49 +0000</pubDate>
				<wikidot:authorName>Deoxal</wikidot:authorName>				<wikidot:authorUserId>4178723</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I remember doing something like this for class once. No idea where the code for it is though. If I had to do it again, I'd look at this <a href="http://mathforum.org/library/drmath/view/66857.html">this</a>. It will give you the number of days between the two dates. In order to convert it from days you could use repeated integer division and the remainder function or <a href="https://en.wikipedia.org/wiki/Change-making_problem#Greedy_method">a greedy algorithm</a>.</p> <p>For example:</p> <div class="code"> <pre><code>int(seconds/60)→minutes, remainder(seconds,60)→seconds int(minutes/60)→hours remainder(hours,60)→minutes</code></pre></div> <p>Also what class are you taking that has you working in TI-Basic?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-7173631#post-3933931</guid>
				<title>Re: dbd( without using dbd( (Day-by-Day)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-7173631/dbd-without-using-dbd-day-by-day#post-3933931</link>
				<description></description>
				<pubDate>Mon, 27 Aug 2018 15:03:27 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I can't fight with that statement, so anyways, forget I said anything.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-7173631#post-3931245</guid>
				<title>Re: dbd( without using dbd( (Day-by-Day)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-7173631/dbd-without-using-dbd-day-by-day#post-3931245</link>
				<description></description>
				<pubDate>Mon, 27 Aug 2018 02:45:08 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>We aren't here to write your code for you, nor are we here to help you &quot;cheat&quot; on your homework. There are many ways to do what is being asked of you. If you showed some code, or at least an attempt at code, we might be able to help a bit more. However, it is not a good idea to be asking for us to complete your assignment for you, as you are supposed to be learning the material, not just having the answer handed to you.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-7173631#post-3930657</guid>
				<title>dbd( without using dbd( (Day-by-Day)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-7173631/dbd-without-using-dbd-day-by-day#post-3930657</link>
				<description></description>
				<pubDate>Sun, 26 Aug 2018 23:18:44 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>-Deleted-</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>