Skip to content

Instantly share code, notes, and snippets.

View mmerriweather's full-sized avatar

Michelle Merriweather mmerriweather

View GitHub Profile
Create Table
CREATE TABLE netflix_genres
([ID] int, [MovieName] varchar(15), [MovieGenre] varchar(15))
;
INSERT INTO netflix_genres
([ID], [MovieName], [MovieGenre])
VALUES
(1, 'Movie1', 'Genre1'),
https://jsfiddle.net/njmbfs6b/1/
namespace Team4Calories.DAL
{
public class UserRepository : Repository
{
public int Insert(User user)
{
using (IDbConnection dbConnection = Connection)
{
dbConnection.Open();
return dbConnection.Query<InsertID>("Team4Calories.DAL.InsertUser", user, commandType: CommandType.StoredProcedure).First().ID;
.sidebar-wrapper input[type="email"],
.sidebar-wrapper select {
display: block;
width: 100%;
padding: 6px 12px;
font-size: 13px;
line-height: 1.3;
color: #555555;
background-color: #ffffff;
background-image: none;
<section class="header-11-sub bg-midnight-blue">
<div class="background">
&nbsp;
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3>Features of Startup Framework</h3>
<p>
You have the design, you have the code. We’ve created the product that will help your startup to look even better.
@mmerriweather
mmerriweather / dabblet.css
Created February 10, 2014 19:29
==============================================
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================
Made by Justin Aguilar
www.justinaguilar.com/animations/
Questions, comments, concerns, love letters: