Git Product home page Git Product logo

Connor Hennen's Projects

binaryinteger icon binaryinteger

A custom class is defined, designed to mimic the int data type but with no inherent limit on the size of the number to be stored. There is a variable for the binary representation of the number, and functions for performing and outputting the results of addition and multiplication, as well as comparisons. The main function prompts the user for input, performs and outputs arithmetic and comparisons with this custom class

condor-flight-co icon condor-flight-co

Just a for-fun goofy little business site. Can see it on a link at connovhennen.com. Just click the rocket ship.

connorvhennen.github.io icon connorvhennen.github.io

My personal website, still a work in progress. Very far from completion currently. Can see two web dev projects, both of which don't work properly because I no longer have access to the UCLA PIC server to store the databases, but its enough to get the point

coursegrabber icon coursegrabber

Program created to query UCLA class registrar and then send text immediately to user if enrollment space opens up.

flight-app icon flight-app

An application built in R to predict the fluctuations in domestic flight prices in South Africa

geotweet icon geotweet

Geographical visualization of tweets collected using tweepy -- utilizing D3.js, TopoJSON, and Queue.js.

gradecalculator icon gradecalculator

Qt & C++ program w/ user interface where user can slide scores on individual assignments, projects and exams, and have the final grade calculated automatically. Works for PIC 10A (Professor Odracir Razalas), PIC 10B (Professor Desalvo last quarter), and PIC 10C (Professor Salazar this quarter). YouTube video of program:

makeeducationaccessibleagain icon makeeducationaccessibleagain

App that is designed to make it easier for students to enroll in courses in an overcrowded public university system. A student can register for a specific course and then the app works by constantly scanning the UCLA class registrar; when an opening in the class or on the waitlist appears, the user receives a text message.

monopoly icon monopoly

Simulation of popular board game Monopoly w/ a user interface, winner is determined by the opposition going bankrupt, or by having higher net worth, which is (money + 0.7*(total money spent buying property)), after 20 turns each. Though several bugs have been fixed, the most recent video of the program is on the YouTube link, to give you an idea of how it looks.

monopolysimulator icon monopolysimulator

This R script simulates 20 games of 100 turns by a player in the popular board game Monopoly. It then creates a histogram that shows how many turns each space was spent on.

nodelistiterator icon nodelistiterator

In this program there are custom Node, List, and Iterator classes. The Node class has downsize, maximum, and sort friend functions. It has a deference operator and Node pointers to the next and previous nodes. The Iterator class is designed to go through a linked list and deference the node values. It has several overloaded operators and friend functions. Private variables are List and Node pointers. The List class is a list class with several functions (reverse, swap, merge, insert and erase) for modifying the list. Private member variables are pointers to the beginning and the end of the list, and an unsigned int for the size of the list. The main function creates a list of user input values, displays them, and then allow the user to insert values at chosen indexes. It displays this new list, its maximum, and its size. Then it removes every second value from the new list, displays that update, sorts it from least to greatest, then from greatest to least, and then merges it with another list, displaying the list after each modification.

notes icon notes

detailed notes on computer science topics, in one page

pandas-datareader icon pandas-datareader

Extract data from a wide range of Internet sources into a pandas DataFrame.

pointerspolymorphismmemorymanagementsortingalgorithm icon pointerspolymorphismmemorymanagementsortingalgorithm

This program creates four class, three that describe a point on a graph and one that is designed to store them, managing its memory automatically. The three graph point classes all describe its position, while ColorPoint2D describes its color as well, and WeightedPoint2D describes its weight as well. The color and weight classes are derived from the simplest point class, Point2D. The fourth class (Points) is designed to store pointers of type Point2D to objects of any of the three point classes in a vector. It automatically deconstructs after leaving the main function scope so there are no memory leaks. It also uses polymorphism to store objects of different types in the same vector. Finally, the user point inputs are sorted using a sort algorithm and displayed

pointspointerspolymorphismandmemorymanagement icon pointspointerspolymorphismandmemorymanagement

This program creates four class, three that describe a point on a graph and one that is designed to store them, managing its memory automatically. The three graph point classes all describe its position, while ColorPoint2D describes its color as well, and WeightedPoint2D describes its weight as well. The color and weight classes are derived from the simplest point class, Point2D. The fourth class (Points) is designed to store pointers of type Point2D to objects of any of the three point classes in a vector. It automatically deconstructs after leaving the main function scope so there are no memory leaks. It also uses polymorphism to store objects of different types in the same vector.

python icon python

All Algorithms implemented in Python

recursivefunctionsandfilestreams icon recursivefunctionsandfilestreams

This program defines and solves several different functions using recursive formulas, and defines two classes that behave like std::ifstream and std::ofstream file variable objects but automatically close after they are called, and automatically std::cout an error if the file failed to be opened. The main functions prompts the user for a numerical input, solves the functions with this input and then writes the results to .txt files.

satellitedataidentification icon satellitedataidentification

Given a set of satellite images, coordinates, and the object types which are described by polygons, this project tries to identify objects in satellite images and compare their frequencies and areas covered. Each class object is described in the form of polygons.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.