This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This files lives at /MAMP/conf | |
[mysqld] | |
max_allowed_packet = 100M |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Intermediate Midterm | |
//Please fork this gist. Complete it, and remember to save often! | |
// 1. How do you make comments and why do you make them? | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Front End Intermediate Section 2 Midterm | |
//Directions: Write your answers in the space provided after the word answer. | |
//1. What is a data type that can have only the values true or false? Provide an example. | |
//Answer: | |