Compiles pseudo-language to WASM with intermediate form in SK-basis.
Table data with lambda abstraction, corresponding combinator sequence and combinator sequence in SK-basis.
:seti -XOverloadedStrings | |
:seti -XScopedTypeVariables | |
:set -Wall | |
:set -fno-warn-type-defaults | |
:set -DGHCI | |
:set +s | |
:set +t | |
:set +m |
Compiles pseudo-language to WASM with intermediate form in SK-basis.
Table data with lambda abstraction, corresponding combinator sequence and combinator sequence in SK-basis.
# -*- coding: utf-8 -*- | |
import time | |
import uuid | |
import vk_api | |
def auth_handler(): | |
key = input("Enter authentication code: ").strip() | |
remember_device = True |
#!/usr/bin/env python3 | |
from datetime import datetime, timedelta | |
class Plantain: | |
data = { | |
4: { | |
0: "9C44010063BBFEFF9C44010000FF00FF", | |
1: "9C44010063BBFEFF9C44010000FF00FF", | |
2: "FC00662B4E017E08A0860101383CE3EB" |
{ | |
"Н": { | |
"0": [ | |
{ | |
"Время": "9:45 — 11:20", | |
"Неделя": "Н", | |
"Подгруппа 1": "Архитектура ЭВМ [лаб] (28.10—23.12) доц. Матюшичев Илья Юрьевич, ауд. 267", | |
"Подгруппа 2": "Теоретические основы программирования [лаб] (2.09—9.12) доц. Кудрявцева Ирина Андреевна, ауд. 269" | |
}, | |
{ |
# "archive.zip" should extract to "archive" folder | |
7z x archive.zip | |
# But shit happens. And now we are going to fix it: | |
: " | |
Before: | |
-- archive\log.txt | |
-- archive\renpy\ast.py |
I hereby claim:
To claim this, I am signing this object:
from pathlib import Path | |
import pickle | |
from requests import Session | |
import sys | |
s = Session() | |
s.headers.update({"User-Agent": "MLK Android Phone 3.3.4"}) | |
cookiejar = Path("cookiejar") |
// FileSaver.min.js | |
(function(a,b){if("function"==typeof define&&define.amd)define([],b);else if("undefined"!=typeof exports)b();else{b(),a.FileSaver={exports:{}}.exports}})(this,function(){"use strict";function b(a,b){return"undefined"==typeof b?b={autoBom:!1}:"object"!=typeof b&&(console.warn("Depricated: Expected third argument to be a object"),b={autoBom:!b}),b.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(a.type)?new Blob(["\uFEFF",a],{type:a.type}):a}function c(b,c,d){var e=new XMLHttpRequest;e.open("GET",b),e.responseType="blob",e.onload=function(){a(e.response,c,d)},e.onerror=function(){console.error("could not download file")},e.send()}function d(a){var b=new XMLHttpRequest;return b.open("HEAD",a,!1),b.send(),200<=b.status&&299>=b.status}function e(a){try{a.dispatchEvent(new MouseEvent("click"))}catch(c){var b=document.createEvent("MouseEvents");b.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),a.dispatchEvent(b)}}var f="object"==typeof |
import vk | |
import json | |
import time | |
session = vk.Session( | |
access_token='token_with_offline_scope') | |
api = vk.API(session, v='5.95', lang='ru') | |
JSON = {"cities": []} |