Skip to content
View UserUnknownFactor's full-sized avatar
Block or Report

Block or report UserUnknownFactor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. filetranslate filetranslate Public

    Universal game translation tool JPN -> ENG

    Python 3 1

  2. Japanese game and manga text sound e... Japanese game and manga text sound effect (SFX) database
    1
    ### Introduction
    2
    
                  
    3
    This is a compiled collection of common Japanese SFXs
    4
    (sound effects or onomatopoeia).
    5
    
                  
  3. GIMP3-ML GIMP3-ML Public

    Forked from kritiksoman/GIMP-ML

    GIMP3 machine learning playground

    Python 35 5

  4. Unpacker/repacker for RPG Maker XP, ... Unpacker/repacker for RPG Maker XP, VX [Ace] games
    1
    require 'zlib'
    2
    
                  
    3
    # Some data structures that are common to both VX and VX Ace.
    4
    
                  
    5
    class Rect
  5. userunknownfactor.github.io userunknownfactor.github.io Public

    Homepage (KaitaiStruct IDE for now: Python compiler enabled, proper dark theme, no analytics, no welcome nag, errors don't jump at you)

    JavaScript

  6. Python Windows utility to check what... Python Windows utility to check what NTFS files correspond to what bad sectors on disk that showed up as failed in System Log (also corresponds to bad physical sector reads in low-level disk checking tools that use native Windows API).
    1
    import win32evtlog # requires pywin32 pre-installed (`pip install pywin32`)
    2
    import os, sys, platform, tempfile, subprocess, base64, hashlib
    3
    from struct import unpack
    4
    import ctypes
    5
    from ctypes.wintypes import HANDLE