Добірка наукової літератури з теми "Developer API"

Оформте джерело за APA, MLA, Chicago, Harvard та іншими стилями

Оберіть тип джерела:

Ознайомтеся зі списками актуальних статей, книг, дисертацій, тез та інших наукових джерел на тему "Developer API".

Біля кожної праці в переліку літератури доступна кнопка «Додати до бібліографії». Скористайтеся нею – і ми автоматично оформимо бібліографічне посилання на обрану працю в потрібному вам стилі цитування: APA, MLA, «Гарвард», «Чикаго», «Ванкувер» тощо.

Також ви можете завантажити повний текст наукової публікації у форматі «.pdf» та прочитати онлайн анотацію до роботи, якщо відповідні параметри наявні в метаданих.

Статті в журналах з теми "Developer API"

1

Bhuiyan, Touhid, Afsana Begum, Sharifur Rahman, and Imran Hadid. "API vulnerabilities: current status and dependencies." International Journal of Engineering & Technology 7, no. 2.3 (March 8, 2018): 9. http://dx.doi.org/10.14419/ijet.v7i2.3.9957.

Повний текст джерела
Анотація:
Recently API (Application Programming Interface) is becoming more popular for developers. When software is designed, most of the time, developers need to use APIs to manage a specific task. Developers use various kinds of APIs. Some of them are built by themselves and some are used from public APIs. API is a set of functions and procedures that allows another program or application to get access to features or data. Public APIs are open in public networks; developers collect these APIs depending on their specific needs. Developers need to interact with other software, as a result, a developer can conduct specific task without authorization to access the entirety of the software. It definitely reduces our loads at the same time introduces risks. In the end every developer wants to ensure security to his/her application. Commonly used public APIs are not enough secure to provide security to confidential data. We focused on these public APIs that are commonly used by developers. We tested a set of public APIs in our security lab and we have found many vulnerabilities that are highly alarming for developers who are going to use these API. In this paper we have tried to introduce the current status of vulnerable APIs. Moreover, several relationships exist between API vulnerabilities. In this paper we have also discussed the dependencies and relationships between API vulnerabilities.
Стилі APA, Harvard, Vancouver, ISO та ін.
2

Matulatan, Tekad, Nerfita Nikentari, Martaleli Bettiza, Hendra Kurniawan, and Nola Ritha. "Open API untuk Warung Makan Usaha Kecil dan Industri Rumahan." Jurnal Teknologi dan Riset Terapan (JATRA) 2, no. 1 (June 30, 2020): 20–25. http://dx.doi.org/10.30871/jatra.v2i1.1800.

Повний текст джерела
Анотація:
Usaha Warung Makan banyak yang merupakan usaha kecil atau industri rumahan merupakan warung makan dengan modal dibawah 10juta rupiah dan umumnya terletak pada halaman pekarangan dari pemilik warung, serta tidak memiliki cabang. Kendala paling banyak di jumpai adalah sepinya pelanggan yang di sebabkan oleh lokasi warung yang tidak strategis serta tidak meluasnya informasi layanan warung itu sendiri. OPEN API Warung Makan merupakan pelaksanaan kegiatan Pengabdian Kepada Masyarakat dengan bantuan hibah internal 2019 Universitas Maritim Raja Ali Haji. API ini dimaksudkan untuk terbuka terhadap developer aplikasi manapun untuk memanfaatkan fasilitas gratis ini untuk ditujukan kepada usaha warung makan yang masuk ke dalam kategori usaha kecil atau industri rumahan. OPEN API Warung Makan menyedikan dua bagian layanan yakni untuk pelanggan dan pemilik warung. OPEN API Warung Makan menggunakan infrastruktur cloud Universitas Maritim Raja Ali Haji dan tidak memerlukan Authentication Token atau sejenisnya
Стилі APA, Harvard, Vancouver, ISO та ін.
3

Qi, Lianyong, Houbing Song, Xuyun Zhang, Gautam Srivastava, Xiaolong Xu, and Shui Yu. "Compatibility-Aware Web API Recommendation for Mashup Creation via Textual Description Mining." ACM Transactions on Multimedia Computing, Communications, and Applications 17, no. 1s (March 31, 2021): 1–19. http://dx.doi.org/10.1145/3417293.

Повний текст джерела
Анотація:
With the ever-increasing prosperity of web Application Programming Interface (API) sharing platforms, it is becoming an economic and efficient way for software developers to design their interested mashups through web API re-use. Generally, a software developer can browse, evaluate, and select his or her preferred web APIs from the API's sharing platforms to create various mashups with rich functionality. The big volume of candidate APIs places a heavy burden on software developers’ API selection decisions. This, in turn, calls for the support of intelligent API recommender systems. However, existing API recommender systems often face two challenges. First, they focus more on the functional accuracy of APIs while neglecting the APIs’ actual compatibility. This then creates incompatible mashups. Second, they often require software developers to input a set of keywords that can accurately describe the expected functions of the mashup to be developed. This second challenge tests partial developers who have little background knowledge in the fields. To tackle the above-mentioned challenges, in this article we propose a compatibility-aware and text description-driven web API recommendation approach (named WAR text ). WAR text guarantees the compatibility among the recommended APIs by utilizing the APIs’ composition records produced by historical mashup creations. Besides, WAR text entitles a software developer to type a simple text document that describes the expected mashup functions as input. Then through textual description mining, WAR text can precisely capture the developers’ functional requirements and then return a set of APIs with the highest compatibility. Finally, through a real-world mashup dataset ProgrammableWeb, we validate the feasibility of our novel approach.
Стилі APA, Harvard, Vancouver, ISO та ін.
4

Yang, Wenhua, Yu Zhou, and Zhiqiu Huang. "Personalized API Recommendations." International Journal of Software Engineering and Knowledge Engineering 31, no. 09 (September 2021): 1299–327. http://dx.doi.org/10.1142/s021819402150042x.

Повний текст джерела
Анотація:
Application Programming Interfaces (APIs) play an important role in modern software development. Developers interact with APIs on a daily basis and thus need to learn and memorize those APIs suitable for implementing the required functions. This can be a burden even for experienced developers since there exists a mass of available APIs. API recommendation techniques focus on assisting developers in selecting suitable APIs. However, existing API recommendation techniques have not taken the developers personal characteristics into account. As a result, they cannot provide developers with personalized API recommendation services. Meanwhile, they lack the support for self-defined APIs in the recommendation. To this end, we aim to propose a personalized API recommendation method that considers developers’ differences. Our API recommendation method is based on statistical language. We propose a model structure that combines the N-gram model and the long short-term memory (LSTM) neural network and train predictive models using API invoking sequences extracted from GitHub code repositories. A general language model trained on all sorts of code data is first acquired, based on which two personalized language models that recommend personalized library APIs and self-defined APIs are trained using the code data of the developer who needs personalized services. We evaluate our personalized API recommendation method on real-world developers, and the experimental results show that our approach achieves better accuracy in recommending both library APIs and self-defined APIs compared with the state-of-the-art. The experimental results also confirm the effectiveness of our hybrid model structure and the choice of the LSTM’s size.
Стилі APA, Harvard, Vancouver, ISO та ін.
5

Ye, Deheng, Lingfeng Bao, Zhenchang Xing, and Shang-Wei Lin. "APIReal: an API recognition and linking approach for online developer forums." Empirical Software Engineering 23, no. 6 (March 5, 2018): 3129–60. http://dx.doi.org/10.1007/s10664-018-9608-7.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
6

Hassan, Boulchahoub, Rachiq Amina, Labriji Amine, Labriji Elhoussin, and Mohamed Azouazi. "A regexcriteria API to complete the power of regular expressions engine." International Journal of Electrical and Computer Engineering (IJECE) 9, no. 4 (August 1, 2019): 3185. http://dx.doi.org/10.11591/ijece.v9i4.pp3185-3193.

Повний текст джерела
Анотація:
Regular expressions are heavily used in the field of computer programming. They are known by their strength to search or replace parts of strings according to a given structure (mails, phone, numbers, etc.). Currently regular expressions are only used to search for some patterns or to make some substitutions in strings. However, the need may be wider than that when it comes to order the results of a regular expression or to group them according to some criteria. Developers are always called to analyze the results of a regular expression by doing some restrictions such as (equal, not equal, between) or some projections like (maximum, average, grouping by ..) or sorts. Unfortunately, to do these treatments, the developer must implement his own algorithms which cost him a remarkable effort and a waste of time. We propose in this paper an API called RegexCriteria inspired from Hibernate Criteria to support developer while analysing the results of a regular expression.
Стилі APA, Harvard, Vancouver, ISO та ін.
7

Cheng, Audrey, Xiao Shi, Lu Pan, Anthony Simpson, Neil Wheaton, Shilpa Lawande, Nathan Bronson, Peter Bailis, Natacha Crooks, and Ion Stoica. "RAMP-TAO." Proceedings of the VLDB Endowment 14, no. 12 (July 2021): 3014–27. http://dx.doi.org/10.14778/3476311.3476379.

Повний текст джерела
Анотація:
Facebook's graph store TAO, like many other distributed data stores, traditionally prioritizes availability, efficiency, and scalability over strong consistency or isolation guarantees to serve its large, read-dominant workloads. As product developers build diverse applications on top of this system, they increasingly seek transactional semantics. However, providing advanced features for select applications while preserving the system's overall reliability and performance is a continual challenge. In this paper, we first characterize developer desires for transactions that have emerged over the years and describe the current failure-atomic (i.e., write) transactions offered by TAO. We then explore how to introduce an intuitive read transaction API. We highlight the need for atomic visibility guarantees in this API with a measurement study on potential anomalies that occur without stronger isolation for reads. Our analysis shows that 1 in 1,500 batched reads reflects partial transactional updates, which complicate the developer experience and lead to unexpected results. In response to our findings, we present the RAMP-TAO protocol, a variation based on the Read Atomic Multi-Partition (RAMP) protocols that can be feasibly deployed in production with minimal overhead while ensuring atomic visibility for a read-optimized workload at scale.
Стилі APA, Harvard, Vancouver, ISO та ін.
8

van der Vlist, Fernando N., Anne Helmond, Marcus Burkhardt, and Tatjana Seitz. "API Governance: The Case of Facebook’s Evolution." Social Media + Society 8, no. 2 (April 2022): 205630512210862. http://dx.doi.org/10.1177/20563051221086228.

Повний текст джерела
Анотація:
Researchers, policymakers, and competition and regulation authorities worldwide recognize the utility of application programming interfaces (APIs) in powering the digital economy and driving datafication and platformization processes. However, it remains unclear how the APIs of leading social media relate to platform governance and how this relationship evolved. This article traces the evolution of Facebook’s APIs, which evolved from a relatively simple programming interface for data access into a complex layered and interconnected governance arrangement. The study draws on a large corpus of (archived) developer pages and API reference documentation to examine the history of Facebook’s API governance; that is, the governance of and by Facebook through its APIs. This historical analysis emphasizes the technical dimensions and dynamics of what, how, and whom powerful platforms seek to govern, thus highlighting the technicity of platform governance and how it evolved. Because APIs facilitate and govern the material conditions of app development and the social and economic processes they sustain, powerful platforms influence the evolution of their larger ecosystems. As such, the technicity of Facebook’s API governance represents a major source of the platform’s “infrastructural power.”
Стилі APA, Harvard, Vancouver, ISO та ін.
9

Deepti Ravi Kumar, Nandha Kishore, D. Rahul Raj, E. A. Raswanth, Samyuktha Sreekanth, S. Sruthi, and T. Anusha. "Implementation of Message Service Queue Using Rabbit MQ." March 2023 5, no. 1 (February 9, 2023): 1–14. http://dx.doi.org/10.36548/jei.2023.1.001.

Повний текст джерела
Анотація:
A distributed system is a software application that makes use of a collection of protocols to manage the activities of numerous processes running on a communication network, so that each part cooperates to finish a single or a condensed number of related tasks. Representational State Transfer (REST) API is also integrated into this, making it simple to access online services without the need for additional processing. The server sends a client-side representation of the requested resource whenever a RESTful API is used. It is also integrated with microservices through the open-source message-broker programme RabbitMQ. With little developer involvement, the configuration file must automatically network new messaging services that join the distributed system.
Стилі APA, Harvard, Vancouver, ISO та ін.
10

Bohm, Thomas. "An interview with Joanna Suau from Infobip on the design of application programming interface (API) documentation." Information Design Journal 26, no. 2 (December 20, 2021): 89. http://dx.doi.org/10.1075/idj.00011.boh.

Повний текст джерела
Анотація:
Abstract About Joanna Suau Joanna studied English literature and culture at the University of Silesia in Poland, where she was born. She did a technical writing postgraduate degree in the picturesque city of Krakow and moved to the U.K. in 2012, to work for shipping solutions provider Pierbridge, where she mainly focused on user guides and walkthroughs of various types of shipping applications. Interested in what makes an app tick, Joanna started learning programming language (JavaScript) and explored CSS and HTML in more detail. This is when she discovered her passion for writing clean and appealing developer-oriented documentation, and moved to the start-up company Moltin, to become a part of the Developer Success team. Joanna has changed industry, and currently works in the field of telecommunication. She works for a messaging services provider, Infobip, contributing content to their robust API solutions.
Стилі APA, Harvard, Vancouver, ISO та ін.

Дисертації з теми "Developer API"

1

Armknecht, Jonathan Blake. "A Developer Usability Study of TLS Libraries." BYU ScholarsArchive, 2020. https://scholarsarchive.byu.edu/etd/8685.

Повний текст джерела
Анотація:
Transport Layer Security (TLS) is a secure communication protocol between a client and a server over a network. The TLS protocol provides the two endpoints with confidentiality through symmetric encryption, endpoint authentication using public-key cryptography, and data integrity using a MAC. However, studies show that security vulnerabilities within TLS connections are often caused by developers misusing TLS library APIs. We measure the usability of four TLS libraries by performing a developer user study. Participants were given code that connects to google.com through HTTP, and tasked with using a TLS library to change the code so that it connects securely to Google through HTTPS. Our results help show what makes a library usable and what problems arise for developers using these TLS libraries. We found that the main way to ensure a TLS library is usable is to focus on having clear documentation. From our results, we provide suggestions on how to create usable documentation.
Стилі APA, Harvard, Vancouver, ISO та ін.
2

Nordin, Izak. "Investigation and implementation of a developer-friendly and efficient API fo rDatabase Management Systems." Thesis, Umeå universitet, Institutionen för datavetenskap, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-164766.

Повний текст джерела
Анотація:
New databases and query-languages are created every year. Developers using these technologies have to learn all the different ways to access the databases. When using a query-language to retrieve information it is easy for the query to become really long and complex.Different ways to implement an abstraction layer on top of databases was investigated. By looking at what is easiest to learn and use a Java implementation was used. In the resulting implementation the developers could create a query-object which is sent into a converter which creates the correct query-syntax. After showing the implementation to different developers at Cinnober they felt that an abstraction layer like this one could be really useful. The solution would provide a uniform way of creating queries and that it would be easier to use and understand once you got used to it. The performance of the implementation was high enough for the standards set by Cinnober, it was also deemed easy to understand which was an important criteria for usage in production. A new way of communicating to databases is presented and could be used in production if developers chooses to improve the current implementation.
Стилі APA, Harvard, Vancouver, ISO та ін.
3

Isarabhakdi, Vijavat. "The man in khaki--debaser or developer? : the Thai military in politics, with particular reference to the 1976-1986 period /." Thesis, Connect to Dissertations & Theses @ Tufts University, 1989. http://catalog.hathitrust.org/api/volumes/oclc/22748200.html.

Повний текст джерела
Анотація:
Thesis (Ph.D) -- Fletcher School of Law and Diplomacy, 1989.
Typescript (photocopy). Vita. Bibliography: leaves 545-564. Access restricted to members of the Tufts University community. Also available via the World Wide Web;
Стилі APA, Harvard, Vancouver, ISO та ін.
4

O'Neill, Mark Thomas. "The Security Layer." BYU ScholarsArchive, 2019. https://scholarsarchive.byu.edu/etd/7761.

Повний текст джерела
Анотація:
Transport Layer Security (TLS) is a vital component to the security ecosystem and the most popular security protocol used on the Internet today. Despite the strengths of the protocol, numerous vulnerabilities result from its improper use in practice. Some of these vulnerabilities arise from weaknesses in authentication, from the rigidity of the trusted authority system to the complexities of client certificates. Others result from the misuse of TLS by developers, who misuse complicated TLS libraries, improperly validate server certificates, employ outdated cipher suites, or deploy other features insecurely. To make matters worse, system administrators and users are powerless to fix these issues, and lack the ability to properly control how their own machines communicate securely online. In this dissertation we argue that the problems described are the result of an improper placement of security responsibilities. We show that by placing TLS services in the operating system, both new and existing applications can be automatically secured, developers can easily use TLS without intimate knowledge of security, and security settings can be controlled by administrators. This is demonstrated through three explorations that provide TLS features through the operating system. First, we describe and assess TrustBase, a service that repairs and strengthens certificate-based authentication for TLS connections. TrustBase uses traffic interception and a policy engine to provide administrators fine-tuned control over the trust decisions made by all applications on their systems. Second, we introduce and evaluate the Secure Socket API (SSA), which provides TLS as an operating system service through the native POSIX socket API. The SSA enables developers to use modern TLS securely, with as little as one line of code, and also allows custom tailoring of security settings by administrators. Finally, we further explore a modern approach to TLS client authentication, leveraging the operating system to provide a generic platform for strong authentication that supports easy deployment of client authentication features and protects user privacy. We conclude with a discussion of the reasons for the success of our efforts, and note avenues for future work that leverage the principles exhibited in this work, both in and beyond TLS.
Стилі APA, Harvard, Vancouver, ISO та ін.
5

Skogsberg, Peter. "Quantitative indicators of a successful mobile application." Thesis, KTH, Radio Systems Laboratory (RS Lab), 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-123976.

Повний текст джерела
Анотація:
The smartphone industry has grown immensely in recent years. The two leading platforms, Google Android and Apple iOS, each feature marketplaces offering hundreds of thousands of software applications, or apps. The vast selection has facilitated a maturing industry, with new business and revenue models emerging. As an app developer, basic statistics and data for one's apps are available via the marketplace, but also via third-party data sources. This report regards how mobile software is evaluated and rated quantitatively by both endusers and developers, and which metrics are relevant in this context. A selection of freely available third-party data sources and app monitoring tools is discussed, followed by introduction of several relevant statistical methods and data mining techniques. The main object of this thesis project is to investigate whether findings from app statistics can provide understanding in how to design more successful apps, that attract more downloads and/or more revenue. After the theoretical background, a practical implementation is discussed, in the form of an in-house application statistics web platform. This was developed together with the app developer company The Mobile Life, who also provided access to app data for 16 of their published iOS and Android apps. The implementation utilizes automated download and import from online data sources, and provides a web based graphical user interface to display this data using tables and charts. Using mathematical software, a number of statistical methods have been applied to the collected dataset. Analysis findings include different categories (clusters) of apps, the existence of correlations between metrics such as an app’s market ranking and the number of downloads, a long-tailed distribution of keywords used in app reviews, regression analysis models for the distribution of downloads, and an experimental application of Pareto’s 80-20 rule which was found relevant to the gathered dataset. Recommendations to the app company include embedding session tracking libraries such as Google Analytics into future apps. This would allow collection of in-depth metrics such as session length and user retention, which would enable more interesting pattern discovery.
Smartphonebranschen har växt kraftigt de senaste åren. De två ledande operativsystemen, Google Android och Apple iOS, har vardera distributionskanaler som erbjuder hundratusentals mjukvaruapplikationer, eller appar. Det breda utbudet har bidragit till en mognande bransch, med nya växande affärs- och intäktsmodeller. Som apputvecklare finns grundläggande statistik och data för ens egna appar att tillgå via distributionskanalerna, men även via datakällor från tredje part. Den här rapporten behandlar hur mobil mjukvara utvärderas och bedöms kvantitativt av båda slutanvändare och utvecklare, samt vilka data och mått som är relevanta i sammanhanget.  Ett urval av fritt tillgängliga tredjeparts datakällor och bevakningsverktyg presenteras, följt av en översikt av flertalet relevanta statistiska metoder och data mining-tekniker. Huvudsyftet med detta examensarbete är att utreda om fynd utifrån appstatistik kan ge förståelse för hur man utvecklar och utformar mer framgångsrika appar, som uppnår fler nedladdningar och/eller större intäkter. Efter den teoretiska bakgrunden diskuteras en konkret implementation, i form av en intern webplattform för appstatistik. Denna plattform utvecklades i samarbete med apputvecklaren The Mobile Life, som också bistod med tillgång till appdata för 16 av deras publicerade iOSoch Android-appar. Implementationen nyttjar automatiserad nedladdning och import av data från datakällor online, samt utgör ett grafiskt gränssnitt för att åskådliggöra datan med bland annat tabeller och grafer. Med hjälp av matematisk mjukvara har ett antal statistiska metoder tillämpats på det insamlade dataurvalet. Analysens omfattning inkluderar en kategorisering (klustring) av appar, existensen av en korrelation mellan mätvärden såsom appars ranking och dess antal nedladdningar, analys av vanligt förekommande ord ur apprecensioner, en regressionsanalysmodell för distributionen av nedladdningar samt en experimentell applicering av Paretos ”80-20”-regel som fanns lämplig för vår data. Rekommendationer till appföretaget inkluderar att bädda in bibliotek för appsessionsspårning, såsom Google Analytics, i dess framtida appar. Detta skulle möjliggöra insamling av mer detaljerad data såsom att mäta sessionslängd och användarlojalitet, vilket skulle möjliggöra mer intressanta analyser.
Стилі APA, Harvard, Vancouver, ISO та ін.
6

Gorrell, Jordan. "Trust Factors and Third-Party Web APIs : A survey on what factors influences developers’ trust in third-party web APIs." Thesis, Linnéuniversitetet, Institutionen för datavetenskap och medieteknik (DM), 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-106223.

Повний текст джерела
Анотація:
Third-party web APIs are becoming ever more popular as the API economy continues to grow. Software developers often integrate them into their own applications. The issue is that even if a developer thoroughly tests that their application works properly with the third-party web API, the owner of that API can completely change the code at any time, or take the API offline altogether, either temporarily or permanently. This makes for potentially less stable or reliable applications. This report attempts to determine what some of the factors are that most influence software developers’ trust in any given third party Web API. To do this, 42 individuals involved with software development were surveyed. Documentation and reliability came through as the strongest factors influencing their trust, but there is no general consensus on other factors. Further work could be done to confirm that these two factors are what influence developer trust the most, as well as work to determine which factor sought to influence developers’ trust in any given third-party web API, and thus work towards more reliable applications being developed as the API economy continues to grow.
Стилі APA, Harvard, Vancouver, ISO та ін.
7

Kuan-HsunPing and 平冠勛. "Using the API Functions of a CAD System to Develop Transtibial Socket Model Design System." Thesis, 2014. http://ndltd.ncl.edu.tw/handle/81022967469513391116.

Повний текст джерела
Анотація:
碩士
國立成功大學
機械工程學系
102
To date, most transtibial sockets are made by conventional manual process, but the modification is very complicated. The quality of the socket depends on the prothetist’s skills and experiences. It requires lots of cases and clinical experience to become an excellent prosthetist. This research uses the philosophy of reverse engineering to develop a fabrication process of transtibial socket, using the emerging technologies such as the 3D scanner system, the 3D printer, the tanstibial socket model design system developed by the researcher and the stump duplicated tool to assist the inexperience prosthetist to fabricate a good quality socket. This process is called CAD/3DP trastibial socket model manufacturing process. This research developed the transtibial socket model design system with the CAD application programing interface (API) functions that the inexperience CAD operator could easily design a good quality socket model. Using this design system, the digitalized stump data would be modified and converted to the STL file format to fabricate socket mold in a 3D printer. Two voluntary amputees participated in this study. Both felt no uncomfortable when wore sockets designed by this research. The result of interface pressure measurement shows that all data were far lower than the pain tolerance pressures. With the transtibial socket model design system and the CAD/3DP process, a good quality socket can be made by a prosthetist with basic skills.
Стилі APA, Harvard, Vancouver, ISO та ін.
8

Yang, Chang-Ming, and 楊長明. "Using OpenSocial API to Develop the Reused Social Software Components Among the Different Web Sites." Thesis, 2010. http://ndltd.ncl.edu.tw/handle/15288117746414530848.

Повний текст джерела
Анотація:
碩士
中原大學
資訊管理研究所
98
This study uses the OpenSocial API development social software components that can be in different social networking sites platform can be reused. Today, online learning grew into social learning is a trend, a new social learning concepts, have groups, networks, the collection of ideas, and let learners get better with experience, is no longer a personal online learning, but rather a group of interactive learning. Through a variety of knowledge-sharing between groups, as well as the rich and powerful social networking applications, learners can create their own unique personal learning environment, but this is not a traditional learning management system can provide. However, today's social studies Web application development, there is no consistent standard, resulting in social networking sites have developed applications can only be one's own use, when a Web site platform system after the upgrade, and often finds many applications because of compatibility issues, you must modify to use normally, or another social networking site completely unusable, and this point is that language cannot be compatible with the system execution environment after the upgrade, you must modify the program or redevelopment. For enterprises, the program should have repetitive is consistent with the benefits of, or has been modified will caused great costs. For learners, as social software cannot be reused in different social networking sites on the platform, resulting in the need to adapt the software interface. Therefore, this study by the OpenSocial API this standard procedure language interface to develop social software components that will allow different social learning site can be used with each other.
Стилі APA, Harvard, Vancouver, ISO та ін.
9

Henson, Leslie. "The Momina theme of life developed biblically, theologically and contextually /." 1992. http://catalog.hathitrust.org/api/volumes/oclc/32869224.html.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
10

Paredes, M. Ricardo. "Privatization and regulation in a less developed economy the Chilean case /." 1995. http://catalog.hathitrust.org/api/volumes/oclc/37964770.html.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.

Книги з теми "Developer API"

1

Graham, Wayne. Facebook API Developers Guide. Berkeley, CA: Wayne Graham, 2008.

Знайти повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
2

Windows speech recognition programming: With Visual Basic and ActiveX voice controls ; exploring Speech API (SAPI) & Software Developer Kit (SDK) for voice input & output enabling of Windows applications. New York: IUniverse, Inc., 2004.

Знайти повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
3

Freeman, Adam. Expert ASP.NET Web API 2 for MVC Developers. Berkeley, CA: Apress, 2014. http://dx.doi.org/10.1007/978-1-4842-0085-8.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
4

Visual Basic developer's guide to the Win32 API. San Francisco, Calif: SYBEX, 2000.

Знайти повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
5

DB2 universal database application programming interface (API) developer's guide. New York: McGraw-Hill, 2000.

Знайти повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
6

E, Sanders Roger. DB2 universal database application programming interface (API) developer's guide. New York: McGraw-Hill, 2000.

Знайти повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
7

Inc, ebrary, ed. TYPO3 extension development: Developer's guide to creating feature-rich extensions using the TYPO3 API. Birmingham, UK: Packt Pub., 2008.

Знайти повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
8

Richter, Jeffrey. Advanced Windows: The Developer's Guide to the Win32 API for Windows NT 3.5 and Windows 95. Redmond, WA: Microsoft Press, 1995.

Знайти повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
9

Richter, Jeffrey M. Advanced Windows: The developer's guide to the Win32 API for Windows NT 3.5 and Windows 95. Redmond, WA: Microsoft Press, 1995.

Знайти повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
10

The developer's guide to social programming: Building social context using Facebook, Google friend connect, and the Twitter API. Upper Saddle River, NJ: Addision Wesley, 2011.

Знайти повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.

Частини книг з теми "Developer API"

1

De, Brajesh. "API Developer Portal." In API Management, 171–77. Berkeley, CA: Apress, 2017. http://dx.doi.org/10.1007/978-1-4842-1305-6_11.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
2

Bell, Charles. "X Developer API." In Introducing the MySQL 8 Document Store, 175–253. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-2725-1_5.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
3

Malvik, Sven. "Developer Portal." In Mastering Azure API Management, 107–20. Berkeley, CA: Apress, 2022. http://dx.doi.org/10.1007/978-1-4842-8011-9_8.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
4

Kirner, Konrad, and Somayeh Koohborfardhaghighi. "A Developer-Centric API Value Chain." In Economics of Grids, Clouds, Systems, and Services, 201–5. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-63058-4_17.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
5

Maheswari, R., S. Sheeba Rani, P. Sharmila, and S. Rajarao. "Personalized Secured API for Application Developer." In Smart Innovations in Communication and Computational Sciences, 401–11. Singapore: Springer Singapore, 2018. http://dx.doi.org/10.1007/978-981-13-2414-7_37.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
6

Casario, Marco, Peter Elst, Charles Brown, Nathalie Wormser, and Cyril Hanquez. "HTML5 Geolocation API." In HTML5 Solutions: Essential Techniques for HTML5 Developers, 263–80. Berkeley, CA: Apress, 2011. http://dx.doi.org/10.1007/978-1-4302-3387-9_10.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
7

Mishra, Abhishek. "Sending Emails Using Graph API." In Microsoft Azure for Java Developers, 197–220. Berkeley, CA: Apress, 2022. http://dx.doi.org/10.1007/978-1-4842-8251-9_10.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
8

Joshi, Bipin. "Finding Location with the Geolocation API." In HTML5 Programming for ASP.NET Developers, 305–22. Berkeley, CA: Apress, 2012. http://dx.doi.org/10.1007/978-1-4302-4720-3_12.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
9

Sharma, Manish. "Migrating to Azure Cosmos DB–MongoDB API." In Cosmos DB for MongoDB Developers, 179–89. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3682-6_8.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
10

Sharma, Manish. "Azure Cosmos DB–MongoDB API Advanced Services." In Cosmos DB for MongoDB Developers, 191–204. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3682-6_9.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.

Тези доповідей конференцій з теми "Developer API"

1

Wichmann, Pascal, Maximilian Blochberger, and Hannes Federrath. "Web Cryptography API: Prevalence and Possible Developer Mistakes." In ARES 2022: The 17th International Conference on Availability, Reliability and Security. New York, NY, USA: ACM, 2022. http://dx.doi.org/10.1145/3538969.3538977.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
2

Wang, Shaohua, NhatHai Phan, Yan Wang, and Yong Zhao. "Extracting API Tips from Developer Question and Answer Websites." In 2019 IEEE/ACM 16th International Conference on Mining Software Repositories (MSR). IEEE, 2019. http://dx.doi.org/10.1109/msr.2019.00058.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
3

Businge, J., A. Serebrenik, and M. van den Brand. "Analyzing the Eclipse API Usage: Putting the Developer in the Loop." In 2013 17th European Conference on Software Maintenance and Reengineering (CSMR 2013). IEEE, 2013. http://dx.doi.org/10.1109/csmr.2013.14.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
4

Saddler, Jonathan A., Cole S. Peterson, Sanjana Sama, Shruthi Nagaraj, Olga Baysal, Latifa Guerrouj, and Bonita Sharif. "Studying Developer Reading Behavior on Stack Overflow during API Summarization Tasks." In 2020 IEEE 27th International Conference on Software Analysis, Evolution and Reengineering (SANER). IEEE, 2020. http://dx.doi.org/10.1109/saner48275.2020.9054848.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
5

Wang, Wei, and Michael W. Godfrey. "Detecting API usage obstacles: A study of iOS and Android developer questions." In 2013 10th IEEE Working Conference on Mining Software Repositories (MSR 2013). IEEE, 2013. http://dx.doi.org/10.1109/msr.2013.6624006.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
6

Wang, Wei, Haroon Malik, and Michael W. Godfrey. "Recommending Posts concerning API Issues in Developer Q&A Sites." In 2015 IEEE/ACM 12th Working Conference on Mining Software Repositories (MSR). IEEE, 2015. http://dx.doi.org/10.1109/msr.2015.28.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
7

Rindri, Yang Agita, Rudy Hartanto, and Ridi Ferdiana. "API Design and Development for Developer Payroll in Startups Based on Agile Productivity Factors." In 2019 5th International Conference on Science and Technology (ICST). IEEE, 2019. http://dx.doi.org/10.1109/icst47872.2019.9166252.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
8

Ichario, Aidah, and Manuel Maarek. "Vision: Investigating Web API Developer Experience in Relation to Terms of Service and Privacy Policies." In 2020 IEEE European Symposium on Security and Privacy Workshops (EuroS&PW). IEEE, 2020. http://dx.doi.org/10.1109/eurospw51379.2020.00030.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
9

Newendorp, Brandon, Christian Noon, Chiu-Shui Chan, Eliot Winer, and Jim Oliver. "Development Methods and a Scenegraph Animation API for Cluster Driven Immersive Applications." In ASME-AFM 2009 World Conference on Innovative Virtual Reality. ASMEDC, 2009. http://dx.doi.org/10.1115/winvr2009-736.

Повний текст джерела
Анотація:
This paper presents a scenegraph animation application programming interface (API), known as the Animation Engine, which was constructed for software developers to easily perform smooth transitions and manipulations to scenegraph nodes. A developer can use one line of code to enter the property, end state and number of frames to describe the animation, then the Animation Engine handles the rest in the background. The goal of the Animation Engine is to provide a simple API that integrates into existing applications with minimal effort. Additionally, techniques to improve virtual reality (VR) application performance on a large computer cluster are presented. These techniques include maintaining high frame rates with 4096 × 4096 pixel textures, eliminating extraneous network traffic and reducing long model loading time. To demonstrate the Animation Engine and the development techniques, an application known as the Virtual Universe was created. The Virtual Universe, designed to run in a six walled CAVE, allows users to freely explore a set of space themed environments. The architecture and development techniques for writing a stable immersive VR application on a large computer cluster, in addition to the creation of the Animation Engine, is presented in this paper.
Стилі APA, Harvard, Vancouver, ISO та ін.
10

Vasilijević, Vasilije, Nenad Kojić, and Natalija Vugdelija. "NEW APPROACH IN QUANTIFYING USER EXPERIENCE IN WEB-ORIENTED APPLICATIONS." In Fourth International Scientific Conference ITEMA Recent Advances in Information Technology, Tourism, Economics, Management and Agriculture. Association of Economists and Managers of the Balkans, Belgrade, Serbia, 2020. http://dx.doi.org/10.31410/itema.2020.9.

Повний текст джерела
Анотація:
The primary goal of every developer is to develop the highest quality web application. The quality of the application is not only a subjective assessment of the developer, but objective and representative criteria for measuring performance must be defined. Google provides a model called Web Vitals with a subset of core Web Vitals that are important for quantifying user experience on the web. Some of the metrics are LCP (Largest Contentful Paint, refers to loading), FID (First Input Delay, refers to interactivity) and CLS (Cumulative Layout Shift, refers to visual stability). This paper will present modern technologies and tools for measuring the performance of websites and analyze them on a real example of a web application. The analysis will include the use and measurement of the most important parameters: Lighthouse, PageSpeed Insights, Chrome DevTools, Search Console, web.dev's measure tool, the Web Vitals Chrome extension and Chrome UX Report API.
Стилі APA, Harvard, Vancouver, ISO та ін.

Звіти організацій з теми "Developer API"

1

Kraimer, M. R. EPICS Input/Output Controller (IOC) application developer`s guide. APS Release 3.12. Office of Scientific and Technical Information (OSTI), November 1994. http://dx.doi.org/10.2172/204614.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
2

Gutenson, Joseph, and Jason Deters. Antecedent Precipitation Tool (APT) Version 1.0 : technical and user guide. Engineer Research and Development Center (U.S.), February 2022. http://dx.doi.org/10.21079/11681/43160.

Повний текст джерела
Анотація:
This document provides an overview of the technical components of the Antecedent Precipitation Tool (APT) and a user guide for using the APT. The APT is an automation tool that the US Army Corps of Engineers (USACE) developed to facilitate the comparison of antecedent or recent precipitation conditions for a given location to the range of normal precipitation conditions that occurred during the preceding 30 yr¹. In addition to providing a standardized methodology to evaluate normal precipitation conditions (“precipitation normalcy”), the APT can assess the presence of drought conditions and the approximate dates of the wet and dry seasons for a given location.
Стилі APA, Harvard, Vancouver, ISO та ін.
3

Harkema, Marcel, Dick Quartel, Rob van der Mei, and Bart Gijsen. JPMT: A Java Performance Monitoring Tool. Centre for Telematics and Information Technology (CTIT), 2003. http://dx.doi.org/10.3990/1.5152400.

Повний текст джерела
Анотація:
This paper describes our Java Performance Monitoring Toolkit (JPMT), which is developed for detailed analysis of the behavior and performance of Java applications. JPMT represents internal execution behavior of Java applications by event traces, where each event represents the occurrence of some activity, such as thread creation, method invocation, and locking contention. JPMT supports event filtering during and after application execution. Each event is annotated by high-resolution performance attributes, e.g., duration of locking contention and CPU time usage by method invocations. JPMT is an open toolkit, its event trace API can be used to develop custom performance analysis applications. JPMT comes with an event trace visualizer and a command-line event trace query tool for scripting purposes. The instrumentation required for monitoring the application is added transparently to the user during run-time. Overhead is minimized by only instrumenting for events the user is interested in and by careful implementation of the instrumentation itself.
Стилі APA, Harvard, Vancouver, ISO та ін.
4

Li, Lingxi, Yaobin Chen, Renren Tian, Feng Li, Howell Li, and James R. Sturdevant. An Integrated Critical Information Delivery Platform for Smart Segment Dissemination to Road Users. Purdue University, 2022. http://dx.doi.org/10.5703/1288284317440.

Повний текст джерела
Анотація:
An integrated critical information delivery platform for smart segment dissemination to road users was developed. A statewide baseline milepost geodatabase was created at 0.1-mile resolution with tools, protocols, and interfaces that allow other data sources to be efficiently utilized. A variety of data sources (e.g., INRIX, CARS, Doppler, camera images, connected vehicle data, automated vehicle location) were integrated into existing and new dashboards for stakeholders to monitor roadway conditions and after-action reviews. Additionally, based on these data sources, algorithms were developed and an API was created to identify hazardous road conditions when the location of the end-user mobile device was given. Message delivery schemes were successfully implemented to issue alerts to drivers, which were integrated with two in-vehicle smartphone applications. The performance of the integrated platform was evaluated using both the driving simulator and a number of simulated and on-road tests. The results demonstrated the system was able to disseminate data in real-time using the developed platform.
Стилі APA, Harvard, Vancouver, ISO та ін.
5

Bloch, Guy, Gene E. Robinson, and Mark Band. Functional genomics of reproduction and division of labor in a key non-Apis pollinator. United States Department of Agriculture, January 2011. http://dx.doi.org/10.32747/2011.7699867.bard.

Повний текст джерела
Анотація:
i. List the original objectives, as defined in the approved proposal, and any revisions made at the beginning or during the course of project. Our objectives were: 1) develop state-of-the-art functional genomics tools for B. terrestris. These resources will be then used to: 2) characterize genes and molecular pathways that are associated with reproduction, 3) characterize genes and molecular pathways associated with specialization in foraging or nursing activities, and 4) determine the extent to which juvenile hormone (JH) is involved in the regulation of reproduction and division of labor. 5) Use RNA interference to down regulate genes associated with reproductive physiology, division of labor, or both. A decrease in the cost of RNA sequencing enabled us to further use the BARD support to extend our research to three additional related projects: A) The regulation of body size which is crucial for understanding both reproduction (castedetermination) and (size based) division of labor in bumblebees. B) Analyze RNA editing in our RNA sequencing data which improves the molecular understanding of the systems we study. C) The influence of JH on the fat body in addition to the brain on which we focused in our proposal. The fat body is a key tissue regulating insect reproduction and health. ii. Background to the topic. Bees are by far the most important pollinators in agricultural and natural ecosystems. The recent collapse of honey bee populations, together with declines in wild bee (including bumble bee) populations, puts their vital pollination services under severe threat. A promising strategy for circumventing this risk is the domestication and mass-rearing of non-Apis bees. This approach has been successfully implemented for several bumble bees including Bombusterrestris in Israel, and B. impatiens in the US, which are mass-reared in captivity. In spite of their critical economic and environmental value, little is known about the physiology and molecular biology of bumble bees. In this collaborative project we developed functional genomics tools for the bumble bee B. terrestris and use these tools for a first thorough study on the physiology and molecular biology of reproduction, dominance, and division of labor in a bumble bee. iii. Major conclusions, solutions. The valuable molecular data of this project together with the functional tools and molecular information generated in this BARD funded project significantly advanced the understanding of bumblebee biology which is essential for maintaining their vital pollination services for US and Israel agriculture.
Стилі APA, Harvard, Vancouver, ISO та ін.
6

Agarwal, Smisha, Madhu Jalan, Holly C. Wilcox, Ritu Sharma, Rachel Hill, Emily Pantalone, Johannes Thrul, Jacob C. Rainey, and Karen A. Robinson. Evaluation of Mental Health Mobile Applications. Agency for Healthcare Research and Quality (AHRQ), May 2022. http://dx.doi.org/10.23970/ahrqepctb41.

Повний текст джерела
Анотація:
Background. Mental health mobile applications (apps) have the potential to expand the provision of mental health and wellness services to traditionally underserved populations. There is a lack of guidance on how to choose wisely from the thousands of mental health apps without clear evidence of safety, efficacy, and consumer protections. Purpose. This Technical Brief proposes a framework to assess mental health mobile applications with the aim to facilitate selection of apps. The results of applying the framework will yield summary statements on the strengths and limitations of the apps and are intended for use by providers and patients/caregivers. Methods. We reviewed systematic reviews of mental health apps and reviewed published and gray literature on mental health app frameworks, and we conducted four Key Informant group discussions to identify gaps in existing mental health frameworks and key framework criteria. These reviews and discussions informed the development of a draft framework to assess mental health apps. Iterative testing and refinement of the framework was done in seven successive rounds through double application of the framework to a total of 45 apps. Items in the framework with an interrater reliability under 90 percent were discussed among the evaluation team for revisions of the framework or guidance. Findings. Our review of the existing frameworks identified gaps in the assessment of risks that users may face from apps, such as privacy and security disclosures and regulatory safeguards to protect the users. Key Informant discussions identified priority criteria to include in the framework, including safety and efficacy of mental health apps. We developed the Framework to Assist Stakeholders in Technology Evaluation for Recovery (FASTER) to Mental Health and Wellness and it comprises three sections: Section 1. Risks and Mitigation Strategies, assesses the integrity and risk profile of the app; Section 2. Function, focuses on descriptive aspects related to accessibility, costs, organizational credibility, evidence and clinical foundation, privacy/security, usability, functions for remote monitoring of the user, access to crisis services, and artificial intelligence (AI); and Section 3. Mental Health App Features, focuses on specific mental health app features, such as journaling and mood tracking. Conclusion. FASTER may be used to help appraise and select mental health mobile apps. Future application, testing, and refinements may be required to determine the framework’s suitability and reliability across multiple mental health conditions, as well as to account for the rapidly expanding applications of AI, gamification, and other new technology approaches.
Стилі APA, Harvard, Vancouver, ISO та ін.
7

Barbie, Alexander. ARCHES Digital Twin Framework. GEOMAR, December 2022. http://dx.doi.org/10.3289/sw_arches_core_1.0.0.

Повний текст джерела
Анотація:
In the Helmholtz Future Project ARCHES (Autonomous Robotic Networks to Help Modern Societies) with a consortium of partners from AWI (Alfred- Wegener-Institute Helmholtz Centre for Polar and Marine Research), DLR (German Aerospace Center), KIT (Karlsruhe Institute of Technology), and the GEOMAR (Helmholtz Centre for Ocean Research Kiel), several Digital Twins of ocean observation systems were developed by the GEOMAR and AWI. The ARCHES Digital Twin Framework is one of the results of this project. The software is based on the Robot Operating System (ROS) and is written in Python.
Стилі APA, Harvard, Vancouver, ISO та ін.
8

Arnold, Zachary, Roxanne Heston, Remco Zwetsloot, and Tina Huang. Immigration Policy and the U.S. AI Sector. Center for Security and Emerging Technology, September 2019. http://dx.doi.org/10.51593/20190009.

Повний текст джерела
Анотація:
As the artificial intelligence field becomes more developed globally, the United States will continue to rely on foreign AI talent to stay ahead of the curve. Here are our preliminary recommendations to maintain current U.S. leadership, bolster the domestic AI workforce and improve the outlook for the future.
Стилі APA, Harvard, Vancouver, ISO та ін.
9

Midak, Lilia Ya, Ivan V. Kravets, Olga V. Kuzyshyn, Jurij D. Pahomov, Victor M. Lutsyshyn, and Aleksandr D. Uchitel. Augmented reality technology within studying natural subjects in primary school. [б. в.], February 2020. http://dx.doi.org/10.31812/123456789/3746.

Повний текст джерела
Анотація:
The purpose of the research is creation of mobile app (supported by Android) for visualization of chemical structure of water and to display video- data of laboratory experiments that can be used by the teacher and pupils for an effective background for learning natural cycle subjects and performance of laboratory experiments in the elementary school using lapbook. As a result of work, aimed at visualizing the education material, a free mobile app LiCo.STEM was developed; it can be downloaded from the overall-available resource Google Play Market. Representation of the developed video materials on the mobile gadgets is conducted by “binding” them to individual images- “markers” for every laboratory experiment. Applying such technologies gives an opportunity to establish educational activity, based on interference of adults with children, oriented on interests and abilities of each kid, development of curiosity, cognitive motivation and educational energy; development of imagination, creative initiative, including the speech, ability to chose the materials, types of work, participants of the common activity, promotion of conditions for parents participate in the common study activity.
Стилі APA, Harvard, Vancouver, ISO та ін.
10

Murdick, Dewey, James Dunham, and Jennifer Melot. AI Definitions Affect Policymaking. Center for Security and Emerging Technology, June 2020. http://dx.doi.org/10.51593/20200004.

Повний текст джерела
Анотація:
The task of artificial intelligence policymaking is complex and challenging, made all the more difficult by such a rapidly evolving technology. In order to address the security and economic implications of AI, policymakers must be able to viably define, categorize and assess AI research and technology. In this issue brief, CSET puts forward a functional definition of AI, based on three core principles, that significantly outperforms methods developed over the last decade.
Стилі APA, Harvard, Vancouver, ISO та ін.
Ми пропонуємо знижки на всі преміум-плани для авторів, чиї праці увійшли до тематичних добірок літератури. Зв'яжіться з нами, щоб отримати унікальний промокод!

До бібліографії