/r/cemetech

Photograph via snooOG

Cemetech is a community that teaches programming to students and beginners, as well as serves as a forum to ask programming questions and show off cool projects. We focus on graphing calculator programming, but all kinds of coding and electronics are welcome.

Helpful Links:

/r/cemetech

66 Subscribers

1

Ti Nspire CX ii downgrade from 5.4.0.259 (is this possible)

my buddy lost his old Nspire and I was able to get ndless on that one but now with this newer Nspire I cant seem to do it i tried many things to no avail so I just wanna know if it is possible

0 Comments
2024/08/27
03:24 UTC

2

Custom Libraries

On the SourceCoder 3, Is there a way to add custom libraries? I have Celtic CE for TI-84+CE and was wondering if there were a simpler way to input the custom commands without having to look through the whole documentation for a command I want, hopefully via the sidebar to the right.

3 Comments
2023/12/03
01:48 UTC

2

Programming Pop-Ups

I am trying to make a program using Cemetech for my TI-84 Plus CE, and whenever I use a command that requires additional arguments, such as Output(, a pop-up appears telling me how to use it. Is there any way to get rid of these permanently? They only go away by pressing Escape.

2 Comments
2023/11/30
21:58 UTC

2

Corrupt Screen while running Doors CS 6/7

I've been trying to load Doors CS onto my TI 84+, but whenever I launch it I'm met with a corrupted screen. When on this corrupted screen, no buttons work. I can't press CLEAR or QUIT to exit, and pressing ON just turns off the LCD; the corrupted screen remains when I turn the calculator back on. When I try to take a screenshot from TI Connect CE, I'm met with a transfer error. I've been able to take out a battery and replace it to exit the app with success. I've tried a full RAM+Archive reset and still have the issue.

1 Comment
2022/07/15
09:15 UTC

0

Mathway on TI-84 Plus CE

0 Comments
2021/09/06
20:23 UTC

8

[Crosspost] My friend and I coded Plague Inc… for a TI-84 calculator

2 Comments
2020/09/04
17:12 UTC

2

Help Drawing Arcs in ICE

I have looked everywhere for an algorithm that I can port to ICE for drawing circle arcs.The only ones I can find are ~500 lines long, which would be too slow.

This simple one requires floats:

Code:

def plotCirle (xc, yc, rad, start, end):
    theta = start while theta <= end:
    x = xc + rad * sin (theta)
    y = yc + rad * cos (theta)
    plot (x, y)
    theta = theta + 0.01

I would like to be able to specify an exact radius

If someone can help me, that would be great.

Thanks

Original forum: https://www.cemetech.net/forum/viewtopic.php?t=15572&highlight=

0 Comments
2019/04/04
19:38 UTC

2

2D Minecraft CE

This is the new forum, so I can get used to this...

The original forum was found here: https://www.cemetech.net/forum/viewtopic.php?t=15243&start=100

BTW, for all of you to know, I am TimmyTurner62 from cemetech, and my new account is MinecraftRules8321.

So please, post here if you want me to add anything.

1 Comment
2019/04/01
14:49 UTC

3

Doors

So when is doors coming out again?

1 Comment
2019/01/22
11:37 UTC

1

Support for Comictech takeover

Comictech supporters unite! We must topple the evil Kermetech regime!

1 Comment
2015/03/07
23:13 UTC

Back To Top