marcus 1.0.0
a Thing
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 |
{"lastUpload":"2019-08-27T21:32:33.700Z","extensionVersion":"v3.2.4"} |
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", "", " |
git config --global credential.helper wincred |
class A { | |
/** | |
* does foo | |
*/ | |
foo() {} | |
/** | |
* does bar | |
*/ |
a Thing
/*! | |
diff v2.0.1 | |
Software License Agreement (BSD License) | |
Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com> | |
All rights reserved. |
using UnityEngine; | |
using UnityEditor; | |
using UnityEditor.Callbacks; | |
using System.Collections; | |
using UnityEditor.iOS.Xcode; | |
using System.IO; | |
public class BL_BuildPostProcess | |
{ |
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)); |
/*================================================== | |
* 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> |