Skip to content

Instantly share code, notes, and snippets.

View 3kanAlpha's full-sized avatar

m4gnett 3kanAlpha

  • Waseda University
  • Japan
  • 04:55 (UTC +09:00)
View GitHub Profile
@3kanAlpha
3kanAlpha / README.md
Last active November 22, 2022 15:07
[WIP] ERNIE-ViLG Guide (English)
@3kanAlpha
3kanAlpha / tasks.json
Last active May 18, 2022 03:54
VSCodeでJava開発する用のビルドタスク
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "build",
"command": "javac",
"args": [
"-encoding",
"UTF-8",
@3kanAlpha
3kanAlpha / TurnipPrices.cpp
Created April 12, 2020 03:38 — forked from Treeki/TurnipPrices.cpp
AC:NH turnip price calculator
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// munged from https://github.com/simontime/Resead
namespace sead
{
class Random
{