I hereby claim:
- I am ageofmarcus on github.
- I am pwned_by_marcus (https://keybase.io/pwned_by_marcus) on keybase.
- I have a public key ASAtsnYOi6BcpBTKBI5jWxb8OQuXW6gPVN1fKj7n0aUTBwo
To claim this, I am signing this object:
(lambda i: [print(chr(x),end='') for x in (lambda i=i: [globals().update({"h":(lambda _=(i[-1]+i[2]): (_*_)+i[3])()}) or h,h - i[2],globals().update({"l":h + i[3]}) or l,l,globals().update({"o":l + i[2]}) or o,(i[-1] + i[0]) * 4,o + (i[3] * 2),o,o + i[2],l,h - i[3],i[4] * 2])()])([_.__code__.co_argcount for _ in ((lambda _: None),(lambda _, __: None),(lambda _, __, ___: None),(lambda _, __, ___, ____: None),(lambda _, __, ___, ____, _____: None),(lambda _, __, ___, ____, _____, ______: None),(lambda _, __, ___, ____, _____, ______, _______: None))]) |
''' | |
Name : spotify_playlist_combine.py | |
Author : Marcus Weinberger | |
About : This program takes multiple "child" playlists and combines their tracks | |
(without duplicates). Then, tracks from playlists marked for removal are | |
removed from the list. The parent playlist is emptied, and all tracks added. | |
You might need to run it a couple times because it throws errors and idk why, | |
but run it twice and usually it will have done all it needs to. | |
''' |
// ==UserScript== | |
// @name Return YouTube Dislike | |
// @namespace https://www.returnyoutubedislike.com/ | |
// @version 0.5 | |
// @description Return of the YouTube Dislike, Based off https://www.returnyoutubedislike.com/ | |
// @author Anarios & JRWR | |
// @match *://*.youtube.com/watch* | |
// @compatible chrome | |
// @compatible firefox | |
// @compatible opera |
// get answers | |
var answers = {} | |
document.querySelectorAll('div.display_question').forEach(function(el, index) { | |
let correct_ans = el.querySelector('input:checked').parentElement.parentElement.children[1].innerText; | |
answers[index] = correct_ans; | |
}) | |
console.log(answers) |
import uuid | |
uid = input('Enter uuid: ') | |
uid = uid if not uid == '' else str(uuid.uuid1()) | |
print("Using UUID: %s, Variable Type: %s" % (uid, repr(type(uid)))) | |
x = uuid.UUID(uid) | |
print('version',x.version) | |
print('time',x.time) |
I hereby claim:
To claim this, I am signing this object: