Saturday, 30 May 2020
Interesting Snippets from 2020-05-30
-
GitHub - brookhong/Surfingkeys: Map your keys for web surfing, expand your browser with javascript and keyboard.
Surfingkeys is another Chrome/Firefox extension that provides keyboard-based navigation and control of the web in the spirit of the VIM editor. But it's not for VIM users only, it's for anyone who just needs some more shortcuts to his own functions.
Interesting Snippets from 2020-05-28
-
Gmvault: gmail backup
Use the full sync mode to backup your entire gmail account in a unique directory. Your email backup repository can then be easily tarred and moved from one machine to the other.
Interesting Snippets from 2020-05-25
-
Frequently Asked Questions | wee.domains
It's a tool to help people find short domain names that are available for registration.
-
Expired Domains | Daily Updated Domain Lists for 478 TLDs
ExpiredDomains.net gathers all the information you need to find good Expired Domains that are Pending Delete and you can Backorder. Depending on the domain extension you can search through thousands of domains every day before they get released to the public and pick what you like. ExpiredDomains.net currently supports 478 TLDs. From the classic gTLDs like .com, .net, .org to Droplists for ccTLDs you can only find here and now we even support some of the best new gTLDs like .xyz and .club.
Interesting Snippets from 2020-05-23
-
Linux Debian - HP Smart Array Raid Controller
If you have the HP Smart Array Raid Controller as you will see in just a bit, this article is for you. Take note, that you may have a different controller from this one by a different manufacturer, or it may require a different version of the software tool from HP, please check on the HP site linked below before continuing on.
-
Javascript Char Codes (Key Codes) - Cambia Research
Javascript is often used on the browser client side to perform simple tasks that would otherwise require a full postback to the server. Many of those simple tasks involve processing text or characters entered into a form element on a web page, and it is often necessary to know the javascript keycode associated with a character. Here is a reference.
-
Keyconfig extension: Thunderbird - MozillaZine Knowledge Base
This article lists code samples that you can use for shortcut keys and buttons in Thunderbird. The samples are categorized by the type of code, and by the Thunderbird window that the code works in. If you are looking for code for a particular purpose, use your browser's Find feature to search this page.
Interesting Snippets from 2020-05-22
-
Public NAT64 Services - nat64.xyz
A list of public usable NAT64 Services.
-
Public DoH/DoT/DNS64/NAT64 service! - Tuxis
We love IPv6. We love to run IPv6-only. We love new stuff. And today we combine it into one: https://nat64.tuxis.nl/ is open for business! What does nat64.tuxis.nl do? It allows you to use an IPv6-only connection and still reach the IPv4 internet.
-
GitHub - ccampbell/mousetrap: Simple library for handling keyboard shortcuts in Javascript
Mousetrap is a simple library for handling keyboard shortcuts in Javascript. It is licensed under the Apache 2.0 license. It is around 2kb minified and gzipped and 4.5kb minified, has no external dependencies, and has been tested in the following browsers: Internet Explorer 6+ Safari Firefox Chrome It has support for keypress, keydown, and keyup events on specific keys, keyboard combinations, or key sequences.
-
GitHub - mermaid-js/mermaid: Generation of diagram and flowchart from text in a similar manner as markdown
mermaid is a Javascript based diagramming and charting tool. It generates diagrams flowcharts and more, using markdown-inspired text for ease and speed.