Skip to content

Instantly share code, notes, and snippets.

View dtlnor's full-sized avatar
👋

dtlnor dtlnor

👋
View GitHub Profile
@dtlnor
dtlnor / MHRise-file-ext-to-class-table.md
Created January 19, 2021 16:14 — forked from Andoryuuta/MHRise-file-ext-to-class-table.md
MHRise file extension/class name table
Class Name File Extension Revision Digit
via.SceneResource scn 20
via.PrefabResource pfb 17
via.UserDataResource user 2
via.userdata.UserVariablesResource uvar 2
via.hid.VibrationResource hapvib 1807190270
via.render.PSOPatch psop 1
via.render.ShaderResource sdf 2007288797
via.render.MasterMaterialResource mmtr 2007288797
@dtlnor
dtlnor / viewer_image_0.1.8_2018-02-09.js
Created February 23, 2021 23:56 — forked from Sg4Dylan/viewer_image_0.1.8_2018-02-09.js
bookwalker.com.tw online reader DRM
This file has been truncated, but you can view the full file.
/**
Open Source Software Licenses
PUBLUS
Copyright(c) 2013-2014 ACCESS CO., LTD. All rights reserved.
This software includes all or part of the following open source software which is available under each license terms and conditions as follows:
* Backbone.js 0.9.2
(c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc.
#!/bin/sh
# This script will be executed after commit in placed in .git/hooks/post-commit
# Semantic Versioning 2.0.0 guideline
#
# Given a version number MAJOR.MINOR.PATCH, increment the:
# MAJOR version when you make incompatible API changes,
# MINOR version when you add functionality in a backwards-compatible manner, and
# PATCH version when you make backwards-compatible bug fixes.