Richard Leddy
Richard Leddy
Some good implementations are out there. This one looks pretty clean: https://github.com/System-Glitch/SHA256/issues/2 I was just going over Sha256 because I am trying out a Merkle Tree in C++. For that,...
So, I have made this floating window. [svelte-float-window)](https://github.com/copious-world/svelte-float-window). Each element of the grid is supposed to have responsive SVG in it. The first time through, I had to make some...
Some good implementations are out there. This one looks pretty clean. I was just going over Sha256 because I am trying out a Merkle Tree in C++. For that, I...
So, last night as it got later and later I was playing around with creating CIDs and using the cool CID tool, which really only parses a CID if it...
Happy to take suggestions or customize this more to your organizational needs.
https://github.com/copious-world/svelte-float-window https://www.npmjs.com/package/svelte-float-window Would be nice to have it here. So far, plugs in well. Not providing cool tricks to help change css. Some method could be done if needed.
Fix this so that two instances can be on the same page. This helps when doing stroke and fill separately. Accept a string that defines rgb or rgba colors --...
Two user interaction types not represented. 1. color wheel 2. a palette grid I have a medicine dropper to make work on my app. So, it would be nice to...
The method `monthMap` takes parameters: `monthMap(year, month, InfoClass)` Month map returns ``` let month_map = { "table": month_table, "list": mlist, "map": the_map }; ``` month_table is the same nested array...
Created an option preserveAspectRatio, which is a Boolean. By default this is true. When true, it runs original code. If it is false, then scaleFactors may be set as an...