948 resultados para Ancient languages


Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The application of non-invasive imaging technologies using X-radiation (diagnostic radioentomology, ‘DR’) is demonstrated for the study of amber-entombed social bees. Here, we examine the external and internal morphology of an Early Miocene (Burdigalian) stingless bee (Apinae: Meliponini) from the Dominican Republic using non-destructive X-ray microtomography analysis. The study permits the accurate reconstruction of features otherwise obscured or impossible to visualize without destroying the sample and allows diagnosis of the specimen as a new species, Proplebeia adbita Greco and Engel.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Domain-specific languages (DSLs) are increasingly used as embedded languages within general-purpose host languages. DSLs provide a compact, dedicated syntax for specifying parts of an application related to specialized domains. Unfortunately, such language extensions typically do not integrate well with the development tools of the host language. Editors, compilers and debuggers are either unaware of the extensions, or must be adapted at a non-trivial cost. We present a novel approach to embed DSLs into an existing host language by leveraging the underlying representation of the host language used by these tools. Helvetia is an extensible system that intercepts the compilation pipeline of the Smalltalk host language to seamlessly integrate language extensions. We validate our approach by case studies that demonstrate three fundamentally different ways to extend or adapt the host language syntax and semantics.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Grammars for programming languages are traditionally specified statically. They are hard to compose and reuse due to ambiguities that inevitably arise. PetitParser combines ideas from scannerless parsing, parser combinators, parsing expression grammars and packrat parsers to model grammars and parsers as objects that can be reconfigured dynamically. Through examples and benchmarks we demonstrate that dynamic grammars are not only flexible but highly practical.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Tourists to the archaeological site of Tiwanaku are presented with ancient calendars, of which the Gateway of the Sun is the most important, famous, and beautiful. Arthur Posnansky and other early 20th-century archaeologists claimed that its inscriptions constituted a written calendar. These claims were intimately connected to narratives of Tiwanaku as a central source of knowledge in both pre-Columbian times and the contemporary world. Posnansky presented his interpretation of Tiwanaku’s calendars as a response to the debates of the World Calendar Movement, which in the 1930s was attempting to rationalize the Gregorian calendar. In the Gateway, Posnansky found a uniquely Bolivian response to the international, North Atlantic-dominated scientific community’s search for a rational way to keep time in the world economy. Bolivian intellectuals merged their interest in the indigenous past with their concerns about the role of the modernist Bolivian state in the global system.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The Simulation Automation Framework for Experiments (SAFE) is a project created to raise the level of abstraction in network simulation tools and thereby address issues that undermine credibility. SAFE incorporates best practices in network simulationto automate the experimental process and to guide users in the development of sound scientific studies using the popular ns-3 network simulator. My contributions to the SAFE project: the design of two XML-based languages called NEDL (ns-3 Experiment Description Language) and NSTL (ns-3 Script Templating Language), which facilitate the description of experiments and network simulationmodels, respectively. The languages provide a foundation for the construction of better interfaces between the user and the ns-3 simulator. They also provide input to a mechanism which automates the execution of network simulation experiments. Additionally,this thesis demonstrates that one can develop tools to generate ns-3 scripts in Python or C++ automatically from NSTL model descriptions.