Skip to content
View CamelCaseName's full-sized avatar
🪨
rock
🪨
rock

Highlights

  • Pro
Block or Report

Block or report CamelCaseName

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. HUB75nano HUB75nano Public

    This Arduino library adds the basic functionality needed to drive a HUB 75 protocol LED Panel up to 64x32 Pixels RGB.

    C 35 6

  2. HousePartyTranslator HousePartyTranslator Public

    Tool to aid the translation of a game, now with added insight into the stories

    C# 5

  3. Fully owner draw a TabControl tab ti... Fully owner draw a TabControl tab title bar in WinForms c#
    1
    using System.Runtime.InteropServices;
    2
    using System;
    3
    using System.Collections.Generic;
    4
    using System.Drawing;
    5
    using System.Runtime.Versioning;
  4. Example of self embedded assembly ex... Example of self embedded assembly extraction
    1
    using System.Reflection;
    2
    using System.Runtime.Loader;
    3
    
                  
    4
    namespace AssemblyTest
    5
    {