aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed PGP signature formatmjfernez2021-04-201-17/+19
| | | | | Lines were too long on PGP sign messaged, bounded better and re-signed
* Fhash clean up and unit testsmjfernez2021-03-2911-23/+132
| | | | | | Added saner unit testing in the tests folder, which can be added to by expanding the data in the tests/hashes.json file. Also removed some redundant comments and inconsistencies
* Broken code, misplaced semicolonmjfernez2021-03-282-3/+1
| | | | | There was an extra semicolon in the if condition in the julias function. Unused variables also removed
* Merge branch 'main' of https://github.com/mjfernez/scripts-n-toolsmjfernez2021-03-241-2/+2
|\
| * Update README.mdmjf2021-03-241-2/+2
| | | | | | Fixed spelling errors
* | Update julia README, missed a spacemjfernez2021-03-241-2/+2
|/
* Update README.mdmjf2021-03-241-1/+1
|
* Added .swp to gitignoremjfernez2021-03-241-0/+1
|
* Added .swp to gitignoremjfernez2021-03-243-0/+0
|
* fixed merge conflict with READMEmjfernez2021-03-241-0/+1
|\
| * Update README.mdmjf2021-03-061-1/+1
| |
* | Finished and polished julia codemjfernez2021-03-248-41/+9580
| | | | | | | | | | | | | | This last commit primarily fixes a bug which caused certain bounds to plot incorrectly from divide by zero errors. This was solved by turning the grid counter (incremeting x and y independently) into a pixel counter, and adjusting x and y accordingly
* | Added UNLICENSE to specify code is public domainmjfernez2021-03-237-9551/+201
| | | | | | | | Could you patent the Sun?
* | Add julia-c and revoke license requirements for fhashmjfernez2021-03-208-21/+9570
|/ | | | | | Further addtion to this commit is the clarification that all code is public domain with no license requirements, somewhat ironically described in the LICENSE.md
* Update README.mdmjf2021-03-061-0/+7
|
* remove buildmjfernez2021-03-0614-16573/+0
|
* Update .gitignoremjf2021-03-061-1/+1
|
* Update .gitignoremjf2021-03-061-1/+1
|
* update fhash readmemjf2021-03-061-5/+4
|
* add gitignoremjfernez2021-03-0621-0/+16728
|
* first commitmjfernez2021-03-0613-0/+405