Tech Snaglets
Snaglet is a neologism, popularized by Metadata Consulting, and is defined as “a quote or paraphrase usually intent on informing or solving a problem”.
- Sun, Oct 27 2024OneDrive Direct Download Link Generator for new 2024 API cracked – Working
NEW API FOR 2024 HACKED and now working see below, for some regions the new API has come into effect. function getParameterByName(name, url) { name = name.replace(/[\[\]]/g, ‘\\$&’); var regex = new R … - Mon, Oct 07 2024Setting up Notepad++ to use with Python language indentations code-style
From Python’s official style guide (PEP 8 – Style Guide for Python Code) one should, use 4 spaces per indentation level. To set-up Python language indents in Notepad++,Choose Settings->Prefere … - Thu, Aug 15 2024How does 'Convert to ANSI' and ANSI Encoding function work in Notepad++
What is the difference between function ‘Convert to ANSI’ and selecting ANSI character set for a file? Let’s start with an example; ᒋ Inuktitut symbol for ‘gi’. The hexacimal representation of ᒋ is e1 … - Sun, Aug 11 2024How to open a URL with emacs from the Windows command line
Here’s how start emacs with a URL from the Windows command line so you can surf a website, using emacs built-in and very fast and stable text browser. EWW stands for GNU Emacs Web Wowser.cd C:\Program … - Tue, Aug 06 2024What is the difference between Convert to ANSI function versus ANSI Encoding in Notepad++
What is the difference between function ‘Convert to ANSI’ and selecting ANSI character set for a file? Let’s start with an example; ᒋ Inuktitut symbol for ‘gi’. The hexacimal representation of ᒋ is e1 … - Tue, Jul 23 2024How to create an inline Base64 image tag using Notepad++
This how to create an inline Base64 image tag using Notepad++, so can paste the following code into an email or use in your HTML SPA code. Here are the steps using Notepad++1. Open your image in Notep … - Wed, Jun 19 2024How to Disable PWAs in Microsoft Edge/Chrome browser
How to prevent Progressive Web Apps (PWAs) from installing on your desktop. A PWA is a web-based app created using HTML, CSS, and JavaScript that can be installed from a website like a regular desktop … - Tue, Jun 11 2024OneDrive Direct Download Link Generator for 2024 Breaking API Change
Change for 2024 OneDrive Direct Download Link Generator for 2024 Breaking API Hacked – Working. In some regions the embedded link generated looks like https://1drv.ms/t/c/a/#############, see link fo … - Mon, Jun 10 2024decomet – remove comments and multiple blank lines from code, fast cmd line c executable
decomet is a cosmic fast Windows command line tool that will minify source code. By default this will remove all comment lines starting with // or contained with /**/. It features; remove all blank/ … - Thu, Jun 06 2024How to view message source in Outlook online for 2024
Checking that your email is not spam or contains bad links and malware? Here’s how to check an email in full details by look at the email/message source. Well what is that? The message source which is …