Skip to content

Instantly share code, notes, and snippets.

View ataliba's full-sized avatar
🎯
Focusing

cybernetus@xda ataliba

🎯
Focusing
View GitHub Profile
<p>
<audio class="player" controls preload="none">
<source src="/mp3/{{ index .Params 0 }}" type="audio/mp3">
</audio>
</p>
[markup.goldmark.renderer]
unsafe= true
#!/usr/bin/env python
import base64, json
import xml.etree.ElementTree as ET
verbose = False
root = ET.parse ('org.fedorahosted.freeotp/sp/tokens.xml').getroot()
for secrets in root.findall ('string'):
name = secrets.get ('name')