a Thing
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
/*================================================== | |
* Timeline API | |
* | |
* This file will load all the Javascript files | |
* necessary to make the standard timeline work. | |
* It also detects the default locale. | |
* | |
* Include this file in your HTML file as follows: | |
* | |
* <script src="http://simile.mit.edu/timeline/api/scripts/timeline-api.js" type="text/javascript"></script> |
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
Timeline = {}; | |
/* band.js */ | |
Timeline._Band=function(B,G,C){if(B.autoWidth&&typeof G.width=="string"){G.width=G.width.indexOf("%")>-1?0:parseInt(G.width); | |
}this._timeline=B; | |
this._bandInfo=G; | |
this._index=C; | |
this._locale=("locale" in G)?G.locale:Timeline.getDefaultLocale(); | |
this._timeZone=("timeZone" in G)?G.timeZone:0; | |
this._labeller=("labeller" in G)?G.labeller:(("createLabeller" in B.getUnit())?B.getUnit().createLabeller(this._locale,this._timeZone):new Timeline.GregorianDateLabeller(this._locale,this._timeZone)); |
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
using UnityEngine; | |
using UnityEditor; | |
using UnityEditor.Callbacks; | |
using System.Collections; | |
using UnityEditor.iOS.Xcode; | |
using System.IO; | |
public class BL_BuildPostProcess | |
{ |
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
/*! | |
diff v2.0.1 | |
Software License Agreement (BSD License) | |
Copyright (c) 2009-2015, Kevin Decker <[email protected]> | |
All rights reserved. |
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
class A { | |
/** | |
* does foo | |
*/ | |
foo() {} | |
/** | |
* does bar | |
*/ |
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
git config --global credential.helper wincred |
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
window.stripComments = (function stripComments() { | |
var _0xa0dc = ["length", "getValue", "editor", "innerHTML", "inputLength", "getElementById", "#AD2D3A", "bold", "css", "#inputLength", "#444444", "normal", "match", "href", "location", "run_tests", "<br>", "replace", "�", " ", ">", "<", "&", "results_raw", "show", "html", "#testresults", "tabsize", "cookie", "4", "val", "#tabsize", "brace-style", "collapse", "#brace-style", "checked", "detect-packers", "off", "prop", "#detect-packers", "max-preserve-newlines", "5", "#max-preserve-newlines", "keep-array-indentation", "on", "#keep-array-indentation", "break-chained-methods", "#break-chained-methods", "indent-scripts", "#indent-scripts", "space-before-conditional", "#space-before-conditional", "wrap-line-length", "0", "#wrap-line-length", "unescape-strings", "#unescape-strings", "jslint-happy", "#jslint-happy", "end-with-newline", "#end-with-newline", "indent-inner-html", "#indent-inner-html", "comma-first", "#comma-first", "e4x", "#e4x", "", " |
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
GET https://danbooru.donmai.us/data/f30d1cd96c6e3b3822173cb3edfc87a2.png HTTP/1.1 | |
Host: danbooru.donmai.us | |
Connection: keep-alive | |
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36 | |
DNT: 1 | |
Accept: image/webp,image/apng,image/*,*/*;q=0.8 | |
Sec-Fetch-Site: cross-site | |
Sec-Fetch-Mode: no-cors | |
Accept-Encoding: gzip, deflate, br | |
Accept-Language: en-US,en;q=0.9,ja-JP;q=0.8,ja;q=0.7 |
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> | |
<meta charset="UTF-8"> | |
<title>Hello World!</title> | |
<link rel="stylesheet" type="text/css" href="./styles.css"> | |
</head> | |
<body> | |
<h1>Hello World!</h1> | |
<!-- All of the Node.js APIs are available in this renderer process. --> |
OlderNewer