Zachary Carroll-Ashley (ZacharyCarrollAshl)

ZacharyCarrollAshl

Geek Repo

0

following

0

stars

Location:Ohio

Github PK Tool:Github PK Tool

Zachary Carroll-Ashley's repositories

A.-Midterm-Project-Social-Network-Edgelist-I

This was my midterm project in my Java Development 2 class at Sinclair Community College. For the class, we had been making a Facebook menu program using user created data. This program uses actual Twitter data collected between July 1st through the 7th 2012. The data is available from http://snap.stanford.edu/data/higgs-twitter.html The file we used is called social_network.edgelist and it contains anonymized information on who is following whom. The information has the usernames replaced with ID numbers (from 0 to 456630). The format of the file is int <space> int, where the first int is the ID of the user doing the following and the second int is the user being followed. We had to create a TwitterUser class to represent the users in this dataset. I've included the rubric given by the teacher within the folder for the project.

Stargazers:0Issues:1Issues:0

AA.-Final-Project-Social-Network-Edgelist-II

This was a coding project given during the Java Software Development 2 course at Sinclair Community College. This project expanded our midterm project to be able to further analyze the Twitter data we were given in an Edgelist file. We were told by our instructor that this applications responsiveness is very important, so runtime should be minimized even at the expense of increased memory usage. I've included the rubric we were given by our instructor for the class to better explain what the methods were required to do within the projects folder.

Language:JavaStargazers:0Issues:1Issues:0

CIS2268Midterm

Our objective was to create an SQL database that could be used by a business to help improve their daily business. For my project, I chose a video game store as managing their inventory and which games were sold to who can be a hassle since they have many different types of games coming in and out on a daily basis.

Stargazers:0Issues:1Issues:0

Facebook-Menu-Project

For my Java Software Development 2 class (CIS 2217), we had to create a Facebook program with a menu that had the ability to do many different things. Each week we had to upload a different version of the program with an added functionality to the menu. I've supplied the rubrics the teacher gave me each week within the different folders of each week.

Language:JavaStargazers:0Issues:0Issues:0