Checksum generates, runs, and maintains end-to-end tests automatically so your team ships with confidence as code output grows.
Coding agents write the code. Checksum runs it—continuously testing against real APIs, real data, real edge cases—before it ever reaches production.
Learn More
Secure Online Fax and Business Text Messaging Service
Elevate your business communications with secure SMS and fax solutions.
Send and receive SMS and fax online, from email, app or with our developer friendly SMS & fax API. HIPAA compliant & ISO 27001 certified. Outstanding value and 5-star service.
Documentation and coding for the generation of combinations
This project comprises documentation and VBA programming code in respect of a combinations algorithm that I have written.
The algorithm is in the Excel file named Combinations.xlsm and the documentation that explains how to use interface and execution of the algorithm is in the pdf file called Combinations.pdf
You will need to enable macros in Excel in order to run the algorithm.
Documentation of two types of permutation algorithms
This project provides documentation on two different approaches to permutations. Permutations can be generated by building them or by transposing characters between different character positions. My project addresses the efficiency between CPU speed and memory usage for generating unique permutations from input source texts that have repeated characters.
The challenge is to create an efficient algorithm that can have the capacity to permutate sources texts that are hundreds and thousands...