Command-line utility for calculating inverse square root, with slow/fast implementations, hash function, and lie generator. Written in C, built with Clang and musl libc. Makefile for installation/uninstallation with prefix support.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
emilis 56591e9917 added this chatgpt nonsense 6 months ago
LICENSE added this chatgpt nonsense 6 months ago
Makefile added this chatgpt nonsense 6 months ago
cli.c added this chatgpt nonsense 6 months ago
cli.o added this chatgpt nonsense 6 months ago
hash.h added this chatgpt nonsense 6 months ago
icon.svg added this chatgpt nonsense 6 months ago
readme.md added this chatgpt nonsense 6 months ago
slow_fast_inverse_sqrt_with_hash_and_lie.c added this chatgpt nonsense 6 months ago

readme.md

Fast Inverse Square Root with Hash and Fortune/Lie

This is a command-line interface (CLI) application that calculates the fast inverse square root of a given input value, calculates a hash of the square root, and returns a lie about the modern workplace based on the output of the hash.

Building and Running

To build the application, you will need clang and make. Simply run make to build the cli executable:

make

To specify a different installation prefix, set the PREFIX variable before running make. For example, to install to /usr, use the following command:

make PREFIX=/usr

Installing

To install the application, use the install target:

make install

To specify a different installation prefix, set the PREFIX variable before running make. For example, to install to /usr, use the following command:

make PREFIX=/usr install

Uninstalling

To uninstall the application, use the uninstall target:

make uninstall

To specify a different installation prefix, set the PREFIX variable before running make. For example, to uninstall from /usr, use the following command:

make PREFIX=/usr uninstall

Cleaning

To remove the built files, use the clean target:

make clean

License

This application is licensed under the MIT License. See LICENSE for more information.