Skip to content
View zombience's full-sized avatar
:atom:
sorcerous dark arts
:atom:
sorcerous dark arts
Block or Report

Block or report zombience

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. simple python post-commit hook for s... simple python post-commit hook for slack subversion integration
    1
    #! /usr/bin/python
    2
    
                  
    3
    #############################################################
    4
    # add a new integration and generate a new token before using with new repo
    5
    # https://your_team_name.slack.com/apps/manage/
  2. CineSculptures_Audio CineSculptures_Audio Public

    Forked from KMazor/CineSculptures_Audio

    CineSculptures is an art project aiming to to visualize a film's audio and color information as a static 3D sculpture

    Python

  3. Selection Tracker: track your projec... Selection Tracker: track your project and scene selection history. Get back to the last thing you were looking at. Good for large projects.
    1
    using UnityEditor;
    2
    using UnityEngine;
    3
    using System;
    4
    using System.IO;
    5
    using System.Linq;
  4. esp_singlepin_capacitive_touch_button esp_singlepin_capacitive_touch_button Public

    For use with ESP8266 boards: The CapSense library requires two pins to detect capacitive touch. The ESP has limited pins. This class reduces the pin reqiurements to one per sensor.

    C++

  5. UnitySharpOSC UnitySharpOSC Public

    Yet another OSC implementation for Unity. This is a port of the SharpOSC project: https://github.com/ValdemarOrn/SharpOSC

    C#