Puugu
Recently graduated with a Bachelors Degree in CompSci & a math minor, I am job hunting while learning about web development.
Mississippi Gulf Coast
Pinned Repositories
AlgorithmsHomework1
Goes through various sort methods, uses C++
awesome-developers
A list of developers like you around the world.
awesome-first-timers
Place to contribute if you are a first timer
BinaryRectangleSearch
Assignment for my algorithms course - create a 2D matrix of 0s and 1s. Search the matrix for any rectangle where the 0s are the corners. The interior of the rectangle can be 0s or 1s or a combination; it does not matter. The corners will be written to a corners. txt file.
ClassResumeWebsite
The formatting for the layout of this webpage is dictated by professor instruction. The webpage is currently hosted on the course's server on bluehost, but is registered under the domain therealckirkham.com
Courtney_Kirkham_Resume
Repository to keep track of changes in my resume
Film-Library-Database
Database project that requires having at least 12 entities. I chose to create a database of a film library
first-contributions
🚀 Yet another project to get beginners contributing to open source 🔰
how-to-contribute-to-open-source
A guide to contributing to open source
Udemy_WebDevBootcamp
Files from my work going through the Web Developer Bootcamp:
Puugu's Repositories
Puugu/how-to-contribute-to-open-source
A guide to contributing to open source
Puugu/AlgorithmsHomework1
Goes through various sort methods, uses C++
Puugu/awesome-developers
A list of developers like you around the world.
Puugu/awesome-first-timers
Place to contribute if you are a first timer
Puugu/BinaryRectangleSearch
Assignment for my algorithms course - create a 2D matrix of 0s and 1s. Search the matrix for any rectangle where the 0s are the corners. The interior of the rectangle can be 0s or 1s or a combination; it does not matter. The corners will be written to a corners. txt file.
Puugu/ClassResumeWebsite
The formatting for the layout of this webpage is dictated by professor instruction. The webpage is currently hosted on the course's server on bluehost, but is registered under the domain therealckirkham.com
Puugu/Courtney_Kirkham_Resume
Repository to keep track of changes in my resume
Puugu/Film-Library-Database
Database project that requires having at least 12 entities. I chose to create a database of a film library
Puugu/first-contributions
🚀 Yet another project to get beginners contributing to open source 🔰
Puugu/Udemy_WebDevBootcamp
Files from my work going through the Web Developer Bootcamp:
Puugu/freeCodeCamp
The https://freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.
Puugu/guides
A collection of easy-to-understand guides to programming tools
Puugu/hacktoberfest
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest
Puugu/Hacktoberfest-1
Hacktoberfest Allen Texas Census. Easy to Do! . https://AllenCompSci.github.io/Hacktoberfest [CENSUS] https://allencompsci.github.io/Hacktoberfest/Preview [SIGN-IN]
Puugu/Hacktoberfest-Census
A census of those participating in Hacktoberfest (and an easy PR!)
Puugu/Hello-Hacktober
This repository is for people who are starting to program, and want to participate in hacktoberfest or just want to contribute
Puugu/I_Hear_Banjo_Music
CSC 424 Software Engineering Capstone Group Project
Puugu/javascript_curriculum
Puugu/learningWithPuugu
Website for "Learning With Puugu" where I track what I'm working on and learning
Puugu/Make-a-Pull-Request
Make a Pull Request
Puugu/MyPortfolio-Hacktoberfest2019
I'm in need for a new portfolio website. Maybe the Hacktoberfest army could help me?
Puugu/OOP-course-Employee-raises
Using only programming techniques from this chapter and Chapter 2 of Java How to Program: 8/e, create a class called Employee that includes three pieces of information as instance variables—a first name (type String), a last name (type String) and a monthly salary (type double). Your class should have a constructor that initializes the three instance variables. Provide a set and a get method for each instance variable. If the monthly salary is not positive, set it to 0.0. Write a test application named EmployeeTest that demonstrates class Employee’s capabilities. Create two Employee objects and display the yearly salary for each Employee. Then give each Employee a 10% raise and display each Employee’s yearly salary again.
Puugu/open-pixel-art
A collaborative pixel art project to teach people how to contribute to open-source
Puugu/OperatingSystemSimulation
Program for my operating system class to help students understand how operating systems work
Puugu/remote-jobs
A list of semi to fully remote-friendly companies in tech.
Puugu/SpaceInvaders
A Haskell game written in Yampa