Skip to content

Instantly share code, notes, and snippets.

View swarzesherz's full-sized avatar

herzmx swarzesherz

View GitHub Profile
@swarzesherz
swarzesherz / AGB-001_Light_Mod.md
Created September 12, 2019 00:37 — forked from grantland/AGB-001_Light_Mod.md
AGB-001 Front/Backlight Mod Instructions

AGB-001 Front/Backlight Mod Instructions

AGB-001 Backlight Mod

Requirements

  • AGB-001
  • ASS101 screen
# -*- coding: utf-8 -*-
# Original by reddit.com/u/nomansuniverse.
# Threaded version by yours truly.
from __future__ import print_function
from multiprocessing.pool import ThreadPool
import argparse
import filecmp
import glob
<!DOCTYPE html>
<html>
<head>
<title>MathJax Dynamic Math Test Page</title>
<!-- Copyright (c) 2010-2015 The MathJax Consortium -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
@swarzesherz
swarzesherz / README.md
Last active August 29, 2015 14:26
XSL-Utility: String functions for XSL (Symphony-cms)

#String utility functions (yes, functions)

version:  1.03
author:   Simon de Turck
email:    simon@zimmen.com

This utility:

  • is created for use in Symphony-CMS. The XSLT-powered open source content management system.
  • uses some EXSLT that is supported in libxslt 1.0.19 and later
@swarzesherz
swarzesherz / 3DSFAT16tool.py
Last active August 29, 2015 14:14
3DSFAT16tool
# -*- coding: utf-8 -*-
# version 1.0
import os
import sys
import argparse
import math
import numpy
if not sys.version_info[:2] == (2, 7):
@swarzesherz
swarzesherz / Make2.0.sh
Last active August 29, 2015 14:13
3ds to cia Batch by Katsu 2.00
#!/bin/bash
default='\033[0m'
green='\033[32m' #color a
blue='\033[34m' #color b
red='\033[91m' #color c
yellow='\033[33m' #color e
function quit {
echo -e "${default}"
@swarzesherz
swarzesherz / ExInjector.py
Last active April 26, 2016 02:52
ExInjector.py
#!/usr/bin/python
# -*- coding: utf-8 -*-
import argparse
import os
import random
import string
import tempfile
import binascii
import sys
import subprocess
@swarzesherz
swarzesherz / zero_fill.sh
Created September 3, 2014 18:41
Fill free space of zero to shrik partition in vmware
#!/bin/bash
dd if=/dev/zero of=zero.small.file bs=1024 count=102400
cat /dev/zero > zero.file
rm zero.small.file
rm zero.file
@swarzesherz
swarzesherz / transcode10to8.sh
Last active August 29, 2015 14:05 — forked from lad1337/transcode10to8.sh
reencode 10-bit anime mkvs into 8-bit versions using HandBrakeCli and mkvmerge, only when needed
#!/bin/bash
# ----------
# This script uses HandBrakeCLI to convert any mkv x264 video to 8-bit (high @ 4.1 Profile)
# and this only when needed!!
#-----------
# based on the script by enolive located here http://pastebin.com/2rCh13Pk
# ----------
# Needed tools:
# HandBrakeCLI get it here http://handbrake.fr/downloads2.php
# MKVToolNix get https://www.bunkus.org/videotools/mkvtoolnix/downloads.html