Create documentation for your projects. Like so:
- Up/Down - Previous/Next Gist
- Ctrl+e - Edit a selected Gist
- Ctrl+s - Save Gist
| /** | |
| message format, | |
| update_id is the data-mid when we inspect the web.telegram.org message | |
| message.message_id is the number when we use mouse to copy link to specific message | |
| */ | |
| // bot can receive this | |
| const sampleAdminPostToChannel = { | |
| update_id: 72955, | |
| channel_post: { |
| Software | |
| ======== | |
| Follow these | |
| https://www.asus.com/me-en/support/FAQ/109836/ | |
| https://answers.microsoft.com/en-us/windows/forum/windows_10-hardware-winpc/webcam-not-working-usb20-hd-uvc-webcam/547e3a25-1c2c-44b1-80a1-d2be52afeb5c | |
| https://www.drivereasy.com/knowledge/fixed-asus-usb2-0-webcam-issue-in-windows-10/ | |
| Hardware |
| /** | |
| * All of these can be overrided in each page component via define method https://nuxtjs.org/api/pages-head/ | |
| * E.g.: head() { return { title: "", meta: [] } } | |
| */ | |
| export default { | |
| titleTemplate: "%s - " + _WhiteLabel.brandname, | |
| title: "Shop", | |
| meta: [ | |
| { "http-equiv": "utf-8" }, | |
| { charset: "X-UA-Compatible", content: "IE=edge" }, |
| const axios = require('axios') | |
| /** | |
| * Download url to a file on disk | |
| * @param url | |
| * @param destFile | |
| */ | |
| async function downloadAxios(url: string, destFile: string) { | |
| const response = await axios({ | |
| method: 'GET', |
| <test> | |
| <entry> | |
| <id>1</id> | |
| <value>test</value> | |
| </entry> | |
| </test> |