Hello all

Hello all,
Been pretty busy with school stuffs so have not really had time to code.
Had some free time recently and decided to make good use of it.

I made some improvements to some of my open source libraries.
here is a summary of them.

1.  xxHashPascal

I made two variants of the library, one with reference counting and the other without.
I also made the library compatible with Free Pascal.
Added Unit Tests.

https://github.com/Xor-el/xxHashPascal


2.  EmailValidationPascal

I also made two variants of this library, one using Zero- Based String Index for Mobile compilers and the other using the regular one based Index.
I also made the library compatible with Free Pascal.
Added Unit Tests.

https://github.com/Xor-el/EmailValidationPascal
https://github.com/Xor-el?tab=repositories

Comments