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
| import "./styles.css"; | |
| import React, { useState } from "react"; | |
| function CounterVarUpdates({ initialCount }) { | |
| const [count, setCount] = useState(initialCount); | |
| return ( | |
| <div> | |
| Count: {count} | |
| <button onClick={() => setCount(initialCount)}>Reset</button> | |
| <button onClick={() => setCount(count + 1)}>+</button> |
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
| import logging | |
| import pprint | |
| from flask import Flask, redirect | |
| from flask_appbuilder import expose, IndexView | |
| from superset.typing import FlaskResponse | |
| logger = logging.getLogger() |
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
| export function json(o: any): string { | |
| return JSON.stringify(o, null, 2); | |
| } | |
| export function ljson(o: any): void { | |
| console.log(json(o)); | |
| } |
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
| /﹋\_ | |
| (҂`_´) | |
| <,︻╦╤─ Сoбиpaю apмию против прокрастинации | |
| /﹋\ ███████ ]▄▄▄▄▄▄▄▄▄▄▄▄▄ | |
| ▂▄▅████ ████▅▄▃ | |
| █████████████████ | |
| ◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲ | |
| Кoпиpуй и paсстaвляй тaм где прокрастинируют люди! |
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
| /* | |
| see | |
| https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css | |
| */ | |
| /* | |
| https://stackoverflow.com/questions/47266613/vscode-hide-top-right-icons/69788835#comment133175034_69788835 | |
| */ | |
| .tabs-and-actions-container .editor-actions { |
❗ (Moved to d9k-obsidian-style-guide, see fresh version there)
Предназначено для работы в Obsidian с установленным расширением Icon Shortcodes.
OlderNewer