• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 138
  • 102
  • 51
  • 19
  • 19
  • 9
  • 8
  • 5
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 1
  • Tagged with
  • 412
  • 93
  • 71
  • 62
  • 45
  • 37
  • 31
  • 31
  • 28
  • 26
  • 26
  • 26
  • 22
  • 22
  • 22
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
31

The ratification of the federal Constitution by the State of New York

Miner, Clarence E. January 1921 (has links)
Thesis (Ph. D.)--Columbia University, 1921. / Includes bibliographical references (p. 133-135).
32

The practice and procedure of international conferences

Dunn, Frederick Sherwood, January 1929 (has links)
Thesis (Ph. D.)--Johns Hopkins, 1928. / Vita. "The substance of this study was presented in a series of six lectures delivered before the Political science department of the Johns Hopkins university in April and May, 1928"--Pref. Published also as Johns Hopkins university studies in historical and political science. Extra volumes, new ser., no. 6.
33

The Democratic national conventions of 1860 discourse of disruption in rhetorical-historical perspective /

Hemmer, Joseph J. January 1969 (has links)
Thesis (Ph. D.)--University of Wisconsin--Madison, 1969. / Typescript. Vita. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references.
34

Coaching committee chairs for the Congress on Christian Ethics in Nigeria

Maxey, Gary S. January 1998 (has links)
Thesis (D. Miss.)--Trinity Evangelical Divinity School, Deerfield, Ill., 1998. / Abstract. Includes bibliographical references (leaves 211-218).
35

Les formes d'organisation du travail et les modalités de régulation de l'emploi des travailleurs du savoir : une étude comparative entre Hydro-Québec et EXFO Ingénierie électro-optique Inc. /

Beaudry, Catherine. January 2008 (has links) (PDF)
Thèse (Ph. D.)--Université Laval, 2008. / Bibliogr.: f. [305]-322. Webographie: f. 322. Publié aussi en version électronique dans la Collection Mémoires et thèses électroniques.
36

The ratification of the federal Constitution by the State of New York

Miner, Clarence E. January 1921 (has links)
Thesis (Ph. D.)--Columbia University, 1921. / Description based on print version record. Includes bibliographical references (p. 133-135).
37

Rocky Mountain constitution-making, 1850-1912

Bakken, Gordon Morris. January 1900 (has links)
Thesis (Ph. D.)--University of Wisconsin--Madison, 1970. / Typescript. Vita. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references.
38

A constitution of our own The Constitutional Convention of 1872 and the resurrection of ex-confederate West Virginia /

Hartman, Richard Ogden. January 2004 (has links)
Theses (M.A.)--Marshall University, 2004 . / Title from document title page. Includes abstract. Document formatted into pages: contains v, 67 [7] pages including maps. Bibliography: p. 64-66.
39

L'État, l'autonomie collective et le travailleur : étude comparée du droit italien et du droit français de la représentativité syndicale /

Yannakourou, Stamatina. January 1995 (has links)
Texte remanié de: Th. doct.--Droit--Paris 10, 1994. / Bibliogr. p. 347-383.
40

Learning natural coding conventions

Allamanis, Miltiadis January 2017 (has links)
Coding conventions are ubiquitous in software engineering practice. Maintaining a uniform coding style allows software development teams to communicate through code by making the code clear and, thus, readable and maintainable—two important properties of good code since developers spend the majority of their time maintaining software systems. This dissertation introduces a set of probabilistic machine learning models of source code that learn coding conventions directly from source code written in a mostly conventional style. This alleviates the coding convention enforcement problem, where conventions need to first be formulated clearly into unambiguous rules and then be coded in order to be enforced; a tedious and costly process. First, we introduce the problem of inferring a variable’s name given its usage context and address this problem by creating Naturalize — a machine learning framework that learns to suggest conventional variable names. Two machine learning models, a simple n-gram language model and a specialized neural log-bilinear context model are trained to understand the role and function of each variable and suggest new stylistically consistent variable names. The neural log-bilinear model can even suggest previously unseen names by composing them from subtokens (i.e. sub-components of code identifiers). The suggestions of the models achieve 90% accuracy when suggesting variable names at the top 20% most confident locations, rendering the suggestion system usable in practice. We then turn our attention to the significantly harder method naming problem. Learning to name methods, by looking only at the code tokens within their body, requires a good understating of the semantics of the code contained in a single method. To achieve this, we introduce a novel neural convolutional attention network that learns to generate the name of a method by sequentially predicting its subtokens. This is achieved by focusing on different parts of the code and potentially directly using body (sub)tokens even when they have never been seen before. This model achieves an F1 score of 51% on the top five suggestions when naming methods of real-world open-source projects. Learning about naming code conventions uses the syntactic structure of the code to infer names that implicitly relate to code semantics. However, syntactic similarities and differences obscure code semantics. Therefore, to capture features of semantic operations with machine learning, we need methods that learn semantic continuous logical representations. To achieve this ambitious goal, we focus our investigation on logic and algebraic symbolic expressions and design a neural equivalence network architecture that learns semantic vector representations of expressions in a syntax-driven way, while solely retaining semantics. We show that equivalence networks learn significantly better semantic vector representations compared to other, existing, neural network architectures. Finally, we present an unsupervised machine learning model for mining syntactic and semantic code idioms. Code idioms are conventional “mental chunks” of code that serve a single semantic purpose and are commonly used by practitioners. To achieve this, we employ Bayesian nonparametric inference on tree substitution grammars. We present a wide range of evidence that the resulting syntactic idioms are meaningful, demonstrating that they do indeed recur across software projects and that they occur more frequently in illustrative code examples collected from a Q&A site. These syntactic idioms can be used as a form of automatic documentation of coding practices of a programming language or an API. We also mine semantic loop idioms, i.e. highly abstracted but semantic-preserving idioms of loop operations. We show that semantic idioms provide data-driven guidance during the creation of software engineering tools by mining common semantic patterns, such as candidate refactoring locations. This gives data-based evidence to tool, API and language designers about general, domain and project-specific coding patterns, who instead of relying solely on their intuition, can use semantic idioms to achieve greater coverage of their tool or new API or language feature. We demonstrate this by creating a tool that suggests loop refactorings into functional constructs in LINQ. Semantic loop idioms also provide data-driven evidence for introducing new APIs or programming language features.

Page generated in 0.0991 seconds