4
votes
Auto browser refresh during web development
On Mac OS X you can do that using AppleScript. I did that some time ago and been using it ever since.
# Check if Firefox is running, if so refresh
ps -xc|grep -sqi firefox && …
0
votes
Video file validation in django
You can integrate with the ExifTool library, as it extracts metadata from audio/video/image files, and it can report you t …
