address
Here are 391 public repositories matching this topic...
-
Updated
Sep 17, 2019 - Java
-
Updated
May 12, 2020 - Objective-C
usaddress supports the label "CountryName", as can be seen by parsing
123 Cedar Ave Salt Lake City Utah 84105 USA
yet the label "CountryName" is missing from the list of component names in usaddress.readthedocs.io and in README.md.
Speaks for itself - I think going forward we need to avoid code in markdown files, and have a sectioned examples folder.. But we need to do better on this front :P
-
Updated
Jun 6, 2020 - JavaScript
Here we're re-exporting methods of ethjs-util:
But because they're manually added to the exports object, typescript is not adding type definitions for them and Typescript users get an error when using one of those methods, e.g. stripHexPrefix.
request-ip goes down a list of different methods of providing an IP address, and picks the first one that works. If the user of this library doesn't filter out unknown/unexpected headers, this is quite a dangerous way of determining the IP address. If X-Client-IP wasn't filtered by the user's web server, then an attacker could set the X-Client-IP header themselves and request-ip would happily
-
Updated
Apr 7, 2020 - HTML
Hello,
I've been using the libpostal python bindings for a while now and it has really helped with database cleansing and the like.
One issue I have, however, is that the only functions which have any documentation or usage examples are parse_address and expand_address. Even this comes from the main libpostal page, and not this page.
By looking at the source code, I can find some sparse
-
Updated
May 15, 2020 - Python
Tout d'abord un grand merci à Etalab pour ce logiciel !
https://adresse.data.gouv.fr ne mentionne pas ce dépôt c'est dommage.
Préciser :
DOCUMENT_STORE_PYPATH = 'addok_psql_store.PSQLStore'
Ceci semble obsolète :
SEARCH_RESULT_PROCESSORS_PYPATHS = [
#! "addok.helpers.results.score_by_str_distance",
#! "addok.helpers.results.adjust_scores",
addok ngrams
-
Updated
Apr 6, 2020 - C++
-
Updated
Nov 28, 2019 - JavaScript
-
Updated
May 15, 2020 - Kotlin
-
Updated
Nov 28, 2018
When trying to install from PIP, python still throws an error about encoding type, as not being able to read the readme file. I see the code on here has been updated to include the encoding='utf-8' however it does not exist in the release that pip downloads. Would be nice to have this fixed.
-
Updated
Sep 12, 2019 - Python
Nebulas currently have a usable js version to create the wallet address and send the transaction. Neb. js implements all the RPC interfaces of the Nebulas, but none of these interfaces currently add parameter validation.
We should add parameter validation to these interfaces and functions.
RPC interfaces:
api:wikiadmin:[
Improve this page
Add a description, image, and links to the address topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the address topic, visit your repo's landing page and select "manage topics."


Hi,
Does anyone have a brief usage guide for the C deployment, basic things like what all the .exes do and the parameters you need to pass.
Also, what exe do I use to do address expansion?
Thx