Giter Site home page Giter Site logo

monicamarisetty / oducs418f16 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jbrunelle/oducs418f16

0.0 0.0 0.0 80 KB

Course repository for ODU CS518, Fall 2016

Home Page: http://www.cs.odu.edu/~jbrunelle/cs518/

Shell 6.69% HTML 39.77% PHP 37.06% CSS 4.14% JavaScript 5.94% Python 6.40%

oducs418f16's Introduction

ODUCS418F16

Fall 2016 ODU CS 418/518

This GitHub repository will be the basis for submitting assignments for the Fall 2016 CS418/518 course - Web Programming at Old Dominion University

Instructor: Dr. Justin F. Brunelle mail

Course homepage

Student Project Repositories

Below are links to students' project repositories for the class based on their submission in assignment 1.

Some useful demo day information

To be run for each student:

$ docker run -it -p 80:80 -e MYSQL_PASS="M0n@rch$" -v `pwd`:/app jbrunelle/lamptest

In the instance that the database creation SQL is not provided

CREATE DATABASE IF NOT EXISTS `TheDatabase` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `TheDatabase`;

Enable PHP error reporting

ini_set('display_errors',1);
ini_set('display_startup_errors',1);
error_reporting(-1);

oducs418f16's People

Contributors

jbrunelle avatar rajaharsha avatar monicamarisetty avatar omartaghlabi avatar veena9869 avatar hungvietdo avatar tacattack avatar jorymorrison avatar nelsonkattula avatar oducs518f16 avatar otaghlabi avatar

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.