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

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

com.github.aleksandar-stefanovic.urmsimulator - 1.3.3 ⚙ amd64

Icon
---
Type: desktop-application
ID: com.github.aleksandar-stefanovic.urmsimulator
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
- 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/AB3B98CF3794719ED25B59B9512FBB2C/screenshots/image-1_752x624.png
    width: 752
    height: 624
  - url: com/github/aleksandar-stefanovic.urmsimulator/AB3B98CF3794719ED25B59B9512FBB2C/screenshots/image-1_624x518.png
    width: 624
    height: 518
  - url: com/github/aleksandar-stefanovic.urmsimulator/AB3B98CF3794719ED25B59B9512FBB2C/screenshots/image-1_224x186.png
    width: 224
    height: 186
  source-image:
    url: com/github/aleksandar-stefanovic.urmsimulator/AB3B98CF3794719ED25B59B9512FBB2C/screenshots/image-1_orig.png
    width: 861
    height: 715
Releases:
- version: 1.3.3
  unix-timestamp: 1563840000
  description:
    C: >-
      <p>First Juno Release</p>

      <ul>
        <li>Fixed issues with the project, which made it possible to publish to AppCenter again. Big thanks to Ryo Nakano!</li>
      </ul>
- version: 1.3.2
  unix-timestamp: 1530403200
  description:
    C: >-
      <p>Packaging hotfix</p>

      <ul>
        <li>Fixed issues with Debian packaging.</li>
      </ul>
- version: 1.3.1
  unix-timestamp: 1530230400
  description:
    C: >-
      <p>Scrollable Views</p>

      <ul>
        <li>Views are now scrollable.</li>
        <li>Basic input checking has been added.</li>
      </ul>
- 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'