Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ClrDraw

Pages: [1] 2 3 4
1
Miscellaneous / Name for all TI-8x languages
« on: October 04, 2016, 12:34:21 am »
Ayyyyeeee everybody, I'm back for a quick question!

So I have my code on GitHub for most of my calculator projects. I noticed that GitHub didn't automatically identify code written for the TI-84 calculator like it does for most languages. So, I forked the official GitHub source code and manually added an entry for .8xk and .8xp programs. Since it's based on file extension rather than syntax, that means that this one entry is for TI-BASIC, Axe, z80 assembly, etc all combined into one, rather than any specific language. But I need a single name for it as if it were one language.

Any ideas? Basically I need a name to describe all .8xk and .8xp programming languages. I'm currently leaning towards "TI PRGM", "TI Calc", "TI Code", or something similar ;)

2
Computer Programming / First Published Android App
« on: January 03, 2016, 07:24:48 pm »
I finally published an app on the Google Play store. It's designed to look like the stock google calculator with the exception that I will be adding themes and other features in the future. Check it out, and please download! I could use some good ratings  ;)

Google Play: https://play.google.com/store/apps/details?id=com.scottmangiapane.calculator&hl=en
Source code (for beta version): https://github.com/scottmangiapane/android-calculator

3
Introduce Yourself! / Hello again!
« on: September 19, 2015, 03:45:00 pm »
Hey guys,

I've been away from Omnimaga for a while so I thought I'd come back and say hi again to you all  :) Update on my life: I'm now a student at Purdue University studying Computer Science. I've stopped calculator programming and moved into Android Development. How's everyone been?

4
Computer Programming / Android programming, anyone?
« on: November 28, 2014, 10:19:20 pm »
I'm getting my first smartphone for Christmas (LG G3 running android lollipop  ;D ) and want to begin programming apps for android. I'm already comfortable with java so I plan to use that.
Out of curiosity, have any of you ever tried this? Any tips?

5
TI Z80 / [Axe] The Line - ClrDraw
« on: October 15, 2014, 11:46:42 pm »
I saw my friend playing this on the iPhone so I ported it to the ti83+ :) It's a simple scrolling game similar to Tunnel but harder.


Download here: http://clrdraw.weebly.com

6
TI Z80 / Anchor Encryption App
« on: October 06, 2014, 12:08:25 am »
Here's my latest project everyone  ;D  I created an application that will encrypt any program or appvariable so that it is unreadable until the user decrypts it. Particularly useful if you're tired of people looking at your source without permission or stealing your programs.


The encryption algorithm has several steps and a key that is unique to each calculator. If you encrypt a file on your calc and someone else tries to decrypt it on theirs, it won't work.
The point is, it should make files incredibly difficult to hack. If anyone is up for a challenge, feel free to test it  [-.-]~


Spoiler For just a warning:
A few days ago when I was writing this, the program caused a ram clear while encrypting and I lost data. I think I fixed the problem and it hasn't occurred since. But just in case, please backup any programs before encrypting them to be safe.


Also, if you reset all memory (does not include ram clears), the key will be erased. So just be sure to decrypt all your programs before clearing all memory.


I've attatched the current version. After receiving you're feedback I'll update it and then add it to my website :)

7
Other Calculators / Replace TI 84+ exterior?
« on: September 14, 2014, 01:04:15 pm »
My 84 is getting old and battered, and is starting to bother me. The calc slides right out of the case when held upside down and is missing a couple rubber grips. Is there somewhere I can buy a new casing (and grips)? I did this for my nintendo ds lite a while ago and I'd like to do it to my calc.

8
Miscellaneous / Hobbies?
« on: September 06, 2014, 09:06:30 pm »
So, what kind of hobbies (besides calcs  ;) ) do you all have? I'm into photography.
http://scottmangiapanephotography.weebly.com/

9
TI Z80 / Snake - ClrDraw
« on: July 31, 2014, 12:27:08 am »
Sssnnnaaakkkeee!!!  :w00t:
I'd like to thank Sorunome for inspiring me to make it :)


You can download on my website: http://clrdraw.weebly.com/

10
Miscellaneous / Keyboard (broken?) Help
« on: July 27, 2014, 12:06:38 pm »
I spilled milk (yeah...) on my keyboard and now certain keys aren't working  ._.  but what's weird is that I spilled it on the very top of the keyboard yet the ctrl keys (both of them) don't work. Is this fixable?


Ctrl+alt+fn doesn't work.

11
TI Z80 / [Axe] Link Port Pong
« on: July 03, 2014, 05:15:56 pm »
Here is my first game using the link port  :) 
(if the screenshots get out of sync, that's just me sucking at wabbitemu, the program doesn't do that)

Calc 1:


Calc 2:



You can download from clrdraw.weebly.com!

12
Web Programming and Design / My website
« on: June 29, 2014, 01:43:57 pm »
I was bored the other day and added polldaddy to my website.
If you've liked any of my programs in the past, please rate them here  :) http://clrdraw.weebly.com/

13
Axe / Using the link port in Axe?
« on: June 23, 2014, 06:10:04 pm »
Could someone please tell me why this doesn't work (or a better way to do it)? I'm trying to send a byte across the link port.

Code for calculator 1:
Code: [Select]
.RUN1
ClrHome
Repeat getKey(15)
Disp "SENDING...",[i]
!If Send(9999,9999)
Disp "ERROR",
End
End

Code for calculator 2:
Code: [Select]
.RUN2
ClrHome
While 1
Disp "WAITING...",[i]
While Get=~1
ReturnIf getKey(15)
End
Disp "RECEIVED! ",Get>Dec,[i]
End

14
TI Z80 / Portal 3 - Exile [Alpha]
« on: May 17, 2014, 09:22:36 pm »
Most recent update:




Spoiler For original post:
Its gonna be hard, but I'm gonna try to make my own Portal clone on the TI  :w00t: its pretty ambitious, I know, but I think I can do it.
The whole thing will be entirely my own code. I'm not even going to look at the source for Builderboy's Portal Prelude, although I would like to use mostly the same sprites. I just started this morning, and this is what I have so far  :) what do you think?



15
Site Feedback and Questions / Google +1 button in signature?
« on: May 07, 2014, 12:12:35 pm »
I'd like to include the Google +1 button for my website:
Code: [Select]
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-annotation="none" data-href="http://clrdraw.weebly.com/"><>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/platform.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>


But html is blocked in the signature :/  Any way around that?

Pages: [1] 2 3 4