Skip to content

Instantly share code, notes, and snippets.

View sasasa671's full-sized avatar

Tev sasasa671

View GitHub Profile
@sasasa671
sasasa671 / 0_reuse_code.js
Created February 25, 2014 01:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@sasasa671
sasasa671 / 0_reuse_code.js
Created March 29, 2014 02:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
<?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>
@sasasa671
sasasa671 / Push-432142342134902394091234-091324
Created April 6, 2014 17:51
Push-432142342134902394091234-091324
Push-432142342134902394091234-091324
@sasasa671
sasasa671 / gist:10694054
Created April 15, 2014 01:11
Seth Aikens
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
@sasasa671
sasasa671 / gist:11123215
Created April 20, 2014 19:41
Bug MyMusicCloud.com ^_^
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
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
[
{
"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",
<!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>
Route::get('{username}/{id}', function($user)
{
return 'User '.$user;
});