Skip to content

Instantly share code, notes, and snippets.

@leotop
leotop / download-unzip.php
Created April 4, 2021 15:57 — forked from philipp-r/download-unzip.php
Download and unzip file with PHP
<?php
// get latest german WordPress file
$ch = curl_init();
$source = "https://de.wordpress.org/latest-de_DE.zip";
curl_setopt($ch, CURLOPT_URL, $source);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$data = curl_exec ($ch);
curl_close ($ch);
@leotop
leotop / UserScript.js
Last active April 2, 2021 12:34
Получить номера отправлений в ЛК ОЗОН
// ==UserScript==
// @name Hello World
// @namespace ozon.ru
// @version 0.01
// @description Этот скрипт покажет вам алерт с "hello word" на каждой странице, кроме исключений!
// @include https://seller.ozon.ru/postings/fbs?deliveryMethodId=*
// @exclude https://ozon.ru.ru/*
// ==/UserScript==
//alert('Hello world!');
apt install libwxgtk-webview3.0-gtk3-0v5 libwxgtk-webview3.0-gtk3-dev libwebkit2gtk-4.0-37 libwebkit2gtk-4.0-37-gtk2 libwebkit2gtk-4.0-dev
apt install libgtk2.0-dev libgtk-3-dev libjpeg-dev libtiff-dev libwebkit2gtk-4.0-dev libsm-dev freeglut3 freeglut3-dev libnotify-dev libsdl1.2-dev libgstreamer-plugins-base1.0-dev
sudo apt install libwxgtk-*
sudo pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 wxPython
New England played a dominant role in American history. Until the beginning of the 19th century, New England was the cultural and economic center of the country. The first European settlers of New England were English Protestants who came in search of religious freedom. They gave the region their particular political format - city meetings (the result of meetings held by church elders) in which citizens gathered to discuss pressing issues. City assemblies still function in many New England communities and have been revived as a form of dialogue in the national political arena. New England is also important for the cultural contribution she made to the nation. Critic Van Wick Brooks called the creation of distinctive American literature in the first half of the 19th century “the heyday of New England.” Education is another of the region’s strongest legacies. The cluster of leading universities and colleges in New England - including Harvard, Yale, Brown, Dartmouth, Wellesley, Smith, Williams, Amherst and Wesle
var states = new Array();
states["AF"] = {"AF-BDS":"Badakhshān","AF-BGL":"Baghlān","AF-BAL":"Balkh","AF-BDG":"Bādghīs","AF-BAM":"Bāmyān","AF-DAY":"Dāykundī","AF-FRA":"Farāh","AF-FYB":"Fāryāb","AF-GHA":"Ghaznī","AF-GHO":"Ghōr","AF-HEL":"Helmand","AF-HER":"Herāt","AF-JOW":"Jowzjān","AF-KAN":"Kandahār","AF-KHO":"Khōst","AF-KNR":"Kunar","AF-KDZ":"Kunduz","AF-KAB":"Kābul","AF-KAP":"Kāpīsā","AF-LAG":"Laghmān","AF-LOG":"Lōgar","AF-NAN":"Nangrahār","AF-NIM":"Nīmrōz","AF-NUR":"Nūristān","AF-PIA":"Paktiyā","AF-PKA":"Paktīkā","AF-PAN":"Panjshīr","AF-PAR":"Parwān","AF-SAM":"Samangān","AF-SAR":"Sar-e Pul","AF-TAK":"Takhār","AF-URU":"Uruzgān","AF-WAR":"Wardak","AF-ZAB":"Zābul"};
states["AX"] = {"AX":"Aland Islands"};
states["AL"] = {"AL-BR":"Berat","AL-BU":"Bulqizë","AL-DL":"Delvinë","AL-DV":"Devoll","AL-DI":"Dibër","AL-DR":"Durrës","AL-EL":"Elbasan","AL-FR":"Fier","AL-GJ":"Gjirokastër","AL-GR":"Gramsh","AL-HA":"Has","AL-KA":"Kavajë","AL-ER":"Kolonjë","AL-KO":"Korçë","AL-KR":"Krujë","AL-KU":"Kukës","AL-KB":"Kurbin","AL-KC
<!DOCTYPE html>
<html lang="en">
<head>
<!--Start of header.tpl from directory Freenom-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0"></meta>
<title>Shopping Cart - Freenom</title>
<base href="https://my.freenom.com/" />
<!-- Load script for CSS3 & HMTL5 for older browsers -->
/usr/bin/php -q /var/www/modx/yarn-paradise.ru/parser/id5/klubki-v-korzinke.ru-alize.php
sleep 300
/usr/bin/php -q /var/www/modx/yarn-paradise.ru/parser/id5/klubki-v-korzinke.ru-pehorka.php
sleep 300
/usr/bin/php -q /var/www/modx/yarn-paradise.ru/parser/id5/klubki-v-korzinke.ru-vita.php
/usr/bin/php -q /var/www/modx/yarn-paradise.ru/parser/id6/pryazhasu-alize.php > /dev/null 2>&1
sleep 300
/usr/bin/php -q /var/www/modx/yarn-paradise.ru/parser/id6/pryazhasu-bbb.php > /dev/null 2>&1
sleep 300
/usr/bin/php -q /var/www/modx/yarn-paradise.ru/parser/id6/pryazhasu-cheval-blanc.php > /dev/null 2>&1
Mandala Coloring
Mandala Coloring Doodles
Mandala Coloring Fun
Mandala Coloring Flower
Mandala Coloring Dover Publications
Mandala Coloring For Kids
Mandala Coloring Art
Mandala Coloring Zentangle
Mandala Coloring Kids
mandala coloring pages free printable
def download_wait(path_to_downloads):
seconds = 0
dl_wait = True
while dl_wait and seconds < 900:
time.sleep(1)
dl_wait = False
for fname in os.listdir(path_to_downloads):
if fname.endswith('.opdownload'):
dl_wait = True
seconds += 1