-| 21:58 - "Ответ: для разгулки времени."
![[Pasted image 20220615215046.png]]
![[module.js]]
This file contains 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
/** | |
* This file provides basic structure for any JS class in my projects | |
* Don't forget to use doxygen comments https://jsdoc.app/ | |
* This file linted with strict eslint rules https://eslint.org/ | |
* Use prettier to format your files https://prettier.io/ | |
* | |
* @file ClassTemplate.js | |
* @author tynrare | |
* @version 1 | |
* @module Templates |
This file contains 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
" color schemes | |
if (has("termguicolors")) | |
set termguicolors | |
endif | |
syntax enable | |
" colorscheme evening | |
colorscheme tender | |
let g:airline_theme='tender' |
This file contains 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
set nocompatible " be iMproved, required | |
filetype on " required | |
syntax on | |
set encoding=utf-8 | |
let g:airline_powerline_fonts = 1 | |
let g:vim_markdown_folding_disabled = 1 | |
set statusline+=%#warningmsg# | |
set statusline+=%{SyntasticStatuslineFlag()} |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
</head> | |
<!-- # Body --> | |
<body | |
style="-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;" |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<!-- # Body --> | |
<body> | |
<div class="dust-center-0"> |
Блендер, 3д, форматы, экспорт, движки, т.п.
- How to make a PBR 3D model for the web en Хороший пайп по экспорту из блендера в браузер
Launch python live server
$ python -m http.server
This file contains 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
// ==UserScript== | |
// @name mintmanga-fullheight-view | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author tynrare | |
// @match https://mintmanga.live/* | |
// @match https://readmanga.live/* | |
// @grant none | |
// ==/UserScript== |
NewerOlder