jpluimers
TL;DR of https://css-tricks.com/debouncing-throttling-explained-examples/: debounce: Grouping a sudden burst of events (like keystrokes) into a single one. throttle: Guaranteeing a constant flow of executions every X milliseconds. Like checking every 200ms your scroll position to trigger a CSS animation…. … Read more
4 years ago in algorithms, Delphi, Development, JavaScript/ECMAScript, Scripting, Software Development0
jpluimers
Just in case I ever need to develop Python scripts on Windows (nowadays itâs mostly on Linux/BSD based systems):[WayBack] GitHub â pyscripter/pyscripter: Pyscripter is a feature-rich but lightweight Python IDE. If you like that, you… … Read more
5 years ago in Delphi, Development, Python, Scripting, Software Development0
Mason Wheeler
Yesterday at work, while tracking down a graphical glitch, I found that TPanel objects on many, many dialog boxes in our system (over 300 of them) had a certain property set incorrectly. There are basically… … Read more
10 years ago in Delphi, Scripting0