featCommits, that adds or remove a new featurefixCommits, that fixes a bugrefactorCommits, that rewrite/restructure your code, however does not change any API behaviourperfCommits are specialrefactorcommits, that improve performancestyleCommits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)testCommits, that add missing tests or correcting existing testsdocsCommits, that affect documentation onlybuildCommits, that affect build components like build tool, ci pipeline, dependencies, project version, ...opsCommits, that affect operational components like infrastructure, deployment, backup, recovery, ...
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Low battery level detection & notification for all battery sensors | |
| description: Regularly test all sensors with 'battery' device-class for crossing | |
| a certain battery level threshold and if so execute an action. | |
| domain: automation | |
| input: | |
| threshold: | |
| name: Battery warning level threshold | |
| description: Battery sensors below threshold are assumed to be low-battery (as | |
| well as binary battery sensors with value 'on'). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - go to http://invisible-island.net/xterm/ and download source file (e.g. http://invisible-island.net/datafiles/release/xterm.tar.gz) | |
| - according to http://web.archive.org/web/20130125000058/http://www.frexx.de/xterm-256-notes/ configure with ./configure --enable-256-color | |
| - summarized: | |
| - ./configure --enable-256-color | |
| - sudo make | |
| - check colors with http://web.archive.org/web/20130125000058/http://www.frexx.de/xterm-256-notes/data/256colors2.pl, see http://web.archive.org/web/20130125000058/http://www.frexx.de/xterm-256-notes/ |
🐧 Fedora GNOME Setup
Extensions:
- Desktop Cube
- Dash to Dock
- Compiz Windows Effect
- Compiz Alike Magic Lamp Effect
Apps:
- Extension Manager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section class="fr-testimonials"> | |
| <script async type="text/javascript"> | |
| const qualPath = window.location.pathname; | |
| let qualScriptSrc = ''; | |
| let qualIframeSrc = ''; | |
| if (qualPath.includes('/products/sinus-medicine-allergy-rhinitis')) { | |
| qualScriptSrc = "https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=qual&product_id=5104"; | |
| qualIframeSrc = "https://app.thefrontrowhealth.com/api/widgets?presentation_type=qual&product_id=5104"; | |
This content collected and curated for the SQL Discord, join us!
Officially titled: BMW Software Update for External Devices – Multimedia and Telephone
ℹ️ About This Guide:
- I am not pro at any of this. I started to search for information how to update vehicle's multimedia because of my own Bluetooth issue.
- As BMW no longer provided software updates on their main site at that time, the task was to find is it still possible to get them.
- After long searches I managed to solve my issue successfully and decided to put everything I found in one place.
A dataset of every SELFDESTRUCT executed on a same-tx-created contract on Ethereum mainnet, blocks 20,000,000 – 24,999,999 (post-Cancun, after EIP-6780 took effect at block 19,426,587).
The "SD-SAMETX" name refers to events where the contract being destroyed
was created in the same transaction (newContract == true in EIP-6780
terminology). This is the only path post-Cancun where SELFDESTRUCT
actually destroys the account; on existing contracts the opcode is a no-op.
NewerOlder