Vivek

Results 18 comments of Vivek

If we are going 280 chars and no compression, it would be nice to have some functions be 1 character - Math.random(), Math.abs, new Path2D() Also a checkbox that applies...

I implemented something like this for the web portal for my employer Basically, you have a login_attempts table which counts logins with latest timestamp for both IP and username, and...

I think one option is - if there is a good effort by a new user and you feel an awesome is not due, maybe just leave a comment on...

I am the original author of this, it was uploaded to tmhares website with no usage restrictions

SVG elements are case sensitive, so need to do case insensitive comparision

As of today, attributes are supported attributes are name="value" name='value' name={value} attribute names are case insensitive and can contain [a-z] or a "-"

Added a large HTML example Need to fill it with template strings

Actually there is nothing to make/build, its a header-only library A makefile would be useful to run tests I guess

Added basic CMakeLists.txt