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
<Query Kind="Program"> | |
<Namespace>System.Drawing</Namespace> | |
<Namespace>System.Runtime.InteropServices</Namespace> | |
</Query> | |
// https://stackoverflow.com/questions/12417432/how-to-get-all-monospaced-fonts-in-windows | |
internal class NativeMethods | |
{ | |
public const Int32 LF_FACESIZE = 32; |
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 Custom Clone Command | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://github.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com | |
// @grant none | |
// ==/UserScript== |
- Obsidian
- Logseq
- Jopplin
- Прощай, Evennote
- Selfhosted Logseq
When calling gatsby
from PHP
script which itself interpreted by apache2
web server I'm getting an error: Error: EACCES: permission denied, open '/root/.config/gatsby/config.json' You don't have access to this file.
.
Shell script that was called from PHP with output ('+' sign followed by shell command):
+ whoami
myuser
+ node_modules/.bin/gatsby clean
Error: EACCES: permission denied, open '/root/.config/gatsby/config.json'
Headless CMS:
- Grav flat-file CMS written on PHP.
- wagtail CMS written in Python and built on the Django web framework. See also book Build SPA with React and Wagtail (2.0.0), get it
- https://medevel.com/18-flat-file-cms-for-enterprise/
Frontend:
- react-admin, https://marmelab.com/react-admin/ - A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design
- https://github.com/themesberg/tailwind-dashboard-windster
- [What is packrat parsing?][so-packrat]
- https://www.csd.uwo.ca/~mmorenom/CS447/Lectures/Syntax.html/Syntax.html
Серия статей от основателя Python - Guido van Rossum по теме [PEG - Parsing Expression Grammars][guido-toc]. В серии есть [статья об устранении левой рекурсии][guido-left]. Примечательно, что Guido решил делать новый парсер на основе PEG (март 2020).
NewerOlder