Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fozzle
fozzle / README.md
Last active November 29, 2017 21:10
Exported from Popcode. Click to import: https://popcode.org/?gist=ed0143b62f478809cae1bd4b874b1cf6

Unit 5 Project 2

Pizzeria Website

You need to create an interactive website for a fictional (or real) pizzeria. You're given a blank HTML document, so you're expected to write all the HTML, CSS, and jQuery necessary to make this work.

It should have the following:

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div id="container">
<div id="header">
<h1>My Cool Header</h1>
</div>
@fozzle
fozzle / README.md
Last active November 2, 2017 03:38
Exported from Popcode. Click to import: https://popcode.org/?gist=c3186a429f9b25577923294e0119f970

Do Now 11/2/2017

Please edit the CSS so that the website looks like this:

Goal

@fozzle
fozzle / index-indented.html
Last active October 24, 2017 16:11 — forked from anonymous/index.html
Exported from Popcode.
<!DOCTYPE html>
<html>
<head>
<title>HireMe! Osiris Malone</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nosifer" rel="stylesheet">
</head>
<body>
<p>Hire Me!</p>
<img class="resize" src="https://i.pinimg.com/originals/16/24/ac/1624acc69efeeb542105916013069d89.jpg" alt="">
@fozzle
fozzle / gist:0a4bfa9899de22ce5e74b601b3497098
Created June 14, 2017 17:49
Mediasoup Server Example Recording Log
This file has been truncated, but you can view the full file.
ffmpeg version 3.3 Copyright (c) 2000-2017 the FFmpeg developers
built with Apple LLVM version 8.1.0 (clang-802.0.41)
configuration: --prefix=/usr/local/Cellar/ffmpeg/3.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --disable-lzma --enable-vda
libavutil 55. 58.100 / 55. 58.100
libavcodec 57. 89.100 / 57. 89.100
libavformat 57. 71.100 / 57. 71.100
libavdevice 57. 6.100 / 57. 6.100
libavfilter 6. 82.100 / 6. 82.100
libavresample 3. 5. 0 / 3. 5. 0
libswscale 4. 6.100 / 4. 6.100
<?xml version="1.0" encoding="UTF-8"?>
<MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:mpeg:dash:schema:mpd:2011"
xmlns:xlink="http://www.w3.org/1999/xlink"
xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd"
profiles="urn:mpeg:dash:profile:isoff-live:2011"
type="dynamic"
minimumUpdatePeriod="PT1.867S"
publishTime="2017-01-05T16:51:02Z"
availabilityStartTime="2016-10-10T09:52:21Z"
<!DOCTYPE html>
<html>
<head>
<title>Do Now 5.1.0</title>
</head>
<body>
<button id = "magic">Click Here</button>
<button id = "appear">Click Here to make words appear</button>
<h1>Make this text hide</h1>
</body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CSS Zen Garden: The Beauty of CSS Design</title>
<link rel="stylesheet" type="text/css" href="zenstarter.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!DOCTYPE html>
<html>
<head>
<title>ScriptEd CSS Garden</title>
</head>
<body>
<h1 id="banner">ScriptEd CSS Site!</h1>
<h1 id="tagline">We love ScriptEd</h1>
<img src="http://i65.tinypic.com/qxvr46.jpg">
@fozzle
fozzle / sendbird.js
Created September 6, 2016 16:29
Sendbird Unminified
/**
* SendBird JavaScript SDK v3.0.4
*/
! function(root, factory) {
"function" == typeof define && define.amd ? define([], factory()) : "object" == typeof exports ? module.exports = factory() : root.SendBird = factory()
}(this, function() {
var DEBUG = !1,
DEBUG_HOST = !1,
WS_HOST = "wss://ws.sendbird.com",
API_HOST = "https://api.sendbird.com",