<?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>Trash Can (new posts)</title>
		<link>http://tibasicdev.wikidot.com/forum/c-502/trash-can</link>
		<description>Posts in the forum category &quot;Trash Can&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 11 May 2026 00:07:51 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-12916894#post-4464734</guid>
				<title>Introduction: Introduction</title>
				<link>http://tibasicdev.wikidot.com/forum/t-12916894/introduction#post-4464734</link>
				<description></description>
				<pubDate>Thu, 09 Jan 2020 15:47:10 +0000</pubDate>
				<wikidot:authorName>Dklaxbro</wikidot:authorName>				<wikidot:authorUserId>6013765</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I’m not the best I just make mini games in math class and hope to get better.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-5778562#post-3778461</guid>
				<title>Forget this... :|: Re: I am concerned with this WikiDot site.</title>
				<link>http://tibasicdev.wikidot.com/forum/t-5778562/forget-this#post-3778461</link>
				<description></description>
				<pubDate>Mon, 23 Apr 2018 18:44:04 +0000</pubDate>
				<wikidot:authorName>kg583</wikidot:authorName>				<wikidot:authorUserId>2203149</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Some context would be greatly appreciated.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-5778562#post-3778308</guid>
				<title>Forget this... :|: I am concerned with this WikiDot site.</title>
				<link>http://tibasicdev.wikidot.com/forum/t-5778562/forget-this#post-3778308</link>
				<description></description>
				<pubDate>Mon, 23 Apr 2018 15:29:10 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Forget this&#8230; :|</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-5323049#post-3717563</guid>
				<title>A few precautions with zStart for Users: A few precautions with zStart for Users</title>
				<link>http://tibasicdev.wikidot.com/forum/t-5323049/a-few-precautions-with-zstart-for-users#post-3717563</link>
				<description></description>
				<pubDate>Wed, 21 Feb 2018 15:09:38 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>zStart may be a &quot;magical&quot; assembly application, but can be dangerous too. Read the risks below:</p> <ul> <li>Can crash your calculator, don't edit programs unless you create a new one or selecting an existing one by selecting the NEW option, and program name. This is the only known way of editing programs with zStart installed without crashing your calculator. Crashing can also happen if you install the wrong one.</li> <li>Make sure you DO NOT have MirageOS installed to your device, if you run MirageOS with zStart installed, it will crash and you run the risk of possible re-OS installation.</li> <li>Don't chain System Hooks from libraries</li> </ul> <p>If there are more, please edit my post and add them (Only Moderator and Administrator accessibility). Thank you.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-5150850#post-3698672</guid>
				<title>dayOfWk( command ROCKS!!: dayOfWk( command ROCKS!!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-5150850/dayofwk-command-rocks#post-3698672</link>
				<description></description>
				<pubDate>Fri, 02 Feb 2018 15:00:11 +0000</pubDate>
								<wikidot:authorUserId>3397002</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I find it very extraordinary this command can be, very useful. You can go CLEAR back to December 31st, 0! And still be accurate! On that day, it is Sunday, or 1.</p> <p>You can also go to the future to!</p> <p>Do you guys think how powerful this command can be?</p> <p><a href="http://tibasicdev.wikidot.com/dayofwk">dayOfWk(</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3567985#post-3587633</guid>
				<title>Does this program need adjusting at all?: Re: Does this program need adjusting at all?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3567985/does-this-program-need-adjusting-at-all#post-3587633</link>
				<description></description>
				<pubDate>Fri, 08 Sep 2017 18:39:35 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre><code>If K=25 O-7→O If K=34 O+7→O -could be- O-7(K=25)+7(K=34)-&gt;O</code></pre></div> <div class="code"> <pre><code>If O=7 real(13,1 Text(7,0,&quot;READ real(13,0 If O=14 real(13,1 Text(14,0,&quot;SEND real(13,0 If O=21 real(13,1 Text(21,0,&quot;SEARCH real(13,0 If O=28 real(13,1 Text(28,0,&quot;MEMORY real(13,0 If O=35 real(13,1 Text(35,0,&quot;REFRESH real(13,0 If O=42 real(13,1 Text(42,0,&quot;QUIT real(13,0 --could be -- (havent tested this, as i dont use celtic, but I think it will work) &quot;READ SEND SEARCH MEMORY REFRESHQUIT-&gt;Str1 //mind how many spaces there are. 3,3,1,1 real(13,1 Text(O,0,sub(Str1,O-6,7 real(13,0</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3567985#post-3587632</guid>
				<title>Does this program need adjusting at all?: Does this program need adjusting at all?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3567985/does-this-program-need-adjusting-at-all#post-3587632</link>
				<description></description>
				<pubDate>Fri, 08 Sep 2017 18:22:19 +0000</pubDate>
								<wikidot:authorUserId>3328517</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre><code>PROGRAM:IM Clear Entries ClrHome AxesOff ClrDraw ZStandard ZInteger If det([[1:Then Text(0,0,&quot;BOOT ERROR Horizontal 24 Text(8,0,&quot;PLEASE INSTALL CELTIC3. Pause ClrDraw ClrHome Return End &quot;?→Str1 &quot;?→Str2 0→M GetCalc(A e(A=∏)+∏(A≠π)→A &quot;?→Str4 Goto RS Lbl M real(13,1 Text(0,0,&quot;INSTANT MESSANGER v2.9 real(13,0 7→O If Str4≠&quot;?&quot; and (A=e) or (A=π):Then If (Str4=&quot;e&quot; and A=π) or (Str4=&quot;π&quot; and A=e):Then real(13,1 Text(50,1,&quot; NEW MESSAGE End real(13,0 If Str4=&quot;e&quot; and A=π:Then Text(57,0,&quot;TIME RECEIVED=&quot;,getTmStr(getTmFmt End If Str4=&quot;π&quot; and A=e:Then Text(57,0,&quot;TIME RECEIVED=&quot;,getTmStr(getTmFmt End End Repeat K=105 If O&lt;7 42→O If O&gt;47 7→O If O=7 real(13,1 Text(7,0,&quot;READ real(13,0 If O=14 real(13,1 Text(14,0,&quot;SEND real(13,0 If O=21 real(13,1 Text(21,0,&quot;SEARCH real(13,0 If O=28 real(13,1 Text(28,0,&quot;MEMORY real(13,0 If O=35 real(13,1 Text(35,0,&quot;REFRESH real(13,0 If O=42 real(13,1 Text(42,0,&quot;QUIT real(13,0 Repeat max(K={25,34,105 getKey→K If A≠π and A≠e Goto FF End If K=25 O-7→O If K=34 O+7→O End If O=7 Goto R If O=14 Goto S If O=21 Goto T If O=28 Goto MM If O=35 Goto RS If O=42 Goto Q Lbl RS If A=π:Then getCalc(Str1 If Str1≠&quot;? &quot;e→Str4 Else getCalc(Str2 If Str2≠&quot;? &quot;π→Str4 End Goto M Lbl R ClrDraw ClrHome If A=π:Then GetCalc(Str1 Str1 Else GetCalc(Str2 Str2 End Output(1,1,Ans Pause &quot;?→Str4 ClrHome:Goto M Lbl S ClrHome CLrDraw real(13,1 Disp &quot;INPUT MESSAGE:&quot; real(13,0 Input &quot;&quot;,Str3 If A=π:Then Str3→Str2 &quot;π→Str4 Else Str3→Str1 &quot;e→Str4 End ClrHome Goto M Lbl T CLrDraw 0→C 0→D real(13,1 Text(0,0,&quot;SEARCHING FOR PARTNER... real(13,0 //THIS CODE IS NOT FINISHED!!</code></pre></div> <br /> What can be adjusted? I want to post this to the program archives. <hr /> <p>Inspired from:<br /> TI|BD,OASIS</p> <h4><span>Special codes to remember:</span></h4> <p>~ det(4,1 = To find ROM storage left<br /> ~ det(4 = To find RAM storage left<br /> ~ real(13,1 =Text inverse (White on black)<br /> ~ real(13,0 =Text normal (Black on white)<br /> THESE ARE USEFUL!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3544749#post-3585849</guid>
				<title>Hello, My name is Jul &#039;Mdama!: Re: Hello, My name is Jul &#039;Mdama!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3544749/hello-my-name-is-jul-mdama#post-3585849</link>
				<description></description>
				<pubDate>Tue, 05 Sep 2017 20:12:27 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Also interesting how he knows how to change his Wikidot username after only being on wikidot for 4 hours. You would think they would keep their username for more than 4 hours</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3545970#post-3585830</guid>
				<title>Something very useful about Assembly on the TI-84: Re: Something very useful about Assembly on the TI-84</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3545970/something-very-useful-about-assembly-on-the-ti-84#post-3585830</link>
				<description></description>
				<pubDate>Tue, 05 Sep 2017 19:33:48 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Do I detect Sarcasm Xeda? Also, Please check your private messages Xeda</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3545970#post-3585829</guid>
				<title>Something very useful about Assembly on the TI-84: Re: Something very useful about Assembly on the TI-84</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3545970/something-very-useful-about-assembly-on-the-ti-84#post-3585829</link>
				<description></description>
				<pubDate>Tue, 05 Sep 2017 19:33:04 +0000</pubDate>
				<wikidot:authorName>Xeda Elnara</wikidot:authorName>				<wikidot:authorUserId>595803</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Oh my gosh, I <em>knew</em> there had to be a better way!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3544749#post-3585828</guid>
				<title>Hello, My name is Jul &#039;Mdama!: Re: Hello, My name is Jul &#039;Mdama!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3544749/hello-my-name-is-jul-mdama#post-3585828</link>
				<description></description>
				<pubDate>Tue, 05 Sep 2017 19:30:11 +0000</pubDate>
				<wikidot:authorName>Xeda Elnara</wikidot:authorName>				<wikidot:authorUserId>595803</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>TICalc did auto generate a random passcode when I joined, but that was a [long] while ago.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3545970#post-3585823</guid>
				<title>Something very useful about Assembly on the TI-84: Re: Something very useful about Assembly on the TI-84</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3545970/something-very-useful-about-assembly-on-the-ti-84#post-3585823</link>
				<description></description>
				<pubDate>Tue, 05 Sep 2017 19:26:38 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well, thats what AsmComp( does.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3544749#post-3585813</guid>
				<title>Hello, My name is Jul &#039;Mdama!: Re: Hello, My name is Jul &#039;Mdama!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3544749/hello-my-name-is-jul-mdama#post-3585813</link>
				<description></description>
				<pubDate>Tue, 05 Sep 2017 19:24:17 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>1) I have never seen it generate a random passcode. I have signed up on chemetech and was able to define my own password when signing up, there was never one generated for me.</p> <p>2) Other than the code of conduct you should read the <a href="http://tibasicdev.wikidot.com/rules">rules</a> and the <a href="http://tibasicdev.wikidot.com/how-to">how-to</a> page</p> <p>3) You haven't actually told us any of the rumors</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3545970#post-3585810</guid>
				<title>Something very useful about Assembly on the TI-84: Something very useful about Assembly on the TI-84</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3545970/something-very-useful-about-assembly-on-the-ti-84#post-3585810</link>
				<description></description>
				<pubDate>Tue, 05 Sep 2017 19:22:19 +0000</pubDate>
								<wikidot:authorUserId>3324735</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So I was just going around, dinking around on my calcuator, and hear this, I have never noticed this before, but the TI-84+ converts from hexadecimal assembly to the system language assembly! Here are the steps, and I will tell you the results:</p> <p>Step 1:Create a lower-case activation program with this AsmPrgm code (Do it with the name A for this, so it is simple and easy to access):<br /> <tt>AsmPrgmFDCB24DEC9</tt><br /> Step 2:Then, use the command AsmComp(, and create an extra assembly program (Call it prgmB)<br /> <tt>AsmComp(prgmA,prgmB</tt><br /> Step 3:Then un-edit lock prgmB.<br /> <tt>&quot;A&quot;:Asm(prgmLOCK</tt><br /> Step 4:Look through prgmB and be amazed!<br /> It looks like the calculator optimizes and changes the code! And the different code works the EXACT same way, and runs the exact same way!<br /> prgmA: 22 bytes (<tt>AsmPrgmFDCB24DEC9</tt>)<br /> prgmB: 17 bytes (<tt>?xyLinecosh<sup>-1</sup>(fnInt(Sisp sinh<sup>-1</sup>(</tt>)<br /> Is that kind of a cool discovery?<br /> But, there is special characters like the cursor and the shift chars, and a bunch of other ASCII chars, I want these characters, for my programs and friends, but I cant get them. Luckily, if you store them into a string, and display the string, it won't crash the calculator.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3544749#post-3585804</guid>
				<title>Hello, My name is Jul &#039;Mdama!: Re: Hello, My name is Jul &#039;Mdama!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3544749/hello-my-name-is-jul-mdama#post-3585804</link>
				<description></description>
				<pubDate>Tue, 05 Sep 2017 19:06:18 +0000</pubDate>
								<wikidot:authorUserId>3324735</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The reason why I do not post on any of the sites, because I do not know how to, and there is no one to really talk to. On TI-Calc or Cemetech, it auto-generates a password of random numbers and letters, It is hard to remember.<br /> And yes, My name is another character from halo. Halo 4 specifically. Anyway, 2 things, I am excited to be with you guys, and btw, some other questions I want to ask:<br /> 1: Who is Thel 'Vadamee?<br /> 2: Are there any other things I need to know, on top of the Code of conduct?<br /> 3: Are the rumors about this site true?<br /> 4: What are some tips about this site?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3544749#post-3585710</guid>
				<title>Hello, My name is Jul &#039;Mdama!: Re: Hello, My name is Jul &#039;Mdama!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3544749/hello-my-name-is-jul-mdama#post-3585710</link>
				<description></description>
				<pubDate>Tue, 05 Sep 2017 16:51:54 +0000</pubDate>
				<wikidot:authorName>Myles_Zadok</wikidot:authorName>				<wikidot:authorUserId>2935702</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If he's at TI-Calc, he must have a different username, because I just looked, and there is no user at TI-Calc with anything close to the username <span class="error-inline"><em>Jul_Mdama0156</em> does not match any existing user name</span>. I've been at Cemetech many times, and I have never seen anyone with that username there, either. Just sayin'.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3544749#post-3585679</guid>
				<title>Hello, My name is Jul &#039;Mdama!: Re: Hello, My name is Jul &#039;Mdama!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3544749/hello-my-name-is-jul-mdama#post-3585679</link>
				<description></description>
				<pubDate>Tue, 05 Sep 2017 15:57:32 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi, welcome to TI|BD! Just out of curiosity, have you posted anything on ti-calc or chemetech? I have never seen you there. Also, your name seems remarkably similar to a different user, Thel 'Vadamee. I think they are both names of Halo characters?</p> <p>Anyways, great to have you here!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3544749#post-3585662</guid>
				<title>Hello, My name is Jul &#039;Mdama!: Hello, My name is Jul &#039;Mdama!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3544749/hello-my-name-is-jul-mdama#post-3585662</link>
				<description></description>
				<pubDate>Tue, 05 Sep 2017 15:31:51 +0000</pubDate>
								<wikidot:authorUserId>3324735</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello, my name is Jul 'Mdama. I have just moved from Cemetech and ticalc.org and decided to create an account on this site!<br /> I hope we program a lot together!<br /> And, I do not know if it is true or false, I have heard rumors from Cemetech, ticalc.org, and some other TI-Basic programming site, I have heard rumors from those sites, they mainly talk specifically this site. Is this true?<br /> Anyway, I am excited to be with you guys!<br /> And I have read the marvelous Code of Conduct. Such good rules!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3492122#post-3583234</guid>
				<title>TI-84 Plus frozen screen error: Re: TI-84 Plus frozen screen error</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3492122/ti-84-plus-frozen-screen-error#post-3583234</link>
				<description></description>
				<pubDate>Fri, 01 Sep 2017 16:15:18 +0000</pubDate>
				<wikidot:authorName>Myles_Zadok</wikidot:authorName>				<wikidot:authorUserId>2935702</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>See, this is why I wanted this thread locked&#8230;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3492122#post-3583109</guid>
				<title>TI-84 Plus frozen screen error: Re: TI-84 Plus frozen screen error</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3492122/ti-84-plus-frozen-screen-error#post-3583109</link>
				<description></description>
				<pubDate>Fri, 01 Sep 2017 13:04:36 +0000</pubDate>
								<wikidot:authorUserId>3245355</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>What is the point of asking for help if mainly you guys always argue?! NO POINT AT ALL!</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>