GithubHelp home page GithubHelp logo

Jim Vickery's Projects

hbs-blog icon hbs-blog

Create a blog page with three short articles. Store each article's title, author, copy/content, and published date in an object in a json file. The blog page should be a handlebars template that will be bound to the json data.

ife-xhrs-and-callbacks-oh-my icon ife-xhrs-and-callbacks-oh-my

Create two JSON files. One should contain an array of carnivores, and the other should contain an array of herbivores. Create an IIFE with the name of Predator.

interactive-navigation-bar icon interactive-navigation-bar

Create a navigation bar out of an unordered list element, and add the following interactivity. When the user hovers over one of the links, the color of the text should change. When the user hovers over one of the links, the background color of the element that contains the link should change. When the user clicks on one of the links, the element that contains the link should grow in size by 5px on the left and right.

introduction-to-sql-with-music-history icon introduction-to-sql-with-music-history

Open up the database file in the DB Browser for SQLite application to see it. Go ahead and click around a little bit to familarize yourself with the database. When you're ready to start the exercise, click the tab labeled "Execute SQL", type in your query and run it. For each of the following exercises, provide the appropriate query. Yes, even the ones that are expressed in the form of questions. Everything from class and the Sqlite documentation for SQL keywords and functions is fair game.

ios_phoneword icon ios_phoneword

iOS app that translates an alphanumeric phone number into a numeric phone number.

iphone_3in1_calculator icon iphone_3in1_calculator

iPhone 3 calculators in one with Investing, tip and regular calculator Built in Swift using Xcode.

kill-nickelback icon kill-nickelback

Define an array that contains arrays. Each array should contain two strings: The name of an artist A song by that artist Make sure that some of the songs are from the band Nickelback. You can see a list of their greatest hits on Amazon. songs = [ ['Nickelback', 'How You Remind Me'], ['Will.i.am', 'That Power'], ['Miles Davis', 'Stella by Starlight'], ['Nickelback', 'Animals'] ] Using array manipulation methods, create a new array that contains all songs that were not performed by Nickelback.

mary-margaret-memories-ruby icon mary-margaret-memories-ruby

Create a mary.rb module that contains a Mary class. Create a margaret.rb module that contains a Margaret class. Each module must accept one command line argument that is a message to add to a list (see example below). Each module must be able to serialize a hash to a file named messages. Each module must be able to deserialize the hash stored in messages. Each module, after the object is deserialized from the file, must add the message to the appropriate list in the hash.

modules icon modules

Create a class Table that inherits from class Furniture and also has added variable for seating(Integer). Use the module Properties as a mixin in the class Table in order to determine its number of legs, type of wood, dimensions and description.

mushroom-factory icon mushroom-factory

Requirements You are going to modify your Mushroom Mania application to use a factory to retrieve the mushroom data instead of retrieving it directly in your controller. Create a new factory for your Angular application. Make sure your factory returns something. Inject the factory dependency into your controller. Invoke the appropriate function that your factory exposes to get the mushroom data. When the method is successful, take the results and put them into $scope.mushrooms variable in your controller that is bound to the partial.

mushroom-mania icon mushroom-mania

For this exercise, you're going to create a basic application, with a single view. Your job is to load the JSON data below and display it in a list. Above the list, provide one text box, and two radio buttons. The radio buttons should be labeled Poisonous and Non-poisono

oauth-api-authentication icon oauth-api-authentication

A Rails Oauth with api authentication. This Tutorial is from https://gorails.com/episodes/react-native-rails-api-part-1?autoplay=1

payments icon payments

Payments system practice setting up stripe payment system via gorails.com course

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.