Skip to content

Instantly share code, notes, and snippets.

View luuil's full-sized avatar
🎯
Focusing

luuil

🎯
Focusing
View GitHub Profile
# coding: utf-8
# author: [email protected]
r"""Segment audio or video files to wav.
requirements:
- http://www.ffmpeg.org/
- pydub
"""
@luuil
luuil / list-docker-images.py
Last active May 29, 2018 06:14
List docker images for a given registry
# encoding:utf-8
'''
Created on 2018-05-02
@author: [email protected]
@desc: List images name from registry
'''
from __future__ import print_function
import requests
import json