View hdf5_tables_install.sh
# build and install HDF5 | |
# compiled on 10.11.6 | |
# set where HDF5 will be installed; this is needed for pytables and is used in the configuration line for HDF5 below | |
export HDF5_DIR=/opt/hdf5 | |
# download, configure and install HDF5 | |
curl -O 'http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.17.tar.bz2' | |
tar xjf hdf5-1.8.17.tar.bz2 | |
cd hdf5-1.8.17 |
View bigquery.js
var projectId = ScriptProperties.getProperty("projectId"); | |
function プロジェクトの取得() { | |
var list = BigQuery.Projects.list(); | |
Logger.log(list); | |
} |