Skip to content

Instantly share code, notes, and snippets.

View pikachu0310's full-sized avatar
🏠
Working from home

pikachu0310 pikachu0310

🏠
Working from home
View GitHub Profile
@pikachu0310
pikachu0310 / gist:def51e9016199892a26887176361f772
Created September 26, 2023 20:19
gpt-contest-team-pumpkin-openapi.yaml
openapi: "3.0.0"
info:
title: Pumpkin API overview
version: 1.0.0
servers:
- url: https://pumpkin.trap.show/api/v1
paths:
/users:
get:
@pikachu0310
pikachu0310 / MyShaders.md
Last active February 20, 2023 08:08
MyShaders

作ってきたシェーダーのまとめ

MyFirstRayMarchingShader

2022/11/15 VRChat内でパラメーターを変化させることで、形状をグワっと変化させることができます。(動画が分かりやすい) 動画: https://twitter.com/pikachu0310VRC/status/1592480622291079168?s=20 image image

(0,1,0)内積ブレンド+透明化Shader

@pikachu0310
pikachu0310 / aochan.md
Created February 20, 2023 07:13
自作アバター aochan 説明用
import pyautogui
import time
import random
import datetime
import time
import pyperclip
class auto:
def nowClick(self, t=0.0):
@pikachu0310
pikachu0310 / v2
Created October 16, 2019 11:22
カビアドマクロちゃん
import pyautogui
import time
import random
import datetime
import time
class auto:
def nowClick(self, t=0.0):
time.sleep(t)
@pikachu0310
pikachu0310 / v1
Created October 13, 2019 06:44
kirby_adventure_v1.py
import pyautogui
import time
import random
import datetime
import time
class auto:
def nowClick(self, t=0.0):
time.sleep(t)
pyautogui.click()
@pikachu0310
pikachu0310 / log5.py
Created August 24, 2019 10:44
log5.py
from scene import *
import sound
import random
import time
import math
'''
v0.1 8/20 土台完成
v0.2.0 8/21 ボス追加 攻撃追加 三角関数で簡略化
v0.2.1 8/21 雑魚追加 各敵から攻撃 クリア判定 微調整
class definition:
import random
global random
import time
global time
global entities
entities = {}
class status:
# status(NAME,HP,ATK,DEF)
@pikachu0310
pikachu0310 / not discord
Last active May 20, 2019 16:31
テストのテストのテストの試作のテスト
import random
import time
from tqdm import tqdm
for i in tqdm([2]):
time.sleep(1)#ループしたい処理を書く
class main:
def __init__(self, name, HP, ATK, DEF):
# <editor-fold desc="序盤まとめ">
import discord
import random
from googletrans import Translator
from asyncio import sleep
from datetime import datetime
import sys
import time
import math