Coder Social home page Coder Social logo

Brock Ferrari's Projects

amortization-schedule icon amortization-schedule

C++ Application that calculates the amortization schedule of a loan given the amount, interest rate, and years. Demonstrates loops, algorithms, and formatting

array-to-dynamic-string icon array-to-dynamic-string

Takes an array containing the names of people that "like" an item. Returns the display text as shown in the examples

bag-based-dictionary icon bag-based-dictionary

Bag-based dictionary. Implements a dictionary using a bag that stores its values in a vector of KVpair objects. Demonstrates the usage of various data structures and integrates smart pointers.

caesars-cipher icon caesars-cipher

One of the simplest and most widely known ciphers is a Caesar cipher, also known as a shift cipher. In a shift cipher the meanings of the letters are shifted by some set amount. A common modern use is the ROT13 cipher, where the values of the letters are shifted by 13 places. Thus A ↔ N, B ↔ O and so on. Write a function which takes a ROT13 encoded string as input and returns a decoded string.

car-dealership icon car-dealership

C++ Application for a car dealership. Add vehicle to a vector of objects and list them afterwards. Demonstrates composition.

class-grades icon class-grades

C++ Application that reads in data from a .txt file and makes calculations based on the data.

course-registration icon course-registration

Advanced C++ Application that acts as a course registration tool. Demonstrates inheritance, composition, operator overloading, and "friend functions"

css-flexbox icon css-flexbox

A bunch of random cat photos- meant to demonstrate the usage of CSS flexbox, which changes the size/location of pictures based on screen size

duplicate-encoder icon duplicate-encoder

The goal of this exercise is to convert a string to a new string where each character in the new string is "(" if that character appears only once in the original string, or ")" if that character appears more than once in the original string.

dynamic-games icon dynamic-games

C++ Application that accepts information from the user on games they have played. Demonstrates the usage of dynamic arrays and implementations in programming

gravity-game icon gravity-game

Simple Unity-based game developed in C#. Shoots a ball out of a cannon towards a goal, while being affected by the gravity of neighboring planets.

insects-polymorphism icon insects-polymorphism

C++ Application that allows the user to select and input simple information on insects. Demonstrates polymorphism and good code etiquette

square-class icon square-class

C++ Application that utilizes classes to calculate the characteristics of a square given a side length. Demonstrates inheritance and proper code formatting

tribute-page icon tribute-page

Example of a tribute page to Elon Musk. Demonstrates use of HTML and CSS to create a good-looking web page.

vigenere-cypher icon vigenere-cypher

Advanced C++ Application that encrypts and decrypts TXT files given a specified key. Demonstrates file manipulation and usage of pointers

wandering-ai icon wandering-ai

Code for a wandering unit across a specified plane. Part of a larger project that is attempting to simulate civilization development

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.