Skip to content
View mannybuildstech's full-sized avatar

Block or report mannybuildstech

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 Loading

  1. ManifestSpace ManifestSpace Public

    Android game where you help humans spread to nearby planets and populate the universe whilst avoiding debri\asteroids and other obstacles.

    ASP.NET 3

  2. C++ Smart Pointers Exploration C++ Smart Pointers Exploration
    1
    // smartPointers.cpp : This file contains the 'main' function. Program execution begins and ends there.
    2
    //
    3
    
                  
    4
    #include <iostream>
    5
    #include <memory>
  3. SyncedGitDev SyncedGitDev Public

    Python script that can be used to pull all your repos automatically. put it as a daily scheduled activity on my windows machine to keep all my repos up to date without having to manually pull them.

    Python