Git Product home page Git Product logo

Christopher Claiborne's Projects

android_course icon android_course

Introductory course taught at University of Minnesota for Android programming.

angularjs icon angularjs

Getting extraordinarily familiar with AngularJS by building an eCommerce Application

assessment icon assessment

Output may be viewed in the JavaScript Console if using Chrome.

assignment icon assignment

An exercise demonstrating the has_many :through association.

awesomeness icon awesomeness

Create a Ruby class that is initialized with an array of objects. Instances of your newly created class should be able to identify the most awesome object, the average awesomeness of all the objects, and it should provide a method that will print out a list of the top 10 most awesome objects. Make sure to include tests.

best_quotes icon best_quotes

"Best-quotes" application used for testing "rulers" gem.

bottles icon bottles

99 bottles in Ruby. All tests must pass.

ctci icon ctci

Selected problems from Cracking the Coding Interview in Ruby

deckofcards icon deckofcards

Create a Ruby Class to model a deck of playing cards

deduplicate icon deduplicate

A program written by me in Ruby to remove duplicates from a linked list.

fibonacci icon fibonacci

Fibonacci program. Create a method that accepts input n, and returns the nth fibonacci number.

fizzbuzz-1 icon fizzbuzz-1

FizzBuzz Challenge: For multiples of three return “Fizz”, and for the multiples of five return “Buzz”. For numbers which are multiples of both three and five return “FizzBuzz”, and in all other cases return the number.

gemstore icon gemstore

Gemstore E-commerce website built with AngularJS and Bootstrap.

handsontable icon handsontable

Handsontable is a minimalist Excel-like data grid editor for HTML & JavaScript

happynumber icon happynumber

Write an algorithm to determine if a number is "happy". A happy number is a number defined by the following process: Starting with any positive integer, replace the number by the sum of the squares of its digits, and repeat the process until the number equals 1 (where it will stay), or it loops endlessly in a cycle which does not include 1.

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.