Skip to content

Instantly share code, notes, and snippets.

View niccy266's full-sized avatar

Valentina Concha Vargas niccy266

  • University of Otago
  • Waikato, New Zealand
  • 03:11 (UTC -04:00)
  • LinkedIn in/val-v
View GitHub Profile
@svbnet
svbnet / readme.md
Last active April 17, 2026 05:06
VRV9517 infodump

Skinny/Spark/Arcadyan VRV9517/Experia Box V10a infodump

This is a guide/general infodump of things I've found while poking through the VRV9517 modem, as supplied by Spark/Skinny in New Zealand, and maybe also under other names in different countries. What you see here is the extent of what I've found, mostly concentrated on decrypting the exported config file.

Included third-party software

  • Samba
  • MiniUPnP
  • MiniDLNA
  • vsftpd
@aembleton
aembleton / lastfm_top-tags.py
Created December 13, 2015 16:45
Add tags to MP3s
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os, sys
def main(f):
if not os.path.splitext(f)[1].lower() == '.mp3':
err('usage')