This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains 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
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | |
<feed xml:base="http://demos.telerik.com/kendo-ui/service/Northwind.svc/" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://www.w3.org/2005/Atom"> | |
<title type="text">Categories</title> | |
<id>http://demos.telerik.com/kendo-ui/service/Northwind.svc/Categories</id> | |
<updated>2014-04-03T22:52:57Z</updated> | |
<link rel="self" title="Categories" href="Categories" /> | |
<entry> | |
<id>http://demos.telerik.com/kendo-ui/service/Northwind.svc/Categories(1)</id> | |
<title type="text"></title> | |
<updated>2014-04-03T22:52:57Z</updated> |
This file contains 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
Push-432142342134902394091234-091324 | |
This file contains 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
Assignment 1: 1.) The valley of ashes is a massive trash dump. It represents the rotting American Dream. 2.) Myrtle: She is a vital and voluptuous woman who is desperate to improve her life. She has a loveless marriage. George Wilson: He is a listless, impoverished man whose only passion is his love for his wife. He is heartbroken from the affair that Myrtle had with Tome. In a sense, they do fit into the setting. They represent the American Dream that is ellusive to most Americans. 3.) Myrtle is important to the story because she is a flapper. She is looked down on from other people. She is rebellious & does things that aren't "approved" by her generatoion. Her and Tom share a "love hate relationship". She loves Tom but does not love her husband. However, Tom does not love Myrtle, but rather he loves his wife. 4.) We learn that Nick does not hold his liquor very well, and that he is capable of objectivity. He is very different that the people that he hangs out with. 5.) Myrtle drunkenly comments on Daisy aga |
This file contains 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
Bug MyMusicCloud | |
https://www.mymusiccloud.com/download/?product=j2me&fileName=MyMusicCloud.jad | |
Curl Output | |
onyx@Tosh:~/tributary$ curl https://www.mymusiccloud.com/download/?product=j2me&fileName=MyMusicCloud.jad | |
[1] 27286 | |
onyx@Tosh:~/tributary$ | |
Fatal error: Uncaught exception 'WURFL_WURFLException' with message 'The specified path '/opt/triplay/www/download/inc/../resources/storage/persistence' does not exist' in /opt/triplay/www/download/WURFL/Configuration/Config.php:146 |
This file contains 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
You're beautiful because you're stronger than anyone thought. i expected all the pain of your previous wrecked relationships to eat you alive; i expected you to burtst into tears spontaneously everyday for the next decade... But wait. You pushed through it kelsey. You're hopefully happy and healthy now; and hope you refer to yourself as "I" rather than "we". I couldn't be prouder than how far you've come :)You're beautiful because you take risks. You substitued "who cares" for "what if" and stopped talking to the dark about how you would go out and do actually do it. You weren't afraid to take a crazy stupid chance on your dreams. You're an inspiration and you're real Kelsey. You're beautiful because you just don’t give a damn. You don’t need everyone to like you, agree with you or approve of you to feel good about yourself. You know that "good enough" is subjective, and that more often than not the subject doesn’t really matter anyway. I know you’ll never wake up suddenly 45 and nowhere, half your time and p |
This file contains 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
[ | |
{ | |
"title":"The Walking Dead", | |
"url":"http://www.9lessons.info/2013/08/multiple-ajax-image-upload-refreshing.html", | |
"banner":"multiple.jpg", | |
"description":"Some Tesxt", | |
"time":"Tuesday, August 6, 2013" , | |
"author":"Srinivas Tamada", | |
"about":"Police officer Rick Grimes leads a group of survivors in a world overrun by zombies.", | |
"imagelink":"http://www.google.com", |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="http://code.jquery.com/jquery.js"></script> | |
<script src="//cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0-rc.3/handlebars.js"></script> | |
<script src="http://builds.emberjs.com.s3.amazonaws.com/ember-1.0.0-rc.6.js"></script> | |
<meta charset=utf-8 /> | |
<title>JS Bin</title> | |
</head> | |
<body> |
This file contains 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
Route::get('{username}/{id}', function($user) | |
{ | |
return 'User '.$user; | |
}); |
OlderNewer