Урл: #
Форма поиска - текстовое поле и кнопка.
Урл: #search//page/
[ | |
{ | |
"product": "Wordpress", | |
"parameters": { | |
"site-name": "wp4", | |
"app-pool-name": "DefaultAppPool", | |
"db-engine": "mysql", | |
"db-host": "localhost", | |
"db-port": "3306", | |
"db-username": "ывс", |
jQuery(function ($) { | |
window.ExampleComponent = { | |
$placeholder: $('.js-component-placeholder'), | |
$item: $('.js-component-item'), | |
$btn_submit: $('.js-btn-component-submit'), | |
init: function () { | |
this.load_something(); |
for /f %%i in (list.txt) do ( | |
powershell.exe -Command "(new-object System.Net.WebClient).DownloadFile('%%i', '%%~nxi')" | |
) |
// open followers popup | |
var followers = []; | |
jQuery('.follower_modal .actor .name').each(function(i, el){ | |
followers.push(jQuery(el).attr('href')) | |
}); | |
// close followers popup | |
// open following popup |
class FormApiService { | |
get_form_list() { | |
return this.$http | |
.get('api/form-manager') | |
.then( ({body}) => body) | |
.then( ({data}) => ...) | |
} | |
get_form( form_id ) { |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Repository: https://github.com/h-otter/zabbix-slackpy | |
from json import loads | |
from json import dumps | |
from sys import argv | |
import re | |
import random | |
def generate_seq(length, min, max): | |
""" | |
Generate sequence of random integer numbers | |
:param length: length of sequence | |
:param min: minimal value of random number | |
:param max: max value of random number | |
:return: |
// check driver status: | |
// https://localhost:41951/DYMO/DLS/Printing/StatusConnected | |
// https://127.0.0.1:41951/DYMO/DLS/Printing/StatusConnected | |
// list connected printers: | |
// https://localhost:41951/DYMO/DLS/Printing/GetPrinters | |
// https://127.0.0.1:41951/DYMO/DLS/Printing/GetPrinters | |
var labelXml = ` | |
<DieCutLabel Version="8.0" Units="twips"> |