Htmlq: like jq, but for html
91–100 of 172 posts
Re: Htmlq: like jq, but for html
#92Nice, I expected something based on XPath (like xpd), but web developers dealing with HTML are infinitely more familiar with CSS selectors, so a great choice!
Re: Htmlq: like jq, but for html
#93"htmlq: like jq, but for HTML" "jq is like sed for JSON data" sed: "While in some ways similar to an editor which permits scripted edits (_such as ed_), sed works by making only one pass over the input(s)" ed: "ed is a line-oriented text editor". Software definition through a reference to another software is somewhat confusing. Potential users come from different backgrounds (I had no idea what is jq), and it is not…
So for general purposes, it's a terrible marketing pitch. And yet I think it's a very, very valuable demonstration of knowing some of their 'customers'.
Re: Htmlq: like jq, but for html
#94Re: Htmlq: like jq, but for html
#95Just being that guy: is there a reason you didn't call it hq?
Not author but neither is the poster: Jq got away with it because it's one of the few 2 letter combinations that wasn't absolutely overloaded and "jquery" was already taken. OTOH nobody shortens HTML to H and HQ is an extremely common acronym, if not one of the most popular 2 letter acronyms you could pick.
Re: Htmlq: like jq, but for html
#96Just being that guy: is there a reason you didn't call it hq?
Re: Htmlq: like jq, but for html
#97Earlier quoted context omitted.
What's this thing called a "computer" that people keep going on about, anyway?
It's like a programmable loom, but for logical and mathematical operations.
Re: Htmlq: like jq, but for html
#98"htmlq: like jq, but for HTML" "jq is like sed for JSON data" sed: "While in some ways similar to an editor which permits scripted edits (_such as ed_), sed works by making only one pass over the input(s)" ed: "ed is a line-oriented text editor". Software definition through a reference to another software is somewhat confusing. Potential users come from different backgrounds (I had no idea what is jq), and it is not…
What's this thing called a "computer" that people keep going on about, anyway?
As a job, computers were largely automated out of existence by solid-state transistor based automated computers and integrated circuit transistor automated computers in the 60s, 70s and 80s, which replaced the enormously expensive and often largely experimental electro-mechanical automated computers while radically reducing cost and improving performance both by several orders of magnitude.
Re: Htmlq: like jq, but for html
#99Earlier quoted context omitted.
It's like a programmable loom, but for logical and mathematical operations.
You may be interested in the symbol grounding problem ( https://en.wikipedia.org/wiki/Symbol_grounding_problem#Groun... ). It's like the binding problem, but for symbols.
Re: Htmlq: like jq, but for html
#100This looks very useful, big fan of all the ^[a-z]+q$ utilities out there. But as a user, I would probably want to use XPath[0] notation here. Maybe that is just me. A quick search revealed xidel[1] which seems to be similar, but supports XPath. [0] https://en.wikipedia.org/wiki/XPath [1] https://github.com/benibela/xidel