summaryrefslogtreecommitdiff
path: root/julia-c/julia
AgeCommit message (Collapse)Author
2021-03-28Broken code, misplaced semicolonmjfernez
There was an extra semicolon in the if condition in the julias function. Unused variables also removed
2021-03-24Finished and polished julia codemjfernez
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
2021-03-23Added UNLICENSE to specify code is public domainmjfernez
Could you patent the Sun?
2021-03-20Add julia-c and revoke license requirements for fhashmjfernez
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