Pinned Repositories
alexa-custom-skill
Trying out the Alexa Skills Kit Node.js SDK.
build-a-basic-bitch
A lifestyle app to outfit your very own Basic Bitch with accessories like pumpkin spice lattes and messy bun's. Warning: Sense of humor required. Built using Javascript, jQuery, jQuery UI, Animate.css, Twitter Bootstrap, Underscore.js, Adobe Photoshop, Adobe Illustrator
conversation-nlu
This fork prototypes how to use the Watson Natural Language Understanding ("NLU") API with a Watson Conversations API workspace, in order to better understand the topics that the user is asking about, in order to better respond to their questions. My demo site:
duck
An exercise from Chapter 1 of Head First Design Patterns
infinite-agenda-express
An infinite-scroll agenda which uses delegated events to handle events on agenda items even as new ones are added.
interview
sovrn interview project
javaloanamortization
Java program that takes the user's input of principal, number of months, and interest rate to generate a monthly payment and loan amortization schedule.
javametricconverter
Short Java program that calculates the metric equivalent of the user’s input.
observer-pattern
The exercise from Chapter 2 of Head First Design Patterns (Observer Pattern)
twilio-test
Testing out the Twilio REST API using node.js and express. https://www.twilio.com/docs/tutorials/walkthrough/server-notifications/node/express#1
samanthagmccormick's Repositories
samanthagmccormick/duck
An exercise from Chapter 1 of Head First Design Patterns
samanthagmccormick/conversation-nlu
This fork prototypes how to use the Watson Natural Language Understanding ("NLU") API with a Watson Conversations API workspace, in order to better understand the topics that the user is asking about, in order to better respond to their questions. My demo site:
samanthagmccormick/javametricconverter
Short Java program that calculates the metric equivalent of the user’s input.
samanthagmccormick/javatermproject
Random ways to die generator :)
samanthagmccormick/jersey-tomcat-rest-tutorial
Just an example project that helped me learn how to set up a REST API in IntelliJ. Tutorial steps and screenshots: https://medium.com/@jamsesso/starting-out-with-jersey-apache-tomcat-using-intellij-6338d93ffd40
samanthagmccormick/personal-portfolio
New personal portfolio website using a MongoDB database to store portfolio of past projects, and form to add new projects
samanthagmccormick/twilio-test
Testing out the Twilio REST API using node.js and express. https://www.twilio.com/docs/tutorials/walkthrough/server-notifications/node/express#1
samanthagmccormick/webpack-tutorial
Intro to webpack from a Youtube tutorial, see Readme
samanthagmccormick/alexa-custom-skill
Trying out the Alexa Skills Kit Node.js SDK.
samanthagmccormick/javaloanamortization
Java program that takes the user's input of principal, number of months, and interest rate to generate a monthly payment and loan amortization schedule.
samanthagmccormick/observer-pattern
The exercise from Chapter 2 of Head First Design Patterns (Observer Pattern)
samanthagmccormick/angular-stock-portfolio
Stock portfolio viewer using Angular.js
samanthagmccormick/azure-bot
Testing out the Microsoft Azure Bot Framework SDK for JavaScript
samanthagmccormick/coffeesalestracker
Java program that accepts user input of coffee data and calculates the sales data based on the input.
samanthagmccormick/countdown-timer
Countdown timer experiment for an A/B test using Visual Website Optimizer.
samanthagmccormick/custom-forminator
Prototype using GWT Polymer Elements, Maven, JS Interop
samanthagmccormick/designstudio-css-poc
Design Studio proof of concept, to write a helper function that will enable clients using the Design Studio to overwrite CSS using javascript / CSS on their website.
samanthagmccormick/hackathon-live-feed
A dashboard for displaying github activity of participants in real-time.
samanthagmccormick/javainventorytracker
A short program that stores the names and costs of 10 inventory items, calculates prices, and outputs a table of all the data.
samanthagmccormick/javamathtutor
Short Java program that generates 2 random numbers and checks if the user gets the sum of those numbers correct.
samanthagmccormick/javavolumecalculator
Java program that calculates the area of a circle or the volume of a sphere based on the user's radius input.
samanthagmccormick/node-rest-api
Just a simple REST API tutorial to brush up on node.js. Using tutorial at https://www.codementor.io/wapjude/creating-a-simple-rest-api-with-expressjs-in-5min-bbtmk51mq
samanthagmccormick/nvm
Node Version Manager - Simple bash script to manage multiple active node.js versions
samanthagmccormick/observer-pattern-javautil
Using java.util.Observable, from Chapter 2 of Head First Design Patterns (Observer Pattern)
samanthagmccormick/samanthagmccormick.github.io
Static test site for werk - forked from https://github.com/remotesynth/Static-Site-Samples
samanthagmccormick/skill-sample-nodejs-decision-tree
An Alexa Skill Sample for building a skill that can take a user through a decision tree, like "What should I eat for breakfast?"
samanthagmccormick/slate
Beautiful static documentation for your API
samanthagmccormick/snap-gwt-tutorial
GWT Polymer Elements and Maven tutorial from http://www.gwtproject.org/doc/latest/polymer-tutorial/create.html
samanthagmccormick/Static-Site-Samples
A collection of simple sites built with various static site engines
samanthagmccormick/ThinkDataStructures
LaTeX source and supporting code for Think Data Structures: Algorithms and Information Retrieval in Java