Nothing Special   »   [go: up one dir, main page]

Skip to content
View pvhoffman's full-sized avatar
  • San Luis Obispo, CA

Block or report pvhoffman

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. Algorithms-and-Data-Structures Algorithms-and-Data-Structures Public

    A catalog of useful data structures and algorithms and some of the problems they solve.

    C++ 1

  2. Simple General Purpose Makefile Temp... Simple General Purpose Makefile Template
    1
    PROJECT=project-name
    2
    CC=g++
    3
    INCLUDES=-I. -I../../
    4
    CXXFLAGS=-g -Wall $(INCLUDES)
    5
    LFLAGS=
  3. dotvim dotvim Public

    Vim dot files

    Vim Script