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

Block or report abirpahlwan

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

    Screensaver for Windows

    C++

  2. PicToSheet PicToSheet Public

    Export an image to spreadsheet

    Python

  3. SpooderPal SpooderPal Public

    Little Spooder-Pal jumping midst a procedurally generated city. Built with OpenGL in C++.

    C

  4. design-patterns-tutorial design-patterns-tutorial Public

    Java

  5. Unity Singleton Unity Singleton
    1
    using UnityEngine;
    2
    
                  
    3
    public class Singleton<T> : MonoBehaviour where T : MonoBehaviour {
    4
        // Check to see if we're about to be destroyed.
    5
        private static bool _ShuttingDown = false;