Kirjojen hintavertailu. Mukana 11 244 527 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

5 kirjaa tekijältä Tim McNamara

Language Testing

Language Testing

Tim McNamara

Oxford University Press
2000
nidottu
This accessible book examines issues such as test design, the rating process, validity, measurement, and the social dimension of language testing. It looks at both traditional and newer forms of language assessment, and the challenges posed by new views.
Language and Subjectivity

Language and Subjectivity

Tim McNamara

Cambridge University Press
2019
pokkari
Understanding the role of language within the formation of a sense of self has been revolutionised by developments in social theory, particularly poststructuralism. There is now a new emphasis on the way in which subjects are vulnerable in the face of powerful discourses such as nation, gender, race and sexuality. This book is a clear and engaging introduction to these developments and their relevance to students of language. Using lively and often personal examples throughout, Tim McNamara explores the role of language within processes of subjectivity using the insights of conversation analysis (CA), creating an original conceptual and methodological bridge between the macro- and micro-dimensions of social discourse and everyday conversational interaction.
Language and Subjectivity

Language and Subjectivity

Tim McNamara

Cambridge University Press
2019
sidottu
Understanding the role of language within the formation of a sense of self has been revolutionised by developments in social theory, particularly poststructuralism. There is now a new emphasis on the way in which subjects are vulnerable in the face of powerful discourses such as nation, gender, race and sexuality. This book is a clear and engaging introduction to these developments and their relevance to students of language. Using lively and often personal examples throughout, Tim McNamara explores the role of language within processes of subjectivity using the insights of conversation analysis (CA), creating an original conceptual and methodological bridge between the macro- and micro-dimensions of social discourse and everyday conversational interaction.
Rust in Action

Rust in Action

Tim McNamara

Manning Publications
2021
nidottu
Rust is a new systems programming language that gives you the low-level power of C with the elegance and ease of languages like Ruby and Python. Rust is thread safe, enabling "fearless concurrency". Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques. You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent storage, memory, networking and even tinkering with CPU instructions. The book takes you through using Rust to extend other applications and teaches you tricks to write blindingly fast code. You'll also discover parallel and concurrent programming. · Concurrent and parallel programming Sharing resources with locks or atomic operations Avoiding programming with global state Message passing inside your applications Memory management and garbage collection Readers need intermediate programming skills and familiarity with general computer science concepts, the command line, and networking.