|
You are here |
melatonin.dev | ||
| | | | |
angiejones.tech
|
|
| | | | | Here is the recipe for automating the task of selecting a date from a Date Picker component. I illustrate this recipe with Selenium WebDriver and Java, however, the recipe itself can be used with any automation tool and programming language. Recipe to Automate Date... | |
| | | | |
healthyalgorithms.com
|
|
| | | | | Following up on the general guidance I offered Epi 554 last week, this week I tried to get specific about how to use AI assistance in debugging. I think there is room for improvement, but I'm going to get it out to you, and maybe you'll tell me how to improve. Debugging 1: When the... | |
| | | | |
tek256.com
|
|
| | | | | guidelines I follow when programming | |
| | | | |
matttproud.com
|
|
| | | Debian Linux has a relatively smart way of configuring keyboard input through the /etc/default/keyboard file (manual page). This file powers both the kernel configuration, the virtual console, and the X Window System. I set the XKBOPTIONS directive in /etc/default/keyboard follows: 1 XKBOPTIONS='compose:ralt,ctrl:nocaps' This has the following meaning: Make the right alt key a compose key. Make the caps lock key another ctrl key. A slew of other rules are available through XKB as described in the /usr/share/X11/xkb/rules/base. | ||