Rosetta Coder

Link to implemented task

Only editable by group admins

  • Last updated November 24, 2019 at 12:48 PM
  • Evidence visible to public
Implement a Rosetta Code task not previously implemented in MiniScript. Submit a link to the task you did.

All posted evidence

see discord for code?

easycodelewid About 2 years ago

Implementation for the "genral" FizzBuzz

Rosettacode

General FizzBuzz

General FizzBuzz You are encouraged to solve this task according to the task description, using any language you may know. Write a generalized version of FizzBuzz that works for any list of factors, along with their words. This is basically a "fizzbuzz" implementation where the user supplies the parameters.
sebnozzi Over 2 years ago

Simple algorithm to check if a string has balanced square brackets or not. I go by the username SenTalker in RosettaCode.

Rosettacode

Balanced brackets

Balanced brackets 28/04/2016 BALANCE CSECT USING BALANCE,R13 base register and savearea pointer SAVEAREA B STM-SAVEAREA(R15) DC 17F'0' STM STM R14,R12,12(R13) ST R13,4(R15) ST R15,8(R13) LR R13,R15 establish addressability LA R8,1 i=1 LOOPI C R8,=F'20' do i=1 to 20 BH ELOOPI MVC C(20),=CL20' ' c=' ' LA R1,1 LA R2,10 BAL
sebnozzi Over 2 years ago