Skip to content

Instantly share code, notes, and snippets.

View aviatesk's full-sized avatar
✈️
JET it!

Shuhei Kadowaki aviatesk

✈️
JET it!
View GitHub Profile
@pfitzseb
pfitzseb / id.jl
Last active August 24, 2021 13:54
Julia Identifier Regex
Regex("""(?:[
[:alpha:]_\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Lo}\\p{Nl}\\p{Sc}\u2140-\u2144\u223f\u22be
\u22bf\u22a4\u22a5\u2202\u2205-\u2207\u220e\u220f\u2210\u2211\u221e\u221f\u222b-\u2233
\u22c0-\u22c3\u25f8-\u25ff\u266f\u27d8\u27d9\u27c0\u27c1\u29b0-\u29b4\u2a00-\u2a06
\u2a09-\u2a16\u2a1b\u2a1c\U1d6c1\U1d6db\U1d6fb\U1d715\U1d735\U1d74f\U1d76f\U1d789\U1d7a9
\U1d7c3\u2071-\u207e\u2081-\u208e\u2220-\u2222\u299b-\u29af\u2118\u212e\u309b-\u309c
\U1d7ce-\U1d7e1
]|[^\\P{So}\u2190-\u21FF])
(?:[
[:word:]_!\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Lo}\\p{Nl}\\p{Sc}\u2140-\u2144\u223f\u22be
@genkuroki
genkuroki / Falling 2D Membranes Part 2.ipynb
Last active April 4, 2020 03:47
Falling 2D Membranes Part 2 rev.3
Sorry, this is too big to display.