- 「0℃以下の圧雪凍結路」への「耐滑性」
- 主に交差点または車道を歩行する際に必要となる性能です。
- 札幌の歩行者の冬季の転倒事故や関連した交通事故で重篤な被害は主にここで発生します。歩行工程全体からすれば一般には高々、交差点、横断歩道を渡る時のみに必要となる圧雪凍結路への耐滑性ですが、死を招く重篤な転倒事故、関連した自動車との事故はこれを防ぐ事でほぼ回避できます。
- 「2℃前後の舗装路の未除雪の深雪路」への「耐滑性」と「耐水性」
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// std::shared_ptr | |
#include <memory> | |
// boost::shared_ptr | |
#include <boost/shared_ptr.hpp> | |
auto main() -> int | |
{ | |
boost::shared_ptr< int > b = boost::shared_ptr<int>( new int( 123 ) ); | |
std::shared_ptr< int > s = std::shared_ptr<int>( x.get(), [x] ( ... ) mutable { } ); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace usagi | |
{ | |
namespace imgui | |
{ | |
class small_button_cloud | |
: public std::multimap | |
< std::string | |
, std::function< auto () -> void > | |
> | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
std::string label = "hoge"; | |
std::string id = "xyz"; | |
ImVec2 size; | |
auto clicked = | |
ImGui::Button | |
( ( id.empty() ? label : label + "###" + id ).c_str() // param-1 label & id | |
, size | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scrnsave.scr /s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function ninja() | |
{ | |
env ninja $@ | |
R=$? | |
echo -e '\a' | |
return R | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
location ~ ^/packages/(?<author>[a-z]+)/(?<name>[a-z]+)/?$ | |
{ | |
proxy_pass http://127.0.0.1:5984/packages/_design/main/_view/main?key="$author/$name"; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 200 OK | |
Server: CouchDB/1.6.1 (Erlang OTP/18) | |
ETag: "8-0517d1736e63d34d91db334b97a2a94b" | |
Date: Tue, 30 Aug 2016 20:21:39 GMT | |
Content-Type: text/plain; charset=utf-8 | |
Content-Length: 58 | |
Cache-Control: must-revalidate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install nginx clang-3.8 libfcgi-dev spawn-fcgi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
luser_relay = target | |
local_recipient_maps = |