Andrii Gakhov

Results 6 issues of Andrii Gakhov

Add link to the archive of various exchange rates between main currencies in Ukraine and Russia. Available in JSON and CSV under Creative Commons Attribution 4.0 International License

Cuckoo filter is a compact variant of the Cuckoo hash table, it was proposed by Bin Fan, David Anderson, Michael Kaminsky, and Michael Mitzenmacher in 2014. Cuckoo filters are easy...

hacktoberfest
feature

Having a blank string password is not recommended for cases when the user should be explicitly marked as having no password. This is exactly the recommended way that is used...

Django supports having different field name for usernames. It's very common to use `email` as username, and the Django framework profived all nessesary features to do that in a convenient...

There are 2 more plugins we use in production in our company; - elasticsearch plugin for query execution time monitoring. - ElasticSearch (http://www.elasticsearch.org/) has a good API, so I just...

I use `1.2` version of the parser and receive such response, that i think is inconsistent with others: ``` from daterangeparser import parse as parse_daterange parse_daterange("to 5Jul2015") >> (datetime.datetime(2015, 7,...