Skip to content
View unresolvedsymbol's full-sized avatar

Block or report unresolvedsymbol

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. discordIRCd-revived discordIRCd-revived Public

    Forked from creesch/discordIRCd

    A node.js script that allows you to connect to discord with your irc client.

    JavaScript 1

  2. VPN-Chain VPN-Chain Public

    Script for chaining OpenVPN connections

    Shell 1

  3. PKGi-PS3 database generator (via NPS) PKGi-PS3 database generator (via NPS)
    1
    #!/usr/bin/env python3
    2
    import csv, codecs, urllib.request
    3
    
                  
    4
    print('Database generator by Void')
    5
    
                  
  4. Generate PS4 avatar files with Image... Generate PS4 avatar files with ImageMagick
    1
    #!/bin/sh
    2
    ! [ "$1" ] || ! [ -e $1 ] && {
    3
    	echo "Usage: $(basename $0) [avatar image]"
    4
    	exit 1
    5
    }
  5. cardconvert.py cardconvert.py
    1
    #!/usr/bin/env python3
    2
    import os
    3
    import sys
    4
    import struct
    5
    import binascii
  6. corruption-bedrock-oss corruption-bedrock-oss Public archive

    Corruption: Bedrock Edition without private exploits included

    C++ 2