Since the election I've been giving my home brewed app a new more retro look.

Follow

All with CSS on code-oss because that text editor is cool.

@matuzalem Ya, the last time I did any "programming" was on my TRS-80.🤣

10 PRINT "RANDOM NUMBER GENERATOR"
20 PRINT "PRESS ANY KEY TO GENERATE A RANDOM NUMBER"
30 A = INT(RND * 100) + 1
40 PRINT "YOUR RANDOM NUMBER IS: "; A
50 PRINT "PRESS ANY KEY TO GENERATE ANOTHER NUMBER OR 'Q' TO QUIT"
60 A$ = INKEY$
70 IF A$ = "Q" THEN END
80 IF A$ = "" THEN 60
90 GOTO 30

Sign in to participate in the conversation

CounterSocial is the first Social Network Platform to take a zero-tolerance stance to hostile nations, bot accounts and trolls who are weaponizing OUR social media platforms and freedoms to engage in influence operations against us. And we're here to counter it.