Skip to content

Instantly share code, notes, and snippets.

View f-akazawa's full-sized avatar

Fumihiko Akazawa f-akazawa

View GitHub Profile
@f-akazawa
f-akazawa / check_binary.ipynb
Last active June 7, 2022 02:31
climate_binary_check
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@f-akazawa
f-akazawa / check_binary.ipynb
Created May 26, 2022 09:31
check_binary.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# GeoNetwork
#
# Access via "http://localhost:8080/geonetwork" (or "http://$(docker-machine ip):8080/geonetwork" if using docker-machine)
#
# Default user: admin
# Default password: admin
version: '4.0.5'
services:
# ln -s /usr/bin/python3.6 /usr/bin/python3
# ln -s /usr/bin/pip3.6 /usr/bin/pip3
>anaconda search netCDF4
色々出るが、anacondaでインストールしたのでanacondaで統一する
>anaconda show anaconda/netcdf4
のメッセージに従いインストール(バージョン指定の仕方は不明)
>conda install --channel https://conda.anaconda.org/anaconda netcdf4
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@f-akazawa
f-akazawa / file0.txt
Last active April 18, 2016 02:20
RedHat6.2延命策 CentOSのyumを使う ref: http://qiita.com/f-akazawa/items/01a6742a315f6ea9ea34
% sudo vi /etc/yum.repos.d/CentOS-Base.repo
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-$releasever
[updates]
name=CentOS-$releasever - Updates
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>IndexedDB</title>
<style type="text/css">
#setkey
{
width: 464px;
}
@f-akazawa
f-akazawa / zshrc_useful.sh
Created March 22, 2016 02:56 — forked from mollifier/zshrc_useful.sh
少し凝った zshrc
# 少し凝った zshrc
# License : MIT
# http://mollifier.mit-license.org/
########################################
# 環境変数
export LANG=ja_JP.UTF-8
# 色を使用出来るようにする