Skip to content
View 0xdw's full-sized avatar
:octocat:
Learning
:octocat:
Learning

Highlights

  • Pro

Block or report 0xdw

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. sass2csssass2cssPublic

    Online/offline tool for Convert sass, scss, less Code to CSS Code.

    11 1

  2. unity-grab-pass-blue-shaderunity-grab-pass-blue-shaderPublic

    Unity - Grab Pass Blue Shader

    ShaderLab

  3. dbn-compilerdbn-compilerPublic

    The DBN compiler translates DBN source into SVG source file. The resulting SVG source files can then be loaded and executed on any web browser. (Pet project)

    C++ 1

  4. C++ RGB to HEX ConverterC++ RGB to HEX Converter
    1
    // RGB_TO_HEX.cpp : This file contains the 'main' function. Program execution begins and ends there.
    2
    //
    3
    4
    #include<iostream>
    5
    #include<string>
  5. Unity - Reading and writing binary f...Unity - Reading and writing binary file (Save file)
    1
    usingSystem;
    2
    usingSystem.IO;
    3
    usingSystem.Runtime.Serialization;
    4
    usingSystem.Runtime.Serialization.Formatters.Binary;
    5
    usingUnityEngine;
  6. Unity - Pick color in the screen poi...Unity - Pick color in the screen point (x, y)
    1
    usingSystem.Collections;
    2
    usingUnityEngine;
    3
    usingUnityEngine.EventSystems;
    4
    5
    publicclassCheckPixelColor:MonoBehaviour{