Skip to content

Instantly share code, notes, and snippets.

View HoverEpic's full-sized avatar

Epic HoverEpic

  • France
View GitHub Profile
@HoverEpic
HoverEpic / mcpe_proto_dumper.py
Created March 6, 2018 08:42 — forked from extremeheat/mcpe_proto_dumper.py
libminecraftpe objdump parser for MCPE network packets
import re
import json
LST_FILE = 'PATH_TO_OBJDUMPED_FILE'
def read_file(file_name):
file = open(file_name, 'r')
return file.readlines()
reading_packet_readwrite = False
</php
/**
* Facebook Page Feed Parser
*
* @using cURL
*/
function fb_parse_feed( $page_id, $no = 5 ) {
// URL to the Facebook page's RSS feed.