I hereby claim:
- I am ozuma on github.
- I am ozuma5119 (https://keybase.io/ozuma5119) on keybase.
- I have a public key whose fingerprint is DC13 8B57 FE59 923E 8638 E0EB 0AF5 37AE BDA8 7705
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <dirent.h> | |
| int main(int argc, char *argv[]) | |
| { | |
| DIR *dir; | |
| struct dirent *dentry; | |
| dir = opendir(argv[1]); | |
| while (dentry = readdir(dir)) { |
| #!/usr/bin/python | |
| strarr="56 55 62 56".split() | |
| result="" | |
| for code in strarr: | |
| # result += chr(int(code, base=16)) | |
| result += chr(int(code)) | |
| print(result) |
| jppost-fu.com has address 198.44.228.130 | |
| jppost-hi.com has address 67.229.196.134 | |
| jppost-hu.com has address 67.229.196.134 | |
| jppost-mu.com has address 198.44.228.130 | |
| jppost-ni.com has address 198.44.228.130 | |
| jppost-no.com has address 198.44.228.130 | |
| jppost-nu.com has address 198.44.228.130 | |
| jppost-pe.com has address 67.229.228.69 | |
| jppost-ri.com has address 67.229.196.134 | |
| jppost-ta.com has address 198.44.228.130 |
| package com.example; | |
| import java.io.UnsupportedEncodingException; | |
| public class start { | |
| public static void main(String[] args) throws UnsupportedEncodingException { | |
| // TODO Auto-generated method stub | |
| String str = "あいうえお"; | |
| // getBytes()は、特定の文字コードでのバイト列を取得する | |
| // byte[] utf8bytes = str.getBytes("UTF-8"); |
CentOS 7のOpenSSLはALPN無効(ALPNは1.0.2からだが、CentOS7のOpenSSLは1.0.1)
$ openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013
Mountain Lionまでは、Ehternetの設定で証明書を食わせるだけで行けたのだが……。El Capitanでは、構成プロファイル(Provisioning Profile)を作って食わせてやらないといけない。めんどい。そのメモ。
証明書から構成プロファイルを作成するために、まずはApple Configurator 2をインストールする必要がある。