- あいさつ
- 自己紹介
- 吉村総一郎
- ハンドルネームは sifue
- 読み方は「しふー」
- 元々ニコニコ生放送の開発者を3年
- その前は製造業向けシステムインテグレーターを5年
- 学生の頃は研究室で画像解析や数値解析のプログラムを書いていた
- 趣味は競技系のネットのゲーム、LoL、クラロワ、フォートナイトなど (弱い)
This file contains 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
Minecraftをダウンロードしてインストールして一回起動 | |
https://www.minecraft.net/ja-jp/ | |
Forgeの1.12.2 - 14.23.5.2768のWindows Installerをダウンロードして起動 | |
https://files.minecraftforge.net/ | |
Install Cleintでインストール。 | |
Minecraft 起動して、起動オプション→新規作成Forge1.12.2でプロファイルを作って、名前はpixcelmon | |
新しいゲームディレクトリを作っていったん起動。.minecraft_pixcelmonなどというフォルダ名にして保存するとよい |
This file contains 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
ひつじいる、いない | |
フォーク鯉のぼり | |
右下のジュースの色 | |
猫の柄 | |
猫のしっぽの向き | |
左下の茂みの線の数 | |
左のテーブルの女性のシャツが赤かピンク | |
左下の男性のスプーンが前側後ろ側 | |
左上の男性のジュースの氷が三角か四角か | |
右のテーブルの脚の長さが違う |
- SteamのBeatSaberのライブラリ項目から右クリック→プロパティよりベータタブを選択して0.12.2を選択
- https://github.com/lolPants/modsaber-installer/releasesより ModSaber Installer v1.4.6 をダウンロード
- modsaber-installer-setup-1.4.6.exe を詳細より実行
- ModSaber Installer 起動して、インストールフォルダを設定、0.12.2を選択
- Donateするかという答えにNohを選択
- 入れたいプラグインをチェック(デフォルトはSong LoaderとScoreSaberとBeatSaber Donwloader)
- Install/Update ボタンを押す
- SteamからBeatSaber を起動する
This file contains 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
/* | |
Converted by scratch2cpp (https://github.com/yos1up/scratch2cpp). | |
*/ | |
#include <iostream> | |
#include <stdlib.h> | |
#include <string> | |
#include <vector> | |
#include <algorithm> | |
#include <math.h> | |
#define debug cerr << "--" << __LINE__ << "--" << "\n" |
This file contains 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 <iostream> | |
#include <vector> | |
using namespace std; | |
double average(vector<int> AVR) { | |
double sum = 0; | |
int length = AVR.size(); | |
for (int i = 0; i < length; i++) { | |
sum += AVR[i]; |
This file contains 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 <iostream> | |
using namespace std; | |
double average(int AVR[], int N) { | |
double sum = 0; | |
for (int i = 0; i < N; i++) { | |
sum += AVR[i]; | |
} | |
double answer = sum / N; |
This file contains 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
set -x EDITOR vim | |
set -x VISUAL vim | |
set -x SVN_EDITOR vim | |
set -x GIT_EDITOR vim | |
set -x LANG ja_JP.UTF-8 | |
#set -x JAVA_HOME /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home | |
#set -x PATH /usr/local/bin/ $HOME/local/bin $HOME/play/play-2.2.3/ $HOME/flex/flex_sdk_4.6/bin $HOME/.rbenv/versions/2.0.0-p247/bin/ $PATH | |
#set -x PATH $HOME/activator/activator-dist-1.3.5/ $PATH | |
#set -x PATH $HOME/local/rabbitmq_server-3.4.4/sbin/ $PATH | |
#set -x PATH $PATH /usr/local/sbin |
NewerOlder