Skip to content

Instantly share code, notes, and snippets.

View RyodoTanaka's full-sized avatar
🤖
Usual

Ryodo Tanaka RyodoTanaka

🤖
Usual
View GitHub Profile
@GOROman
GOROman / PMAAnalyze.rb
Last active January 3, 2022 15:04
プリメイドAI (Premaid AI) のモーションフォーマット(.pma)を解析する
#!/usr/bin/env ruby -
# coding: utf-8
# Premaid AI - .pma file analyzer.
SERVO_OFFSET = 7500
class PMAFile
def initialize
@buf = ""
@arno01
arno01 / docker-on-android.md
Last active October 19, 2023 07:48
Docker on Android

WORK IN PROGRESS

Docker on Android

Setup:

Samsung Galaxy Tab S5e SM-T720
Android Pie on Linux 4.9.112 (not rooted)
Termux
@awesomebytes
awesomebytes / box.scene
Created April 26, 2016 10:16
MoveIt! scene file example, remove the commented one to load it (it does not support comments)
box_scene
* box1
1
box
0.1 0.2 0.3
1.0 1.0 1.0
0 0 0 1
0 1 0 1
.
@zr-tex8r
zr-tex8r / bxexpl3ptex.sty
Last active December 19, 2018 02:43
LaTeX: To correct the engine detection of expl3 in using pLaTeX
% bxexpl3ptex.sty
%% package declaration
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{bxexpl3ptex}[2015/07/28 v0.3]
%% hack for \ifpdfprimitive
\let\bxqxp@postproc\relax
\expandafter\ifx\csname ifpdfprimitive\endcsname\relax
\expandafter\@firstofone