Grigoriy Dobryakov
Grigoriy Dobryakov
How to store kmeans model for further usage in another part of code?
``` Translit.convert('') NoMethodError: undefined method `scan' for nil:NilClass from .../gems/translit-0.1.5/lib/translit.rb:35:in `detect_input_language' ```
`$httpProvider.defaults.headers[method]['If-Modified-Since'] = 'Mon, 26 Jul 1997 05:00:00 GMT'` Why? What this date means? Is it your birthday? Do you understand how it affects on HTTP caching? You have totally broken...
Hello, we have a problem with decoding messages containing Decimal values (in terms of C# data types). For example, when producer (based on C# application) send us value like "1234.56",...
http://www.geonames.org/export/web-services.html#timezone Parameters : lat,lng, radius (buffer in km for closest timezone in coastal areas),lang (for countryName), date (date for sunrise/sunset); Is it possible to add these params when calling .lookup?
Please provide an example how to configure gem to create models only from remote schema registry. The provided examples based on local-stored schemas while all my schemas are stored remotely...
Hi guys! It's really nice idea to fix the contracts between publisher and consumers! And I want to tell you about two other approaches from my practice. Not for holywar,...
Hello. I setup crontab inside container in Dockerfile by this way: `RUN cat /home/app/crontab.txt | crontab -u app -` I see my cron tasks inside container by run `crontab -u...
As described in the readme: ``` pip install requirements.txt cd demo python collaborative_filtering_v1.py ``` It does not work, because: 1. pip install -r requirements.txt # do not forget "-r" 2....