Useful bookmarklets for Web Scraping, Web Development and for easy navigation.
Source: BOOKMARKLETS
Useful bookmarklets for Web Scraping, Web Development and for easy navigation.
Source: BOOKMARKLETS
A JavaScript library to create highly configurable floating panels, modals, tooltips, hints/notifiers/alerts, contextmenus or dialogs for use in backend solutions and other web applications.
Source: jsPanel
Source: Introduction – OpenIPC
Moment of Inspiration
http://moi3d.com/index.htm
something to take a look at?
Set-ItemProperty -Path [Path] -Name [PropertyName] -Value [NewValue]
$NewDate = Get-Date -Year 2023 -Month 3 -Day 15 -Hour 10 -Minute 22 -Second 30Set-ItemProperty -Path "example.txt" -Name CreationTime -Value $NewDate Set-ItemProperty -Path "example.txt" -Name LastWriteTime -Value $NewDateSet-ItemProperty -Path "example.txt" -Name LastAccessTime -Value $NewDateSource: Change File(s) Date & Timestamp via CMD or PowerShell