Skip to content

Instantly share code, notes, and snippets.

View refaim's full-sized avatar

Roman Kharitonov refaim

View GitHub Profile
import lxml.html
import re
import sys
import urllib.request
URL = 'http://pda.baza-voprosov.ru/random/types123/limit1000'
def main():
response = urllib.request.urlopen(URL)
{
"build_systems": {
"cmake": {
"path": ["M:\\dev\\cmake\\bin"],
"executable": "M:\\dev\\cmake\\bin\\cmake.exe"
}
},
"compilers": {
"gcc-3.4.5-x86": {
Macro {
area="Shell";
key="PgUp";
flags="DisableOutput";
description="Scroll console buffer up if panels hidden";
action = function()
if not APanel.Visible and not PPanel.Visible then
Keys('CtrlAltPgUp')
else
Keys('PgUp')
@refaim
refaim / Update.cmd
Created October 19, 2010 11:22
FAR Manager v2.0 update script
@echo off
set wget=wget
set sevenzip=7z
set fid=file_id.diz
set version_pattern="Far Manager v2.0 build [0-9]+ x86"
goto main
:delete