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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>TEST</title> | |
</head> | |
<body> | |
<p>THis is a test</p> | |
<p>THis is a test</p> | |
<p>THis is a test</p> |
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.addEvent(this.UM.document, 'mouseout', function(e) { | |
if (!e) | |
var e = self.UM.event; | |
if (!e.target) { | |
e.target = e.srcElement; | |
} | |
var y = e.clientY; | |
var popupFrequency = 0; | |
if ('0' > 0) { | |
popupFrequency = '0'; |
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
onImageRemove(image) { | |
return ()=> { | |
var imageName = _.capitalize(image); | |
var command = this.context.viewModel[`remove${imageName}Command`]; | |
command.execute(); | |
} | |
} | |
onImageAdd(image) { | |
return (file)=> { |
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
onImageRemove(image) { | |
return ()=> { | |
var imageName = _.capitalize(image); | |
var command = this.context.viewModel[`remove${imageName}Command`]; | |
command.execute(); | |
} | |
} | |
onImageAdd(image) { | |
return (file)=> { |
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
public class EventHandlerSource : IEventSource | |
{ | |
readonly RuntimeEvent @event; | |
readonly object owner; | |
readonly Delegate eventHandler; | |
static readonly MethodInfo HandleOwnerEventMethodInfo = typeof(EventHandlerSource) | |
.GetMethod("HandleOwnerEvent", BindingFlags.NonPublic | BidningFlags.Instance); | |
event EventHandler handler; | |
int subscriptions = 0; |
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
using UnityEngine; | |
using UnityEngine.UI; | |
using System.Collections; | |
public class CollectLead : MonoBehaviour { | |
public InputField firstName, lastName, phone; | |
// Use this for initialization | |
void Start () { |
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
ERROR [2016-01-20 06:33:20,121] com.flickbay.util.JSoupHelper: Parsing <http://www.rottentomatoes.com/m/piku/> failed. | |
! java.net.SocketTimeoutException: Read timed out | |
! at java.net.SocketInputStream.socketRead0(Native Method) ~[na:1.8.0_45] | |
! at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[na:1.8.0_45] | |
! at java.net.SocketInputStream.read(SocketInputStream.java:170) ~[na:1.8.0_45] | |
! at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[na:1.8.0_45] | |
! at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) ~[na:1.8.0_45] | |
! at java.io.BufferedInputStream.read1(BufferedInputStream.java:286) ~[na:1.8.0_45] | |
! at java.io.BufferedInputStream.read(BufferedInputStream.java:345) ~[na:1.8.0_45] | |
! at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:704) ~[na:1.8.0_45] |
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
{ | |
"id": 332835, | |
"backdrops": [ | |
{ | |
"aspect_ratio": 1.77777777777778, | |
"file_path": "/9KtXu0KGqR5siwUIdYRB2HlOyn1.jpg", | |
"height": 720, | |
"iso_639_1": null, | |
"vote_average": 5.3125, | |
"vote_count": 1, |
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
{ | |
"adult": false, | |
"backdrop_path": "/9KtXu0KGqR5siwUIdYRB2HlOyn1.jpg", | |
"belongs_to_collection": null, | |
"budget": 0, | |
"genres": [ | |
{ | |
"id": 18, | |
"name": "Drama" | |
}, |
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
{ | |
"movie_results": [ | |
{ | |
"adult": false, | |
"backdrop_path": "/9KtXu0KGqR5siwUIdYRB2HlOyn1.jpg", | |
"genre_ids": [ | |
35, | |
18 | |
], | |
"id": 332835, |