This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "TransformProportionalScale 0" > ~/Library/Preferences/Adobe\ Photoshop\ CC\ 2020\ Settings/PSUserConfig.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"products": [{ | |
"value": 3, | |
"label": "Ветчина", | |
"group_id": 1, | |
"recipes": [1] | |
}, | |
... | |
{ | |
"value": 4, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="basket"> | |
<div class="basket-container"> | |
<h1>Order #1867<sup>13 July 2016</sup></h1><!-- Детали заказа, заполняются на сервере --> | |
<p>Check the correctness of the order and the number of leotards</p> | |
<div id="basket"></div> | |
<script> | |
# Переменная со списком заказанных моделей | |
window.basket = { | |
models: [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="basket"> | |
<script type="text/javascript"> | |
window.basket_data = { | |
models: [ | |
{ | |
id: 1, | |
title: 'Leotard', | |
item_price: 333, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"result": "success", | |
"total_objects": 4435 // всего объектов | |
"page": 1, // текущая страница в сортировке | |
"total_pages": 45 // всего страниц | |
"sort": "price" // сортировка | |
"sort_direction": "asc" // направление сортировки | |
"apartments": [ // массив квартир | |
{ | |
"id": 133, // id квартиры |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'mina/bundler' | |
require 'mina/rails' | |
require 'mina/git' | |
require 'mina/rvm' # for rvm support. (http://rvm.io) | |
set :domain, 'esdb.cn' | |
set :identity_file, '/User/somebody/.ssh/somebody.pem' | |
set :deploy_to, '/home/ubuntu/apps/xxx.com' | |
set :repository, 'ssh://[email protected]/somebody/xxx.com.git' | |
set :branch, 'master' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// нужен ответ | |
.p | |
На протяжении многих веков клан ЧИМА передавал из поколения в поколение миф о сотворении мира - | |
.word.empty(data-id="1") | |
.text | |
%input(type="text" placeholder="...................") | |
.empty-word Историю. | |
// неправильный ответ | |
.p |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"response": { | |
"type": "error", | |
"error_text": "текст ошибки", | |
"to_name": "", | |
"to_email": "", | |
"from_name": "", | |
"message": "", | |
"captcha": "", | |
"type": 1 // стиль открытки. 1 - розы, 2 - тюльпаны, 3 - полевые цветы |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"networks": [ //Массив сетей | |
{ | |
"title": "36,6", //Название сети | |
"id": 1, //ID сети | |
"image": "/f/images/logo-366.png" //ccылка на логотип сети | |
} | |
], | |
"points": [ //Массив точек | |
{ |
NewerOlder