-
![Untitled222](https://user-images.githubusercontent.com/32283515/57470404-09ae1380-7289-11e9-9c6f-cbf5b6a7b500.png)
![up2](https://user-images.githubusercontent.com/32283515/57470418-0f0b5e00-7289-1…
-
Add a toolkit for generating Avalonia related code snippets.
1. Instead of manipulating code snippets inside option window, just add a link in option to open a window.
2. User can customize what c…
-
This issue is not not associated with one particular task, it's just a place to store all kind of pieces of code, that is not present in repository directly, but is quite often used for development pu…
-
This feature is implemented in many IDEs. And Lua people need it too!
And there are 2 main use-case scenarios:
1. Typing keyword and then pressing tab/space/enter like with auto-completion, but in…
-
### 获取一个地址的参数
``` javascript
const getURLParameters = (url=location.href) =>
(url.match(/([^?=&]+)(=([^&]*))/g) || []).reduce(
(a, v) => ((a[v.slice(0, v.indexOf('='))] = v.slice(v.indexOf('=…
-
Post comments with code snippets below to take a screenshot of the code after syntax formatting has been applied.
-
https://github.com/ckeditor/ckeditor4/security/advisories/GHSA-7r32-vfj5-c2jv
-
Javascript engine for doing stuff with Roblu data in PC/browser
-
https://github.com/TonyShield/Hello_world/blob/8f225d94d2975c878021cfc6fcae9c5c03e8be82/hello.c#L5C1-L6C19
-
We use triple-backtick blocks to render code snippets in the specs. We've recently checked that these all use format hints like `json` appropriately, which gets us syntax highlighting. I notice that t…