Questions tagged [yandex]

Yandex (Russian: Яндекс) (NASDAQ: YNDX) is a Russian Internet company which operates the largest search engine in Russia with about 60% market share in that country.

Yandex is a Russian Internet company which operates the largest search engine in Russia with about 60% market share in that country. It also develops a number of Internet-based services and products. Yandex ranked as the 5th largest search engine worldwide with more than 150 million searches per day as of April 2012 and more than 25.5 millions of visitors (all company's services) daily as of May 2012. The company's mission is to provide answers on any questions users may have (explicit or implicit).

209 questions
26
votes
5 answers

tag for Google

I would like to tell Google not to index certain parts of the page. In Yandex (russian SE) there's a very useful tag called . How can it be done with Google?
teslasimus
  • 1,238
  • 5
  • 15
  • 23
14
votes
1 answer

Does Catboost support python3?

I would like to use catboost project, that was recently released to open source community by Yandex. But, I use Python 3 in my projects. I know that Python 3 was prohibited by the Emperor of Yandex. Does catboost support Python 3?
Alexander Lobov
  • 386
  • 2
  • 11
11
votes
2 answers

How to set Gmail profile picture for third party emails?

I have an e-mail address myname@mycompany.com and we use Yandex Mail for sending / receiving mails. I also set the profile picture in Yandex Passport but it's not shown in Gmail when I send an e-mail from Yandex to Gmail. How Gmail find out the…
burak emre
  • 1,501
  • 4
  • 22
  • 46
10
votes
2 answers

Got bad greeting from SMTP host: smtp.yandex.ru, port: 465, response: [EOF]] with root cause Yandex

I use brand new spring boot project with next Maven dependency org.springframework.boot spring-boot-starter-mail Implementation of method …
dos4dev
  • 429
  • 2
  • 10
  • 26
10
votes
2 answers

Reverse search an image in Yandex Images using Python

I'm interested in automatizing reverse image search. Yandex in particular is great for busting catfishes, even better than Google Images. So, consider this Python code: import requests import webbrowser try: filePath =…
Platon Makovsky
  • 275
  • 3
  • 13
9
votes
2 answers

ClickHouse: How to store JSON data the right way?

I'm going to migrate data from PostgreSQL database to Yandex's ClickHouse. One of the fields in a source table is of type JSON - called additional_data. So, PostgreSQL allows me to access json attributes during e.g. SELECT ... queries with ->> and…
arturkuchynski
  • 790
  • 1
  • 9
  • 27
9
votes
7 answers

C# yandex mail send error 5.5.4 Error: send AUTH command first

I try to send mail using C# and yandex, but I get an error: Error 5.5.4 Error: send AUTH command first Here is my code. I try with different ports (587, 465..) and SMTP hosts (smtp.yandex.com.tr, smtp.yandex.com, smtp.yandex.ru...) but I get the…
user1688401
  • 1,851
  • 8
  • 47
  • 83
8
votes
3 answers

How to Send Email via Yandex SMTP (C# ASP.NET)

Formerly, I used my server as mail host and was sending emails via my own host. Now, I use Yandex as my mail server. I'm trying to send emails via Yandex SMTP. However, I could not achieve it. I get "the operation has timed out" message every time.…
Nedim
  • 676
  • 1
  • 7
  • 9
7
votes
2 answers

How to read email using python and smtplib

Found a lot of examples how to send mail, but how can I read inbox? For example yandex. import smtplib as smtp email = "me@example.com" password = "password" server =…
Rasul
  • 121
  • 2
  • 3
  • 7
7
votes
4 answers

Replacement for row_number() in clickhouse

Row_number () is not supported by clickhouse database, looking for a alternate function. SELECT company_name AS company, DOMAIN, city_name AS city, state_province_code AS state, country_code AS country, …
Divyarao
  • 113
  • 2
  • 2
  • 5
7
votes
2 answers

How to install Yandex CatBoost on Anaconda x64?

I'v successfully installed CatBoost via pip install catboost But I'v got errors, when I tried sample python script in Jupiter Notebook import numpy as np from catboost import CatBoostClassifier ImportError: No module named…
CrazyElf
  • 763
  • 2
  • 6
  • 17
6
votes
1 answer

Yandex Marker's Current Latlong values in Android

I 'm not able to get the Yandex default Marker's current Latlong values in Android. What I'm really interested is to capture the current latlong values from the android mobile and yandex map marker's position is exactly what I need. Has anyone used…
Hemant
  • 615
  • 1
  • 8
  • 21
6
votes
1 answer

Testing XMPP Chat Server with JMeter

I'm looking to do some performance and load testing on a XMPP/HTTP Web services server using JMeter. I'm new to JMeter and am starting to get my head around the basics, but I would like to get these tests up and running ASAP so am reaching out for…
smur89
  • 329
  • 1
  • 3
  • 15
5
votes
5 answers

creating db and tables in a dockerized Clickhouse instance from docker-compose file

My requirement is to create DB and Tables in Clickhouse when I'm bringing it up using docker-compose. If it is mysql, I do it as below : mysql_1: image: mysql:5.7.16 environment: MYSQL_DATABASE: "one" MYSQL_USER:…
smaikap
  • 474
  • 1
  • 7
  • 19
5
votes
8 answers

iOS - Launch YandexMaps with directions URLScheme

Is there an URL-Scheme for launch the Yandex Maps application with directions? I can just launch the Yandex Maps application (if already installed) with few lines of code, but I didn't found documentation about URLSchemes handled by the app: NSURL…
Fabio Caccamo
  • 1,871
  • 19
  • 21
1
2 3
13 14