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

Щоб переглянути інші типи публікацій з цієї теми, перейдіть за посиланням: Developer API.

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

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

Ознайомтеся з топ-30 дисертацій для дослідження на тему "Developer API".

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

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

Переглядайте дисертації для різних дисциплін та оформлюйте правильно вашу бібліографію.

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 та ін.
11

Cotler, Pablo. "Financial intermediation in a less developed country the case of Peru /." 1992. http://catalog.hathitrust.org/api/volumes/oclc/33026421.html.

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

Priatna, Dedy Supriadi. "Indonesian private power generation lessons learned from developed and developing countries." 1993. http://catalog.hathitrust.org/api/volumes/oclc/29003991.html.

Повний текст джерела
Анотація:
Thesis (M.S.)--University of Wisconsin--Madison, 1993.
Typescript. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references (leaves 105-109).
Стилі APA, Harvard, Vancouver, ISO та ін.
13

Rudra, Nita. "Globalization and the decline of the welfare state in less developed countries." 2000. http://catalog.hathitrust.org/api/volumes/oclc/52210799.html.

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

Wirokartono, Soekarno. "Price uncertainty, exports instability, and output level in the less developed countries." 1986. http://catalog.hathitrust.org/api/volumes/oclc/12600893.html.

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

Illoul, Rachid. "A newly developed theory on simultaneous stabilization implementation issues and practical limitations /." 1986. http://catalog.hathitrust.org/api/volumes/oclc/15369033.html.

Повний текст джерела
Анотація:
Thesis (M.S.)--University of Wisconsin--Madison, 1986.
Typescript. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references (leaves 94-95).
Стилі APA, Harvard, Vancouver, ISO та ін.
16

Cleetus, Rachel. "International trade and the environment the evolving relationship between developing and developed countries /." 2000. http://catalog.hathitrust.org/api/volumes/oclc/50265719.html.

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

Cartmill, Randi S. "Occupational sex segregation in global perspective comparative analyses of developed and developing nations /." 1999. http://catalog.hathitrust.org/api/volumes/oclc/41952711.html.

Повний текст джерела
Анотація:
Thesis (M.A.)--University of Wisconsin--Madison, 1999.
Typescript. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references (leaves 45-48).
Стилі APA, Harvard, Vancouver, ISO та ін.
18

Kim, Sohee. "Advanced characterization of crumb rubber modified asphalts using protocols developed for complex binders." 2000. http://catalog.hathitrust.org/api/volumes/oclc/47206813.html.

Повний текст джерела
Анотація:
Thesis (M.S.)--University of Wisconsin--Madison, 2000.
Typescript. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references (leaves 114-116).
Стилі APA, Harvard, Vancouver, ISO та ін.
19

Place, Frank M. "Information quality, country risk assessment, and private bank lending to less-developed countries." 1989. http://catalog.hathitrust.org/api/volumes/oclc/20276028.html.

Повний текст джерела
Анотація:
Thesis (Ph. D.)--University of Wisconsin--Madison, 1989.
Typescript. Vita. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references (leaves 161-170).
Стилі APA, Harvard, Vancouver, ISO та ін.
20

Liu, Shaohua. "Sulfhydryl-dependent inducible phytoalexins in juvenile soybeans predict insect resistance in fully developed plants." 1993. http://catalog.hathitrust.org/api/volumes/oclc/30345012.html.

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

Borlas, Brian S. "The impact of less developed country values on international environmental law environment, development, and sovereignty /." 1990. http://catalog.hathitrust.org/api/volumes/oclc/28239048.html.

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

Werker, Scott Allen. "Export manufacturing, economic growth, and social development among less developed countries a cross national quantitative study /." 1987. http://catalog.hathitrust.org/api/volumes/oclc/16818664.html.

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

York, Dan W. "The role of energy in economic growth in oil-importing less-developed countries an international comparative analysis /." 1987. http://catalog.hathitrust.org/api/volumes/oclc/17543954.html.

Повний текст джерела
Анотація:
Thesis (M.S.)--University of Wisconsin--Madison, 1987.
Typescript. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references (leaves 96-100).
Стилі APA, Harvard, Vancouver, ISO та ін.
24

Reimann, Kim DoHyang. "Late developers in global civil society domestic barriers, international socialization and the emergence of international NGOs in Japan /." 2001. http://catalog.hathitrust.org/api/volumes/oclc/51853070.html.

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

Stonebraker, Eric W. "How smart is smart growth in Wisconsin? a pre-implementation evaluation of locally developed comprehensive land use plans /." 2003. http://catalog.hathitrust.org/api/volumes/oclc/52481439.html.

Повний текст джерела
Анотація:
Thesis (M.S.)--University of Wisconsin--Madison, 2003.
Typescript. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references (leaves 160-165).
Стилі APA, Harvard, Vancouver, ISO та ін.
26

Chiu, Kit mui. "Addition of soluble hydrocolloids to develop a fat-reduced process cheese spread." 1991. http://catalog.hathitrust.org/api/volumes/oclc/24117009.html.

Повний текст джерела
Анотація:
Thesis (M.S.)--University of Wisconsin--Madison, 1991.
Typescript. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references (leaves 63-67).
Стилі APA, Harvard, Vancouver, ISO та ін.
27

Campbell, Wendy. "The source of imagination why public schools fail to develop artistic creativity /." 1986. http://catalog.hathitrust.org/api/volumes/oclc/15598826.html.

Повний текст джерела
Анотація:
Thesis (M.A.)--University of Wisconsin--Madison, 1986.
Typescript. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references (leaves 216-226).
Стилі APA, Harvard, Vancouver, ISO та ін.
28

Salafsky, Nick. "The forest garden project an ecological and economic study of a locally developed land-use system in West Kalimantan, Indonesia /." 1993. http://catalog.hathitrust.org/api/volumes/oclc/32190302.html.

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

Leasa, Jay D. "Ecotourism management understanding stakeholder values to develop a sustainable ecotourism destination in Soberania National Park, Panama /." 2007. http://catalog.hathitrust.org/api/volumes/oclc/191912214.html.

Повний текст джерела
Анотація:
Thesis (M.S.)--University of Wisconsin--Madison, 2007
Typescript. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references (leaves 93-96).
Стилі APA, Harvard, Vancouver, ISO та ін.
30

Griffin, Maura Jane. "Employee benefits for national employees of multinational corporations in less developed countries a study of corporate practices and their implications for standards of living and old age income security in Indonesia, Maylasia, and the Philippines /." 1986. http://catalog.hathitrust.org/api/volumes/oclc/15807331.html.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
Ми пропонуємо знижки на всі преміум-плани для авторів, чиї праці увійшли до тематичних добірок літератури. Зв'яжіться з нами, щоб отримати унікальний промокод!

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