Pinned Repositories
136-jquery-ajax-revised
ajaxified
An ajaxified task list
Android_Course
Introductory course taught at University of Minnesota for Android programming.
AngularJS
Getting extraordinarily familiar with AngularJS by building an eCommerce Application
apple_tree
Aid apple in restructuring the executive team.
Assessment
Output may be viewed in the JavaScript Console if using Chrome.
assignment
An exercise demonstrating the has_many :through association.
authfromscratch
Authentication in rails from scratch.
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.
Public_Library
(1) Use object-oriented Ruby to model a public library (w/ three classes: Library, Shelf, & Book). The library should be aware of a number of shelves. Each shelf should know what books it contains. Make the book object have "enshelf" and "unshelf" methods that control what shelf the book is sitting on. The library should have a method to report all books it contains. Note: this should *not* be a Rails app - just a single file with three classes (plus commands at the bottom showing it works) is all that is needed.
cclaiborne's Repositories
cclaiborne/AngularJS
Getting extraordinarily familiar with AngularJS by building an eCommerce Application
cclaiborne/Assessment
Output may be viewed in the JavaScript Console if using Chrome.
cclaiborne/blgr2
cclaiborne/cf-schwag-store
Code Fellows store, selling the inventory of branded swag.
cclaiborne/claibornepatent
Claibornepatent React Web Application
cclaiborne/claibornepatent-netlify
cclaiborne/claibornepatenttwo
cclaiborne/claibornepatenttwo-netlify
cclaiborne/code-rails
cclaiborne/comic-book-gallery
cclaiborne/Ctci
Selected problems from Cracking the Coding Interview in Ruby
cclaiborne/Development-Project-CSharp
C# Development Project - ITI
cclaiborne/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.
cclaiborne/Gemstore
Gemstore E-commerce website built with AngularJS and Bootstrap.
cclaiborne/handsontable
Handsontable is a minimalist Excel-like data grid editor for HTML & JavaScript
cclaiborne/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.
cclaiborne/icount
cclaiborne/JSON
cclaiborne/LeetCode
Problems from LeetCode in the Java programming language.
cclaiborne/OrderForms
This application allows a user to select up to 5 spots from a list of Zip codes. Information from selections is propagated to checkout page.
cclaiborne/People
Assuming access to a collection of people and their birthdates, write a method that returns a list of people with birthdays in the current calendar week. Include person name, day in the week their birthday falls upon, and the age they’re turning.
cclaiborne/PerfectNumber
PerfectNumber calculator in Java. Have fun!
cclaiborne/platform_development
cclaiborne/portfolio-1
cclaiborne/productsapp
An Rails application that contains a Products resource where the quantity may be decremented
cclaiborne/rails-practice-file-uploads
File uploads with Amazon S3.
cclaiborne/robotank-showdown
cclaiborne/state-park-ratings
An app for campers to rate campsites in state parks that they have visited.
cclaiborne/testproduct
Products listing application
cclaiborne/TestScenarios
Code to Test Scenarios