Skip to content

Instantly share code, notes, and snippets.

View XiaoGeNintendo's full-sized avatar
🌐
Slapped hard by Nanjing University

XiaoGeNintendo

🌐
Slapped hard by Nanjing University
  • Nanjing University
  • Nanjing, China
  • 05:37 (UTC +08:00)
View GitHub Profile
@XiaoGeNintendo
XiaoGeNintendo / InlineMahjongHelper.cs
Last active December 9, 2020 12:04
Solve Mahjong Problem Inline
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Diagnostics;
using System.Reflection;
using 日本麻将;
using 日本麻将.表生成;
namespace 日本麻将.示例
@XiaoGeNintendo
XiaoGeNintendo / Migrate.py
Created October 16, 2020 13:59
Personal Use Wordpress to Hexo Converter With High Accuracy
from datetime import datetime
blog=[dict()]
pointer=0
Str=""
def lookFor(x1):
global Str
global pointer
@XiaoGeNintendo
XiaoGeNintendo / Start.java
Created May 5, 2020 12:30
PyWright Animation File To AACT Animation File
package com.hhs.xgn.aatg;
import java.awt.image.BufferedImage;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;