Skip to content

Instantly share code, notes, and snippets.

View andriyor's full-sized avatar
🏠
Working from home

Andrii Oriekhov andriyor

🏠
Working from home
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<form name="bk" action="#">
<div class="g-literature_20 g-prose_magic">
<p class="genre">
<a href="/g/201" class="genre" name="literature_20">Классическая проза ХX века</a>,
<a href="/g/203" class="genre" name="prose_magic">Магический реализм</a>
</p>
<img src="/img/znak.gif" alt="файл не оценен" title="файл не оценен" width="15px" height="15px" border="0"/>
<input type="checkbox" id="201,203-" name="bchk513353"/> -
<a href="/b/513353">Сто лет одиночества</a> [сборник] (пер.
<a href="/a/40884">Ростислав Леонидович Рыбкин</a>,
<form name="bk" action="#">
<div class="g-literature_20 g-prose_magic">
<p class="genre">
<a href="/g/201" class="genre" name="literature_20">Классическая проза ХX века</a>,
<a href="/g/203" class="genre" name="prose_magic">Магический реализм</a>
</p>
<img src="/img/znak.gif" alt="файл не оценен" title="файл не оценен" width="15px" height="15px" border="0" />
<input type="checkbox" id="201,203-" name="bchk513353"> -
<a href="/b/513353">Сто лет одиночества</a> [сборник] (пер.
<a href="/a/40884">Ростислав Леонидович Рыбкин</a>,
@andriyor
andriyor / cloudSettings
Last active August 21, 2017 20:30
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-08-21T20:29:59.817Z","extensionVersion":"v2.8.3"}
import os
import json
import datetime
from flask import Flask, url_for, redirect, \
render_template, session, request
from flask.ext.sqlalchemy import SQLAlchemy
from flask.ext.login import LoginManager, login_required, login_user, \
logout_user, current_user, UserMixin
from requests_oauthlib import OAuth2Session
@andriyor
andriyor / 0_reuse_code.js
Created March 31, 2017 17:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console