Skip to content

Instantly share code, notes, and snippets.

@rolroralra
rolroralra / Developer_Roadmap.md
Last active January 28, 2023 18:39
Developer_Roadmap
@rolroralra
rolroralra / Anaconda.md
Last active January 13, 2021 12:17
Anaconda
@rolroralra
rolroralra / JSON.md
Last active August 16, 2022 08:10
JSON
// XPath CheatSheet
// To test XPath in your Chrome Debugger: $x('/html/body')
// http://www.jittuu.com/2012/2/14/Testing-XPath-In-Chrome/
// 0. XPath Examples.
// More: http://xpath.alephzarro.com/content/cheatsheet.html
'//hr[@class="edge" and position()=1]' // every first hr of 'edge' class