A Pen by Leskin Maksim on CodePen.
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
| // easing functions http://goo.gl/5HLl8 | |
| Math.easeInOutQuad = function (t, b, c, d) { | |
| t /= d/2; | |
| if (t < 1) { | |
| return c/2*t*t + b | |
| } | |
| t--; | |
| return -c/2 * (t*(t-2) - 1) + b; | |
| }; |
Это документация описывает API магазина мебели. Этот API предоставляет доступ к различным функциям, таким как управление товарами, категориями, корзиной и заказами, а также поддерживает параметры поиска. Для взаимодействия с API используются HTTP запросы.
Для выполнения некоторых операций, необходимо аутентифицироваться и передавать ключ доступа в заголовке Authorization в формате "Bearer <access_key>".
This file has been truncated, but you can view the full file.
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
| ************ : log created on : Monday January 13 2025 @ 02:25:55 | |
| 00:00:00.000 : [sys] running on x86_64 / Windows 11 x64 (version 10.0.26100) | |
| 00:00:00.000 : [sys] Command line: C:\Program Files (x86)\Steam\steamapps\common\Euro Truck Simulator 2\bin\win_x64\eurotrucks2.exe -nointro -unlimitedlog -mm_pool_size 32768 -mm_max_resource_size 32 -mm_max_tmp_buffers_size 1000 | |
| 00:00:00.000 : [cpu] CPU0: AuthenticAMD [AMD Ryzen 5 7500F 6-Core Processor ] with 6 cores (12 threads) at ~3700MHz. | |
| 00:00:00.000 : [sys] using 4 worker thread(s) | |
| 00:00:00.000 : [sys] and 3 worker threads for IO. | |
| 00:00:00.000 : [sys] plus 3 real-time worker threads. | |
| 00:00:00.000 : [sys] using QPC / HPET timer, frequency 10000000Hz | |
| 00:00:00.000 : [mem] physical total: 32361M | |
| 00:00:00.000 : [mem] physical avail: 22525M |
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
| SiiNunit | |
| { | |
| bank_data : bank.data.storage | |
| { | |
| min_after_loan_repay: 0 | |
| loan_offers[]: bank.data.loan1 | |
| loan_offers[]: bank.data.loan2 | |
| loan_offers[]: bank.data.loan3 |