A Pen by Moeketsi101 on CodePen.
Discover gists
| @ECHO OFF | |
| if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK | |
| if NOT EXIST Private goto MDPrivate | |
| :CONFIRM | |
| echo Are you sure to lock this folder? (Y/N) | |
| set/p "cho=>" | |
| if %cho%==Y goto LOCK | |
| if %cho%==y goto LOCK | |
| if %cho%==n goto END | |
| if %cho%==N goto END |
These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
TLP has supported charge control thresholds for ThinkPads since the beginning. With release 1.4, support will be extended to laptops from selected other vendors for which a corresponding driver already exists in the Linux kernel.
Since I don't own any of the newly supported laptops, I'm reaching out to the community of TLP users with a request to test the new functionality on their hardware.
Read the overview document first.
Huawei laptops using the huawei_wmi driver provide both a start and a stop
charge threshold ranging from 0% (threshold off) to 100%. The hardware behaviour is:
- When connecting the charger, charging starts if the charge level is below the start threshold
| /* | |
| * SceKermit (MIPS side): | |
| * - https://gist.github.com/TheOfficialFloW/4fdec09e53a7c93a0d07d9e3e982dff4#file-kermit-c-L145 | |
| * - https://github.com/Total-Noob/kermit_reverse/blob/master/main.c | |
| */ | |
| /* | |
| * Initial state: | |
| * MIPS ARM | |
| * Consumer ready = true Producer ready = true |
DSA is no longer about solving random sheets or memorizing solutions. It’s about a clear, structured, and realistic approach from absolute beginner to interview-ready Candidate.
- How to start DSA from zero (even if you don’t know coding)
- When to focus on language basics vs DSA
- A 3-phase preparation strategy used by serious engineers
- Exact timelines for topics, patterns, and problem counts
- Why 300–400 problems ≠ success (and what actually matters)