Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AD scripts and bitwarden to pass scriptHEADmaster | mjfernez | 2022-02-19 | 5 | -0/+132 |
| | |||||
* | Change license to CC0, it's clearer | mjfernez | 2021-06-05 | 3 | -51/+282 |
| | | | | Also added gitignore | ||||
* | Fixed PGP signature format | mjfernez | 2021-04-20 | 1 | -17/+19 |
| | | | | | Lines were too long on PGP sign messaged, bounded better and re-signed | ||||
* | Fhash clean up and unit tests | mjfernez | 2021-03-29 | 11 | -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 semicolon | mjfernez | 2021-03-28 | 2 | -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-tools | mjfernez | 2021-03-24 | 1 | -2/+2 |
|\ | |||||
| * | Update README.md | mjf | 2021-03-24 | 1 | -2/+2 |
| | | | | | | Fixed spelling errors | ||||
* | | Update julia README, missed a space | mjfernez | 2021-03-24 | 1 | -2/+2 |
|/ | |||||
* | Update README.md | mjf | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Added .swp to gitignore | mjfernez | 2021-03-24 | 1 | -0/+1 |
| | |||||
* | Added .swp to gitignore | mjfernez | 2021-03-24 | 3 | -0/+0 |
| | |||||
* | fixed merge conflict with README | mjfernez | 2021-03-24 | 1 | -0/+1 |
|\ | |||||
| * | Update README.md | mjf | 2021-03-06 | 1 | -1/+1 |
| | | |||||
* | | Finished and polished julia code | mjfernez | 2021-03-24 | 8 | -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 domain | mjfernez | 2021-03-23 | 7 | -9551/+201 |
| | | | | | | | | Could you patent the Sun? | ||||
* | | Add julia-c and revoke license requirements for fhash | mjfernez | 2021-03-20 | 8 | -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.md | mjf | 2021-03-06 | 1 | -0/+7 |
| | |||||
* | remove build | mjfernez | 2021-03-06 | 14 | -16573/+0 |
| | |||||
* | Update .gitignore | mjf | 2021-03-06 | 1 | -1/+1 |
| | |||||
* | Update .gitignore | mjf | 2021-03-06 | 1 | -1/+1 |
| | |||||
* | update fhash readme | mjf | 2021-03-06 | 1 | -5/+4 |
| | |||||
* | add gitignore | mjfernez | 2021-03-06 | 21 | -0/+16728 |
| | |||||
* | first commit | mjfernez | 2021-03-06 | 13 | -0/+405 |