Skip to content

Instantly share code, notes, and snippets.

Russian Foreign Minister Sergey Lavrov In India On Ukraine War https://youtu.be/8waS7TToh04
M15MAH100812VDC
https://carlogavazzisales.com/h_m.htm
@caot
caot / detect-zoom.js
Created March 10, 2023 19:07 — forked from abilogos/detect-zoom.js
Getting browser Zoom level
//for zoom detection
px_ratio = window.devicePixelRatio || window.screen.availWidth / document.documentElement.clientWidth;
$(window).resize(function(){isZooming();});
function isZooming(){
var newPx_ratio = window.devicePixelRatio || window.screen.availWidth / document.documentElement.clientWidth;
if(newPx_ratio != px_ratio){
px_ratio = newPx_ratio;
console.log("zooming");
20 Oct
FL ACDA Fall Conference 2022
https://acda.org/region-conferences
@caot
caot / agile
Last active October 7, 2022 18:01
agile
HURRICANE IAN 2022
hurricane ian-2022
Emergency Management
How ASML, TSMC And Intel Dominate The Chip Market | CNBC Marathon https://youtu.be/2kJDTzFtUr4
CPU benchmark software for Windows 10.
1. Speccy
2. HW Monitor
3. SiSoftware Sandra Lite
4. CPU-Z
5. Fraps
6. Cine Bench
7. Real Bench
8. MSI Afterburner
9. Unigine Suite
cipher /w:F:\
Where F is the letter of the drive you want to securely overwrite the free space on.
# https://www.howtogeek.com/137108/how-securely-overwrite-free-space-in-windows/