Skip to content

Instantly share code, notes, and snippets.

View guitarrapc's full-sized avatar
:octocat:

Ikiru Yoshizaki guitarrapc

:octocat:
View GitHub Profile
@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
@voluntas
voluntas / shiguredo_management.rst
Last active February 13, 2024 15:57
時雨堂を支えるマネージメント

時雨堂を支えるマネージメント

更新

2020-05-10

作者

@voluntas

バージョン

2020.2

URL

https://voluntas.github.io/

概要

@usausa
usausa / .editorconfig
Created March 10, 2019 04:24
EditorConfig for cs
###############################
# Core EditorConfig Options #
###############################
root = true
# All files
[*]
indent_style = space
@turgayozgur
turgayozgur / .circleci-dotnet-with-cache.yml
Created January 19, 2019 22:09
Building .NET Core App on circleci with caching packages. Restore only if required.
#
# The fallowing circleci config yml and bash scripts demonstrate
# how to build .NET Core app without restoring packages for every build
# until you referance smothing diffrent to any project inside sln.
#
# If you are building docker container when building your application,
# use the docker layer caching insted of these scripts. https://circleci.com/docs/2.0/docker-layer-caching/
#
version: 2
@voluntas
voluntas / open_ayame.rst
Last active February 19, 2024 16:25
OpenAyame プロジェクト

最新のステータス: 追記: 2019/7/10

転職しました。長らくのご愛顧誠にありがとうございました。


転職先をちょくちょく探しています。

興味ある方は twitter @mizchi へのリプライorDM、または mizchi2w@gmail.com まで。

#ifdef GL_ES
precision mediump float;
#endif
#extension GL_OES_standard_derivatives : enable
uniform float time;
uniform vec2 mouse;
uniform vec2 resolution;
#ifdef GL_ES
precision mediump float;
#endif
#extension GL_OES_standard_derivatives : enable
uniform float time;
uniform vec2 mouse;
uniform vec2 resolution;

GoでISUCONを戦う話

mercari.go #4 https://mercari.connpass.com/event/105640/

自己紹介

  • catatsuyというIDで各種SNS活動しています
    • かたついって呼ばれています
  • メルカリのSREチームで主にGoを書いています
  • 前職はピクシブでpixivのHTTPS化・PHP7.1化・HTTP/2化や、広告サーバーの新機能追加など色々やっていました
@voluntas
voluntas / open_momo.rst
Last active March 1, 2024 13:51
OpenMomo プロジェクト