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
| <?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] | |
| * |
| 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; |