does the binary one going from left to right feel odd to anyone else?
(2**(64 - i)) & (t*10)11–20 of 47 posts
does the binary one going from left to right feel odd to anyone else?
(2**(64 - i)) & (t*10)https://github.com/dataarts/dat.gui
You can see how it's used in this codepen:
Nice demo, but it pushes CPU usage from 1% to 17-20%, and could encourage the use of the wrong control for a given task. As an example, I've often seen on web pages check boxes (an input widget) used to represent read only boolean values where check marks would have been the correct choice.
Nice demo, but it pushes CPU usage from 1% to 17-20%, and could encourage the use of the wrong control for a given task. As an example, I've often seen on web pages check boxes (an input widget) used to represent read only boolean values where check marks would have been the correct choice.
This is really neat! Also, please don't hijack the back button if you're not going to do anything useful with it!
Nice demo, but it pushes CPU usage from 1% to 17-20%, and could encourage the use of the wrong control for a given task. As an example, I've often seen on web pages check boxes (an input widget) used to represent read only boolean values where check marks would have been the correct choice.