Найденные страницы с тегом apis programmers всего 202748

Работа с геозонами (geofences) в Android / Хабр

Добрый день, хабровчане. Сегодня я хотел бы рассказать о Location APIs в общем и о геозонах (geofences) в частности, которые были представлены на Google I/0 2013 ( видео и презентация ). Не смотря на...

man!(C => D => Rust) / Хабр

Предыдущую статью восприняли лучше, чем я ожидал, так что решился на продолжение эксперимента. Это своеобразный ответ на перевод статьи Programming in D for C Programmers за авторством Дмитрия aka...

Вышла версия 1.5.0, теперь с поддержкой Go / Хабр

— Новый runtime: Go . Пока в качестве эксперимента, с ограниченной поддержкой APIs. Go открыт, компилируем, легковесен и может пригодиться для CPU-нагруженных приложений. — Backends . Теперь можно...

#apis — подборка статей на DTF

Все статьи по тегу #apis на DTF, площадке для обсуждения развлекательной индустрии, где каждый может создавать контент.

Hackathon — Programming marathons / Habr

A hackathon (also known as a hack day, hackfest or codefest) is a design sprint-like event in which computer programmers and others involved in software development, including graphic designers, interface designers, project managers, and others, often including subject-matter-experts, collaborate intensively on softwareprojects.

Hackathon — Programming marathons / Habr

A hackathon (also known as a hack day, hackfest or codefest) is a design sprint-like event in which computer programmers and others involved in software development, including graphic designers, interface designers, project managers, and others, often including subject-matter-experts, collaborate intensively on softwareprojects.

Hackathon — Programming marathons / Habr

A hackathon (also known as a hack day, hackfest or codefest) is a design sprint-like event in which computer programmers and others involved in software development, including graphic designers, interface designers, project managers, and others, often including subject-matter-experts, collaborate intensively on softwareprojects.

Почему типы так много значат для программистов? / Хабр

Адаптация статьи What do types mean for programmers? (Ville Tirronen) Типы – одно из основополагающих понятий для программистов. Типы также могут быть одним из наиболее запутанных и многогранных...

Objective C — General-purpose, object-oriented programming language / Habr

Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language. It was the main programming language used by Apple for the OS X and iOS operating systems, and their respective application programming interfaces (APIs) Cocoa and Cocoa Touch prior to the introduction of Swift. The programming language Objective-C was originally developed in the early 1980s. It was selected as the main language used by NeXT for its NeXTSTEP operating sy

Objective C — General-purpose, object-oriented programming language / Habr

Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language. It was the main programming language used by Apple for the OS X and iOS operating systems, and their respective application programming interfaces (APIs) Cocoa and Cocoa Touch prior to the introduction of Swift. The programming language Objective-C was originally developed in the early 1980s. It was selected as the main language used by NeXT for its NeXTSTEP operating sy

Brainfuck — Brainfuck is an esoteric programming language created in 1993 by Urban Müller, and notable for its extreme minimalism. / Habr

Brainfuck is an esoteric programming language created in 1993 by Urban Müller, and notable for its extreme minimalism. The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brainfuck simply requires one to break commands into microscopic steps. The language's name is a reference to the slang term brainfuck, which refers to things so complicated or unusual that they exc

Brainfuck — Brainfuck is an esoteric programming language created in 1993 by Urban Müller, and notable for its extreme minimalism. / Habr

Brainfuck is an esoteric programming language created in 1993 by Urban Müller, and notable for its extreme minimalism. The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brainfuck simply requires one to break commands into microscopic steps. The language's name is a reference to the slang term brainfuck, which refers to things so complicated or unusual that they exc

We're in UltraHD Morty! How to watch any movie in 4K / Habr

You’ve probably heard about Yandex’s DeepHD technology they once used to improve the quality of old Soviet cartoons. Unfortunately, it’s not public yet, and we, regular programmers, don’t have the...

Редактор TECO: EMACS, я твой отец / Хабр

Впервые про TECO я прочитал в пародийной статье Real Programmers Don't Use Pascal , написанной незадолго до моего рождения. Там было написано, что настоящие программисты не используют новомодные...

Вышел релиз Playwright 1.38 / Хабр

Обновления UI Mode Увеличенный временной диапазон. Редизайн сетевой панели. Новые APIs browserContext.on('weberror') locator.pressSequentially() reporter.onEnd() теперь сообщает startTime и общую...

Objective C — General-purpose, object-oriented programming language / Habr

Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language. It was the main programming language used by Apple for the OS X and iOS operating systems, and their respective application programming interfaces (APIs) Cocoa and Cocoa Touch prior to the introduction of Swift. The programming language Objective-C was originally developed in the early 1980s. It was selected as the main language used by NeXT for its NeXTSTEP operating sy

Narvi Payments oy AB | EU-Startups

Narvi builts its own in-house core banking technology with APIs to provide businesses with a seamless banking experience. apartment from multi-currency accounts, Narvi’s Business accounts also come with built-in crypto wallets.

Brainfuck — Brainfuck is an esoteric programming language created in 1993 by Urban Müller, and notable for its extreme minimalism. / Habr

Brainfuck is an esoteric programming language created in 1993 by Urban Müller, and notable for its extreme minimalism. The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brainfuck simply requires one to break commands into microscopic steps. The language's name is a reference to the slang term brainfuck, which refers to things so complicated or unusual that they exc

Browser extensions — Extensions and plugins / Habr

A browser extension is a plug-in that extends the functionality of a web browser. Some extensions are authored using web technologies such as HTML, JavaScript, and CSS. Others are developed using machine code and application programming interfaces (APIs) provided by web browsers, such as NPAPI and PPAPI. Browser extensions can change the user interface of the web browser without directly affecting viewable content of a web page; for example, by adding a browser toolbar.

Browser extensions — Extensions and plugins / Habr

A browser extension is a plug-in that extends the functionality of a web browser. Some extensions are authored using web technologies such as HTML, JavaScript, and CSS. Others are developed using machine code and application programming interfaces (APIs) provided by web browsers, such as NPAPI and PPAPI. Browser extensions can change the user interface of the web browser without directly affecting viewable content of a web page; for example, by adding a browser toolbar.

Maps API — Cartographic services API / Habr

Google Maps, Yandex.Maps and other mapping services - almost all of them give developers their APIs.

Maps API — Cartographic services API / Habr

Google Maps, Yandex.Maps and other mapping services - almost all of them give developers their APIs.

Weak UI, weak programmer / Habr

Why do so many programmers hate UI work? Because it is tedious. Especially, for the Web, but other types of UI are only slightly easier. Layouts, margins, paddings — neverending stream of little...

Похожие теги: