Skip to content

Instantly share code, notes, and snippets.

@wrxck
wrxck / topkek.js
Created March 12, 2017 22:41
jQuery 3.1.1 written in JSFuck
This file has been truncated, but you can view the full file.
[][(![] + [])[+[]] + ([![]] + [][
[]
])[+!![] + [+[]]] + (![] + [])[!![] + !![]] + (!![] + [])[+[]] + (!![] + [])[!![] + !![] + !![]] + (!![] + [])[+!![]]][(+(+!![] + [+([][(![] + [])[+[]] + ([![]] + [][
[]
])[+!![] + [+[]]] + (![] + [])[!![] + !![]] + (!![] + [])[+[]] + (!![] + [])[!![] + !![] + !![]] + (!![] + [])[+!![]]] + [])[+[]]]) + [!![]] + [][(![] + [])[+[]] + ([![]] + [][
[]
])[+!![] + [+[]]] + (![] + [])[!![] + !![]] + (!![] + [])[+[]] + (!![] + [])[!![] + !![] + !![]] + (!![] + [])[+!![]]])[+!![] + [+[]]] + (!!(+([][(![] + [])[+[]] + ([![]] + [][
[]
])[+!![] + [+[]]] + (![] + [])[!![] + !![]] + (!![] + [])[+[]] + (!![] + [])[!![] + !![] + !![]] + (!![] + [])[+!![]]] + [])[+[]] + !![]) + [][(![] + [])[+[]] + ([![]] + [][
[]

Keybase proof

I hereby claim:

  • I am wrxck on github.
  • I am wrxck (https://keybase.io/wrxck) on keybase.
  • I have a public key whose fingerprint is FD11 BF77 99F0 6473 C457 B6EC 6970 D181 7041 1ED3

To claim this, I am signing this object:

@wrxck
wrxck / main.lua
Last active February 18, 2017 17:34
A script to help users setup PWRTelegram's custom user backend for their bot
local https = require('ssl.https')
local ltn12 = require('ltn12')
local multipart = require('multipart-post')
local json = require('dkjson')
local request = function(endpoint, parameters)
parameters = parameters or {}
for k, v in pairs(parameters) do
parameters[k] = tostring(v)
end
if next(parameters) == nil then

Keybase proof

I hereby claim:

  • I am wrxck on github.
  • I am wrxck (https://keybase.io/wrxck) on keybase.
  • I have a public key whose fingerprint is DC42 53E0 02CA BDED 0B4B 0774 0A91 0CA0 6547 252D

To claim this, I am signing this object:

@wrxck
wrxck / happy-birthday-amir.bf
Created December 11, 2016 20:06
Happy birthday :^)
-[------->+<]>-.[--->++++<]>+.-[++>-----<]>..+++++++++.-[---->+<]>++.[->+++<]>++.+++++++.+++++++++.++.------------.----.---.+[--->+<]>+++.-[---->+<]>++.---[->++++<]>.-----.[--->+<]>-----.--[->++++<]>+.----------.++++++.>++++++++++.++[->++++++<]>.[--->++++<]>+.-[++>-----<]>..+++++++++.-[---->+<]>++.[->+++<]>++.+++++++.+++++++++.++.------------.----.---.+[--->+<]>+++.-[---->+<]>++.---[->++++<]>.-----.[--->+<]>-----.--[->++++<]>+.----------.++++++.>++++++++++.++[->++++++<]>.[--->++++<]>+.-[++>-----<]>..+++++++++.-[---->+<]>++.[->+++<]>++.+++++++.+++++++++.++.------------.----.---.+[--->+<]>+++.-[---->+<]>++.+[->+++<]>+.+.----.--[--->+<]>---.[-->+++++<]>+++.[->++<]>+.[--->+<]>++.----.+++++++++.>++++++++++.++[->++++++<]>.[--->++++<]>+.-[++>-----<]>..+++++++++.-[---->+<]>++.[->+++<]>++.+++++++.+++++++++.++.------------.----.---.+[--->+<]>+++.-[---->+<]>++.---[->++++<]>.-----.[--->+<]>-----.--[->++++<]>+.----------.++++++.-[++>---<]>.
@wrxck
wrxck / meta-tags.md
Created March 9, 2016 19:47 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>