Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,027 contributions in the last year
Activity overview
Contributed to
fernandreu/office-ribbonx-editor,
fernandreu/recipe-manager,
fernandreu/blazor-fractals
and 5 other
repositories
Contribution activity
June 2020
- Improve parallel execution
- Parallelize fractal generation
- Add fractal presets
- Convert between query parameters and fractal options
- Add tests to Azure Function
- Add controls to specify root colors
- Enclose result in helper class to detect errors
- Fix parsing of functions
- Add more math functions
- Make parsing case-insensitive
- Invert Y axis in picture
- Add loading panel during fractal generation
- Add switch to call function locally
- Add README
- Create Azure Function
- Add controls to customize all fractal settings
- Add fractal-related functionality
- Add Newton's method
- Add ParseException
- Rewrite parse algorithm
- Add Simplify method
- Add Derive method
- Add Clone method
- Add ToString overload
Created an issue in fernandreu/blazor-fractals that received 1 comment
Values cannot be entered in scientific format
This is despite them showing in that format when too small (e.g. precision)
1
comment
- Improve parallel execution in Azure
- Switch from raw Bootstrap to BlazorStrap
- Show average / StDev of number of iterations needed
- Put resulting fractal query into a popup dialog with a copy button
- Add Web Compiler (or similar) to convert scss into css on build
- Expressions like `sin(z)^2` get parsed as `sin(z^2)`
- Add more math functions: sqrt, exp, asin, sinh, etc.
- Invert Y axis
- Make parser case-insensitive
- Add error handling for Azure Function call
- Add tests for Azure Function calls
- Display a loading message / cancel button while Azure Function is running
- Allow running Azure Function locally
- Consider migrating the actual fractal call elsewhere
- Parallelize fractal generation
- Be able to trigger specific fractal generation just via an URL
- Add fractal presets
- Add option to specify colors beforehand
- Add controls to pass all fractal options
- Add a Fractal method
- Add README
- Add Newton method
- Deploy to GitHub Pages only on master
- Create custom parse exceptions
- Improve operator precedence in parse algorithm
- Some issues not shown.

