A sample of a simple implementation of keystroke logging required for plain text entry fields in SBTs
Forked from Lonnie Smith's Pen Keystroke logging implementation.
Forked from Lonnie Smith's Pen Keystroke logging implementation.
A sample of a simple implementation of keystroke logging required for plain text entry fields in SBTs
Forked from Lonnie Smith's Pen Keystroke logging implementation.
Forked from Lonnie Smith's Pen Keystroke logging implementation.
| // sample code for calculating the caret cursor position in CKEditor | |
| // including functions to deal with cross-browser inconsistencies for end-of-the-line | |
| // A hack to get text from HTML | |
| // http://stackoverflow.com/questions/5002111/javascript-how-to-strip-html-tags-from-string | |
| var html2text = function (html) { | |
| // testing the idea of using .toString() with a replacement trick | |
| // knowing that .textContent doesn't preserve the newlines, let's replace </p> with 2 newline chars | |
| // This is ignoring all other HTML/CSS markups, such as <br>, tables, etc. |
| # Functions for extracting the descriptive features for the 2017 operational analysis | |
| # Changes from make2017FinalFeatures.py: | |
| # - min | |
| ############# | |
| import StringIO | |
| import os | |
| import traceback |
| %% This is the source for Mermaid diagram generator | |
| %% Open https://mermaid-js.github.io/mermaid-live-editor, and paste in this content to the editor window on the left | |
| graph TD | |
| subgraph Data Topics | |
| D1([Observables]) | |
| D2([Responses]) | |
| D3([Diagnostics]) | |
| D1 --> UX4 | |
| D2 --> UX4 |
Docker Desktop has been not free since 2021, and I have been looking for/procrastinating on an alternative. My requirements:
docker not other container technologiesdocker-compose is a mustMuch blog surfing later, I decided on https://rancherdesktop.io/, among minikube, podman and other highly recommended alternatives.