aboutsummaryrefslogtreecommitdiffstats
path: root/julia-c/julia.c
Commit message (Collapse)AuthorAgeFilesLines
* Broken code, misplaced semicolonmjfernez2021-03-281-3/+1
| | | | | There was an extra semicolon in the if condition in the julias function. Unused variables also removed
* Finished and polished julia codemjfernez2021-03-241-41/+78
| | | | | | | 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-231-76/+153
| | | | Could you patent the Sun?
* Add julia-c and revoke license requirements for fhashmjfernez2021-03-201-0/+91
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