-
https://medialize.github.io/URI.js/
https://www.npmjs.com/package/url-parse
Pass in a URL, and:
- [x] add/replace query string parameters
- [x] change http -> https
- [x] add hash
- [x] add us…
-
The class `Duplicati.Library.Uri` was implemented to solve two issues:
1. To support more "natural" URL inputs from the commandline (i.e., support non-url-encoded parameters for username and password)…
-
* Based on https://gist.github.com/linuxwolf/5722b60907826b47a97b10cf36676ca2
* Use Mozilla public suffix list: https://publicsuffix.org/
-
When you run:
`archivebox add --parser=rss --depth=1 https://example.org/example.rss`
It fails, because what happens is that the URL is written to `sources/{{id}}-import.txt` on a line by itself…
-
感谢您申报bug,为了表示感谢,如果bug确实存在,您将出现在本项目的贡献者列表里;如果您不但发现了bug,还提供了很好的解决方案,我们会邀请您以pull request的方式成为本项目的代码贡献者(Contributor);如果您多次提供很好的pull request,我们将邀请您成为本项目的协助者(Collaborator)。当然,是否提供解决方按都是自愿的。不管是否是真正的bug、是否提供解…
-
Parser that retrieves Decision API metadata: "Metadata about the issue is retrieved automatically from the Decisions API and topic, description etc. fields are prefilled."
Note: Same should be later …
-
`[attachment:Screen Shot 2017-09-26 at 11.52.12 AM.png]` results in broken link because the current regex doesn't account for this format.
-
To make sharing code snippets easier, it would be convenient to store the selected parser and parser settings in the URL.
However, I don't really like to update the current URI with that information,…
-
https://url.spec.whatwg.org/commit-snapshots/a1b789c6b6c36fcdb16311da5abd177e84151fca/#url-parsing
> For each byte in buffer:
>
> If byte is less than 0x21 \(\!\), greater than 0x7E \(\~\), or …
LEW21 updated
2 years ago
-
ตัวทำ routing จะสามารถทำการ map ด้วยข้อความประมาณนี้ได้ (ตาม Grails)
"/", controller:"hello"
"/$controller/$action/$id?"
"/blog/$year/$month/$day"
แล้ว controller กับ action จะ map หา Controller s…