GithubHelp home page GithubHelp logo

cyberw01f / coderamblings Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 97 KB

Simple programming projects done for fun in C++

License: GNU General Public License v3.0

C++ 94.46% HTML 2.49% CSS 3.05%
cpp algorithms

coderamblings's Introduction

Code Ramblings

Simple programming projects done for fun in C++

  • vowelCount: Counts the number of vowels in a given word, returns the prompt after result for next word
  • wordCounter: Counts the number of characters in a file, skips spaces and newline characters in total count
  • numberGuess: Generates a random number between 0 and 100, asks player to guess the secret number, provides hints "that's too high" or "that's too low"
  • animalEstimate: Takes as input - prices of horses, dogs and cats, total money spent and total animal bought and than estimates individual counts. There could be many solutions so prints all of them
  • warZone: Tank Battle Game - shows user the distance of current enemy tank, asks for angle to shoot at, give suggestions like task 3, at the end gives user option to continue or report the total number of kills (max shots are 10 per tank)
  • startPage: A simple Firefox start page maker, which allows user to input any number of links with their name and creates a simple html page (CSS used for minor formatting)
  • sortingAlgos: Implementation of Insertion-Sort, Quick-Sort, Merge-Sort and Heap-Sort
  • maxSubArray: Implementation of the maximum subarray problem

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.