Skip to content

Instantly share code, notes, and snippets.

View yKimisaki's full-sized avatar

Yoshitaka Kimisaki yKimisaki

View GitHub Profile

定格 is 信念(末永く使いましょう)。

2024/04/17

H/W Manufacturer Spec
P/U MSI MPG A1000G PCIE5
CPU AMD Ryzen 9 5900X
M/B MSI B550 GAMING PLUS
Memory Panram Value Series DDR4-2666 32GB CL17
@yKimisaki
yKimisaki / grpc_csharp_ext_dummy_stubs.c
Last active August 9, 2023 10:13
なんとgRPCの.unitypackageに入ってるgrpc_csharp_ext_dummy_stubsが不完全なので、IL2CPPビルドでdlopenとかエラー出たらこれで上書きすればいいと思います
// Copyright 2019 The gRPC Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
/*
MIT License
Copyright (c) 2019 Yoshitaka Kimisaki
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
using System;
using UniRx;
using UnityEngine;
public class KyubuTest : MonoBehaviour
{
public void Start()
{
var rp = new ReactiveProperty<int>(1);
using System;
using System.Numerics;
namespace QuaternionCheck
{
class Program
{
static void Main(string[] args)
{
// 回転させたい点
#if CSHARP_7_OR_LATER
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
using System;
using UnityEngine;
using UnityEngine.AddressableAssets;
using UnityEngine.ResourceManagement;
namespace UniRx.Async
{
namespace Tonari.Linq
{
public static class ReadOnlyListExtensions
{
private static Random Random = new Random();
// あらかじめ1~必要数ぐらいの数列をキャッシュ
private const int LinedIntegersLength = 1024;
private static int[] LinedIntegersCache;
using System;
namespace UhoProtocol
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine(Uho("Hello, World!"));
Console.WriteLine(Ohu(Uho("Hello, World!")));
/*
MIT License
Copyright (c) 2019 Yoshitaka Kimisaki
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/*
MIT License
Copyright (c) 2019 Yoshitaka Kimisaki
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all