Skip to content
View oczkoisse's full-sized avatar
Block or Report

Block or report oczkoisse

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

  1. overdrive-chapterizer overdrive-chapterizer Public

    Writes ID3v2 chapters to your MP3 audiobook borrowed from Overdrive.

    Python 7 3

  2. KinectServer KinectServer Public

    C#

  3. SimpleNetworking SimpleNetworking Public

    C#

  4. synced-clipper synced-clipper Public

    Lua

  5. unity-git-hooks unity-git-hooks Public

    This repository is intended as a collection of useful git hooks for Unity projects.

    Python 2 1

  6. Batch encrypt and decrypt cmdlets in... Batch encrypt and decrypt cmdlets in Powershell using GPG
    1
    function Encrypt-File {
    2
    	<#
    3
    		.SYNOPSIS
    4
    			Encrypts one or more files using AES256
    5