Skip to content

Instantly share code, notes, and snippets.

[
{
"requestName": "Silent Night",
"listSong":true,
"token":"song001",
"difficulty":"Moderate",
"videoObject": "SilentNight.mp4",
"audioObject": "SilentNight.mp3"
},
{
@sheafk
sheafk / resume
Last active September 12, 2017 17:33
Shea Furey-King
---------------
## Technical Experience
### Friends Seminary - Website & Parent Portal for independent K-12 Quaker school in NYC.
+ Used HTML and CSS to design front-end
+ Collected and parsed data for over 11,000 school events and imported to segmented calendar
+ Provided technical support to parents using the website and adjusted based on user feedback
@sheafk
sheafk / pinterest-authentication-swift
Created March 28, 2017 15:41
IBAction to authenticate Pinterest users in a Swift App
@IBAction func authenticate(_ sender: AnyObject) {
PDKClient.sharedInstance().authenticate(withPermissions:
[PDKClientReadPublicPermissions,
PDKClientWritePublicPermissions,
PDKClientReadRelationshipsPermissions,
PDKClientWriteRelationshipsPermissions], from: self,
withSuccess: { (response) in
self.pinterestLoginSuccess = true;
print("User authenticated!)");
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Guess the Number</h1>
<p>The computer is thinking of a number between 1 and 10. Your job is to guess that number. </p>
<p>Are you ready?</p>
<input id="answer">
<!DOCTYPE html>
<html>
<head>
<title>My first If statment</title>
</head>
<body>
<h1></h1>
<button>Press Me</button>
<h2></h2>
</body>
<!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>
<head>
<title>jQuery Puns</title>
</head>
<body>
<h1>ScriptEd Pun-A-Thon</h1>
<hr>
<div id="joke-1"> What kind of cheese doesn't belong to you?
<button id="answer-1">Answer</button>
<!DOCTYPE html>
<html>
<head>
<title>jQuery Practice 1</title>
</head>
<body>
<h1>The jQuery Site</h1>
<div id="info"></div>
<div id="cool"> jQuery is cool I guess</div>
<img id="pic" src="www.fake.com">
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>Some stuff here</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>