⇦ | com.github.aleksandar-stefanovic.urmsimulator [main]
Last updated on: 2023-04-26 09:18 [UTC]

Metadata for com.github.aleksandar-stefanovic.urmsimulator in main

com.github.aleksandar-stefanovic.urmsimulator.desktop - 1.3.0 ⚙ amd64

Icon
---
Type: desktop-application
ID: com.github.aleksandar-stefanovic.urmsimulator.desktop
Package: com.github.aleksandar-stefanovic.urmsimulator
Name:
  C: URM Simulator
Summary:
  C: Simple URM simulations
Description:
  C: >-
    <p>URM (Unlimited Register Machine) is a theoretical machine which has unlimited memory. It is used to describe that anything
    that can be programmed with four basic instructions can also be programmed with any other programming language.</p>

    <p>Use four basic instructions (Zero, Successor, Transfer, Jump) to program any other operator or function, since things
    like subtraction are not included!</p>

    <p>Features:</p>

    <ul>
      <li>Executes URM code correctly</li>
      <li>Ability to load a file</li>
      <li>Ability to manually set initial values</li>
      <li>When in debug mode, shows the result after each instruction</li>
      <li>Upon finishing, shows the state of all the used registers</li>
      <li>Has sythax highlighting</li>
    </ul>
DeveloperName:
  C: Aleksandar Stefanović
ProjectLicense: GPL-3.0+
Categories:
- Development
- Education
- Science
Keywords:
  C:
  - URM
  - Simulator
Url:
  homepage: https://github.com/aleksandar-stefanovic/urmsimulator/
  bugtracker: https://github.com/aleksandar-stefanovic/urmsimulator/issues
Icon:
  cached:
  - name: com.github.aleksandar-stefanovic.urmsimulator_com.github.aleksandar-stefanovic.urmsimulator.png
    width: 64
    height: 64
  - name: com.github.aleksandar-stefanovic.urmsimulator_com.github.aleksandar-stefanovic.urmsimulator.png
    width: 128
    height: 128
  - name: com.github.aleksandar-stefanovic.urmsimulator_com.github.aleksandar-stefanovic.urmsimulator.png
    width: 64
    height: 64
    scale: 2
Launchable:
  desktop-id:
  - com.github.aleksandar-stefanovic.urmsimulator.desktop
Screenshots:
- default: true
  thumbnails:
  - url: com/github/aleksandar-stefanovic.urmsimulator.desktop/D751539C2C637C7E084755F23A0111ED/screenshots/image-1_752x624.png
    width: 752
    height: 624
  - url: com/github/aleksandar-stefanovic.urmsimulator.desktop/D751539C2C637C7E084755F23A0111ED/screenshots/image-1_624x518.png
    width: 624
    height: 518
  - url: com/github/aleksandar-stefanovic.urmsimulator.desktop/D751539C2C637C7E084755F23A0111ED/screenshots/image-1_224x186.png
    width: 224
    height: 186
  source-image:
    url: com/github/aleksandar-stefanovic.urmsimulator.desktop/D751539C2C637C7E084755F23A0111ED/screenshots/image-1_orig.png
    width: 861
    height: 715
Releases:
- version: 1.3.0
  unix-timestamp: 1518393600
  description:
    C: >-
      <p>No More Freezes</p>

      <ul>
        <li>Text files can now be opened.</li>
        <li>Execution cap is added, to avoid freezing.</li>
        <li>Instructions are now one-based numbered.</li>
      </ul>
Custom:
  x-appcenter-color-primary: '#8b7793'
  x-appcenter-color-primary-text: '#FAFAFA'