Skip to content

Instantly share code, notes, and snippets.

@lk-geimfari
lk-geimfari / brew-up-system.sh
Created September 5, 2018 21:56 — forked from Tehnix/brew-up-system.sh
Set up OS X with brew
#!/bin/sh
binaries=(
awscli
trash
tree
git
mosh
tmux
screen
zsh
from typing import Sequence
from django.db.models import Model
class Bootstrap(object):
def __init__(self, sequence: Sequence) -> None:
self.sequence = sequence
@lk-geimfari
lk-geimfari / pac.pac
Last active September 24, 2019 10:27
function FindProxyForURL(url, host) {
if ( host.indexOf('linkedin') !== -1 || host.indexOf('telegram.org') !== -1) {
return "PROXY devproxy.roskomsvoboda.org:3129";
} else {
return "DIRECT";
}
}
const extraInfoSpecBlocking = ['blocking'];
const requestFilter = {urls: ['<all_urls>'], types: ['main_frame']};
This file has been truncated, but you can view the full file.
// Update: 2019-12-30 15:41:10.399939
// Author: Roskomsvoboda
// Registry: reestr.rublacklist.net
// Read more about PAC: https://bit.ly/2SrGDml
'use strict';
/**
* Returns a string describing the configuration
* @returns {string} Proxy string.
This file has been truncated, but you can view the full file.
// Update: 2019-12-30 15:42:00.776014
// Author: Roskomsvoboda
// Registry: reestr.rublacklist.net
// Read more about PAC: https://bit.ly/2SrGDml
'use strict';
/**
* Returns a string describing the configuration
* @returns {string} Proxy string.
import cProfile
from mimesis import Person
from mimesis.locales import Locale
from faker import Faker
person = Person(Locale.EN)
faker = Faker('en_US')

Зайдите в Chrome в раздел с расширениями, включите режим разработчика, нажмите на «Установить распакованное расширение» и укажите путь до папки, в которую вы распаковали расширение:

{
"name": "Isaak"
}
[
{
"id": "1",
"name": "Tiger Nixon",
"position": "System Architect",
"salary": "$320,800",
"start_date": "2011/04/25",
"office": "Edinburgh",
"extn": "5421"
},