Skip to content

Instantly share code, notes, and snippets.

View SOF3's full-sized avatar

Jonathan Chan Kwan Yin SOF3

View GitHub Profile
@SOF3
SOF3 / GitHub Emoji List.md
Last active April 5, 2021 14:51 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@SOF3
SOF3 / plugin.yml
Created November 12, 2016 14:42 — forked from PEMapModder/plugin.yml
ChatPopSound - Auto-generated gist plugin stub by pmt.mcpe.me InstaPlugin
---
name: ChatPopSound
author: PEMapModder
version: "1.0"
api:
- 1.12.0
main: PEMapModder\ChatPopSound\Main
commands: []
permissions: []
...
@SOF3
SOF3 / run.php
Created September 25, 2016 16:38 — forked from shoghicp/run.php
Header Extractor - Usage: php run.php --input libminecraftpe.so --output headers/ --pointer-size 4 --asm
<?php
/**
* Minecraft: Pocket Edition header extractor
*
* This tool needs objdump (and objdump-multiarch + arm variants) installed on the current system
*
*/
const VERSION = "0.0.1";