I hereby claim:
- I am pepepper on github.
- I am reiden (https://keybase.io/reiden) on keybase.
- I have a public key whose fingerprint is C54F F67A BFE6 1EC3 75AD 1D85 3685 1953 0A5C ED88
To claim this, I am signing this object:
System.IndexOutOfRangeException: Index was outside the bounds of the array. | |
at Anatawa12.AvatarOptimizer.Processors.SkinnedMeshes.RemoveMeshByMaskProcessor+<>c__DisplayClass3_1.<Process>g__GetValue|1 (System.Single u, System.Single v) [0x0002b] in .\Packages\com.anatawa12.avatar-optimizer\Editor\Processors\SkinnedMeshes\RemoveMeshByMaskProcessor.cs:80 | |
at Anatawa12.AvatarOptimizer.Processors.SkinnedMeshes.RemoveMeshByMaskProcessor+<>c__DisplayClass3_1.<Process>b__6 (System.Single u, System.Single v) [0x00000] in .\Packages\com.anatawa12.avatar-optimizer\Editor\Processors\SkinnedMeshes\RemoveMeshByMaskProcessor.cs:92 | |
at Anatawa12.AvatarOptimizer.Processors.SkinnedMeshes.RemoveMeshByMaskProcessor+<>c__DisplayClass3_1.<Process>b__7 (Anatawa12.AvatarOptimizer.Processors.SkinnedMeshes.Vertex v) [0x00000] in .\Packages\com.anatawa12.avatar-optimizer\Editor\Processors\SkinnedMeshes\RemoveMeshByMaskProcessor.cs:100 | |
at System.Linq.Enumerable.All[TSource] (System.Collections.Generic.IEnumerable`1[T] source, S |
unsigned int PhysicalRead(unsigned int addr){ | |
unsigned int ret; | |
asm volatile( | |
"mrc p15,0,r10,c1,c0,0\n" // read ctrl regs | |
"mov r9,r10\n" | |
"bic r10, r10, #1\n" | |
"mcr p15,0,r10,c1,c0,0\n"// disable MMU | |
"ldr %0, [%1]\n" | |
"mcr p15,0,r9,c1,c0,0\n" // enable MMU | |
:"=r" (ret): "r" (addr):"r10","r9" |
System.NullReferenceException: Object reference not set to an instance of an object | |
at Anatawa12.AvatarOptimizer.Processors.UnusedBonesByReferencesToolEarlyProcessor+BoneReference.Make (UnityEngine.Transform root, System.Boolean detectExtraChild) [0x00034] in C:\Users\shirasaka\lunato\Packages\com.anatawa12.avatar-optimizer\Editor\Processors\UnusedBonesByReferencesToolEarlyProcessor.cs:61 | |
at Anatawa12.AvatarOptimizer.Processors.UnusedBonesByReferencesToolEarlyProcessor+<>c__DisplayClass0_0.<Process>b__0 () [0x00001] in C:\Users\shirasaka\lunato\Packages\com.anatawa12.avatar-optimizer\Editor\Processors\UnusedBonesByReferencesToolEarlyProcessor.cs:19 | |
at Anatawa12.AvatarOptimizer.ErrorReporting.BuildReport+<>c__DisplayClass23_0.<ReportingObject>b__0 () [0x00001] in C:\Users\shirasaka\lunato\Packages\com.anatawa12.avatar-optimizer\Internal\ErrorReporter\Editor\BuildReport.cs:207 | |
at Anatawa12.AvatarOptimizer.ErrorReporting.BuildReport.ReportingObject[T] (UnityEngine.Object obj, System.Func`1[TResult] ac |
#pragma endian little | |
#include <std/io.pat> | |
enum VolumeDescriptorTypes : u8 { | |
BootRecord, | |
PrimaryVolume, | |
SupplementaryVolume, | |
VolumePartition, | |
Terminator = 0xff, |
//----------------------------------------------- | |
// | |
// This file is part of the Siv3D Engine. | |
// | |
// Copyright (c) 2008-2019 Ryo Suzuki | |
// Copyright (c) 2016-2019 OpenSiv3D Project | |
// | |
// Licensed under the MIT License. | |
// | |
//----------------------------------------------- |
#include <Siv3D.hpp> // OpenSiv3D v0.4.2 | |
// 参考:https://cpprefjp.github.io/reference/numeric/accumulate.html | |
// https://cpprefjp.github.io/reference/iterator/distance.html | |
// https://qiita.com/shirakawa4756/items/f4cc65c6b2b412b10c0c | |
namespace s3d | |
{ | |
namespace Stat | |
{ | |
/// <summary> | |
/// 数値が入った配列のイテレータから平均値を計算します。 |
#include "sleepy-discord/include/sleepy_discord/websocketpp_websocket.h" | |
class MyClientClass : public SleepyDiscord::DiscordClient { | |
public: | |
using SleepyDiscord::DiscordClient::DiscordClient; | |
void onMessage(SleepyDiscord::Message message) override { | |
if (message.content.find("Fuck")!=std::string::npos&&message.author.username!="時雨谷") sendMessage(message.channelID, "Go to hell " + message.author.username); | |
if (message.content.find("遊ぼう")!=std::string::npos&&message.author.username!="時雨谷") sendMessage(message.channelID, "遊ぼう"); | |
if (message.content.find("馬鹿")!=std::string::npos&&message.author.username!="時雨谷") sendMessage(message.channelID, "馬鹿"); | |
if (message.content.find("もう遊ばない")!=std::string::npos&&message.author.username!="時雨谷") sendMessage(message.channelID, "遊ばない"); |
//mastodon-cpp 0.105.1 | |
#include <iostream> | |
#include <string> | |
#include <memory> | |
#include <vector> | |
#include <fstream> | |
#include <random> | |
#include <mastodon-cpp/mastodon-cpp.hpp> | |
// Include all headers in mastodon-cpp/easy/ | |
#include <mastodon-cpp/easy/all.hpp> |
I hereby claim:
To claim this, I am signing this object: