Skip to content

Instantly share code, notes, and snippets.

@mchorse
mchorse / about.md
Last active May 3, 2017 08:14
Pixel skin editor (written on iPad)

Basic skin editor

Hello there. You're watching ESPN channel, but specifically iPad coding category... Whoa, sorry about that, he-he.

This is standard (Steve's) skin editor. It has really basic features:

  • Pencil
  • Eraser
  • Clear canvas
@mchorse
mchorse / SkinMapper.java
Last active September 2, 2018 18:38
Skin fix code (fixing Steves) for Minecraft 1.7.10 and below (requires MCP)
classpackage net.minecraft.src;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.HashMap;
import java.util.Map;
@mchorse
mchorse / say.php
Created May 11, 2020 12:31
A simple script to generate audio files using OS X's "say" command from plain text
<?php
/**
* Simple script which allows to generate voice recordings using OS X's say
* command out of Markdown like file.
*
* Syntax of the arguments to this script is following:
*
* $ php say.php <script_file> [prefix] [index]
*