This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sort srt subtitle entries by time | |
# (C) 2011 g/christensen ([email protected]) | |
# Launch this script in a directory containing srt subtitles | |
# or pass the directory name as an argument | |
import os | |
import sys | |
import re | |
import glob |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://irclog.whitequark.org/linux-rockchip/ | |
need dumps of | |
-- | |
dmesg | |
cat /proc/modules | |
cat /proc/filesystems | |
#loop, cramfs, ext2, ext3, vfat | |
cat /proc/mounts | |
cat /proc/cmdline |