Skip to content

Instantly share code, notes, and snippets.

@immilev
immilev / JcrQueryLibrary.md
Created June 11, 2025 10:29 — forked from floriankraft/JcrQueryLibrary.md
Some useful JCR queries (XPATH, SQL2) for AEM/CQ development.

SQL2

All nodes with a specific name

SELECT * FROM [nt:unstructured] AS node
WHERE ISDESCENDANTNODE(node, "/search/in/path")
AND NAME() = "nodeName"

All pages below content path

@jiffyclub
jiffyclub / ProfileDemo.ipynb
Created July 6, 2012 19:57
Examples of timing and profiling Python code using built-in tools and IPython. Requires IPython 0.13+.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.