directions for getting windows 10 to work with virtualbox 5.2 based on this page
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
無人島にAさん、Bさん、Cさんが流れついたとする。国へ帰る見込みがほとんどなく当然その状況では誰も日本円他法定通貨は欲しがらずまったく価値がない状況だとする | |
Aさん食料つくる | |
Bさん飲料つくる | |
Cさん食料つくる | |
という感じで漂着当初は食いつなぐために日々その日の全ての時間をついやしていました。当然みんなでその日得られた飲食物をわけあってました。 | |
しばらくすると食料と飲料の生産効率があがり貯蔵できるようになってきました。そうなると余った時間を使って嗜好品も生産するようになってきました。 | |
ここで3人は通貨みたいなものが必要だねという話になりました。 | |
はじめはそこらにあった100個の貝殻を通貨とみたてて3人の合意のもと流通させてみました。当初は予想通りうまく流通して飲食物や嗜好品が交換されてそれに伴い |
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
.NET Core 2.2.0 (CoreCLR 4.6.27110.04, CoreFX 4.6.27110.04), 64bit RyuJIT | |
BranchmarkString.Benchmark.V6() | |
return string.Create(13, _id, (buffer, id) => | |
^^^ | |
{ | |
^^^ | |
var encode32CharsArray = _encode32CharsArray; | |
^^^ | |
buffer[12] = encode32CharsArray[id & 31]; | |
^^^ |
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
#include <immintrin.h> | |
#include <iostream> | |
#include <algorithm> | |
#include <functional> | |
#include <cstdlib> | |
#include <sys/time.h> | |
#include <stdbool.h> | |
#include <string.h> |
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
# -*- coding: utf-8 -*- | |
from __future__ import unicode_literals | |
import io | |
import os | |
import sys | |
import csv | |
if hasattr("", "decode"): # python 2 | |
class _reader(object): | |
def __init__(self, f, dialect=None, *args, **kwds): |
Web版はこちら: https://app.39m.ltd
スマートフォンゲームアプリ「アイドルマスター ミリオンライブ! シアターデイズ」の楽曲スコアをシミュレーションするためのアプリです。Windows 10(64bit版) Home Editionで動作確認しています(32bit版では動きません)。
- 実機処理との比較とかはちゃんとできてないため、理論スコアとのズレが僅かですがあると思います
- バグ報告は随時お待ちしております
This document now exists on the official ASP.NET core docs page.
- Application
- Request Handling