Skip to content

Instantly share code, notes, and snippets.

@eric100lin
Last active January 27, 2020 13:49
Show Gist options
  • Save eric100lin/59ff23c4b59211e06b5616887f310de9 to your computer and use it in GitHub Desktop.
Save eric100lin/59ff23c4b59211e06b5616887f310de9 to your computer and use it in GitHub Desktop.
* HeidiSQL: database viewer
https://www.heidisql.com/
* DevManView: detail properties of all devices
https://www.nirsoft.net/utils/device_manager_view.html
* Online Json Viewer
http://jsonviewer.stack.hu
* Online XPath Generator
https://xmltoolbox.appspot.com/xpath_generator.html
* Online Hex editor tool
https://hex-works.com/eng
* Beyond Compare 4
DEL /Q /F "%APPDATA%\Scooter Software\Beyond Compare 4"
* Windows update policies
reg delete HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f
* Google chrome update policies
reg delete HKLM\SOFTWARE\Policies\Google /f
* Windows Sysinternals
https://docs.microsoft.com/zh-tw/sysinternals/
* Regular Expression
http://wiki.planetoid.info/index.php/Regular_expression
https://npp-user-manual.org/docs/searching/#regular-expressions
* List of unit testing frameworks
https://en.wikipedia.org/wiki/List_of_unit_testing_frameworks
* Cheatsheet
Xpath cheatsheet: https://devhints.io/xpath
Bash scripting cheatsheet: https://devhints.io/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment