Skip to content

Instantly share code, notes, and snippets.

View zentuit's full-sized avatar

Tom Jenkins zentuit

View GitHub Profile
@zentuit
zentuit / test.js
Created February 1, 2018 19:32
Webpack bundle where the moduleID required is wrong (it is its own number)
/***/ }),
/* 48 */
/***/ (function(module, exports, __webpack_require__) {
/**
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
@zentuit
zentuit / strip.conf
Last active September 29, 2015 09:54 — forked from dextorer/strip.conf
google-play-services-strip-script
actions=true
ads=true
analytics=true
appdatasearch=false
appindexing=false
appinvite=true
auth=true
cast=false
common=true
drive=false
@zentuit
zentuit / modifySoomla.py
Last active August 29, 2015 14:23
Python file to add/remove DEBUG_SOOMLA compiler directives and Profiler.BeginSample/EndSample calls
import fileinput
import re
import argparse
import sys, os, fnmatch
class Manipulator:
def __init__(self, args):
self.verbose = args.verbose
self.profiler = args.profiler
@zentuit
zentuit / GamePlayerPrefs
Last active August 29, 2015 14:20
GameStorage and GamePlayerPrefs implementations that use Soomla KeyValueStorage to store the key value pairs
/// Copyright (C) 2012-2014 After Insanity Studios
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except in compliance with the License.
/// You may obtain a copy of the License at
///
/// http://www.apache.org/licenses/LICENSE-2.0
///
/// Unless required by applicable law or agreed to in writing, software
/// distributed under the License is distributed on an "AS IS" BASIS,