⇦ | com.github.parnold-x.nasc [main]
Last updated on: 2023-04-26 09:20 [UTC]

Metadata for com.github.parnold-x.nasc in main

com.github.parnold-x.nasc - 0.7.7 ⚙ amd64

Icon
---
Type: desktop-application
ID: com.github.parnold-x.nasc
Package: com.github.parnold-x.nasc
Name:
  C: NaSC
  pt: NaSC
Summary:
  C: Do maths like a normal person
  pt: Faça cálculos como uma pessoa normal
Description:
  C: >-
    <p>It’s an app where you do maths like a normal person. It lets you type whatever you want and smartly figures out what
    is math and spits out an answer on the right pane. Then you can plug those answers in to future equations and if that
    answer changes, so does the equations it’s used in.</p>
  pt: >-
    <p>É uma aplicação onde faz os seus cálculos como uma pessoa normal. Permite escrever o que quiser e descobre, de forma
    inteligente, qual é o resultado do cálculo e exibe uma resposta no painel direito. Depois, pode inserir essa resposta
    dentro de equações futuras e se a resposta mudar, também a equação que foi usada muda.</p>
DeveloperName:
  C: Peter Arnold
ProjectLicense: GPL-3.0+
Categories:
- Utility
- Calculator
- Education
- Math
- Utility
- Calculator
- Education
- Math
Keywords:
  C:
  - calculation
  - arithmetic
  - scientific
  - financial
  pt:
  - calculation
  - cálculos
  - arithmetic
  - aritmética
  - scientific
  - científico
  - financial
  - financeiro
Url:
  homepage: https://github.com/parnold-x/nasc
  bugtracker: https://github.com/parnold-x/nasc/issues
Icon:
  cached:
  - name: com.github.parnold-x.nasc_com.github.parnold-x.nasc.png
    width: 64
    height: 64
  - name: com.github.parnold-x.nasc_com.github.parnold-x.nasc.png
    width: 128
    height: 128
  - name: com.github.parnold-x.nasc_com.github.parnold-x.nasc.png
    width: 64
    height: 64
    scale: 2
Launchable:
  desktop-id:
  - com.github.parnold-x.nasc.desktop
Provides:
  binaries:
  - com.github.parnold-x.nasc
Screenshots:
- default: true
  caption:
    C: Main view
    pt: Vista principal
  thumbnails:
  - url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-1_752x849.png
    width: 752
    height: 849
  - url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-1_624x704.png
    width: 624
    height: 704
  - url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-1_224x253.png
    width: 224
    height: 253
  source-image:
    url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-1_orig.png
    width: 834
    height: 942
- caption:
    C: Help pane
    pt: Painel de ajuda
  thumbnails:
  - url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-2_752x849.png
    width: 752
    height: 849
  - url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-2_624x704.png
    width: 624
    height: 704
  - url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-2_224x253.png
    width: 224
    height: 253
  source-image:
    url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-2_orig.png
    width: 834
    height: 942
- caption:
    C: Periodic table
    pt: Tabela periódica
  thumbnails:
  - url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-3_752x849.png
    width: 752
    height: 849
  - url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-3_624x704.png
    width: 624
    height: 704
  - url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-3_224x253.png
    width: 224
    height: 253
  source-image:
    url: com/github/parnold-x.nasc/80F8CA5BD5E4429D199E56A7A61D7AFC/screenshots/image-3_orig.png
    width: 834
    height: 942
Releases:
- version: 0.7.7
  type: stable
  unix-timestamp: 1627689600
  description:
    C: >-
      <p>Fixed a bug that could caused a crash when opening sheets</p>
- version: 0.7.6
  type: stable
  unix-timestamp: 1620864000
  description:
    C: >-
      <p>Fixed a bug regarding unnecessary added spaces</p>
- version: 0.7.5
  type: stable
  unix-timestamp: 1597881600
  description:
    C: >-
      <p>To define a user function type e.g.: function kineticEnergy 0.5*\x*\y^2</p>

      <p>Then you can use it anywhere e.g. car = kineticEnergy(1000 kg, 3 m/s)</p>
- version: 0.7.4
  type: stable
  unix-timestamp: 1596585600
  description:
    C: >-
      <p>Fixed a bug that caused problems when using comments inline</p>

      <p>Better handling of whitespaces with variable declaration and newlines</p>

      <p>Improved the updating of the results while doing line movements</p>
- version: 0.7.3
  type: stable
  unix-timestamp: 1591660800
  description:
    C: >-
      <p>Fixed a bug that caused a crash during startup</p>

      <p>Fixed a case where the ans and line tokens failed to parse</p>

      <p>Support for dark themes</p>

      <p>Share panes to MathB.in</p>
- version: 0.7.1
  type: stable
  unix-timestamp: 1590796800
  description:
    C: >-
      <p>You can now manage multiple calculation sheets - load, add, remove and rename sheets</p>

      <p>Fixed a bug that should make NaSC much more stable</p>

      <p>Save sheets dynamically</p>

      <p>Removed auto complete functions with parenthesis</p>

      <p>Preperation to make NaSC translatable</p>
ContentRating:
  oars-1.1:
    violence-cartoon: none
    violence-fantasy: none
    violence-realistic: none
    violence-bloodshed: none
    violence-sexual: none
    violence-desecration: none
    violence-slavery: none
    violence-worship: none
    drugs-alcohol: none
    drugs-narcotics: none
    drugs-tobacco: none
    sex-nudity: none
    sex-themes: none
    sex-homosexuality: none
    sex-prostitution: none
    sex-adultery: none
    sex-appearance: none
    language-profanity: none
    language-humor: none
    language-discrimination: none
    social-chat: none
    social-info: mild
    social-audio: none
    social-location: none
    social-contacts: none
    money-purchasing: none
    money-gambling: none
Custom:
  x-appcenter-suggested-price: '8'
  x-appcenter-stripe: pk_live_RErH63v8TNvv1Z37UIiGJw8y
  x-appcenter-color-primary: '#3278cd'
  x-appcenter-color-primary-text: rgb(157, 200, 236)