yandex/gixy 6737
Nginx configuration static analyzer
Faster Recurrent Neural Network Language Modeling Toolkit with Noise Contrastive Estimation and Hierarchical Softmax
Django DB router for stateful master-slave replication
yandex/audio-js 153
Библиотека аудио-плеера для браузера
Turn your Burp suite into headless active web application vulnerability scanner
Примеры кода навыков для голосового помощника, придуманного в Яндексе
Security checks pack for Burp Suite
C++ library for collecting user-defined in-process runtime statistics with low overhead
Go library for accessing multi-host SQL database installations
http balancer
issue commentyandex/odyssey
Error reading config file when it is a symlink
Current workaround to copy mounted files
....
volume_mount {
mount_path = "/etc/odyssey/mounted"
name = "conf"
read_only = true
}
command = ["/bin/sh"]
args = [
"-c",
<<EOL
cp -RL /etc/odyssey/mounted/* /etc/odyssey &&
/usr/local/bin/odyssey /etc/odyssey/odyssey.conf
EOL
]
....
comment created time in 7 hours
fork mvphilip/ozo
OZO is a C++17 Boost.Asio based header-only library for asyncronous communication with PostgreSQL DBMS.
fork in 11 hours
issue openedyandex/gixy
cached_property is built-in since py3.8
For Python 3.8 and newer, you can import cached_property
from functools
and avoid the dependency on the external cached-property package.
created time in 19 hours
startedyandex/gixy
started time in a day
issue closedyandex/mapkit-android-demo
var boundingBox = BoundingBox(Point(p1.latitude, p1.longitude), Point(p2.latitude, p2.longitude)) // getting BoundingBox between two points
var cameraPosition = mapView!!.map.cameraPosition(boundingBox) // getting cameraPosition
cameraPosition = CameraPosition(cameraPosition.target, cameraPosition.zoom - 0.8f, cameraPosition.azimuth, cameraPosition.tilt) // Zoom 80%
mapView!!.map.move(cameraPosition, Animation(Animation.Type.SMOOTH, 0f), null) // move camera
А подскажите как быть в случае если у меня не 2 point-а а больше и нужно их все отобразить на экране с отступами (left/right paddings)?
В google картах использовал LatLngBounds.Builder() и добавлял все нужные для отображения точки include(LatLng())
Спасибо)
closed time in a day
xandr08issue commentyandex/mapkit-android-demo
- BoundingBox по набору точек можно построить либо самостоятельно, либо используя BoundingBoxHelper.
- для задания отступов нужно задать focusRect, тогда метод Map.getCameraPosition(bbox) вернет такую позицию камеры, чтобы bbox вписался в заданный focusRect.
comment created time in a day
startedyandex/odyssey
started time in a day
startedyandex/mapkit-ios-demo
started time in 2 days
issue closedyandex/agglomerative_clustering
Формат входных и выходных данных
Здравствуйте! Прочитал вашу статью на Хабре, но не могу понять, какой формат входного и выходного файлов. Подскажите, во входном файле data/2d_similarities.tsv в первом и втором столбцах - X и Y? Или это номера вершин графа? А в выходном 2d_clusters.tsv указаны рёбра графа (2 вершины) или что-то другое?
closed time in 2 days
maleksjukpush eventyandex/odyssey
commit sha ffebb6f855b1f2a4b7bebc8b7a26215b3da43a4c
dockerbuild fix (#289) Co-authored-by: reshke <Kirill Reshke>
push time in 2 days
PR merged yandex/odyssey
pr closed time in 2 days
PR opened yandex/odyssey
pr created time in 2 days
issue openedyandex/mapkit-android-demo
Как сделать чтобы значок пользователя находился в низу placemark по уровню ?
created time in 2 days
issue openedyandex/mapkit-android-demo
Как сделать чтобы значок пользователя не покрывал placemark?
created time in 2 days
startedyandex/gixy
started time in 2 days
push eventyandex/odyssey
commit sha 173a0defe7a12f84d3554b0aaa3ccfd00faecd4c
remove custom logic for sigterm (#286) * remove custom logic for sigterm * fmt * add comment Co-authored-by: reshke <Kirill Reshke>
push time in 2 days
PR merged yandex/odyssey
pr closed time in 2 days
Pull request review commentyandex/odyssey
remove custom logic for sigterm
static void od_cron_err_stat(od_cron_t *cron) od_route_pool_unlock(router->route_pool) } -od_attribute_noreturn() static void od_cron(void *arg)+static void od_cron(void *arg) { od_cron_t *cron = arg; od_instance_t *instance = cron->global->instance; cron->stat_time_us = machine_time_us();+ pthread_mutex_lock(&cron->lock);+ cron->online = 1; int stats_tick = 0; for (;;) {+ if (!cron->online) {
In fact now we cannot shut down for 1 second. This is kind of eternity...
comment created time in 2 days
startedyandex/yandex-tank
started time in 2 days
Pull request review commentyandex/odyssey
database "console" { locks_dir "/tmp/odyssey" graceful_die_on_errors yes-enable_online_restart yes+enable_online_restart no
why
comment created time in 3 days
startedyandex/ozo
started time in 3 days
push eventyandex/odyssey
commit sha 575f75d7cb7b5a918bcf842a3536a21f76360c19
Add simple way to develop on Mac and refactor dockerfiles a little bit (#287)
push time in 3 days