更新: | 2014-11-20 |
---|---|
バージョン: | 0.0.5 |
作者: | @voluntas |
URL: | http://voluntas.github.io/ |
概要
%% See LICENSE for licensing information. | |
-module(cowboy_debug). | |
-export([onrequest_hook/1]). | |
-export([onresponse_hook/4]). | |
onrequest_hook(Req) -> | |
Method = to_string(extract(cowboy_req:method(Req))), | |
Path = to_string(extract(cowboy_req:path(Req))), | |
Params = params_to_string(extract(cowboy_req:qs_vals(Req))), |
# unzip minecraft.jar | |
mkdir minecraft_jar | |
cd minecraft_jar | |
cp ~/Library/Application\ Support/minecraft/bin/minecraft.jar ./ | |
unzip minecraft.jar | |
# copy resources | |
mkdir ../default-texture-pack |
更新: | 2014-11-20 |
---|---|
バージョン: | 0.0.5 |
作者: | @voluntas |
URL: | http://voluntas.github.io/ |
概要
更新: | 2014-05-29 |
---|---|
バージョン: | 0.2.0 |
作者: | @voluntas |
URL: | http://voluntas.github.io/ |
rebar generate と node_package についてまとめました。
#!/usr/bin/env ruby | |
# -*- coding: utf-8 -*- | |
require 'openssl' | |
# ルート | |
old_root_ca_private_key = OpenSSL::PKey::RSA.new(2048) | |
old_root_ca_cert = OpenSSL::X509::Certificate.new | |
old_root_ca_cert.version = 2 | |
issuer = subject = OpenSSL::X509::Name.new |
Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management: