Skip to content
View PJensen's full-sized avatar
  • New England

Organizations

@DotNetHack
Block or Report

Block or report PJensen

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
PJensen/README.md

PJensen

I'm a software architect currently working with Harvard Management Company. My background combines technical knowledge with creativity, allowing me to contribute to diverse software solutions.

I discovered my interest in computers in grade school, an interest that was nurtured at an MIT summer camp. My path led me to a high school internship and eventually to studying software engineering at Canada's Acadia University.

I enjoy problem-solving and approach software development with an empathetic mindset, focusing on user needs. I value teamwork, communication, and ethical software development.

Outside work, my hobbies include skiing, painting, sculpting, drumming, and gardening. Each enriches my life and, in their own way, my work too.

Pinned Loading

  1. ImageFeedMiner ImageFeedMiner Public

    A system-tray windows application that pulls images from online cameras. By default it's pointed at several views of Mt. Washington.

    C# 1

  2. Elliptic Curves Elliptic Curves
    1
    # Authors: Pete Jensen, Natasha Mandryk (math)
    2
    class ECurve:
    3
        def __init__(self, p, a, b):
    4
            # Define basic variables, coefficients and prime p.
    5
            # (y^2 mod p) = (x^3 + ax + b) mod p
  3. DotNetGUI DotNetGUI Public

    Console GUI Framework

    C# 5

  4. Hex2 Hex2 Public

    Hex game for DOS; written for Borland Turbo C V4.5.2 (last build 2008)

    C 1

  5. MarketSimulator MarketSimulator Public

    Full scale stock market simulator

    C# 8 2

  6. DotNetHack DotNetHack Public

    Forked from DotNetHack/DotNetHack

    C# 3