scan_3634.h5 https://drive.google.com/open?id=0B5vxvuZBEEfTRGdXZ2NXUjNKUUk
xrf_interact.py
scan_3634.h5 https://drive.google.com/open?id=0B5vxvuZBEEfTRGdXZ2NXUjNKUUk
xrf_interact.py
#!/usr/bin/env python | |
""" Script to scrape images from a flickr account. | |
Author: Ralph Bean <[email protected]> | |
""" | |
import ConfigParser | |
import urllib | |
import requests |
#!/bin/bash | |
# Bash script to install latest version of ffmpeg and its dependencies on Ubuntu 12.04 or 14.04 | |
# Inspired from https://gist.github.com/faleev/3435377 | |
# Remove any existing packages: | |
sudo apt-get -y remove ffmpeg x264 libav-tools libvpx-dev libx264-dev yasm | |
# Get the dependencies (Ubuntu Server or headless users): | |
sudo apt-get update |