Skip to content

aaronryank/code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

This is kinda like my profile because StackExchange shouted at me for having a huge "About Me".

Languages

Programs

Basic calculator in Triangular.

          $ 
         % ~ 
        . + B 
       , % $ 4 
      + 2 - p * 
     = \ p $ p 1 
    . \ > ` p p - 
   . ? > p p ` ` = 
  . / = + 2 p / ? < 
 > ? , p p p . $ * % 
. . > p p p . . $ _ % 

It can do a grand total of four things: x+y, x-y, x/y, x*y.

I tried to do this for a programming challenge and failed epically.


Complete graph maker in Applesoft BASIC:

0TEXT:HOME:INPUT"NUMBER OF POINTS:";A:HCOLOR=3:HGR:POKE-16302,0:FOR T1=0 TO(2*3.14)-.001 STEP((2*3.14)/A):FOR T2=(T1+(2*3.14)/A)TO(2*3.14)-.001 STEP(2*3.14)/A:HPLOT(COS(T1)*95+127),(SIN(T1)*95+95)TO(COS(T2)*95+127),(SIN(T2)*95+95):NEXT:NEXT:GET A$:GOTO0

Can't remember why this is golfed...

Memes

ÿep.

ಠ_ಠ

Releases

No releases published

Packages

No packages published