Найденные страницы с тегом functions всего 44423

Serverless хранение файлов с AWS lambda / Хабр

Добрый день, сегодня мы развернем serverless инфраструктуру на базе AWS lambda для загрузки изображений (или любых файлов) с хранением в приватном AWS S3 bucket. Использовать мы будем terraform...

Создание stateful навыка для Алисы на serverless функциях Яндекс.Облака и Питоне / Хабр

Начнём с новостей. Вчера Яндекс.Облако анонсировало запуск сервиса бессерверных вычислений Yandex Cloud Functions . Это значит: ты пишешь только код своего сервиса (например, веб-приложения или...

Yandex API — Developing for Yandex services / Habr

Yandex API — a set of classes, procedures, functions, structures and constants provided by the Yandex for use in external software products.

Yandex API — Developing for Yandex services / Habr

Yandex API — a set of classes, procedures, functions, structures and constants provided by the Yandex for use in external software products.

Борьба с холодным стартом serverless-функций: «подогрев» среды и оптимизация запуска контейнеров / Хабр

Основная претензия при работе с serverless — время холодного старта, которым нельзя управлять «из коробки». Если функция стартует впервые за последние 5–25 минут, скорее всего запуск будет долгим —...

JSON и PostgreSQL 9.5: с еще более мощными инструментами / Хабр

PostgreSQL 9.5 представил новый функционал, связанный с JSONB, значительно усиливающий его уже имеющиеся NoSQL характеристики. С добавлением новых операторов и функций, теперь стало возможно с...

Yandex API — Developing for Yandex services / Habr

Yandex API — a set of classes, procedures, functions, structures and constants provided by the Yandex for use in external software products.

Forth — Imperative stack-based computer programming language / Habr

Forth is an imperative stack-based computer programming language and environment originally designed by Charles "Chuck" Moore. Language features include structured programming, reflection (the ability to modify the program structure during program execution), concatenative programming (functions are composed with juxtaposition) and extensibility (the programmer can create new commands). Although not an acronym, the language's name is sometimes spelled with all capital letters as FORTH, following the custom

Forth — Imperative stack-based computer programming language / Habr

Forth is an imperative stack-based computer programming language and environment originally designed by Charles "Chuck" Moore. Language features include structured programming, reflection (the ability to modify the program structure during program execution), concatenative programming (functions are composed with juxtaposition) and extensibility (the programmer can create new commands). Although not an acronym, the language's name is sometimes spelled with all capital letters as FORTH, following the custom

Forth — Imperative stack-based computer programming language / Habr

Forth is an imperative stack-based computer programming language and environment originally designed by Charles "Chuck" Moore. Language features include structured programming, reflection (the ability to modify the program structure during program execution), concatenative programming (functions are composed with juxtaposition) and extensibility (the programmer can create new commands). Although not an acronym, the language's name is sometimes spelled with all capital letters as FORTH, following the custom

VK API — VK API — a set of classes, procedures, functions, structures and constants provided by the vk.com for use in external software products. / Habr

VK API — a set of classes, procedures, functions, structures and constants provided by the Vk.com for use in external software products.

VK API — VK API — a set of classes, procedures, functions, structures and constants provided by the vk.com for use in external software products. / Habr

VK API — a set of classes, procedures, functions, structures and constants provided by the Vk.com for use in external software products.

VK API — VK API — a set of classes, procedures, functions, structures and constants provided by the vk.com for use in external software products. / Habr

VK API — a set of classes, procedures, functions, structures and constants provided by the Vk.com for use in external software products.

И снова о рекурсивных запросах / Хабр

В этой заметке речь пойдет о том, как писать рекурсивные запросы. Тема эта поднималась не раз и не два, но обычно все ограничивается простыми «деревянными» случаями: спуститься от вершины до листьев,...

Привязка контекста (this) к функции в javascript и частичное применение функций / Хабр

В предыдущем посте я описал, что this в javascript не привязывается к объекту, а зависит от контекста вызова. На практике же часто возникает необходимость в том, чтобы this внутри функции всегда...

Оптимизация оптимизации в MatLab: nested и anonymous functions / Хабр

Добрый день! Я занимаюсь научными исследованиями в области систем управления, и Matlab — мой основной рабочий инструмент. Одна из возможностей в MatLab — численная оптимизация. Оптимизировать...

FaaS и serverless-решения на примере PoC kubeless-функции / Хабр

Первая ассоциация, которая приходит на ум при упоминании serverless-решений, — это облачные сервисы вроде AWS Lambda, Azure Functions или Google Functions, а на российском рынке — Yandex Cloud...

Google анонсировала второе поколение Cloud Functions / Хабр

Google недавно объявила о публичном предварительном просмотре второго поколения Cloud Functions, функций как сервисной платформы в Google Cloud. В новой версии представлены дополнительные элементы...

A Practical Blockchain Framework using Image Hashing for Image Authentication | Papers With Code

Blockchain is a relatively new technology that can be seen as a decentralised database. Blockchain systems heavily rely on cryptographic hash functions to store their data, which makes it difficult to tamper with any data stored in the system. A topic that was researched along with blockchain is image authentication. Image authentication focuses on investigating and maintaining the integrity of images. As a blockchain system can be useful for maintaining data integrity, image authentication has the potenti

Пишем свой VLOOKUP для того, чтобы не зависеть от стандартного (Excel functions) / Хабр

Преамбула Как известно, знание функции VLOOKUP в MS EXCEL, достаточно чтобы в Москве стать средним аналитиком. Если человек знаком еще и с PIVOT или например знает как убрать дубликаты из списка —...