Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Releases: ldamia/HasKalc

v1.0.3

19 Jul 03:32

Choose a tag to compare

v1.0.3 is the "original" version of HasKalc. Its behavior is nearly identical to that of the program originally submitted to the College Board for the APCSP Create Performance Task, with only minor changes to fix compatibility issues as well as a rebrand and optimization included in the build script / instructions.

The following executables are provided:

  • For Windows: haskalc.exe
  • For Linux: haskalc

Notes (for Windows users):

  • The warnings about haskalc.exe being a virus from Windows Defender and, likely, from your browser, are not because it is a virus (sounds trustworthy, I know). They are simply because I have had neither the patience nor the justification to learn how to properly sign my Windows executables with a publisher signature so that such warnings do not appear.

Notes (for Linux users):

  • The executable is, for safety reasons, not permitted to be executed out of the gate. Instead, you must first give it permission to be run as executable by
    • A) right-clicking the file in a GUI, clicking "permissions", and checking the box labelled something along the lines of "Run as executable"
    • B) executing chmod 744 Downloads/haskalc
  • The executable will (probably) not do anything if you double-click it from a GUI. In order to run it, you should open up a terminal, execute it by running something along the lines of Downloads/haskalc (the path might be different for you).