pieterhartel
pieterhartel
It seems that sometimes a link without an href is ignored. Consider the sample html below: ``` $ cat anchor.html FOO. FOO! BE AWARE OF SCAMMERS WHO COPY OUR SITE!...
Some text is being repeated whereas the link is being omitted. Consider the input below: ``` $ cat scam.html FOO FOO. FOO! BE AWARE OF SCAMMERS WHO COPY OUR SITE!...
I am having trouble decoding transaction inputs to older transactions found on the blockchain. I am digging through the history of various smart contracts as a kind of "archeological" investigation....
The constructor does not have a name and is therefore not considered by addABI; similarly the input to a create transaction is not prefixed by a hash of the signature...
I have two questions: 1) I think that the title from an HTML document is: * the text from `text` if there is a single `` in the document *...
This page ``bodyh2 1`` gives title: h2 1 However, this page ``bodyh2 1`` gives title: None, but it should give title: h2 1 Similarly, this page ``body h1 2`` gives...
The behaviour below is inconsistent on my Mac; on Ubuntu the results are mostly consistent. I cannot reproduce the inconsistency on Ubuntu, but on MacOS see below. Here is the...
> urltools::puny_decode( "kunde.xn--gartenmbelkaufen-swb.de" ) urltools::puny_decode( "meijne.xn--postbank-65a.de" ) [1] "kunde.gartenmöbelkaufen.de" [1] "meijne.püostbankelkaufen.de" > packageVersion("urltools") [1] ‘1.7.3.1’
I have added code make registrar, registrant, registrant_country, creation_date appear for every TLD.
Before I make lots of changes I'd like to ask what the reason is that not all domains return similar information. For example comparing class `WhoisAU(WhoisEntry)` and `class WhoisRs(WhoisEntry)` (in...