Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Online Resource  (746)
  • AV-Medium
  • 2015-2019  (746)
  • 2017  (746)
  • Economics  (406)
  • Application software ; Development  (340)
Material
Language
Years
  • 2015-2019  (746)
Year
Keywords
  • 1
    ISBN: 9783319503196
    Language: English
    Pages: 1 Online-Ressource (xv, 297 Seiten) , Illustrationen
    Edition: Second Edition
    Parallel Title: Erscheint auch als
    DDC: 302.1
    RVK:
    Keywords: Political economy ; Economic theory ; Welfare economics ; Public finance ; Economics ; Social Choice/Welfare Economics/Public Choice ; Economic Theory/Quantitative Economics/Mathematical Methods ; Public Economics ; Political Economy ; Wirtschaft ; Wirtschaftspolitik ; Wohlfahrtstheorie ; Ethik ; Wirtschaftspolitik ; Ethik ; Wohlfahrtstheorie
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    ISBN: 9781787129788 , 1787129780
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Application software ; Development ; Enterprise resource planning ; Information technology ; Management ; Electronic books ; Electronic books ; local
    Abstract: Develop and extend efficient cloud-native applications with ServiceNow About This Book Build and customize your apps and workflows to suit your organization's requirements Perform in-depth application development from designing forms to writing business rules, client-scripts, and workflows Comprehensive guide to the end-to-end implementation of designing and extending apps with ServiceNow Who This Book Is For If you are a ServiceNow administrator and developer and need to build and customize your service management solution (apps and workflows) with ServiceNow, then this book is for you. What You Will Learn Customize the ServiceNow dashboard to meet your business requirements Use Administration and Security Controls to add roles and ensure proper access Manage tables and columns using data dictionaries Learn how application scopes are defined within ServiceNow Configure different types of table to design your application Start using the different types of scripting options available in ServiceNow Design and create workflows for task tables Use debugging techniques available in ServiceNow to easily resolve script-related issues Run scripts at regular time intervals using the Scheduled Script Execution module In Detail ServiceNow provides service management for every department in the enterprise, including IT, Human Resources, Facilities, Field Service, and more. This book focuses on all the steps required to develop apps and workflows for any of your business requirements using ServiceNow. You will start with the first module, which covers the basics of ServiceNow and how applications are structured; how you can customize the dashboard as required; and also how to create users. After you get used to the dashboard, you will move on to the next module, Applications and Tables, where you will learn about working with different tables and how you can create a scope other than the global scope for your application. The next module is Scripting and APIs, where you will learn Scripting in ServiceNow and use powerful APIs to develop applications. The final module, Administration Essentials, covers debugging, advanced database features, and scheduled script creation. By the end of the book you will have mastered creating organized and customer-friendly applications Style and approach A step-by-step tutorial to designing applications and workflows with ServiceNow
    Note: Description based on online resource; title from title page (Safari, viewed October 24, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    ISBN: 9781786466631 , 1786466635
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Swift (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Over 50 recipes to help you quickly and efficiently build applications with Swift 4 and Xcode 9 About This Book Write robust and efficient code and avoid common pitfalls using Swift 4 Get a comprehensive coverage of the tools and techniques needed to create multi-platform apps with Swift 4 Packed with easy-to-follow recipes, this book will help you develop code using the latest version of Swift Who This Book Is For If you are looking for a book to help you learn about the diverse features offered by Swift 4 along with tips and tricks to efficiently code and build applications, then this book is for you. Basic knowledge of Swift or general programming concepts will be beneficial. What You Will Learn Explore basic to advanced concepts in Swift 4 Programming Unleash advanced features of Apple's Xcode 9 IDE and Swift Playgrounds Learn about the conditional statements, loops, and how to handle errors in Swift Define flexible classes and structs using Generics, and learn about the advanced operators, and create custom operators Explore functionalities outside of the standard libraries of Swift Import your own custom functionality into Swift Playgrounds Run Swift on Linux and investigate server-side programming with the server side framework Vapor In Detail Swift 4 is an exciting, multi-platform, general-purpose programming language. Being open source, modern and easy to use has made Swift one of the fastest growing programming languages. If you interested in exploring it, then this book is what you need. The book begins with an introduction to the basic building blocks of Swift 4, its syntax and the functionalities of Swift constructs. Then, introduces you to Apple's Xcode 9 IDE and Swift Playgrounds, which provide an ideal platform to write, execute, and debug the codes thus initiating your development process. Next, you'll learn to bundle variables into tuples, set order to your data with an array, store key-value pairs with dictionaries and you'll learn how to use the property observers. Later, explore the decision-making and control structures in Swift and learn how to handle errors in Swift 4. Then you'll, examine the advanced features of Swift, generics and operators, and then explore the functionalities outside of the standard library, provided by frameworks such as Foundation and UIKit. Also, you'll explore advanced features of Swift Playgrounds. At the end of the book, you'll learn server-side programming aspect of Swift 4 and see how to ru...
    Note: Description based on online resource; title from title page (Safari, viewed October 30, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    ISBN: 9781787129689 , 1787129683
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Spring (Software framework) ; Web site development ; Application software ; Development ; Java (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Over 100 hands-on recipes to build web applications easily and efficiently IN Spring 5.0 About This Book Solve real-world problems using the latest features of the Spring framework like Reactive Streams and the Functional Web Framework. Learn how to use dependency injection and aspect-oriented programming to write compartmentalized and testable code. Understand when to choose between Spring MVC and Spring Web Reactive for your projects Who This Book Is For Java developers who would like to gain in-depth knowledge of how to overcome problems that they face while developing great Spring applications. It will also cater to Spring enthusiasts, users and experts who need an arena for comparative analysis, new ideas and inquiries on some details regarding Spring 5.0 and its previous releases. A basic knowledge of Spring development is essential What You Will Learn Understand how functional programming and concurrency in JDK 1.9 works, and how it will affect Spring 5.0 Learn the importance and application of reactive programming in creating services, and also the process of creating asynchronous MVC applications Implement different Spring Data modules Integrate Spring Security to the container Create applications and deploy using Spring Boot Conceptualize the architecture behind Microservices and learn the details of its implementation Create different test cases for the components of Spring 5.0 components In Detail The Spring framework has been the go-to framework for Java developers for quite some time. It enhances modularity, provides more readable code, and enables the developer to focus on developing the application while the underlying framework takes care of transaction APIs, remote APIs, JMX APIs, and JMS APIs. The upcoming version of the Spring Framework has a lot to offer, above and beyond the platform upgrade to Java 9, and this book will show you all you need to know to overcome common to advanced problems you might face. Each recipe will showcase some old and new issues and solutions, right from configuring Spring 5.0 container to testing its components. Most importantly, the book will highlight concurrent processes, asynchronous MVC and reactive programming using Reactor Core APIs. Aside from the core components, this book will also include integration of third-party technologies that are mostly needed in building enterprise applications. By the end of the book, the reader will not only be well versed with the essential concepts of Spri...
    Note: Description based on online resource; title from title page (Safari, viewed October 31, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Birmingham, UK : Packt Publishing
    ISBN: 9781788397247 , 178839724X
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: This book shows JavaScript developers how to build highly dependable JavaScript projects using the Immutable.js framework. About This Book Master the Immutable.js JavaScript framework Build predictable and dependable applications using immutability Control how data flows through your application Control the effects of data flow in your user interface using Node.js Who This Book Is For This book is for JavaScript developers, from intermediate level and beyond, who need to create dependable JavaScript projects, using the Immutable.js JavaScript framework. What You Will Learn Learn how Immutable.js can improve the dependability of your JavaScript code Discover how to create Immutable data, and work with persistent changes See how to combine and filter collections, and find items Learn how to work with sequences and side effects Sort collections, maps, and sets Get to know tricks to avoid processing chains Compare and move between lists, sets, and maps Work with Immutable patterns and Immutable architecture In Detail Immutable.js is a JavaScript library that will improve the robustness and dependability of your larger JavaScript projects. All aspects of the Immutable.js framework are covered in this book, and common JavaScript situations are examined in a hands-on way so that you gain practical experience using Immutable.js that you can apply across your own JavaScript projects. The key to building robust JavaScript applications using immutability is to control how data flows through your application, and how the side-effects of these flows are managed. Many problems that are difficult to pinpoint in large codebases stem from data that's been mutated where it shouldn't have been. With immutable data, you rule out an entire class of bugs. Mastering Immutable.js takes a practical, hands-on approach throughout, and shows you the ins and outs of the Immutable.js framework so that you can confidently build successful and dependable JavaScript projects. Style and Approach Adam Boduch covers all the key concepts and benefits of immutability, and then presents you with hands-on practical experience on implementing immutability in your JavaScript projects.
    Note: Description based on online resource; title from title page (Safari, viewed October 31, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    ISBN: 9781786462657 , 1786462656
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Haskell (Computer program language) ; Application software ; Development ; Functional programming (Computer science) ; Electronic books ; Electronic books ; local
    Abstract: Save time and build fast, functional, and concurrent application using Haskell About This Book Comprehensive guide for establishing a strong foundation in Haskell and developing pragmatic code Create a full fledged web application using Haskell Work with Lens, Haskell Extensions, and write code for concurrent and distributed applications Who This Book Is For This book is targeted at readers who wish to learn the Haskell language. If you are a beginner, Haskell Cookbook will get you started. If you are experienced, it will expand your knowledge base. A basic knowledge of programming will be helpful. What You Will Learn Use functional data structures and algorithms to solve problems Understand the intricacies of the type system Create a simple parser for integer expressions with additions Build high-performance web services with Haskell Master mechanisms for concurrency and parallelism in Haskell Perform parsing and handle scarce resources such as filesystem handles Organize your programs by creating your own types and type classes In Detail Haskell is a purely functional language that has the great ability to develop large and difficult, but easily maintainable software. Haskell Cookbook provides recipes that start by illustrating the principles of functional programming in Haskell, and then gradually build up your expertise in creating industrial-strength programs to accomplish any goal. The book covers topics such as Functors, Applicatives, Monads, and Transformers. You will learn various ways to handle state in your application and explore advanced topics such as Generalized Algebraic Data Types, higher kind types, existential types, and type families. The book will discuss the association of lenses with type classes such as Functor, Foldable, and Traversable to help you manage deep data structures. With the help of the wide selection of examples in this book, you will be able to upgrade your Haskell programming skills and develop scalable software idiomatically. Style and approach The book follows a recipe-based approach. Each recipe addresses specific problems and issues. The recipes provide discussions and insights to explain these problems. Downloading the example code for this book. You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the code file.
    Note: Description based on online resource; title from title page (Safari, viewed October 24, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    ISBN: 9781786463395 , 1786463393
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Android (Electronic resource) ; Application software ; Development ; Mobile apps ; Development ; Electronic books ; Electronic books ; local
    Abstract: Become a pro with the latest Android SDK and create state of the art applications for Android. About This Book Dive deep into Android development with practical hands on examples to help you in each stage. Develop smart professional grade apps for the latest Android N version and become a pro android developer. Unclog your development highway by utilising the industry standard best practices techniques. Who This Book Is For This book is for mobile developers having some expertise in building android apps and who wish to now take a leap into building complex app such as Zomato, using latest Android N power of Google. What You Will Learn Building UI/UX following best industry practices Development of Zomato Clone Measure and improve app performance Improving app using test mechanisms Bringing the app live on the play store In Detail Android O brings a number of important changes for the users as well as the developers. If you want to create smart android applications which are fast, lightweight and also highly efficient then this is the book that will solve all your problems. You will create a complex enterprise grade app in this book. You will get a quick refresher of the latest android SDK and how to configure your development environment. Then you will move onto creating app layouts, component and module building, creating smart and efficient UIs. The most important part of a modern day app is how real time they are. With this book, you will create a smooth back-end for your app, ensure dynamic and real time communication between different app layers. As we move on, you will learn to leverage the different Android APIs and create an efficient SQLite data layer for your apps. You will implement effective testing techniques to make your app reliable and robust and finally you will learn to deploy it efficiently. The multiple stages of android development will also be simplified by giving you an industry standard set of best practices. Style and approach This book will have a dedicated practical tutorial style approach with focus on professional & enterprise grade android app development. The examples in each chapter will be modular and will also help you to create a complete fully fueatured android app by the end of the book.
    Note: Description based on online resource; title from title page (Safari, viewed October 30, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    ISBN: 9781788397124 , 1788397126
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Java (Computer program language) ; Application software ; Development ; Cloud computing ; Electronic books ; Electronic books ; local
    Abstract: Find out how to craft effective, business-oriented Java EE 8 applications that target customer's demands in the age of Cloud platforms and container technology. About This Book Understand the principles of modern Java EE and how to realize effective architectures Gain knowledge of how to design enterprise software in the age of automation, Continuous Delivery and Cloud platforms Learn about the reasoning and motivations behind state-of-the-art enterprise Java technology, that focuses on business Who This Book Is For This book is for experienced Java EE developers who are aspiring to become the architects of enterprise-grade applications, or software architects who would like to leverage Java EE to create effective blueprints of applications. What You Will Learn What enterprise software engineers should focus on Implement applications, packages, and components in a modern way Design and structure application architectures Discover how to realize technical and cross-cutting aspects Get to grips with containers and container orchestration technology Realize zero-dependency, 12-factor, and Cloud-native applications Implement automated, fast, reliable, and maintainable software tests Discover distributed system architectures and their requirements In Detail Java EE 8 brings with it a load of features, mainly targeting newer architectures such as microservices, modernized security APIs, and cloud deployments. This book will teach you to design and develop modern, business-oriented applications using Java EE 8. It shows how to structure systems and applications, and how design patterns and Domain Driven Design aspects are realized in the age of Java EE 8. You will learn about the concepts and principles behind Java EE applications, and how to effect communication, persistence, technical and cross-cutting concerns, and asynchronous behavior. This book covers Continuous Delivery, DevOps, infrastructure-as-code, containers, container orchestration technologies, such as Docker and Kubernetes, and why and especially how Java EE fits into this world. It also covers the requirements behind containerized, zero-dependency applications and how modern Java EE application servers support these approaches. You will also learn about automated, fast, and reliable software tests, in different test levels, scopes, and test technologies. This book covers the prerequisites and challenges of distributed systems that lead to microservice, shared-nothing architectures. Th...
    Note: Includes bibliographical references. - Description based on online resource; title from title page (viewed November 2, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    ISBN: 9781760461133 , 1760461148 , 176046113X , 9781760461140
    Language: English
    Pages: 1 Online-Ressource (xvi, 282 pages)
    Series Statement: Australia and New Zealand School of Government (ANZSOG)
    Parallel Title: Print version Australia, the European Union and the new trade agenda
    Keywords: International economic relations ; International economic relations ; Foreign economic relations ; Foreign economic relations ; Europe ; Europe ; Commercial treaties ; Europe ; Commercial treaties ; International economic relations ; Australia ; Europe ; Commercial treaties ; International economic relations ; Australia ; Australia ; International economics ; International trade ; POLITICAL SCIENCE ; International Relations ; Trade & Tariffs ; Economics ; Other geographical groupings, oceans and seas ; EU (European Union) ; Political, socio-economic and strategic groupings ; Australasia ; Trade agreements ; Economics, finance, business and management ; Australasia, Oceania and other land areas ; Australia Foreign economic relations ; Europe Commercial treaties ; Australia Commercial treaties ; Europe Foreign economic relations ; Australia ; Europe ; Australia ; Europe ; Electronic books
    Abstract: Introduction: Australia, the European Union and the New Trade Agenda / Annmarie Elijah, Donald Kenyon, Karen Hussey and Pierre van der Eng -- Korea-EU FTA: Breaking New Ground / Yoo-Duk Kang -- Understanding the EU-Singapore Free Trade Agreement / Deborah Elms -- Is the CETA a Road Map for Australia and the EU? / Annmarie Elijah -- The Changed Architecture of the EU's Agricultural Policy Over Four Decades: Trade Policy Implications for Australia / Alan Swinbank and Carsten Daugbjerg -- Agriculture in the Australia-EU economic and trade relationship / Karen Hussey and Carl Tidemann -- Geographical Indications: An Assessment of EU Treaty Demands / Hazel Moir -- Gains for Trade in Services in an EU-Australia Free Trade Agreement: A European Perspective / Pascal Kerneis -- 'Mutual Evaluation': A New Policy Tool for Dealing with 'Behind the Borders' Barriers / Anne McNaughton and Jacqueline Lo -- Bringing Australia and the EU Closer: Is an FTA a Solution? / Paul Gretton -- EU and Australia: Europe's Challenges and Policy Options for Future Trade / Roderick Abbott and Hosuk Lee-Makiyama -- An FTA with the EU: What Could Be Gained? / Bruce Gosper -- Australia and the EU: Partners in the New Trade Agenda / Don Kenyon and Pierre van der Eng
    Abstract: Introduction: Australia, the European Union and the New Trade Agenda / Annmarie Elijah, Donald Kenyon, Karen Hussey and Pierre van der Eng -- Korea-EU FTA: Breaking New Ground / Yoo-Duk Kang -- Understanding the EU-Singapore Free Trade Agreement / Deborah Elms -- Is the CETA a Road Map for Australia and the EU? / Annmarie Elijah -- The Changed Architecture of the EU's Agricultural Policy Over Four Decades: Trade Policy Implications for Australia / Alan Swinbank and Carsten Daugbjerg -- Agriculture in the Australia-EU economic and trade relationship / Karen Hussey and Carl Tidemann -- Geographical Indications: An Assessment of EU Treaty Demands / Hazel Moir -- Gains for Trade in Services in an EU-Australia Free Trade Agreement: A European Perspective / Pascal Kerneis -- 'Mutual Evaluation': A New Policy Tool for Dealing with 'Behind the Borders' Barriers / Anne McNaughton and Jacqueline Lo -- Bringing Australia and the EU Closer: Is an FTA a Solution? / Paul Gretton -- EU and Australia: Europe's Challenges and Policy Options for Future Trade / Roderick Abbott and Hosuk Lee-Makiyama -- An FTA with the EU: What Could Be Gained? / Bruce Gosper -- Australia and the EU: Partners in the New Trade Agenda / Don Kenyon and Pierre van der Eng
    Note: Includes bibliographical references
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    Paris : OECD Publishing
    ISBN: 9789264279360
    Language: English
    Pages: 1 Online-Ressource (1 Online-Ressource)
    Parallel Title: Available in another form
    Parallel Title: Erscheint auch als The Land-Water-Energy nexus
    Keywords: Natürliche Ressourcen ; Ressourcenökonomik ; Boden ; Wasser ; Energie ; Dynamisches Gleichgewicht ; Theorie ; Welt ; Agriculture and Food ; Environment ; Urban, Rural and Regional Development ; Economics ; Boden ; Wasser ; Energie ; Ressourcenökonomie ; Dynamisches Gleichgewicht
    Abstract: This report contributes to the discussion of interconnections between scarce resources by highlighting the nexus between land, water and energy (the LWE nexus). It focuses on a dynamic, integrated, and disaggregated analysis of how land, water and energy interact in the biophysical and economic systems. The report provides projections for the biophysical and economic consequences of nexus bottlenecks until 2060, highlighting that while the LWE nexus is essentially local, there can be significant large-scale repercussions in vulnerable regions, notably on forest cover and in terms of food and water security. The analysis is based on coupling a gridded biophysical systems model with a multi-regional, multi-sectoral dynamic general equilibrium modelling assessment. Numerical insights are provided by investigating a carefully selected set of scenarios that are designed to illustrate the key bottlenecks: one scenario for each resource bottleneck, plus two scenarios that combine all bottlenecks, with and without an overlay of climate change.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Oxford University Press
    ISBN: 9780198801641
    Language: English
    Pages: 1 Online-Ressource (400 p.)
    Keywords: Politics & government ; Economics ; Economic growth ; Development economics & emerging economies ; Political economy
    Abstract: "International financial crises have plagued the world in recent decades, including the Latin American debt crisis of the 1980s, the East Asian crisis of the late twentieth century, and the global financial crisis of 2007-09. One of the basic problems faced during these crises is the lack of adequate preventive mechanisms, as well as insufficient instruments to finance countries in crisis and to overcome their over-indebtedness. Resetting the International Monetary (Non)System provides an analysis of the global monetary system and the necessary reforms that it should undergo to play an active role in the twenty-first century and proposes a comprehensive yet evolutionary reform of the system. Criticising the ad hoc framework- a ""(non)system""- that has evolved following the breakdown of the Bretton Woods arrangement in the early 1970's, Resetting the International Monetary (Non)System places a special focus on the asymmetries that emerging and developing countries face, analysing the controversial management of crises by the International Monetary Fund and proposing a consistent set of reform proposals to design a better system of international monetary cooperation. Policy orientated and structured to deal in a sequential way with the issues involved, it suggests provision of international liquidity through a system that mixes the multicurrency arrangement with a more active use of the IMF's Special Drawing Rights; stronger mechanisms of macroeconomic policy cooperation, including greater cooperation in exchange rate management and freedom to manage capital flows; additional automatic balance-of-payments financing facilities and the complementary use of swap and regional arrangements; a multilateral sovereign debt workout mechanism; and major reforms of the system's governance."
    Note: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Amsterdam University Press
    ISBN: 9789462983502
    Language: Dutch
    Pages: 1 Online-Ressource
    Keywords: Economics
    Abstract: In een wereld vol met grote uitdagingen als gevolg van klimaatverandering, economische ongelijkheid en migratie, biedt het boek Bankieren voor een betere wereld van Nanno Kleiterp en Marijn Wiersma een diep inzicht in de verbindende rol die ontwikkelingsbanken kunnen spelen bij duurzame ontwikkeling, welzijn en welvaart in de wereld. De publieke verontwaardiging over de financiële wereld behoort nog niet tot het verleden. Maar wat gebeurt er als banken investeren in duurzame en sociale ontwikkeling? Op een actuele en inspirerende wijze putten Kleiterp en Wiersma uit meer dan 45 jaar ervaring in ontwikkelingsbankieren en laten hun licht schijnen op de relevantie van ontwikkelingsbanken. Ze laten zien hoe ontwikkelingsbanken door een brug te slaan tussen overheid, bedrijfsleven en maatschappelijk middenveld de weg effenen voor noodzakelijke investeringen voor een betere toekomst. Lezers van het boek worden meegenomen in de ontwikkeling van FMO, de successen en de vele dilemma's. Soms vanuit een mondiaal perspectief, soms vanuit persoonlijke ervaring. Kleiterp en Wiersma verbinden op een openhartige wijze anekdotes over ontwikkeling, het bankwezen, ervaring met klanten en duurzaamheid tot een businessmodel dat winst door impact en impact door winst mogelijk maakt. Bankieren voor een betere wereld is een belangrijk en toegankelijk boek over duurzame, sociale ontwikkeling en verplichte literatuur voor bankiers, bedrijven, beleidsmakers en het maatschappelijk middenveld. Bankieren voor een betere wereld laat zien hoe ontwikkelingsbanken, de transitie naar een betere wereld versnellen
    Note: Dutch; Flemish
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Oxford University Press
    ISBN: 9780198718116
    Language: English
    Pages: 1 Online-Ressource (304 p.)
    Series Statement: WIDER Studies in Development Economics
    Keywords: Economics ; Macroeconomics ; Monetary economics ; International finance ; Development economics & emerging economies ; Economic & financial crises & disasters ; Finance
    Abstract: This book provides an analysis of the global monetary system and the necessary reforms that it should undergo to play an active role in the twenty-first century. As its title indicates, its basic diagnosis is that it is an ad hoc framework rather than a coherent system—a ‘non-system’—which evolved after the breakdown of the original Bretton Woods arrangement in the early 1970s. The book places a special focus on the asymmetries that emerging and developing countries face within the current system, and therefore on the development dimensions of the global monetary system and of global monetary reform. The book proposes a comprehensive yet evolutionary reform of the system that includes: (i) provision of international liquidity through a system that mixes the multi-currency arrangement with a more active use of the IMF’s Special Drawing Rights (SDRs), the only true global currency that has been created; (ii) stronger mechanisms of macroeconomic policy cooperation, including greater cooperation in exchange rate management, and freedom to manage capital flows as a complement to counter-cyclical macroeconomic policy and other instruments of financial regulation; (iii) additional automatic balance-of-payments financing facilities, and the complementary use of swap and regional arrangements; (iv) a multilateral sovereign debt workout mechanism; and (v) major reforms of the system’s governance, based on a more representative apex organization, more equitable participation of emerging and developing countries in decision-making, and a network of global, regional, inter-regional, and sub-regional organizations
    Note: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    ISBN: 9780880995276 , 9780880995252
    Language: Undetermined
    Pages: 1 Online-Ressource
    Keywords: Management & management techniques ; Organizational theory & behaviour ; Economics
    Abstract: Employee ownership firms offer workers the opportunity to own a stake in the firms where they work. This affords them the ability to share in profits and have a voice in firm-related decision-making. In this comprehensive new book, Kurtulus and Kruse provide new evidence on whether employee ownership firms are better equipped to survive recessions. In particular, they focus on broad-based employee ownership, which includes ownership at all levels in the firm’s hierarchy
    Note: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    ISBN: 9789877222241
    Language: Undetermined
    Pages: 1 Online-Ressource
    Keywords: Economics ; Central government policies
    Abstract: Coeditado por la Facultad de Administración de Empresas, Universidad de Puerto Rico. En el 2015 un grupo de académicos y estudiantes puertorriqueños tuvieron la iniciativa de visitar Cuba, oportunidad en la que recibieron una serie de conferencias sobre una amplia gama de temas atinentes a la realidad cubana. En La Habana contaron con el apoyo de la Cátedra de Estudios del Caribe de la Universidad de La Habana. A esta se sumaron otras instituciones como el Instituto Superior de Relaciones Internacionales “Raúl Roa García". Fue una experiencia muy positiva para puertorriqueños y cubanos. Afortunadamente no quedó solo en interesantes conferencias e intercambios y visitas diversas. Más allá del enriquecimiento mutuo que significó el contacto directo entre boricuas y cubanos –que permitió conocernos mejor y constatar, una vez más, cuanto de común hay entre nosotros– nos lega esta interesante compilación de artículos
    Note: Spanish
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    ISBN: 9781908997692 , 9781908997685
    Language: Undetermined
    Pages: 1 Online-Ressource
    Keywords: Economics ; Macroeconomics ; Media, information & communication industries ; International economics ; Urban economics ; Social welfare & social services ; Migration, immigration & emigration ; Social classes
    Abstract: The austerity that followed the recent economic and financial crisis in has led to impassioned debates across the social sciences and the public at large. Although Ireland was not its only victim, the depth of the interacting economic, banking and budgetary crises has meant that the level of public interest has been especially intense. Among the hotly debated questions: what is austerity? Was it necessary? What have been its consequences? One of the defining features of the debate to date has been its tendency to polarise opinion and adopt a one-dimensional perspective. This book challenges us to adopt a more nuanced approach to understandings of austerity, and by extension the path to recovery. The book brings together leading national and international experts from across the social sciences to debate this traumatic period in Ireland’s economic and social development. The papers were selected from a conference at the Royal Irish Academy, peer-reviewed and rewritten with the addition of a substantial introduction and conclusion by the editors
    Note: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    ISBN: 9783631738351
    Language: German
    Pages: 1 Online-Ressource (202 p.)
    Keywords: Economics
    Abstract: 〈P〉Dieser Band der Bad Orber Gespräche 2016 enthält die erweiterten Referate eines interdisziplinären Workshops zum Thema «Neuerungen im Krankenhaus- und Arzneimittelbereich zwischen Bedarf und Finanzierung». Vertreter des Deutschen Bundestages, des Gemeinsamen Bundesausschusses, des GKV-Spitzenverbandes, der Krankenhäuser, der pharmazeutischen Industrie und der Wissenschaft erörtern Probleme der Grundlagen des Wettbewerbs der Krankenkassen, der Finanzierung und Qualitätsorientierung von Krankenhäusern sowie der Versorgung und Vergütung von innovativen Arzneimitteln.〈/P〉
    Note: German
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Taylor & Francis
    ISBN: 9781315401867 , 9781138224643 , 9781315401836
    Language: English
    Pages: 1 Online-Ressource
    Keywords: Economics ; Development economics & emerging economies ; Business & management ; Research & development management
    Abstract: The Open Access version of this book, available at http://www.tandfebooks.com/doi/view/10.4324/9781315401867, has been made available under a Creative Commons Attribution-Non Commercial-No Derivatives 3.0 license. This book brings together academics, members of European institutions, and regional and national level policymakers in order to assess the performance and direction of EU Cohesion policy against the background of the most significant reforms to the policy in a generation. Responding to past criticisms of the effectiveness of the policy, the policy changes introduced in 2013 have aligned European Structural and Investment Funds with the Europe 2020 strategy and introduced measures to improve strategic coherence, performance and integrated development. EU Cohesion Policy: Reassessing performance and direction argues that policy can only be successfully developed and implemented if there is input from both academics and practitioners. The chapters in the book address four important issues: the effectiveness and impact of Cohesion policy at European, national and regional levels; the contribution of Cohesion policy to the Europe 2020 strategy of smart, sustainable and inclusive growth; the importance of quality of government and administrative capacity for the effective management of the Funds; and the inter-relationships between institutions, territory and place-based policies. The volume will be an invaluable resource to students, academics and policymakers across economics, regional studies, European studies and international relations
    Note: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    Cham : Springer International Publishing
    ISBN: 9783319572079
    Language: English
    Pages: 1 Online-Ressource (219 pages)
    Series Statement: The Frontiers Collection
    Parallel Title: Print version Bardi, Ugo The Seneca Effect : Why Growth is Slow but Collapse is Rapid
    DDC: 306.3
    Keywords: Economics ; Economics ; Electronic books
    Abstract: Dedication -- A Report to the Club of Rome -- Advance Praise for The Seneca Effect -- Foreword -- Contents -- Acknowledgments -- Chapter 1: Introduction: Collapse Is Not a Bug, It Is a Feature -- Chapter 2: The Mother of All Collapses: The Fall of Rome -- 2.1 Seneca and His Times -- 2.2 Whence Empires? -- 2.2.1 The Great Fall -- Chapter 3: Of Collapses Large and Small -- 3.1 The Breakdown of Everyday Things -- 3.1.1 Why Ships Don't Have Square Windows -- 3.1.1.1 Energy and Entropy -- 3.1.2 Why Balloons Pop -- 3.2 Avalanches -- 3.2.1 The Fall of the Great Towers -- 3.2.1.1 The Physics of the Hourglass -- 3.2.2 Networks -- 3.3 Financial Avalanches -- 3.3.1 Babylon Revisited -- 3.3.1.1 But What Is this "Money" Anyway? -- 3.3.1.2 Why Financial Collapses? -- 3.4 Famines -- 3.4.1 Malthus Was an Optimist -- 3.4.1.1 The Land of the Rising Sun -- 3.4.1.2 Famines to Come -- 3.5 Depletion -- 3.5.1 The Shortest-Lived Empire in History -- 3.5.2 Tiffany's Fallacy -- 3.5.2.1 Thanatia and the Mineral Eschatology -- 3.6 Overshoot -- 3.6.1 What's Good for the Bee, Is Good for the Hive -- 3.6.2 The Fall of the Galactic Empire -- 3.7 Gaia's Death: The Collapse of the Earth's Ecosystem -- 3.7.1 What Killed the Dinosaurs? -- 3.7.1.1 Gaia: the Earth Goddess -- 3.7.1.2 Hell on Earth -- Chapter 4: Managing Collapse -- 4.1 Avoiding Collapse -- 4.1.1 Fighting Overexploitation -- 4.1.2 Resilience -- 4.1.3 Returning from Collapse -- 4.1.4 Avoiding Financial Collapses -- 4.2 Exploiting Collapse -- 4.2.1 Hostile Collapses -- 4.2.2 Creative Collapsing -- 4.2.3 Pulling the Levers in the Right Direction -- Chapter 5: Conclusion -- Appendix: Mind-Sized World Models -- Figure Copyright Notes -- References -- Index
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    Shelter Island, NY : Manning Publications Co.
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Amazon Web Services (Firm) ; Web applications ; Development ; Application software ; Development ; Web services ; Cloud computing ; Computer architecture ; Design ; Electronic books ; Electronic books ; local
    Abstract: Summary Serverless Architectures on AWS teaches you how to build, secure and manage serverless architectures that can power the most demanding web and mobile apps. About the Technology There's a shift underway toward serverless cloud architectures. With the release of serverless computer technologies such as AWS Lambda, developers are now building entirely serverless platforms at scale. In these new architectures, traditional back-end servers are replaced with cloud functions acting as discrete single-purpose services. By composing and combining these serverless cloud functions together in a loose orchestration and adopting useful third-party services, developers can create powerful yet easy-to-understand applications. About the Book Serverless Architectures on AWS teaches you how to build, secure, and manage serverless architectures that can power the most demanding web and mobile apps. You'll get going quickly with this book's ready-made real-world examples, code snippets, diagrams, and descriptions of architectures that can be readily applied. By the end, you'll be able to architect and build your own serverless applications on AWS. What's Inside First steps with serverless computing Important patterns and architectures Writing AWS Lambda functions and using the API Gateway Composing serverless applications using key services like Auth0 and Firebase Securing, deploying, and managing serverless architectures About the Reader This book is for software developers interested in back end technologies. Experience with JavaScript (node.js) and AWS is useful but not required. About the Author Peter Sbarski is a well-known AWS expert, VP of engineering at A Cloud Guru, and head of Serverlessconf.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed June 1, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    Amsterdam : Amsterdam University Press
    ISBN: 9789048533787
    Language: Dutch
    Pages: 1 Online-Ressource (160 Seiten) , Illustrationen
    RVK:
    RVK:
    Keywords: Entwicklungsbank ; Entwicklungsfinanzierung ; Sozialer Wandel ; Entwicklung ; Welt ; Economics ; Interview ; Interview ; Entwicklungsbank ; Entwicklungsfinanzierung
    Abstract: In een wereld vol met grote uitdagingen als gevolg van klimaatverandering, economische ongelijkheid en migratie, biedt het boek Bankieren voor een betere wereld van Nanno Kleiterp en Marijn Wiersma een diep inzicht in de verbindende rol die ontwikkelingsbanken kunnen spelen bij duurzame ontwikkeling, welzijn en welvaart in de wereld. De publieke verontwaardiging over de financie͏̈le wereld behoort nog niet tot het verleden. Maar wat gebeurt er als banken investeren in duurzame en sociale ontwikkeling? Op een actuele en inspirerende wijze putten Kleiterp en Wiersma uit meer dan 45 jaar ervaring in ontwikkelingsbankieren en laten hun licht schijnen op de relevantie van ontwikkelingsbanken. Ze laten zien hoe ontwikkelingsbanken door een brug te slaan tussen overheid, bedrijfsleven en maatschappelijk middenveld de weg effenen voor noodzakelijke investeringen voor een betere toekomst. Lezers van het boek worden meegenomen in de ontwikkeling van FMO, de successen en de vele dilemma's. Soms vanuit een mondiaal perspectief, soms vanuit persoonlijke ervaring. Kleiterp en Wiersma verbinden op een openhartige wijze anekdotes over ontwikkeling, het bankwezen, ervaring met klanten en duurzaamheid tot een businessmodel dat winst door impact en impact door winst mogelijk maakt. Bankieren voor een betere wereld is een belangrijk en toegankelijk boek over duurzame, sociale ontwikkeling en verplichte literatuur voor bankiers, bedrijven, beleidsmakers en het maatschappelijk middenveld. Bankieren voor een betere wereld laat zien hoe ontwikkelingsbanken, de transitie naar een betere wereld versnellen
    URL: 46
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    Birmingham, UK : Packt Publishing
    ISBN: 9781783286843 , 1783286849
    Language: English
    Pages: 1 online resource (1 volume)
    Keywords: Go (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Bridge the gap between basic understanding of Go and use of its advanced features About This Book Discover a number of recipes and approaches to develop modern back-end applications Put to use the best practices to combine the recipes for sophisticated parallel tools This book is based on Go 1.8, which is the latest version Who This Book Is For This book is for web developers, programmers, and enterprise developers. Basic knowledge of the Go language is assumed. Experience with back-end application development is not necessary, but may help understand the motivation behind some of the recipes. What You Will Learn Test your application using advanced testing methodologies Develop an awareness of application structures, interface design, and tooling Create strategies for third-party packages, dependencies, and vendoring Get to know tricks on treating data such as collections Handle errors and cleanly pass them along to calling functions Wrap dependencies in interfaces for ease of portability and testing Explore reactive programming design patterns in Go In Detail Go (a.k.a. Golang) is a statically-typed programming language first developed at Google. It is derived from C with additional features such as garbage collection, type safety, dynamic-typing capabilities, additional built-in types, and a large standard library. This book takes off where basic tutorials on the language leave off. You can immediately put into practice some of the more advanced concepts and libraries offered by the language while avoiding some of the common mistakes for new Go developers. The book covers basic type and error handling. It explores applications that interact with users, such as websites, command-line tools, or via the file system. It demonstrates how to handle advanced topics such as parallelism, distributed systems, and performance tuning. Lastly, it finishes with reactive and serverless programming in Go. Style and approach This guide is a handy reference for developers to quickly look up Go development patterns. It is a companion to other resources and a reference that will be useful long after reading it through the first time. Each recipe includes working, simple, and tested code that can be used as a reference or foundation for your own applications. Downloading the example code for this book. You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere...
    Note: Description based on online resource; title from title page (Safari, viewed July 12, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    ISBN: 9781786469649 , 1786469642
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Microsoft Visual studio ; Natural language processing (Computer science) ; Microsoft Azure (Computing platform) ; Web site development ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Build intelligent and smart conversational interfaces using Microsoft Bot Framework About This Book Develop various real-world intelligent bots from scratch using Microsoft Bot Framework Integrate your bots with most popular conversation platforms such as Skype, Slack, and Facebook Messenger Flaunt your bot building skills in your organization by thoroughly understanding and implementing the bot development concepts such as messages (rich text and pictures), dialogs, and third-party authentication and calling Who This Book Is For This book is for developers who are keen on building powerful services with great and interactive bot interface. Experience with C# is needed. What You Will Learn Set up a development environment and install all the required software to get started programming a bot Publish a bot to Slack, Skype, and the Facebook Messenger platform Develop a fully functional weather bot that communicates the current weather in a given city Help your bot identify the intent of a text with the help of LUIS in order to make decisions Integrate an API into your bot development Build an IVR solution Explore the concept of MicroServices and see how MicroServices can be used in bot development Develop an IoT project, deploy it, and connect it to a bot In Detail Bots help users to use the language as a UI and interact with the applications from any platform. This book teaches you how to develop real-world bots using Microsoft Bot Framework. The book starts with setting up the Microsoft Bot Framework development environment and emulator, and moves on to building the first bot using Connector and Builder SDK. Explore how to register, connect, test, and publish your bot to the Slack, Skype, and Facebook Messenger platforms. Throughout this book, you will build different types of bots from simple to complex, such as a weather bot, a natural speech and intent processing bot, an Interactive Voice Response (IVR) bot for a bank, a facial expression recognition bot, and more from scratch. These bots were designed and developed to teach you concepts such as text detection, implementing LUIS dialogs, Cortana Intelligence Services, third-party authentication, Rich Text format, Bot State Service, and microServices so you can practice working with the standard development tools such as Visual Studio, Bot Emulator, and Azure. Style and approach This step-by-step guide takes a learn-while-doing approach, delivering the practical knowledge and experience you ...
    Note: Description based on online resource; title from title page (Safari, viewed June 23, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : FrancoAngeli
    Language: Italian
    Pages: 1 Online-Ressource
    Keywords: Economics
    Abstract: Intellectual capital is gaining in importance over the years, evolving from a "needed to win" resource, necessary to control the market, into a "needed to play" resource, namely an essential element for the survival of the firm. This evolution has led to innovations in accounting concepts, methods and tools. This work offers a critical analysis of the main methods and tools for the evaluation of the intellectual capital, of the potentials and limits of the various evaluation models proposed by the doctrine and the practice. A business case study completes the book
    Note: Italian
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    ISBN: 9781776140916 , 9781776140909
    Language: English
    Pages: 1 Online-Ressource (1 electronic resource (320 p.))
    Keywords: Economics ; Aufsatzsammlung
    Abstract: Shaping markets through competition and economic regulation is at the heart of addressing the development challenges facing countries in southern Africa. The contributors to 'Competition Law And Economic Regulation: Addressing Market Power In Southern Africa' critically assess the efficacy of the competition and economic regulation frameworks, including the impact of a number of the regional competition authorities in a range of sectors throughout southern Africa.Featuring academics as well as practitioners in the field, the book addresses issues common to southern African countries, where markets are small and concentrated, with particularly high barriers to entry, and where the resources to enforce legislation against anti-competitive conduct are limited. What is needed, the contributors argue, is an understanding of competition and regional integration as part of an inclusive growth agenda for Africa. By examining competition and regulation in a single framework, and viewing this within the southern African experience, this volume adds new perspectives to the global competition literature. It is an essential reference tool and will be of great interest to policymakers and regulators, as well as the rapidly growing ecosystem of legal practitioners and economists engaged in the field
    Note: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    ISBN: 9781526125972
    Language: English
    Pages: 1 Online-Ressource (368 p.)
    Keywords: Economics
    Abstract: This book is inspired by, and dedicated to, Jill Rubery. Jill is a major figure in international debates on inequalities in work and employment. Her intellectual contributions are renowned for both their critical questioning of mainstream theoretical approaches, whether in economics, management, industrial relations or comparative systems, and their attention to real-world empirical detail. Jill’s intellectual roots are with the influential Cambridge economics group researching labour market segmentation in the late 1970s and 1980s during a period when Keynesian economic thought was being eclipsed by neoclassical economics modelling. The research was inter-disciplinary, grounded in data (mostly involving case studies of firms) and driven by an ambitious intellectual agenda that developed theory while also illuminating practical matters of relevance to policy-makers and practitioners
    Note: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    Ann Arbor : University of Michigan Press
    ISBN: 9780472109524
    Language: English
    Pages: 1 Online-Ressource (401 p.)
    Keywords: Politics & government ; Economics ; Macroeconomics ; Business & management
    Abstract: Michael Meeropol argues that the ballooning of the federal budget deficit was not a serious problem in the 1980s, nor were the successful recent efforts to get it under control the basis for the prosperous economy of the mid-1990s. In this controversial book, the author provides a close look at what actually happened to the American economy during the years of the "Reagan Revolution" and reveals that the huge deficits had no negative effect on the economy. It was the other policies of the Reagan years—high interest rates to fight inflation, supply-side tax cuts, reductions in regulation, increased advantages for investors and the wealthy, the unraveling of the safety net for the poor—that were unsuccessful in generating more rapid growth and other economic improvements. Meeropol provides compelling evidence of the failure of the U.S. economy between 1990 and 1994 to generate rising incomes for most of the population or improvements in productivity. This caused, first, the electoral repudiation of President Bush in 1992, followed by a repudiation of President Clinton in the 1994 Congressional elections. The Clinton administration made a half-hearted attempt to reverse the Reagan Revolution in economic policy, but ultimately surrendered to the Republican Congressional majority in 1996 when Clinton promised to balance the budget by 2000 and signed the welfare reform bill. The rapid growth of the economy in 1997 caused surprisingly high government revenues, a dramatic fall in the federal budget deficit, and a brief euphoria evident in an almost uncontrollable stock market boom. Finally, Meeropol argues powerfully that the next recession, certain to come before the end of 1999, will turn the predicted path to budget balance and millennial prosperity into a painful joke on the hubris of public policymakers. Accessibly written as a work of recent history and public policy as much as economics, this book is intended for all Americans interested in issues of economic policy, especially the budget deficit and the Clinton versus Congress debates. No specialized training in economics is needed
    Note: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    London : Ubiquity Press
    ISBN: 9781909188938 , 190918893X , 9781909188945 , 1909188948 , 9781909188952 , 1909188956 , 9781909188921 , 1909188921 , 190918893X , 1909188948 , 1909188956 , 1909188921 , 9781909188938 , 9781909188945 , 9781909188952 , 9781909188921
    Language: English
    Pages: 1 Online-Ressource (266 pages)
    Parallel Title: Erscheint auch als Doing the Right Thing
    DDC: 174.4
    Keywords: Economics Sociological aspects ; Business ethics ; Economics Moral and ethical aspects ; Economics ; Business ethics ; Economics ; Electronic books ; The arts: general issues ; Business ethics ; Economics ; Moral and ethical aspects ; Economics ; Sociological aspects ; Verdier ; Samfunnsøkonomi ; Economics, finance, business and management ; Humanities ; Society and social sciences Society and social sciences ; The arts ; Electronic books
    Abstract: "This book is for all those who are seeking a human perspective on economic and organizational processes. It lays the foundations for a value based approach to the economy. The key questions are: "What is important to you or your organization?" "What is this action or that organization good for?" The book is directed at the prevalence of instrumentalist thinking in the current economy and responds to the calls for another economy. Another economy demands another economics. The value based approach is another economics; it focuses on values and on the most important goods such as families, homes, communities, knowledge, and art. It places economic processes in their cultural context. What does it take to do the right thing, as a person, as an organization, as a society? What is the good to strive for? This book gives directions for the answers. The value based approach restores the ancient idea that quality of life and of society is what the economy is all about. It advocates shifting the focus from quantities ("how much?") to qualities ("what is important?")
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    Paris : OECD Publishing
    In:  OECD Journal: Economic Studies Vol. 2016, no. 1, p. 71-90 | volume:2016 | year:2016 | number:1 | pages:71-90
    Language: English
    Pages: 1 Online-Ressource (20 p.) , 21 x 28cm.
    Titel der Quelle: OECD Journal: Economic Studies
    Angaben zur Quelle: Vol. 2016, no. 1, p. 71-90
    Angaben zur Quelle: volume:2016
    Angaben zur Quelle: year:2016
    Angaben zur Quelle: number:1
    Angaben zur Quelle: pages:71-90
    Keywords: Economics
    Abstract: In this period of high uncertainty about future economic growth, we have developed a growth projection tool for 13 advanced countries and the euro area at the 2100 horizon. This high uncertainty is reflected in the debate on the possibility of a “secular stagnation”, fueled by the short-lived Information and Communication Technology (ICT) shock and the current low productivity and GDP growth in advanced countries. Our projection tool allows for the modelling of technology shocks, for different speeds of regulation and education convergence, with endogenous capital growth and TFP convergence processes. We illustrate the benefits of this tool through four growth scenarios, crossing the cases of a new technology shock or secular stagnation with those of regulation and education convergence or of absence of reforms. Over the period 2015-2100, the secular stagnation scenario assumes yearly TFP growth of 0.6% in the US, leading to a 1.5% GDP growth trend. The technology shock scenario assumes that the third technological revolution will, in the US, provide similar TFP gains to electricity during the second industrial revolution, leading to a 1.4% TFP trend, to which we add a TFP growth wave peaking in 2040, and thus to an average GDP growth rate of 3%. In non-US countries, GDP growth will depend on the implementation of regulation reforms, the increase in education and on the distance to the country-specific convergence target, namely the US, as well. Over the period 2015-2060, for the euro area, Japan and the United Kingdom, benefits from regulation and education convergence would amount to a 0.1 to 0.4 pp yearly growth rate depending on the initial degree both of rigidity and the TFP distance to the US. JEL classification: O11, O33, O43, O47, O57 Keywords: Growth, productivity, long-term projections, structural reforms, innovation, education
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    Paris : OECD Publishing
    In:  OECD Journal: Economic Studies Vol. 2016, no. 1, p. 131-149 | volume:2016 | year:2016 | number:1 | pages:131-149
    Language: English
    Pages: 1 Online-Ressource (19 p.) , 21 x 28cm.
    Titel der Quelle: OECD Journal: Economic Studies
    Angaben zur Quelle: Vol. 2016, no. 1, p. 131-149
    Angaben zur Quelle: volume:2016
    Angaben zur Quelle: year:2016
    Angaben zur Quelle: number:1
    Angaben zur Quelle: pages:131-149
    Keywords: Economics
    Abstract: Increasingly accountability in education has linked student test scores to teacher and school evaluations. The underlying assumption behind this educator based accountability is that the high stakes linked to student test scores will prompt behavioral change, thus improving student learning and education quality. This study conducts a cross policy analysis using pooled data from the 2009 PISA, categorizing participant countries of the 2009 PISA into three national testing policies based on what type of educator based accountability is applied in the country. Results indicate that initial differences between national testing policy categories are not significant once school types and school practices that select on the student are included. This suggests that potential gains from more stringent accountability may be an artifact of schools under pressure engaging in practices that shape their testing pool, such as admitting only relatively high achieving students or transferring out lower achieving students. JEL classification: I21, I24, I25, I28 Keywords: Education, PISA, accountability, testing, equity
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    Paris : OECD Publishing
    In:  OECD Journal: Economic Studies Vol. 2016, no. 1, p. 151-182 | volume:2016 | year:2016 | number:1 | pages:151-182
    Language: English
    Pages: 1 Online-Ressource (32 p.) , 21 x 28cm.
    Titel der Quelle: OECD Journal: Economic Studies
    Angaben zur Quelle: Vol. 2016, no. 1, p. 151-182
    Angaben zur Quelle: volume:2016
    Angaben zur Quelle: year:2016
    Angaben zur Quelle: number:1
    Angaben zur Quelle: pages:151-182
    Keywords: Economics
    Abstract: This paper explores some of the potential determinants of efficiency and contestability in the banking systems of major emerging countries, using a sample of the 24 countries over the period 2004-13. Stochastic and data envelopment analyses are used to estimate national levels of efficiency, while market contestability is captured through the H-statistic. Panel data econometric methods are used to determine potential drivers of both efficiency and market contestability, which provides the basis for an evaluation of potential complementarities and trade-offs between these two dimensions. JEL classification: E44, G14, G21, G28, L11 Keywords: Banking, competition, efficiency, emerging markets
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    Paris : OECD Publishing
    In:  OECD Journal: Economic Studies Vol. 2016, no. 1, p. 109-129 | volume:2016 | year:2016 | number:1 | pages:109-129
    Language: English
    Pages: 1 Online-Ressource (21 p.) , 21 x 28cm.
    Titel der Quelle: OECD Journal: Economic Studies
    Angaben zur Quelle: Vol. 2016, no. 1, p. 109-129
    Angaben zur Quelle: volume:2016
    Angaben zur Quelle: year:2016
    Angaben zur Quelle: number:1
    Angaben zur Quelle: pages:109-129
    Keywords: Economics
    Abstract: The present work investigates the relationship between administrative fragmentation and regional per capita GDP growth rate, using a panel of OECD TL2 regions in the period 1996-2011. According to the fiscal decentralisation literature, fragmentation should enhance growth as local governments can implement policies that better match citizens’ needs, thus providing services and public goods in a more efficient way. The presence of many local governments, however, may result in overlapping functions, (dis)economies of scale, and uncoordinated policies.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    Paris : OECD Publishing
    In:  OECD Journal: Economic Studies Vol. 2016, no. 1, p. 37-69 | volume:2016 | year:2016 | number:1 | pages:37-69
    Language: English
    Pages: 1 Online-Ressource (33 p.) , 21 x 28cm.
    Titel der Quelle: OECD Journal: Economic Studies
    Angaben zur Quelle: Vol. 2016, no. 1, p. 37-69
    Angaben zur Quelle: volume:2016
    Angaben zur Quelle: year:2016
    Angaben zur Quelle: number:1
    Angaben zur Quelle: pages:37-69
    Keywords: Economics
    Abstract: Full adjustment programs in the wake of crisis episodes exact a major toll on a country’s economy, yet not all are blessed with success.We identify adjustment needs by a country’s decision to approach the IMF for official assistance.We then investigate the factors conducive to successful exit from official assistance during more than 170 adjustment episodes by means of a panel regression framework. In contrast to the existing literature, we do not use absolute benchmarks. We define success as a resumption of real GDP growth and a reduction of government debt compared to the pre-program period. Our econometric results suggest stringent policy action do play a role for the probability of success. At the same time, we also find that successful exit also very much depends on supportive external conditions and, linked to that, the degree of openness of an economy. JEL classification: E61, F33, G01, H81 Keywords: Fiscal adjustment, financial crises, IMF lending
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    Paris : OECD Publishing
    In:  OECD Journal: Economic Studies Vol. 2016, no. 1, p. 9-35 | volume:2016 | year:2016 | number:1 | pages:9-35
    Language: English
    Pages: 1 Online-Ressource (27 p.) , 21 x 28cm.
    Titel der Quelle: OECD Journal: Economic Studies
    Angaben zur Quelle: Vol. 2016, no. 1, p. 9-35
    Angaben zur Quelle: volume:2016
    Angaben zur Quelle: year:2016
    Angaben zur Quelle: number:1
    Angaben zur Quelle: pages:9-35
    Keywords: Economics
    Abstract: The global financial crisis and the high associated costs have revived the academic and policy interest in “early warning indicators” of crises. This paper provides empirical evidence on the usefulness of a new set of vulnerability indicators, proposed in a companion paper (Röhn et al., 2015), in predicting severe recessions and crises in OECD countries. To evaluate the usefulness of the indicators the signalling approach is employed, which takes into account policy makers’ preferences between missing crises and false alarms. Our empirical evidence shows that the majority of indicators would have helped to predict severe recessions in OECD economies between 1970 and 2014. In the domestic areas, indicators that measure asset market imbalances (real house and equity prices, house price-to-income and house price-to-rent ratios), perform consistently well both in and out-ofsample. Domestic credit related variables appear particularly useful in signalling upcoming banking crises and in predicting the global financial crisis out-of-sample. Indicators of global risks consistently outperform domestic indicators in terms of their usefulness, highlighting the importance of taking international developments into account when assessing a country’s vulnerabilities. The good performance of the global indicators is however subject to a caveat: they are particularly suited to pick up recessions that affect a large number of countries simultaneously, such as the global financial crisis in 2008/09. The results are broadly robust to different definitions of costly events, different forecasting horizons and different time and country samples. JEL classification: E32; E44; E51; F47 Keywords: Resilience, early warning indicators, vulnerabilities, imbalances, severe recessions, crises
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    Paris : OECD Publishing
    In:  OECD Journal: Economic Studies Vol. 2016, no. 1, p. 91-108 | volume:2016 | year:2016 | number:1 | pages:91-108
    Language: English
    Pages: 1 Online-Ressource (18 p.) , 21 x 28cm.
    Titel der Quelle: OECD Journal: Economic Studies
    Angaben zur Quelle: Vol. 2016, no. 1, p. 91-108
    Angaben zur Quelle: volume:2016
    Angaben zur Quelle: year:2016
    Angaben zur Quelle: number:1
    Angaben zur Quelle: pages:91-108
    Keywords: Economics
    Abstract: This document describes and discusses a new supply side framework that quantifies the impact of structural reforms on per capita income in OECD countries. It obtains the overall macroeconomic reform impacts by aggregating over the effects on physical capital, employment and productivity through a production function. On the basis of reforms defined as observed changes in policies, the paper finds that product market regulation has the largest overall single policy impact five years after the reforms. But the combined impact of all labour market policies is considerably larger than that of product market regulation. The paper also shows that policy impacts can differ at different horizons. The overall long-term effects on GDP per capita of policies transiting through capital deepening can be considerably larger than the 5- to 10-year impacts. By contrast, the long-term impact of policies coming only via the employment rate channel materialises at shorter horizon.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781788392297
    Language: English
    Pages: 1 online resource (1 streaming video file (3 hr., 16 min., 32 sec.)) , digital, sound, color
    Keywords: Spring (Software framework) ; Application software ; Development ; Web applications ; Electronic videos ; local
    Abstract: "In this course, you are going to learn more about WebMVCs configuration, Jackson Views, and other advanced features. In the course, Spring Boot - Getting Started, you have learned the basic knowledge to create an application with spring boot. This course will build on that and extend it even further. We are also going to dive deeper into Spring security and store users in the database, use distributed sessions, and our own user classes. You'll learn how to test Spring WebMVC applications and how to include your Spring security configuration in your tests. We are also having a look at Spring Data which we have only covered briefly in the database section before. AOP allows you to effectively tackle the famous cross-cutting concerns, so we are having a look at Spring support for AOP. As last section we are adopting Spring boot Actuator to our needs by adding our own metrics and health checks and revisit the Actuator configuration. After completing this course you will be able to use the advanced Spring Boot features to deliver more complex, feature rich, and operations-friendly applications."--Resource description page.
    Note: Title from resource description page (Safari, viewed March 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    ISBN: 9781786433664 , 1786433664
    Language: English
    Pages: 1 Online-Ressource (ix, 237 Seiten)
    Series Statement: Elgaronline
    Series Statement: Edward Elgar books
    Series Statement: Edward Elgar E-Book Archive
    Parallel Title: Erscheint auch als Button, Kenneth John, 1948 - The value of applied economics
    DDC: 330
    Keywords: Brown, Arthur J. ; Brown, A. J. ; Wirtschaftswissenschaft ; Ökonomen ; Großbritannien ; Economics ; BUSINESS & ECONOMICS / Economics / General ; BUSINESS & ECONOMICS / Reference ; Economists Biography ; Electronic books ; Festschrift ; Brown, Arthur J. 1914-2003
    Abstract: This biography of the English applied economist, Arthur (A.J.) Brown, sets his work from the 1930s to the 1980s in the context of the Great Depression, the emergence of Oxford University as a centre of applied economic research, the contraction of British colonialism in Africa, the enlarging of the UK university system, the post-war arms race, the UK joining the Common Market, and significant changes in the industrial structure of Britain. Brown's approach epitomized the role the applied economist. His career included pioneering analysis in Keynesian economics, serving on official bodies concerned with decolonisation, and membership in the UN's group to examine the economic implications of disarmament, the UK's Hunt Committee, and the EEC's MacDougall Commission. He was also heavily involved in building the Economics Department at Leeds University and serving on the University Grants Committee. Through Brown's experiences, we are granted a unique perspective on applied economics research at Oxford University in 1930s as well as reviews of early debates over the Phillips Curve, the role of economics in British decolonisation policy, and the importance of UK regional policy in the 1970s. Arthur Brown's appreciation of both the technical side of economics and the need for practical, real-world advice for decision-makers makes this a important resource for academics interested in the history of economic ideas, inflation, liquidity preference, Keynesian economics, regional policy, decolonisation, and university finances, as well as economists working in government and industry
    URL: Volltext  (Deutschlandweit zugänglich)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781788472418
    Language: English
    Pages: 1 online resource (1 streaming video file (4 hr., 10 min., 42 sec.)) , digital, sound, color
    Keywords: Go (Computer program language) ; Application software ; Development ; Application program interfaces (Computer software) ; Electronic videos ; local
    Abstract: "A lot of new tools focused for DevOps practices are getting built in Golang because of its focus for system programming. Docker, arguably one of the hottest container technologies right now, is written with Golang. With awesome support from Google, Go is set to be one of the most popular languages for DevOps for a pretty long time. In this course, you will first start with learning all about REST APIs. Then, you would be building a REST client library, during the course of which, you will be learning many new concepts. Finally, we will develop a command-line tool that would help developers interact with GitHub easily, and perform tasks like searching, cloning, ands forking repositories, as well as a lot of other conventional tasks. Needless to say, your tool would be interacting with the GitHub API heavily. Lastly, we would be looking at integrating our REST client library with this tool. By the end of this course, you would have become a master at Go, and would be able to seamlessly use it for your DevOps tasks."--Resource description page.
    Note: Title from resource description page (Safari, viewed March 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    Cheltenham, UK : Edward Elgar Publishing Limited
    ISBN: 9781785360824 , 1785360825
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Elgar Research Reviews
    Series Statement: Elgaronline
    Series Statement: Edward Elgar books
    Series Statement: Edward Elgar E-Book Archive
    Parallel Title: Elektronische Reproduktion von Mathematical economics
    Keywords: Finanzmathematik ; Wirtschaftstheorie ; Theorie ; Econometrics ; Finance ; Economics ; Electronic books
    Abstract: Recommended readings (Machine generated): Arrow, Kenneth J. (1970), 'Exposition of the Theory of Choice under Uncertainty', in K. Arrow (ed) (ed.), Essays in the Theory of Risk-bearing, Chapter 2, Amsterdam and Oxford: North-Holland, 44-89 -- Chichilnisky, G. and Ho-Mou Wu (2006), 'General Equilibrium with Endogenous Uncertainty and Default', Journal of Mathematical Economics, 42, May -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. and Ho-Mou Wu (2006), 'General Equilibrium with Endogenous Uncertainty and Default', Journal of Mathematical Economics, 42, May -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Antonelli, Giovanni Battista (1971), 'On the Mathematical Theory of Political Economy' ('Sulla teoria matematica della economia politica', 1886), translated by J.S. Chipman and A.P. Kirman, in John S. Chipman (ed), Leonid Hurwicz (ed), Marcel K. Richter (ed) and Hugo F. Sonnenschein (ed) (eds), Preferences, Utility, and Demand: A Minnesota Symposium, Chapter 16, New York: Harcourt Brace Jovanovich, 333-64 -- Debreu, Gerard (1976), 'Smooth Preferences: A Corrigendum', Econometrica, 41 (4), July 587-601 -- Arrow, Kenneth J. (1950), 'A Difficulty in the Concept of Social Welfare', Journal of Political Economy, LVIII, 328-46 -- Baryshnikov, Yuliy M. (1993), 'Unifying Impossibility Theorems: A Topological Approach', Advances in Applied Mathematics, 14, 404-15 -- Arrow, Kenneth J. (1950), 'A Difficulty in the Concept of Social Welfare', Journal of Political Economy, LVIII, 328-46 -- Chichilnisky, G. (1980), 'Social Choice and the Topology of Spaces of Preferences', Advances in Applied Mathematics, 37 (2), 165-176 -- Baryshnikov, Yuliy M. (1993), 'Unifying Impossibility Theorems: A Topological Approach', Advances in Applied Mathematics, 14, 404-15 -- Foley, Duncan K. (1976), 'Resource Allocation and the Public Sector', Yale Economic Essays, 17 (1), Spring, 45-98 with dedicatory passage -- Milgrom, Paul (1981), 'An Axiomatic Characterization of Common Knowledge', Econometrica, 49, (1), January, 219-22 -- Sen, Amartya and Prasanta K. Pattanaik (1969), 'Necessary and Sufficient Conditions for Rational Choice Under Majority Decision', Journal of Economic Theory, 1 (2), August, 178-202 -- Kalai, Ehud and Eitan Muller (1977), Characterization of Domains Admitting Nondictatorial Social Welfare Functions and Nonmanipulable Voting Procedures', Journal of Economic Theory, 16 (2), 457-69 -- Chichilnisky, G. and G.M. Heal (1983), 'Necessary and Sufficient Conditions for a Resolution of the Social Choice Paradox', Journal of Economic Theory, 31 (1), October, 68-87 -- Lauwers, L. (1995), Social Choice with Infinite Populations, Discussion Paper No. 101, Katholieke Universiteit Lueven -- Chichilnisky, G. and G.M. Heal (1983), 'Necessary and Sufficient Conditions for a Resolution of the Social Choice Paradox', Journal of Economic Theory, 31 (1), October, 68-87 -- Gibbard, Allan (1973), 'Manipulation of Voting Schemes: A General Result', Econometrica, 41 (4), July, 587-601 -- Chichilnisky, G. and G.M. Heal (1997), 'The Geometry of Implementation: A Necessary and Sufficient Condition for Straightforward Games', Social Choice and Welfare, 14, 259-94 -- Groves, Theodore and John Ledyard (1977), 'Optimal Allocation of Public Goods: A Solution to the "Free Rider" Problem', Econometrica, 45 (4), May 783-809 -- Chichilnisky, G. and G.M. Heal (1997), 'The Geometry of Implementation: A Necessary and Sufficient Condition for Straightforward Games', Social Choice and Welfare, 14, 259-94 -- Ali Khan, M. and Ye Neng Sun (1990), 'On Complete Regularity of Spaces of Economic Agents Endowed with the Order Topology', Archiv der Mathematik, 54 (1), January, 389-96 -- Sondermann, Dieter (1975), 'Smoothing Demand by Aggregation', Journal of Mathematical Economics, 2 (2), 201-23 -- Topkis, Donald M. (1978), 'Minimizing a Submodular Function on a Lattice', Operations Research, 26 (2), March-April, 305-21 -- Hahn, F.H. (1966), 'Equilibrium Dynamics with Heterogeneous Capital Goods', Quarterly Journal of Economics, XXC, 633-46 -- Heller, Walter Perrin (1971), 'Disequilibrium Dynamics of Competitive Growth Paths', Review of Economic Studies, XXXVIII (4), October, 385-400 -- Hotelling, Harold (1931), 'The Economics of Exhaustible Resources', Journal of Political Economy, 39 (2), April, 137-75 -- Ramsey, F.P. (1928), 'A Mathematical Theory of Saving', Economic Journal, XXXVIII (152), December, 543-59 -- Koopmans, Tjalling C. (1965), 'On the Concept of Optimal Economic Growth', Pontificiae Academiae Scientarium Scripta Varia, 28, 225-287 -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57 -- von Neumann, John (1945), 'A Model of General Economic Equilibrium', Review of Economic Studies, 13, 1-9 -- Radner, Roy (1961), 'Paths of Economic Growth that are Optimal with Regard Only to Final States: A Turnpike Theorem', Review of Economic Studies, XXVIII (2), February, 98-104 -- Ryder, Jr. (ed), Harl E. (ed) and Geoffrey M. Heal (ed) (1973), 'Optimal Growth with Intertemorally Dependent Preferences', Review of Economic Studies, XL (1), January, 1-31
    Abstract: Chichilnisky, G. (1977a), 'Nonlinear Functional Analysis and Optimal Economic Growth', Journal of Mathematical Analysis and Applications, 61 (2), 15 November, 504-20 -- Chichilnisky, G. and P.J. Kalman (1980), 'Application of Functional analysis to Models of Efficient Allocation of Economic Resources', Journal of Optimization Theory and Applications, 30 (1), January, 19-32 -- Chichilnisky, G. (1977a), 'Nonlinear Functional Analysis and Optimal Economic Growth', Journal of Mathematical Analysis and Applications, 61 (2), 15 November, 504-20 -- Chichilnisky, G. and P.J. Kalman (1980), 'Application of Functional analysis to Models of Efficient Allocation of Economic Resources', Journal of Optimization Theory and Applications, 30 (1), January, 19-32 -- Chichilnisky, G. (1977a), 'Nonlinear Functional Analysis and Optimal Economic Growth', Journal of Mathematical Analysis and Applications, 61 (2), 15 November, 504-20 -- Chichilnisky, G. and P.J. Kalman (1980), 'Application of Functional analysis to Models of Efficient Allocation of Economic Resources', Journal of Optimization Theory and Applications, 30 (1), January, 19-32 -- von Neumann, John (1945), 'A Model of General Economic Equilibrium', Review of Economic Studies, 13, 1-9 -- Brown, Donald J. and Geoffrey M. Heall (1979), 'Equity, Efficiency and Increasing Returns', Review of Economic Studies, XLVI (4), October, 571-85 -- Brown, Donald J., Geoffrey M. Heal, M. Ali Khan and Rajiv Vohra (1986), 'On a General Existence Theorem for Marginal Cost Pricing Equilibria', Journal of Economic Theory, 38 (2), April, 371-9 -- Dieker, Egbert and Hildegard Dierker (1972), 'The Local Uniqueness of Equilibria', Econometrica, 40 (5), September, 867-81 -- Balasko, Yves (1979), 'A Geometric Approach to Equilibrium Analysis', Journal of Mathematical Economics, 6, 217-28 -- Chichilnisky, G. and Yuqing Zhou (1996), 'Smooth Infinite Economies', Columbia University: Program on Information and Resources, Discussion Paper Series No. 9596-17, May, 1-21 -- Foley, Duncan K. (1994), 'A Statistical Equilibrium Theory of Markets', Journal of Economic Theory, 62 (2), April, 321-45 -- Nash, John F. Jr. (1950), 'Equilibrium Points in N-Person Games', Proceedings of the National Academy of Sciences of the United States of America, 36, 48-9 -- Debreu, Gerard (1975), 'The Rate of Convergence of the Core of an Economy', Journal of Mathematical Economics, 2, 1-7 -- Chichilnisky, G. (1996c), 'A unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in K.J. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-Examined, London: Macmillan for the International Economic Association -- Feldman, Allan M. (1973), 'Bilateral Trading Processes, Pairwise Optimality, and Pareto Optimality', Review of Economic Studies, XL (4), October, 463-73 -- Geanakoplos, John and Geoffrey Heal (1983), 'A Geometric Explanation of the Transfer Paradox in a Stable Economy', Journal of Development Economics, 13 (1-2), August-October, 223-36 -- Chichilnisky, G. (1980), 'Social Choice and the Topology of Spaces of Preferences', Advances in Applied Mathematics, 37 (2), 165-176 -- Guesnerie, Roger (1975), 'Pareto Optimality in Non-Convex Economies', Econometrica, 43 (1), January, 1-29 -- Chichilnisky, G. (1986), 'A General Equilibrium Theory of North-South Trade', in Walter P. Heller (ed), Ross M. Starr (ed) and David A. Starett (ed) (eds), Equilibrium analysis: Essays in Honor of Kenneth J. Arrow, Volume II, Chapter 1, Cambridge: Cambridge University Press, 3-56 -- de Segnes, Phillippe (ed.) (1981), Evaluation of the UNITAR Project: Technology, Domestic Distribution and North-South Relations, New York: United Nations Institute for Training and Research (UNITAR) -- Zhou, Yuqing (1997), 'Genericity analysis on the Pseudo-Equilibrium Manifold', Journal of Economic Theory, 73 (1), March, 79-92 -- Arrow, Kenneth J. (1963), 'Uncertainty and the Welfare Economics of Medical Care', American Economic Review, 53 (5), December, 941-73 -- Bachelier, Louis (1900), 'Theory of Speculation', ('Theorie de la Speculation', Annals de l'Ecole Normale Superieure, 3, Paris: Gauthier-Villars), translated by A. James Boness, in Paul H. Cootner (ed) (ed.) (1964), The Random Character of Stock Market Prices, Chapter 2, Cambridge, MA: MIT Press, 17-78 -- Chichilnisky, G. (1985), 'Von Neumann-Morgenstern Utilities and Cardinal References', Mathematics of Operations Research, 10 (4), November, 633-41 -- Chichilnisky, G. (1980), 'Social Choice and the Topology of Spaces of Preferences', Advances in Applied Mathematics, 37 (2), 165-176 -- Herstein, I.N. and John Milnor (1953), 'An Axiomatic Approach to Measurable Utility', Econometrica, 21 (2), April, 291-7 -- Machina, Mark J. (1982), '"Expected Utility" Analysis without the Independence Axiom', Econometrica, 50 (2), March, 277-323 -- Malinvaud, E. (1973), 'Markets for an Exchange Economy with Individual Risks', Econometrica, 41 (3), May, 383-410 -- de Finetti, Burno (1937), 'Foresight: Its Logical Laws, Its Subjective Sources', translated by Henry E. Kyburg, Jr. in Henry E. Kyburg, Jr. (ed) and Howard E. Smokler (ed) (eds) (1964), Studies in Subjective Probability, New York: John Wiley, 97-158, 95-6 (translator's note) -- Arrow, Kenneth J. (1970), 'Exposition of the Theory of Choice under Uncertainty', in K. Arrow (ed) (ed.), Essays in the Theory of Risk-bearing, Chapter 2, Amsterdam and Oxford: North-Holland, 44-89
    Abstract: Chichilnisky, G. (2010a), 'Arrow, Kenneth', in Rama Cont (ed) (ed.), Encyclopedia of Quantitative Finance, Volume I, Chichester: Wiley, 76-81 -- Cass, D., G. Chichilnisky and H.-M. Wu (1996), 'Individual Risk and Mutual Insurance', Econometrica, 64 (2), March, 333-341 -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. and Ho-Mou Wu (2006), 'General Equilibrium with Endogenous Uncertainty and Default', Journal of Mathematical Economics, 42, May -- Yannelis, Nicholas C. (1991), 'The Core of an Economy with Differential Information', Economic Theory, 1 (2), 183-97 -- Duffie, Darrell and Wayne Shafer (1985), 'Equilibrium in Incomplete Markets: I: A Basic Model of Generic Existence', Journal of Mathematical Economics, 14 (3), 285-300 -- Chichilnisky, G. and Geoffrey Heal (1996), 'On the Existence and the Structure of the Pseudo-Equilibrium Manifold', Journal of Mathematical Economics, 26 (2), 171-86 -- Black, Fischer and Myron Scholes (1973), 'The Pricing of Options and Corporate Liabilities', Journal of Political Economy, 81 (3), May/June, 637-54 -- Savage, Leonard J. (1971), 'Elicitation of Personal Probabilities and Expectations', Journal of the American Statistical Association, 66 (336), December, 783-801 -- Posner, R.A. (2004), Catastrophe: Risk and Response, New York: Oxford University Press -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. and G.M. Heal (2000), Environmental Markets: Equity and Efficiency, New York: Columbia University Press -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2010a), 'Arrow, Kenneth', in Rama Cont (ed) (ed.), Encyclopedia of Quantitative Finance, Volume I, Chichester: Wiley, 76-81 -- Chichilnisky, G. (2010b), 'The Foundations of Probability with Black Swans', Journal of Probability and Statistics, January, Article ID 838240 -- Chichilnisky, G. (2011a), 'Catastrophic Risks with Finite of Infinite States', International Journal of Ecological Economics and Statistics, 23, F11 -- DeGroot, M.H. (1970/2004), Optimal Statistical Decisions, Hoboken, NJ: John Wiley and Sons -- Arrow, Kenneth J. (1970), 'Exposition of the Theory of Choice under Uncertainty', in K. Arrow (ed) (ed.), Essays in the Theory of Risk-bearing, Chapter 2, Amsterdam and Oxford: North-Holland, 44-89 -- Hernstein and Milnor's (1953) An Axiomatic Approach to Measurable Utility -- von Neumann, J. (1950), 'Functional Operators - Vol I: Measures and Integrals', Annals of Mathematical Studies, 21, 261 -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2011a), 'Catastrophic Risks with Finite of Infinite States', International Journal of Ecological Economics and Statistics, 23, F11 -- DeGroot, M.H. (1970/2004), Optimal Statistical Decisions, Hoboken, NJ: John Wiley and Sons -- Arrow, Kenneth J. (1950), 'A Difficulty in the Concept of Social Welfare', Journal of Political Economy, LVIII, 328-46 -- Chanel, O. and Chichilnisky, G. (2009), 'The Influence of Fear in Decisions: Experimental Evidence', Journal of Risk and Uncertainty, 39 (3), December 271-298 -- Chichilnisky, G. and P. Eisenberger (2010), 'Asteroids: Assessing Catastrophic Risks', Journal of Probability and Statistics, Special Issue on Actuarial and Financial Risks: Models, Statistical Inference, and Case Studies -- Narens, L. (2011), 'Probabilistic lattices: theory with an application to decision theory', in E.N. Dzhafarov (ed) and L. Perry (ed) (eds), Descriptive and Normative Approaches to Human Behavior, New Jersey: World Scienfitic, 161-202 -- Halpern, J. (2010), 'Lexicographic Probability, Conditional Probability, and Nonstandard Probability', Games and Economic Behavior, 68 (1), 155-79 -- Nikodym, O. (1960), Sur le mesure non-archimedienne effective sur une tribu de Boole arbitraire, Comptes Rendus Mathmatique, Acadmie des Sciences, Paris, 251, 2113-2115 -- Robinson, A. (1966), Non-Standard Analysis, Amsterdam: North-Holland -- Robinson, A. (1973), 'Function Theory on some Nonarchimedean Fields', American Mathematical Monthly: Papers on the Foundations of Mathematics, 80, S87-S109 -- Popper, K.R. (1934), Logik der Forschung, Vienna: Julius Springer Verlag
    Abstract: de Finetti, B. (1936), 'Les probabilitš nulles', Bulletins des Science Mathm̌atiques (premir̈e partie), 60, 275-288 -- Rňyi, A. (1964), 'Sur les espaces simples de probabilitš conditionelles', Annales de l'Institut Henri Poincar,̌ Nouvelle sřie, Section B 1, 3-21 -- Rňyi, A. (1956), 'On Conditional Probability Spaces Generated by a Dimensionally Ordered Set of Measures', Theory of Probability and its Applications, 1, 61-71 -- Blume, L., A. Brandenburger and E. Dekel (1991a), 'Lexicographic Probabilities and Equilibrium Refinements', Econometrica, 59 (1), 81-98 -- Blume, L., A. Brandenburger, and E. Dekel (1991b), Lexicographic Probabilities and Choice under Uncertainty', Econometrica, 59 (1), 61-79 -- Halpern, J. (2010), 'Lexicographic Probability, Conditional Probability, and Nonstandard Probability', Games and Economic Behavior, 68 (1), 155-79 -- Birkoff, G. and von Neumann, J. (1936), 'The Logic of Quantum Mechanics', Annals of Mathematics, 37, 823-43 -- Narens, L. (2007), Theories of Probability: An Examination of Logical and Qualitative Foundations, London: World Scientific -- Narens, L. (2009), 'A Foundation for Support Theory Based on a Non-Boolean Event Space', Journal of Mathematical Psychology, 53, 399-407 -- Narens, L. (2010), Multimode Utility Theory. Unpublished manuscript -- Skyrms, B. (2010), The Core Theory of Subjunctive Conditionals. Unpublished manuscript -- Chichilnisky, G. (2009a), 'Catastrophic Risks', International Journal of Green Economics, 3 (2), 130-141 -- von Neumann, J. and Morgenstern, O. (1944), The Theory of Games and Economic Behavior, 2nd edn, Princeton, NJ: Princeton University Press -- Arrow, K. (1971), Essays in the Theory of Risk-Bearing, Amsterdam: North-Holland -- DeGroot, M.H. (1970/2004), Optimal Statistical Decisions, Hoboken, NJ: John Wiley and Sons -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57 -- Chichilnisky, G. (1996c), 'A unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in K.J. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-Examined, London: Macmillan for the International Economic Association -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2002), 'Catastrophic Risk', in Abdel H. El (ed)-Shaarawi and Walter W. Piegorsch (ed) (eds), Encyclopedia of Environmetrics, Volume 1, Chichester: John Wiley, 274-279 -- Chichilnisky, G. (2010a), 'Arrow, Kenneth', in Rama Cont (ed) (ed.), Encyclopedia of Quantitative Finance, Volume I, Chichester: Wiley, 76-81 -- Chichilnisky, G. (2010b), 'The Foundations of Probability with Black Swans', Journal of Probability and Statistics, January, Article ID 838240 -- Chichilnisky, G. (2010c), 'The Foundations of Statistics with Black Swans', Mathematical Social Sciences, 59 (2), March -- Lawuers, L. (1993), 'Infinite Chichilnisky Rules', Economic Letters, April, 4, 349-52 -- Chichilnisky, G. (2009b), 'The Topology of Fear', Journal of Mathematical Economics, January, doi: 10.1016/j.jmateco.2009.06.006 -- Chanel, O. and Chichilnisky, G. (2009), 'The Influence of Fear in Decisions: Experimental Evidence', Journal of Risk and Uncertainty, 39 (3), December 271-98 -- Debreu, G. (1954), 'Numerical Representations of Technological Change', Metroeconomica, 6(2), 45-54 -- LeDoux, J.E. (ed.) (1996), The Emotional Brain, New York: Simon & Schuster -- Chichilnisky, G. and P. Eisenberger (2010), 'Asteroids: Assessing Catastrophic Risks', Journal of Probability and Statistics, Special Issue on Actuarial and Financial Risks: Models, Statistical Inference, and Case Studies -- Posner, R.A. (2004), Catastrophe: Risk and Response, New York: Oxford University Press -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57 -- Chichilnisky, G. (1996c), 'A unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in K.J. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-Examined, London: Macmillan for the International Economic Association -- Chichilnisky, G. (2010b), 'The Foundations of Probability with Black Swans', Journal of Probability and Statistics, January, Article ID 838240 -- Chichilnisky, G. (2010c), 'The Foundations of Statistics with Black Swans', Mathematical Social Sciences, 59 (2), March -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2002), 'Catastrophic Risk', in Abdel H. El (ed)-Shaarawi and Walter W. Piegorsch (ed) (eds), Encyclopedia of Environmetrics, Volume 1, Chichester: John Wiley, 274-279 -- Savage, L.J. (1954), The Foundations of Statistics, New York: Wiley
    Abstract: Villegas, C. (1964), 'On Qualitative Probability / sigma-Algebras', Annals of Mathematical Statistics, 35(4), 1787-96 -- Arrow, K. (1971), Essays in the Theory of Risk-Bearing, Amsterdam: North-Holland -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57 -- DeGroot, M.H. (1970/2004), Optimal Statistical Decisions, Hoboken, NJ: John Wiley and Sons -- Arrow, K. (1971), Essays in the Theory of Risk-Bearing, Amsterdam: North-Holland -- Savage, L.J. (1954), The Foundations of Statistics, New York: Wiley -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57 -- Chichilnisky, G. (1996c), 'A unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in K.J. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-Examined, London: Macmillan for the International Economic Association -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2009a), 'Catastrophic Risks', International Journal of Green Economics, 3 (2), 130-141 -- Chichilnisky, G. (2009b), 'The Topology of Fear', Journal of Mathematical Economics, January, doi: 10.1016/j.jmateco.2009.06.006 -- Chichilnisky, G. (2009c), 'The Limits of Econometrics: Nonparametric Estimation in Hilbert Spaces', Econometric Theory, 25, 1-17 -- Chichilnisky, G. (2009d), 'Avoiding Extinction: The Future of Economics', International Journal of Green Economics, 3 (1), January -- Chichilnisky, G. (2009e), 'Avoiding Extinction: Equal Treatment of the Present and the Future', Economics: The Open-Access, Open-Assessment E-Journal, 3, July, 2009-2032 -- Villegas, C. (1964), 'On Qualitative Probability / sigma-Algebras', Annals of Mathematical Statistics, 35(4), 1787-96 -- DeGroot, M.H. (1970/2004), Optimal Statistical Decisions, Hoboken, NJ: John Wiley and Sons -- Dubins, L.E. and Savage, L.J. (1965), How to Gamble If You Must: Inequalities for Stochastic Processes, New York: McGraw-Hill -- Dubins, L. (1975), 'Finitely Additive Conditional Probabilities, Conglomerability and Disintegrations', Annals of Probability, 3, 89-99 -- Purves, R.A. and Sudderth, W.D. (1976), 'Some Finitely Additive Probability', Annals of Probability, 4 (2), 259-76 -- Arrow, K. (1971), Essays in the Theory of Risk-Bearing, Amsterdam: North-Holland -- Chichilnisky, G. (2009c), 'The Limits of Econometrics: Nonparametric Estimation in Hilbert Spaces', Econometric Theory, 25, 1-17 -- Bergstrom, A.R. (1985), 'The Estimation of Nonparametric Functions in a Hilbert Space', Econometric Theory, 1 (1), 7-26 -- DeGroot, M. (2004), Optimal Statistical Decisions, Hoboken, NJ: John Wiley and Sons (SP4) -- Arrow, Kenneth J. (1970), 'Exposition of the Theory of Choice under Uncertainty', in K. Arrow (ed) (ed.), Essays in the Theory of Risk-bearing, Chapter 2, Amsterdam and Oxford: North-Holland, 44-89 -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. and G.M. Heal (2000), Environmental Markets: Equity and Efficiency, New York: Columbia University Press -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57 -- Chichilnisky, G. (1996c), 'A unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in K.J. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-Examined, London: Macmillan for the International Economic Association -- Chichilnisky, G. (2009b), 'The Topology of Fear', Journal of Mathematical Economics, January, doi: 10.1016/j.jmateco.2009.06.006 -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Debreu, G. (1953), 'Valuation Equilibrium and Pareto Optimum', Proceedings of the National Academy of Sciences, 40, 588-592 -- Chanel, O. and Chichilnisky, G. (2009), 'The Influence of Fear in Decisions: Experimental Evidence', Journal of Risk and Uncertainty, 39 (3), December 271-98 -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57
    Abstract: Chichilnisky, G. (1996c), 'A unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in K.J. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-Examined, London: Macmillan for the International Economic Association -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2002), 'Catastrophic Risk', in Abdel H. El (ed)-Shaarawi and Walter W. Piegorsch (ed) (eds), Encyclopedia of Environmetrics, Volume 1, Chichester: John Wiley, 274-279 -- Chichilnisky, G. (2009a), 'Catastrophic Risks', International Journal of Green Economics, 3 (2), 130-141 -- Chichilnisky, G. (2009b), 'The Topology of Fear', Journal of Mathematical Economics, January, doi: 10.1016/j.jmateco.2009.06.006 -- Chichilnisky, G. (2009c), 'The Limits of Econometrics: Nonparametric Estimation in Hilbert Spaces', Econometric Theory, 25, 1-17 -- Chichilnisky, G. (2009d), 'Avoiding Extinction: The Future of Economics', International Journal of Green Economics, 3 (1), January -- Chichilnisky, G. (2009e), 'Avoiding Extinction: Equal Treatment of the Present and the Future', Economics: The Open-Access, Open-Assessment E-Journal, 3, July, 2009-2032 -- Chanel, O. and Chichilnisky, G. (2008), 'Decision Under Risk Involving Natural Disasters' (Experimental work, CNRS-GREQAM at the Universit ̌de la Mediterraně with JeanChristophe Vergnaud CES and CNRS, University at Paris 1 Pantheon-Sorbonne, France) submitted for publication -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2002), 'Catastrophic Risk', in Abdel H. El (ed)-Shaarawi and Walter W. Piegorsch (ed) (eds), Encyclopedia of Environmetrics, Volume 1, Chichester: John Wiley, 274-279 -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2002), 'Catastrophic Risk', in Abdel H. El (ed)-Shaarawi and Walter W. Piegorsch (ed) (eds), Encyclopedia of Environmetrics, Volume 1, Chichester: John Wiley, 274-279 -- Narens, L. (2016), 'Multimode Utility Theory', Journal of Mathematical Psychology, doi: 10.1016/j.jmp.2016/02.003 -- Day, Richard H. and Guilio Pianigiani (1991), 'Statistical Dynamics and Economics', Journal of Economic Behavior and Organization, 16, 37-83 -- Eaves, B. Curtis and Herbert Scarf (1976), 'The Solution of Systems of Piecewise Linear Equations', Mathematics of Operations Research, 1 (1), February, 1-27 -- Eaves, B.C. and Saigal, R. (1972), 'Homotopies for computation of fixed points in unbounded regions', Mathematical Programming, 3, 225-37 -- Hirsch, Morris W. and Stephen Smale (1979), 'On Algorithims for Solving f(x) = 0' Communications on Pure and Applied Mathematics, XXXII, 281-312 -- Smale, Stephen (1983), 'On the Average Number of Steps of the Simplex Method of Linear Programming', Mathematical Programming, 27, 241-62 -- Samuelson, Paul A. (1949), 'Market Mechanisms and Maximization', Research Memoranda (Parts I, II, and III), Santa Monica, CA: RAND Corporation. Reprinted in Joseph E. Stiglitz (ed) (ed.) (1996), The Collected Scientific Papers of Paul A. Samuelson, Volume 1, Chapter 33, Cambridge, MA: MIT Press, 425-92 -- Heal, Geoffrey and Darryl McLeod (1984), 'Gains from Trade, Stability and Profits: A comment on Chichilnisky's 'Terms of trade and Domestic Distribution: Export-Led Growth with Abundant Labour"', Journal of Development Economics, 15, 117-30 -- Chichilnisky, G. (1981), 'Terms of Trade and Domestic Distribution: Export-Led Growth with Abundant Labor', Journal of Development Economics, 8, 163-192. -- Chichilnisky, G. (1976), 'Manifolds of Preferences and Equilibria', PhD Thesis, Department of Economics, University of California, Berkeley -- Chichilnisky, G. (1977a), 'Nonlinear Functional Analysis and Optimal Economic Growth', Journal of Mathematical Analysis and Applications, 61 (2), 15 November, 504-20 -- Chichilnisky, G. (1977b), 'Economic Development and Efficiency Criteria in the Satisfaction of Basic Needs', Applied Mathematic Modelling, 1(6), 290-98 -- Herrera, A. and Chichilnisky, G. et al. (1974), Catastrophe or New Society, Ottawa, Canada: International Development Research Center
    Abstract: Chichilnisky, G. (1997a), 'What is Sustainable Development?' Land Economics, 73(4), 467-91 -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Solow, R. (1992), 'An Almost Practical Step Toward Sustainability. Lecture on the Occasion of the Fortieth Anniversary of Resources for the Future', Washington, DC, October -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57 -- Chichilnisky, G. (1996c), 'A unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in K.J. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-Examined, London: Macmillan for the International Economic Association -- Chichilnisky, G. (1997b), 'Development and Global Finance: The Case for an International Bank for Environmental Settlements', doi: 10.2139/ssrn.1375218 -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (1997b), 'Development and Global Finance: The Case for an International Bank for Environmental Settlements', doi: 10.2139/ssrn.1375218 -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2009e), 'Avoiding Extinction: Equal Treatment of the Present and the Future', Economics: The Open-Access, Open-Assessment E-Journal, 3, July, 2009-2032 -- Chichilnisky, G. (2009d), 'Avoiding Extinction: The Future of Economics', International Journal of Green Economics, 3 (1), January -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1997a), 'What is Sustainable Development?' Land Economics, 73(4), 467-91 -- Chanel, O. and Chichilnisky, G. (2008), 'Decision Under Risk Involving Natural Disasters' (Experimental work, CNRS-GREQAM at the Universit ̌de la Mediterraně with JeanChristophe Vergnaud CES and CNRS, University at Paris 1 Pantheon-Sorbonne, France) submitted for publication -- Lauwers, L. (2011), 'Intergenerational Equity, Efficiency, and Constructability', Economic Theory, doi:10.1007/s00199-011-0603-0 -- Chichilnisky, G. (1997b), 'Development and Global Finance: The Case for an International Bank for Environmental Settlements', doi: 10.2139/ssrn.1375218 -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-321 -- Chichilnisky, G. (2011b), 'Sustainable Markets with Short Sales', Economic Theory, doi:10.1007/s00199-011-0626-6 -- Figuieres, C. and M. Tidball (2011), 'Sustainable Exploitation of a Natural Resource: A Satisfying Use of Chichilnisky's Criterion', Economic Theory, doi:10.1007/s00199-010-0579-1 -- Beltratti, A., G. Chichilnisky and G. Heal (1995), 'The Green Golden Rule', Economic Letters, 49 (2), 175-180 -- Asheim, G., T. Mitra and B. Tungodden (2011), 'Sustainable Recursive Social Welfare Functions', Economic Theory. doi:10.1007/s00199-010-0573-7 -- Chichilnisky, G. (2011b), 'Sustainable Markets with Short Sales', Economic Theory, doi:10.1007/s00199-011-0626-6 -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57 -- Chichilnisky, G. (1996c), 'A unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in K.J. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-Examined, London: Macmillan for the International Economic Association -- Godel, K. (1940), The Consistency of the Continuum-Hypothesis, Princeton University Press -- Lauwers, L. (2011), 'Intergenerational Equity, Efficiency, and Constructability', Economic Theory, doi:10.1007/s00199-011-0603-0 -- Chipman, J. and G. Tian (2011), 'Detrimental Externalities, Pollution Rights, and the Coase Theorem', Economic Theory, doi:10.1007/s00199-011-0602-1 -- Chipman, J.S. (1998), 'A Close Look to the Coase Theorem', in J.M. Buchanan (ed) and B. Monissen (ed) (eds), The Economists' Vision: Essays in Modern Economic Perspectives, Frankfurt am Main: Campus Verlag, 131-62
    Abstract: Print version contents continued: Hurwicz, L. (1995), 'What is the Coase Theorem', Japan and the World Economy, Elsevier 7(1), 49-74 -- Stigler, G. (1966), The Theory of Price, 3rd edn, New York: Macmillan -- Edgeworth, F.Y. (1891), 'La Theorie Mathematique de L'Offre et de la Demande et le Cout de Production', Revue d'Economie Politique, 5, 10-28 -- Hurwicz, L. (1995), 'What is the Coase Theorem', Japan and the World Economy, Elsevier 7(1), 49-74 -- Rezai, A., D. Foley and L. Taylor (2011), 'Global Warming and Economic Externalities', Economic Theory, doi:10.1007/s00199-010-0592-4 -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), 8April, 231-57 -- Chichilnisky, G. (1996c), 'A unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in K.J. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-Examined, London: Macmillan for the International Economic Association -- Chichilnisky, G. and K. Sheeran (2009), Saving Kyoto, London: North-Holland. -- Ostrom, E. (2011), 'Nested Externalities and Polycentric Institutions: Must We Wait for Global Solutions to Climate Change before Taking Actions at Other Scales?', Economic Theory, doi:10.1007/s00199-010-0558-6 -- Karp, L. and J. Zhang (2011), 'Taxes versus Quantities for a Stock Pollutant with Endogenous Abatement Costs and Asymmetric Information', Economic Theory, doi:10.1007/s00199-010-0561-y -- Dutta, P. and R. Radner (2011), 'Capital Growth in a Global Warming Model: Will China and India Sign a Climate Treaty?', Economic Theory, doi:10.1007/s00199-010-0590-6 -- Stern, N.H (2007), The Economics of Climate Change: The Stern Review, Cambridge, UK: Cambridge University Press -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57 -- Chichilnisky, G. (1996c), 'A unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in K.J. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-Examined, London: Macmillan for the International Economic Association -- Chichilnisky, G. (1997b), 'Development and Global Finance: The Case for an International Bank for Environmental Settlements', doi: 10.2139/ssrn.1375218 -- Chichilnisky, G. and K. Sheeran (2009), Saving Kyoto, London: North-Holland. -- The World Bank (2005-2010), Status and Trends of the Carbon Market Annual Report, Washington, DC: The World Bank -- Lecocq, F. and J. Hourcade (2011), 'Unspoken Ethical Issues in the Climate Affair: Insights from a Theoretical Analysis of Negotiation Mandates', Economic Theory, doi:10.1007/s00199-010-0589-z -- Chichilnisky, G. and K. Sheeran (2009), Saving Kyoto, London: North-Holland. -- Burniaux, J. and J. Martins (2011), 'Carbon Leakages: A General Equilibrium View', Economic Theory, doi:10.1007/s00199-010-0598-y -- Herves-Beloso, C., F. Martinez and J. Rivera (2011), 'Walrasian Prices in Markets with Tradable Rights', Economic Theory, doi:10.1007/s00199-011-0635-5 -- Chichilnisky, G. and G.M. Heal (1994), 'Who Should Abate: An International Perspective', Economic Letters, Spring, 443-449 -- Chichilnisky, G. and G.M. Heal (eds) (2000), Environmental Markets: Equity and Efficiency, New York: Columbia University Press. -- Chipman, J. and G. Tian (2011), 'Detrimental Externalities, Pollution Rights, and the "Coase Theorem"', Economic Theory, doi:10.1007/s00199-011-0602-1 -- Chichilnisky, G. (1993), 'The Cone Condition, Properness and Extremely Desirable Commodities', Economic Theory, 3, 177-82 -- Chichilnisky, G., G.M. Heal and D. Starrett (2000), 'Equity and Efficiency in Environmental Markets: Global Trade in Carbon Dioxide Emissions', in G. Chichilnisky (ed) and G.M. Heal (ed) (eds), Environmental Markets: Equity and Efficiency, New York: Columbia University Press, 46-67. -- Chichilnisky, G. and K. Sheeran (2009), Saving Kyoto, London: North-Holland -- Chichilnisky, G. (1996a), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Chichilnisky, G. (1996b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57 -- Chichilnisky, G. (1996c), 'A unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in K.J. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-Examined, London: Macmillan for the International Economic Association -- Chichilnisky, G. (1997b), 'Development and Global Finance: The Case for an International Bank for Environmental Settlements', doi: 10.2139/ssrn.1375218 -- Chichilnisky, G. and K. Sheeran (2009), Saving Kyoto, London: North-Holland. -- Chichilnisky, G. (1997b), 'Development and Global Finance: The Case for an International Bank for Environmental Settlements', doi: 10.2139/ssrn.1375218 -- Chichilnisky, G. (2000a), 'An Axiomatic Approach to Choice Under Uncertainty with Catastrophic Risks', Resource and Energy Economics, 22 (3), July, 221-231 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-31 -- Chichilnisky, G. (2000b), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13, 257-31.
    Abstract: Print version contents: Giovanni Battista Antonelli (1971), 'On the Mathematical Theory of Political Economy' ('Sulla teoria matematica della economia politica', 1886), translated by J.S. Chipman and A.P. Kirman, in John S. Chipman (ed), Leonid Hurwicz (ed), Marcel K. Richter (ed) and Hugo F. Sonnenschein (ed) (eds), Preferences, Utility, and Demand: A Minnesota Symposium, Chapter 16, New York: Harcourt Brace Jovanovich, 333-64 -- Kenneth J. Arrow (1950), 'A Difficulty in the Concept of Social Welfare', Journal of Political Economy, LVIII, 328-46 -- Yuliy M. Baryshnikov (1993), 'Unifying Impossibility Theorems: A Topological Approach', Advances in Applied Mathematics, 14, 404-15 -- Graciela Chichilnisky (1980), 'Social Choice and the Topology of Spaces of Preferences', Advances in Mathematics, 37 (2), August, 165-76 -- Duncan K. Foley (1976), 'Resource Allocation and the Public Sector', Yale Economic Essays, 17 (1), Spring, 45-98 with dedicatory passage -- Paul Milgrom (1981), 'An Axiomatic Characterization of Common Knowledge', Econometrica, 49 (1), January, 219-22 -- Graciela Chichilnisky and Geoffrey Heal (1983), 'Necessary and Sufficient Conditions for a Resolution of the Social Choice Paradox', Journal of Economic Theory, 31 (1), October, 68-87 -- G. Chichilnisky and G.M. Heal (1997), 'The Geometry of Implementation: A Necessary and Sufficient Condition for Straightforward Games', Social Choice and Welfare, 14, 259-94 -- Gerard Debreu (1976), 'Smooth Preferences: A Corrigendum', Econometrica, 44 (4), July, 831-2 -- Allan Gibbard (1973), 'Manipulation of Voting Schemes: A General Result', Econometrica, 41 (4), July, 587-601 -- Theodore Groves and John Ledyard (1977), 'Optimal Allocation of Public Goods: A Solution to the "Free Rider" Problem', Econometrica, 45 (4), May, 783-809 -- Ehud Kalai and Eitan Muller (1977), 'Characterization of Domains Admitting Nondictatorial Social Weifare Functions and Nonmanipulable Voting Procedures', Journal of Economic Theory, 16 (2), 457-69 -- M. Ali Khan and Ye Neng Sun (1990), 'On Complete Regularity of Spaces of Economic Agents Endowed with the Order Topology', Archiv der Mathematik, 54 (1), January, 389-96 -- L. Lauwers (1995), 'Social Choice with Infinite Populations', Discussion Paper No. 101, Katholieke Universiteit Leuven, 1-79 -- Amartya Sen and Prasanta K. Pattanaik (1969), 'Necessary and Sufficient Conditions for Rational Choice Under Majority Decision', Journalof Economic Theory, 1 (2), August, 178-202 -- Dieter Sondermann (1975), 'Smoothing Demand by Aggregation', Journal of Mathematical Economics, 2 (2), 201-23 -- Donald M. Topkis (1978), 'Minimizing a Submodular Function on a Lattice', Operations Research, 26 (2), March-April, 305-21 -- F.H. Hahn (1966), 'Equilibrium Dynamics with Heterogeneous Capital Goods', Quarterly Journal of Economics, XXC, 633-46 -- Harold Hotelling (1931), 'The Economics of Exhaustible Resources', Journal of Political Economy, 39 (2), April, 137-75 -- Graciela Chichilnisky (1996), 'An Axiomatic Approach to Sustainable Development', Social Choice and Welfare, 13 (2), April, 231-57 -- Walter Perrin Heller (1971), 'Disequilibrium Dynamics of Competitive Growth Paths', Review of Economic Studies, XXXVIII (4), October. 385-400 -- Tjalling C. Koopmans (1965), 'On the Concept of Optimal Economic Growth', Pontificiae Academiae Scientiarum Scripta Varia, 28, 225-87 -- F.P. Ramsey (1928), 'A Mathematical Theory of Saving', Economic Journal, XXXVIII (152), December, 543-59 -- J.v. Neumann (1945), 'A Model of General Economic Equilibrium', Review of Economic Studies, 13, 1-9 -- Roy Radner (1961), 'Paths of Economic Growth that are Optimal with Regard Only to Final States: A Turnpike Theorem', Review of Economic Studies, XXVIII (2), February, 98-104 -- Harl E. Ryder, Jr. and Geoffrey M. Heal (1973), 'Optimal Growth with Intertemporally Dependent Preferences', Review of Economic Studies, XL (1), January, 1-31 -- G. Chichilnisky and P.J. Kalman (1980), 'Application of Functional Analysis to Models of Efficient Allocation of Economic Resources', Journal of Optimization Theory and Applications, 30 (1), January, 19-32 -- Graciela Chichilnisky (1977), 'Nonlinear Functional Analysis and Optimal Economic Growth', Journal of Mathematical Analysis and Applications, 61 (2), 15 November, 504-20 -- Donald J. Brown, Geoffrey M. Heal, M. Ali Khan and Rajiv Vohra (1986), 'On a General Existence Theorem for Marginal Cost Pricing Equilibria', Journal of Economic Theory, 38 (2), April, 371-9 -- Egbert and Hildegard Dierker (1972), 'The Local Uniqueness of Equilibria', Econometrica, 40 (5), September, 867-81 -- Yves Balasko (1979), 'A Geometric Approach to Equilibrium Analysis', Journal of Mathematical Economics, 6, 217-28 -- Donald J. Brown and Geoffrey Heal (1979), 'Equity, Efficiency and Increasing Returns', Review of Economic Studies, XLVI (4), October, 571-85
    Abstract: Graciela Chichilnisky and Yuqing Zhou (1996), 'Smooth Infinite Economies', Columbia University: Program on Information and Resources, Discussion Paper Series No. 9596-17, May, 1-21 -- Duncan K. Foley (1994), 'A Statistical Equilibrium Theory of Markets', Journal of Economic Theory, 62 (2), April, 321-45 -- John F. Nash, Jr. (1950), 'Equilibrium Points in N-Person Games', Proceedings of the National Academy of Sciences of the United States of America, 36, 48-9 -- Gerard Debreu (1975), 'The Rate of Convergence of the Core of an Economy', Journal of Mathematical Economics, 2, 1-7 -- Graciela Chichilnisky (1996), 'A Unified Perspective on Resource Allocation: Limited Arbitrage is Necessary and Sufficient for the Existence of a Competitive Equilibrium, the Core and Social Choice', in H. Arrow (ed), A. Sen (ed) and T. Suzumura (ed) (eds), Social Choice Re-examined, Macmillan for the International Economic Association, forthcoming -- Allan M. Feldman (1973), 'Bilateral Trading Processes, Pairwise Optimality, and Pareto Optimality', Review of Economic Studies, XL (4), October, 463-73 -- John Geanakoplos and Geoffrey Heal (1983), 'A Geometric Explanation of the Transfer Paradox in a Stable Economy', Journal of Development Economics, 13 (1-2), August-October, 223-36 -- Roger Guesnerie (1975), 'Pareto Optimality in Non-Convex Economies', Econometrica, 43 (1), January, 1-29 -- Graciela Chichilnisky (1986), 'A General Equilibrium Theory of North-South Trade', in Walter P. Heller (ed), Ross M. Starr (ed) and David A. Starrett (ed) (eds), Equilibrium Analysis: Essays in Honor of Kenneth J. Arrow, Volume II, Chapter 1, Cambridge: Cambridge University Press, 3-56 -- Yuqing Zhou (1997), 'Genericity Analysis on the Pseudo-Equilibrium Manifold', Journal of Economic Theory, 73 (1), March, 79-92 -- Kenneth J. Arrow (1963), 'Uncertainty and the Welfare Economics of Medical Care', American Economic Review, 53 (5), December, 941-73 -- Louis Bachelier (1900), 'Theory of Speculation' ('Thǒrie de la Speculation', Annals de l'Ecole Normale Supřieure, 3, Paris: Gauthier-Villars), translated by A. James Boness, in Paul H. Cootner (ed) (ed.)(1964), The Random Character of Stock Market Prices, Chapter 2, Cambridge, MA: MIT Press, 17-78 and references -- Graciela Chichilnisky (1985), 'Von Neumann-Morgenstern Utilities and Cardinal Preferences', Mathematics of Operations Research, 10 (4), November, 633-41 -- I.N. Herstein and John Milnor (1953), 'An Axiomatic Approach to Measurable Utility', Econometrica, 21 (2), April, 291-7 -- Mark J. Machina (1982), '"Expected Utility" Analysis without the Independence Axiom', Econometrica, 50 (2), March, 277-323 -- E. Malinvaud (1973), 'Markets for an Exchange Economy with Individual Risks', Econometrica, 41 (3), May, 383-410 -- Bruno de Finetti (1937), 'Foresight: Its Logical Laws, Its Subjective Sources', translated by Henry E. Kyburg, Jr., in Henry E. Kyburg, Jr. (ed) and Howard E. Smokier (ed) (eds) (1964), Studies in Subjective Probability, New York: John Wiley, 97-158,95-6 (translator's note) -- Kenneth J. Arrow (1970), 'Exposition of the Theory of Choice under Uncertainty', in K. Arrow (ed) (ed.), Essays in the Theory of Risk-bearing, Chapter 2, Amsterdam and Oxford: North-Holland, 44-89 -- Graciela Chichilnisky (1996), 'Markets with Endogenous Uncertainty: Theory and Policy', Theory and Decision, 41 (2), September, 99-131 -- Nicholas C. Yannelis (1991), 'The Core of an Economy with Differential Information', Economic Theory, 1 (2), 183-97 -- Graciela Chichilnisky and Geoffrey Heal (1996), 'On the Existence and the Structure of the Pseudo-Equilibrium Manifold', Journal of Mathematical Economics, 26 (2), 171-86 -- Darrell Duffle and Wayne Shafer (1985), 'Equilibrium in Incomplete Markets: I: A Basic Model of Generic Existence', Journal of Mathematical Economics, 14 (3), 285-300 -- Fischer Black and Myron Scholes (1973), 'The Pricing of Options and Corporate Liabilities', Journal of Political Economy, 81 (3), May/June, 637-54 -- Leonard J. Savage (1971), 'Elicitation of Personal Probabilities and Expectations', Journal of the American Statistical Association, 66 (336), December, 783-801 -- Richard H. Day and Giulio Pianigiani (1991), 'Statistical Dynamics and Economies', Journal of Economic Behavior and Organization, 16, 37-83 -- B. Curtis Eaves and Herbert Scarf (1976), 'The Solution of Systems of Piecewise Linear Equations', Mathematics of Operations Research, 1 (1), February, 1-27 -- Morris W. Hirsch and Stephen Smale (1979), 'On Algorithms for Solving f ( x ) = 0', Communications on Pure and Applied Mathematics, XXXII, 281-312 -- Steve Smale (1983), 'On the Average Number of Steps of the Simplex Methodof Linear Programming', Mathematical Programming, 27,241-62 -- Paul A. Samuelson (1949), 'Market Mechanisms and Maximization', Research Memoranda (Parts I, II and III), RAND Corporation, Santa Monica, California. Reprinted in Joseph E. Stiglitz (ed) (ed.) (1966), The Collected Scientific Papers of Paul A. Samuelson, Volume 1, Chapter 33, Cambridge, MA: MIT Press, 425-92 -- Geoffrey Heal and Dairyl McLeod (1984), 'Gains from Trade, Stability and Profits: A Comment on Chichilnisky's '"Terms of Trade and Domestic Distribution: Export-led Growth with Abundant Labour"', Journal of Development Economics, 15, 117-30.
    Abstract: Please note this updated and revised research review is only available online. The link to Buy Book in Print and Find This Book in Your Library is to a previous edition available in print. The previous print edition reprints the full text of many, though not all, of the recommended articles and complements the online edition
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    ISBN: 9789811007309
    Language: English
    Pages: 1 Online-Ressource (xxvii, 238 Seiten) , Diagramme
    Series Statement: Research Series on the Chinese Dream and China’s Development Path
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    DDC: 306.3
    Keywords: Marketing ; Culture - Economic aspects ; Economic sociology ; Economics ; Cultural Economics ; Organizational Studies, Economic Sociology ; Wirtschaft ; Konsumgüternachfrage ; China ; China ; Konsumgüternachfrage
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    London : Palgrave Macmillan UK
    ISBN: 9781137552662
    Language: English
    Pages: 1 Online-Ressource (XIII, 355 p)
    Parallel Title: Erscheint auch als
    DDC: 305
    RVK:
    Keywords: Social sciences ; Economics ; Social structure ; Social inequality ; Social Sciences ; Social Structure, Social Inequality ; Economic Systems ; Sozialwissenschaften ; Wirtschaft
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    Cheltenham, UK : Edward Elgar Publishing
    ISBN: 9781786434258
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: The international library of critical writings in economics 337
    Series Statement: Elgaronline
    Series Statement: Edward Elgar books
    Series Statement: Edward Elgar E-Book Archive
    Series Statement: The international library of critical writings in economics
    Parallel Title: Erscheint auch als The economics of recession
    Keywords: Konjunktur ; Konjunkturtheorie ; Recessions ; Economics ; Electronic books ; Aufsatzsammlung
    Abstract: Recommended readings (Machine generated): 1. Geoffrey H. Moore (1967), 'What is a Recession?', American Statistician, 21 (4), October, 16-9 -- 2. Allan P. Layton and Anirvan Banerji (2003), 'What is a Recession?: A Reprise', Applied Economics, 35 (16), 1789-97 -- 3. Arthur F. Burns and Wesley C. Mitchell (1946), 'Working Plans', in Measuring Business Cycles, Chapter 1, New York, NY, USA: National Bureau of Economic Research, 3-22 -- 4. Arthur F. Burns and Wesley C. Mitchell (1946), 'Dating Specific and Business Cycles', in Measuring Business Cycles, Chapter 4, New York, NY, USA: National Bureau of Economic Research, 56-114 -- 5. Geoffrey H. Moore (1958), 'Measuring Recessions', Journal of the American Statistical Association, 53 (282), June, 259-316 -- 6. James D. Hamilton (1989), 'A New Approach to the Economic Analysis of Nonstationary Time Series and the Business Cycle', Econometrica, 57 (2), March, 357-84 -- 7. Michael D. Boldin (1994), 'Dating Turning Points in the Business Cycle', Journal of Business, 67 (1), January, 97-131 -- 8. Don Harding and Adrian Pagan (2003), 'A Comparison of Two Business Cycle Dating Methods', Journal of Economic Dynamics and Control, 27 (9), July, 1681-90 -- 9. João Victor Issler and Farshid Vahid (2006), 'The Missing Link: Using the NBER Recession Indicator to Construct Coincident and Leading Indices of Economic Activity', Journal of Econometrics, 132 (1), May, 281-303 -- 10. James H. Stock and Mark W. Watson (2010), 'Indicators for Dating Business Cycles: Cross-History Selection and Comparisons', American Economic Review: Papers and Proceedings, 100 (2), May, 16-9 -- 11. Christina D. Romer and David H. Romer (1989), 'Does Monetary Policy Matter? A New Test in the Spirit of Friedman and Schwartz', in Olivier Jean Blanchard and Stanley Fischer (eds), NBER Macroeconomics Annual 1989, Cambridge, MA, USA and London, UK: MIT Press, 121-70 -- 12. Ben S. Bernanke, Mark Gertler and Mark Watson (1997), 'Systematic Monetary Policy and the Effects of Oil Price Shocks', Brookings Papers on Economic Activity, 1997 (1), 91-157 -- 13. Christopher A. Sims and Tao Zha (2006), 'Does Monetary Policy Generate Recessions?', Macroeconomic Dynamics, 10 (2), April, 231-72 -- 14. Marvin Goodfriend (2007), 'How the World Achieved Consensus on Monetary Policy', Journal of Economic Perspectives, 21 (4), Fall, 47-68 -- 15. Tobias Adrian and Arturo Estrella (2008), 'Monetary Tightening Cycles and the Predictability of Economic Activity', Economics Letters, 99 (2), May, 260-64 -- 16. Christopher Allsopp and David Vines (2005), 'The Macroeconomic Role of Fiscal Policy', Oxford Review of Economic Policy, 21 (4), Winter, 485-508 -- 17. Gary D. Hansen and Edward C. Prescott (1993), 'Did Technology Shocks Cause the 1990-1991 Recession?', American Economic Review: Papers and Proceedings, 83 (2), May, 280-86 -- 18. Giovanni Caggiano, Efrem Castelnuovo and Nicolas Groshenny (2014), 'Uncertainty Shocks and Unemployment Dynamics in U.S. Recessions', Journal of Monetary Economics, 67, October, 78-92 -- 19. Charlotte Christiansen (2013), 'Predicting Severe Simultaneous Recessions Using Yield Spreads as Leading Indicators', Journal of International Money and Finance, 32, February, 1032-43
    Abstract: 20. John B. Taylor (1993), 'Discretion versus Policy Rules in Practice', Carnegie-Rochester Conference Series on Public Policy, 39, December, 195-214 -- 21. Paul Krugman (2005), 'Is Fiscal Policy Poised for a Comeback?', Oxford Review of Economic Policy, 21 (4), Winter, 515-23 -- 22. Alan J. Auerbach and Yuriy Gorodnichenko (2012), 'Measuring the Output Responses to Fiscal Policy', American Economic Journal: Economic Policy, 4 (2), May, 1-27 -- 23. John Roberts (1987), 'An Equilibrium Model with Involuntary Unemployment at Flexible, Competitive Prices and Wages', American Economic Review, 77 (5), December, 856-74 -- 24. Kenneth Clark, Derek Leslie and Elizabeth Symons (1994), 'The Costs of Recession', Economic Journal, 104 (422), January, 20-36 -- 25. Truman Bewley (1999), 'Work Motivation', Federal Reserve Bank of St. Louis Review, 81 (3), May-June, 35-49 -- 26. Lisa B. Kahn (2010), 'The Long-Term Labor Market Consequences of Graduating from College in a Bad Economy', Labour Economics, 17 (2), April, 303-16 -- 27. Steven J. Davis and Till von Wachter (2011), 'Recessions and the Costs of Job Loss', Brookings Papers on Economic Activity, 2011 (2), Fall, 1-55 -- 1. Min Ouyang (2009), 'The Scarring Effect of Recessions', Journal of Monetary Economics, 56 (2), March, 184-99 -- 2. Arturo Estrella (2004), 'The Cyclical Behavior of Optimal Bank Capital', Journal of Banking and Finance, 28 (6), June, 1469-98 -- 3. Alessandro Beber and Michael W. Brandt (2010), 'When it Cannot Get Better or Worse: The Asymmetric Impact of Good and Bad News on Bond Returns in Expansions and Recessions', Review of Finance, 14 (1), January, 119-55 -- 4. Kyle Bagwell and Robert W. Staiger (1997), 'Collusion over the Business Cycle', RAND Journal of Economics, 28 (1), Spring, 82-106 -- 5. Gadi Barlevy (2002), 'The Sullying Effect of Recessions', Review of Economic Studies, 69 (1), January, 65-96 -- 6. Kwan Ok Lee and Gary Painter (2013), 'What Happens to Household Formation in a Recession', Journal of Urban Economics, 76, July, 93-109 -- 7. Elizabeth A.M. Searing (2013), 'Love Thy Neighbor? Recessions and Interpersonal Trust in Latin America', Journal of Economic Behavior and Organization, 94, October, 68-79 -- 8. Paola Giuliano and Antonio Spilimbergo (2014), 'Growing Up in a Recession', Review of Economic Studies, 81 (2), April, 787-817 -- 9. Alexandra Graddy-Reed and Maryann P. Feldman (2015), 'Stepping Up: An Empirical Analysis of the Role of Social Innovation in Response to an Economic Recession', Cambridge Journal of Regions, Economy and Society, 8 (2), July, 293-312 -- 10. Christopher J. Ruhm (2000), 'Are Recessions Good for Your Health?', Quarterly Journal of Economics, 115 (2), May, 617-50 -- 11. Jan Boone and Jan C. van Ours (2006), 'Are Recessions Good for Workplace Safety?', Journal of Health Economics, 25 (6), November, 1069-93
    Abstract: 12. Melissa McInerney and Jennifer M. Mellor (2012), 'Recessions and Seniors' Health, Health Behaviors, and Healthcare Use: Analysis of the Medicare Current Beneficiary Survey', Journal of Health Economics, 31 (5), September, 744-51 -- 13. Ehsan Latif (2014), 'The Impact of Recession on Drinking and Smoking Behaviours in Canada', Economic Modelling, 42, October, 43-56 -- 14. James H. Stock and Mark W. Watson (1989), 'New Indexes of Coincident and Leading Economic Indicators', in Olivier Jean Blanchard and Stanley Fischer (eds), NBER Macroeconomics Annual 1989, Cambridge, MA, USA and London, UK: MIT Press, 351-94 -- 15. Arturo Estrella and Gikas A. Hardouvelis (1991), 'The Term Structure as a Predictor of Real Economic Activity', Journal of Finance, XLVI (2), June, 555-76 -- 16. Benjamin M. Friedman and Kenneth N. Kuttner (1993), 'Why Does the Paper-Bill Spread Predict Real Economic Activity?', in James H. Stock and Mark W. Watson (eds), Business Cycles, Indicators, and Forecasting: National Bureau of Economic Research, Studies in Business Cycles, Volume 28, Chapter 5, Chicago, IL, USA and London, UK: University of Chicago Press, 213-53 -- 17. Arturo Estrella and Frederic S. Mishkin (1997), 'The Predictive Power of the Term Structure of Interest Rates in Europe and the United States: Implications for the European Central Bank', European Economic Review, 41 (7), July, 1375-1401 -- 18. Arturo Estrella and Frederic S. Mishkin (1998), 'Predicting U.S. Recessions: Financial Variables as Leading Indicators', Review of Economics and Statistics, 80 (1), February, 45-61 -- 19. Henri Bernard and Stefan Gerlach (1998), 'Does the Term Structure Predict Recessions? The International Evidence', International Journal of Finance and Economics, 3 (3), July, 195-215 -- 20. Arturo Estrella, Anthony P. Rodrigues and Sebastian Schich (2003), 'How Stable is the Predictive Power of the Yield Curve? Evidence from Germany and the United States', Review of Economics and Statistics, 85 (3), August, 629-44 -- 21. Arturo Estrella (2005), 'Why Does the Yield Curve Predict Output and Inflation?', Economic Journal, 115 (505), July, 722-44, A1-A2 -- 22. Agustin Duarte, Ioannis A. Venetis and Ivan Paya (2005), 'Predicting Real Growth and the Probability of Recession in the Euro Area Using the Yield Spread', International Journal of Forecasting, 21 (2), April-June, 261-77 -- 23. Arturo Estrella and Mary R. Trubin (2006), 'The Yield Curve as a Leading Indicator: Some Practical Issues', Federal Reserve Bank of New York: Current Issues in Economics and Finance, 12 (5), July/August, 1-7 -- 24. Charlotte Christiansen, Jonas Nygaard Eriksen and Stig Vinther Møller (2014), 'Forecasting US Recessions: The Role of Sentiment', Journal of Banking and Finance, 49, December, 459-68 -- 25. John C. Bluedorn, Jörg Decressin and Marco E. Terrones (2016), 'Do Asset Price Drops Foreshadow Recessions?', International Journal of Forecasting, 32 (2), April-June, 518-26 -- 26. Marcelle Chauvet and Simon Potter (2005), 'Forecasting Recessions Using the Yield Curve', Journal of Forecasting, 24 (2), March, 77-103 -- 27. Heikki Kauppi and Pentti Saikkonen (2008), 'Predicting U.S. Recessions with Dynamic Binary Response Models', Review of Economics and Statistics, 90 (4), November, 777-91 -- 28. Pär Österholm (2012), 'The Limited Usefulness of Macroeconomic Bayesian VARs When Estimating the Probability of a US Recession', Journal of Macroeconomics, 34 (1), March, 76-86 -- 29. Glenn D. Rudebusch and John C. Williams (2009), 'Forecasting Recessions: The Puzzle of the Enduring Power of the Yield Curve', Journal of Business and Economic Statistics, 27 (4), October, 492-503 -- 30. Marcelle Chauvet and Jeremy Piger (2008), 'A Comparison of the Real-Time Performance of Business Cycle Dating Methods', Journal of Business and Economic Statistics, 26 (1), January, 42-9
    Abstract: 31. James D. Hamilton (2011), 'Calling Recessions in Real Time', International Journal of Forecasting, 27 (4), October-December, 1006-26 -- 32. James Ang and Adam Smedema (2011), 'Financial Flexibility: Do Firms Prepare for Recession?', Journal of Corporate Finance, 17 (3), June, 774-87 -- 33. Ricardo J. Caballero and Mohamad L. Hammour (1994), 'The Cleansing Effect of Recessions', American Economic Review, 84 (5), December, 1350-68
    Abstract: This timely research review analyses a broad selection of important readings from the existing literature addressing several fundamental questions about recessions. These include what a recession is, the causes and effects of recessions, how to identify and predict recessions, and how to manage the associated risks. The review offers a general overview of the subject, detailed analysis of the readings, discussion of policy implications and acknowledgement of the areas where further research is required, proving itself to be an invaluable source of reference for academics, scholars and practitioners alike
    URL: Volltext  (Deutschlandweit zugänglich)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    Cheltenham, UK : Edward Elgar Publishing
    ISBN: 9781784717216
    Language: English
    Pages: 1 Online-Ressource (xxi, 441 Seiten)
    Series Statement: Elgaronline
    Series Statement: Edward Elgar books
    Series Statement: New directions in post-keynesian economics series
    Series Statement: Edward Elgar E-Book Archive
    Series Statement: New directions in post-Keynesian economics
    Parallel Title: Erscheint auch als A modern guide to rethinking economics
    DDC: 330
    RVK:
    RVK:
    Keywords: Makroökonomik ; Heterodoxe Ökonomik ; Neoklassische Synthese ; Neoklassische Theorie ; Postkeynesianismus ; Ökonomische Ideengeschichte ; Wirtschaftspolitik ; Economics ; Electronic books ; Aufsatzsammlung ; Wirtschaftskrise ; Wirtschaftspolitik ; Wirtschaftstheorie ; Makroökonomie ; Heterodoxe Ökonomie ; Neoklassische Theorie ; Neokeynesianismus
    Abstract: pt. I. Conceptual and methodological issues -- pt. II. Economic policy issues -- pt. III. Global issues.
    Abstract: Since the beginning of the twenty-first century, there has been an unprecedented move towards 'rethinking economics' due to the damages generated by the global financial crisis that burst in 2007-2008. Almost a decade after this crisis, policy is still unable to provide all citizens greater wellbeing or at least an encouraging economic future. This book addresses the urgent need to rethink economics by providing readers at all levels with thoughtful chapters on a range of relevant economic topics. Editors Louis-Philippe Rochon and Sergio Rossi provide a first-class compilation of contemporary economic problems as well as a criticism of mainstream economics and economic policy, thereby offering a thorough investigation of these issues and policy solutions along alternative lines of thought. The book includes chapters on rethinking fiscal and monetary policies, international trade, the role of the State, money, banks, economic growth, the environment, development policies, energy, healthcare, and more. Special attention is paid to the importance of institutions and power relationships within the economic system. Written by top experts in their respective fields, this book will be useful to students and faculty who want to not only rethink economics, but also to offer an alternative and coherent economic analysis to the orthodoxy. Economists and policy-makers will also find this book to be of much interest
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    Cheltenham, UK : Edward Elgar Publishing
    ISBN: 9781785364440
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: The international library of critical writings in economics 338
    Series Statement: Elgaronline
    Series Statement: Edward Elgar books
    Series Statement: The international library of critical writings in economics 338
    Series Statement: Edward Elgar E-Book Archive
    Series Statement: The international library of critical writings in economics
    Parallel Title: Erscheint auch als The economic theory of incentives
    Keywords: Anreiz ; Wirtschaftstheorie ; Economics ; Economics Moral and ethical aspects ; Incentive (Psychology) ; Electronic books ; Aufsatzsammlung ; Anreiz ; Wirtschaft ; Theorie
    Abstract: Recommended readings (Machine generated): 1. Claude d'Aspremont and Louis-André Gérard-Varet (1979), 'Incentives and Incomplete Information', Journal of Public Economics, 11 (1), February, 25-45 -- 2. Jerry Green and Jean-Jacques Laffont (1977), 'Characterization of Satisfactory Mechanisms for the Revelation of Preferences for Public Goods', Econometrica, 45 (2), March, 427-38 -- 3. Theodore Groves (1973), 'Incentives in Teams', Econometrica, 41 (4), July, 617-31 -- 4. Jean-Jacques Laffont and Eric Maskin (1979), 'A Differential Approach to Expected Utility Maximizing Mechanisms', in Jean-Jacques Laffont (ed.), Aggregation and Revelation of Preferences: Studies in Public Economics Volume 2, Part IV, Chapter 16, Amsterdam, the Netherlands, New York, NY, USA and Oxford, UK: North-Holland Publishing Company, 289-308 -- 5. Jean-Jacques Laffont and Eric Maskin (1980), 'A Differential Approach to Dominant Strategy Mechanisms', Econometrica, 48 (6), September, 1507-20 -- 6. George J. Mailath and Andrew Postlewaite (1990), 'Asymmetric Information Bargaining Problems with Many Agents', Review of Economic Studies, 57 (3), July, 351-67 -- 7. Allan Gibbard (1973), 'Manipulation of Voting Schemes: A General Result', Econometrica, 41 (4), July, 587-601 -- 8. Partha Dasgupta, Peter Hammond and Eric Maskin (1979), 'The Implementation of Social Choice Rules: Some General Results on Incentive Compatibility', Review of Economic Studies, 46 (2), April, 185-216 -- 9. Roger B. Myerson (1979), 'Incentive Compatibility and the Bargaining Problem', Econometrica, 47 (1), January, 61-73 -- 10. Roger B. Myerson (1982), 'Optimal Coordination Mechanisms in Generalized Principal-Agent Problems', Journal of Mathematical Economics, 10 (1), June, 67-81 -- 11. Joel S. Demski and David Sappington (1984), 'Optimal Incentive Contracts with Multiple Agents', Journal of Economic Theory, 33 (1), June 152-71 -- 12. Eric Maskin (1999), 'Nash Equilibrium and Welfare Optimality', Review of Economic Studies, Special Issue: Contracts, 66 (1), January, 23-38 -- 13. Eric Maskin and John Moore (1999), 'Implementation and Renegotiation', Review of Economic Studies, Special Issue: Contracts, 66 (1), January, 39-56 -- 14. John Moore and Rafael Repullo (1988), 'Subgame Perfect Implementation', Econometrica, 56 (5), September, 1191-1220 -- 15. John Moore and Rafael Repullo (1990), 'Nash Implementation: A Full Characterization', Econometrica, 58 (5), September, 1083-99 -- 16. Thomas R. Palfrey and Sanjay Srivastava (1989), 'Implementation with Incomplete Information in Exchange Economies', Econometrica, 57 (1), January, 115-34 -- 17. Dilip Mookherjee and Stefan Reichelstein (1990), 'Implementation via Augmented Revelation Mechanisms', Review of Economic Studies, 57 (3), July, 453-75 -- 18. Bengt Holmström and Roger B. Myerson (1983), 'Efficient and Durable Decision Rules with Incomplete Information', Econometrica, 51 (6), November, 1799-1819 -- 19. John O. Ledyard and Thomas R. Palfrey (1999), 'A Characterization of Interim Efficiency with Public Goods', Econometrica, 67 (2), March, 435-48
    Abstract: 20. Jacques Crémer and Richard P. McLean (1988), 'Full Extraction of the Surplus in Bayesian and Dominant Strategy Auctions', Econometrica, 56 (6), November, 1247-57 -- 21. Philippe Jehiel and Benny Moldovanu (2001), 'Efficient Design with Interdependent Valuations', Econometrica, 69 (5), September, 1237-59 -- 22. Eric Maskin and John Riley (1989), 'Optimal Multi-unit Auctions', in Frank Hahn (ed.), The Economics of Missing Markets, Information, and Games, Chapter 14, Oxford, UK: Clarendon Press, 312-35 -- 23. Roger B. Myerson (1981), 'Optimal Auction Design', Mathematics of Operations Research, 6 (1), February, 58-73 -- 24. John G. Riley and William F. Samuelson (1981), 'Optimal Auctions', American Economic Review, 71 (3), June, 381-92 -- 25. Dirk Bergemann and Stephen Morris (2005), 'Robust Mechanism Design', Econometrica, 73 (6), November, 1771-1813 -- 26. Philippe Jehiel, Moritz Meyer-ter-Vehn, Benny Moldovanu and William R. Zame (2006), 'The Limits of Ex Post Implementation', Econometrica, 74 (3), May, 585-610 -- 27. Dilip Mookherjee and Stefan Reichelstein (1992), 'Dominant Strategy Implementation of Bayesian Incentive Compatible Allocation Rules', Journal of Economic Theory, 56 (2), April, 378-99 -- 28. Zvika Neeman (2004), 'The Relevance of Private Information in Mechanism Design', Journal of Economic Theory, 117 (1), July, 55-77 -- 29. Robert Wilson (1987), 'Game-Theoretic Analyses of Trading Processes', in Truman F. Bewley (ed.), Advances in Economic Theory: Fifth World Congress, Chapter 2, Cambridge, UK, New York, NY, USA and Melbourne, Australia: Cambridge University Press, 33-70 -- 30. Roger B. Myerson and Mark A. Satterthwaite (1983), 'Efficient Mechanisms for Bilateral Trading', Journal of Economic Theory, 29 (2), April, 265-81 -- 31. Peter Cramton, Robert Gibbons and Paul Klemperer (1987), 'Dissolving a Partnership Efficiently', Econometrica, 55 (3), May, 615-32, 1493 (Erratum) -- 32. Steven R. Williams (1999), 'A Characterization of Efficient, Bayesian Incentive Compatible Mechanisms', Economic Theory, 14 (1), July, 155-8 -- 33. Bengt Holmström (1982), 'Moral Hazard in Teams', Bell Journal of Economics, 13 (2), Autumn, 324-40 -- 34. Patrick Legros and Steven A. Matthews (1993), 'Efficient and Nearly-Efficient Partnerships', Review of Economic Studies, 60 (3), July, 599-611 -- 35. Eric Rasmusen (1987), 'Moral Hazard in Risk-Averse Teams', RAND Journal of Economics, 18 (3), Autumn, 428-35 -- 36. David Rahman (2012), 'But Who Will Monitor the Monitor?', American Economic Review, 102 (6), October, 2767-97 -- 37. Yeon-Koo Che and Seung-Weon Yoo (2001), 'Optimal Incentives for Teams', American Economic Review, 91 (3), June, 525-41 -- 38. Edward P. Lazear and Sherwin Rosen (1981), 'Rank-Order Tournaments as Optimum Labor Contracts', Journal of Political Economy, 89 (5), October, 841-64
    Abstract: 39. Hideshi Itoh (1991), 'Incentives to Help in Multi-Agent Situations', Econometrica, 59 (3), May, 611-36 -- 40. Dilip Mookherjee (1984), 'Optimal Incentive Schemes with Many Agents', Review of Economic Studies, LI (3), July, 433-46 -- 41. Barry J. Nalebuff and Joseph E. Stiglitz (1983), 'Prizes and Incentives: Towards a General Theory of Compensation and Competition', Bell Journal of Economics, 14 (1), Spring, 21-43 -- 42. Ching-To Ma (1988), 'Unique Implementation of Incentive Contracts with Many Agents', Review of Economic Studies, LV (4), October, 555-71 -- 1. Philippe Aghion and Patrick Bolton (1992), 'An Incomplete Contracts Approach to Financial Contracting', Review of Economic Studies, 59 (3), July, 473-94 -- 2. Philippe Aghion and Jean Tirole (1997), 'Formal and Real Authority in Organizations', Journal of Political Economy, 105 (1), February, 1-29 -- 3. Aaron S. Edlin and Stefan Reichelstein (1996), 'Holdups, Standard Breach Remedies, and Optimal Investment', American Economic Review, 86 (3), June, 478-501 -- 4. Mathias Dewatripont and Jean Tirole (1994), 'A Theory of Debt and Equity: Diversity of Securities and Manager-Shareholder Congruence', Quarterly Journal of Economics, 109 (4), November, 1027-54 -- 5. Sanford J. Grossman and Oliver D. Hart (1986), 'The Costs and Benefits of Ownership: A Theory of Vertical and Lateral Integration', Journal of Political Economy, 94 (4), August, 691-719 -- 6. Oliver Hart and John Moore (1990), 'Property Rights and the Nature of the Firm', Journal of Political Economy, 98 (6), December, 1119-58 [40] -- 7. Jean Tirole (1986), 'Procurement and Renegotiation', Journal of Political Economy, 94 (2), April, 235-59 -- 8. Ilya Segal (1999), 'Complexity and Renegotiation: A Foundation for Incomplete Contracts', Review of Economic Studies, Special Issue: Contracts, 66 (1), January, 57-82 -- 9. Eric Maskin and Jean Tirole (1999), 'Unforeseen Contingencies and Incomplete Contracts', Review of Economic Studies, Special Issue: Contracts, 66 (1), January, 83-114 -- 10. Jonathan Levin (2003), 'Relational Incentive Contracts', American Economic Review, 93 (3), June, 835-57 -- 11. W. Bentley MacLeod and James M. Malcomson (1989), 'Implicit Contracts, Incentive Compatibility, and Involuntary Unemployment', Econometrica, 57 (2), March, 447-80 -- 12. W. Bentley MacLeod (2003), 'Optimal Contracting with Subjective Evaluation', American Economic Review, 93 (1), March, 216-40 -- 13. Hideshi Itoh (1993), 'Coalitions, Incentives, and Risk Sharing', Journal of Economic Theory, 60 (2), August, 410-27 -- 14. Jean-Jacques Laffont and David Martimort (1999), 'Separation of Regulators against Collusive Behavior', RAND Journal of Economics, 30 (2), Summer, 232-62 -- 15. Jean-Jacques Laffont and Jean Tirole (1991), 'The Politics of Government Decision-Making: A Theory of Regulatory Capture', Quarterly Journal of Economics, 106 (4), November, 1089-1127
    Abstract: 16. Jean Tirole (1986), 'Hierarchies and Bureaucracies: On the Role of Collusion in Organizations', Journal of Law, Economics, and Organization, 2 (2), Fall, 181-214 -- 17. Hal R. Varian (1990), 'Monitoring Agents With Other Agents', Journal of Institutional and Theoretical Economics, 146 (1), March, 153-74 -- 18. Yeon-Koo Che and Jinwoo Kim (2006), 'Robustly Collusion-Proof Implementation', Econometrica, 74 (4), July, 1063-1107 -- 19. Jean-Jacques Laffont and David Martimort (1997), 'Collusion under Asymmetric Information', Econometrica, 65 (4), July, 875-911 -- 20. Sandeep Baliga and Tomas Sjöström (1998), 'Decentralization and Collusion', Journal of Economic Theory, 83 (2), December, 196-232 -- 21. David P. Baron and David Besanko (1992), 'Information, Control, and Organizational Structure', Journal of Economics and Management Strategy, 1 (2), Summer, 237-75 -- 22. Jean-Jacques Laffont and David Martimort (1998), 'Collusion and Delegation', RAND Journal of Economics, 29 (2), Summer, 280-305 -- 23. Nahum D. Melumad, Dilip Mookherjee and Stefan Reichelstein (1995), 'Hierarchical Decentralization of Incentive Contracts', RAND Journal of Economics: Symposium on the Economics of Organization, 26 (4), Winter, 654-72 -- 24. Dilip Mookherjee and Masatoshi Tsumagari (2004), 'The Organization of Supplier Networks: Effects of Delegation and Intermediation', Econometrica, 72 (4), July, 1179-1219 -- 25. B. Douglas Bernheim and Michael D. Whinston (1986), 'Menu Auctions, Resource Allocation, and Economic Influence', Quarterly Journal of Economics, CI (1), February, 1-31 -- 26. B. Douglas Bernheim and Michael D. Whinston (1986), 'Common Agency', Econometrica, 54 (4), July, 923-42 -- 27. David Martimort and Lars Stole (2002), 'The Revelation and Delegation Principles in Common Agency Games', Econometrica, 70 (4), July, 1659-73 -- 28. David Martimort and Lars Stole (2009), 'Market Participation in Delegated and Intrinsic Common-Agency Games', RAND Journal of Economics, 40 (1), Spring, 78-102 -- 29. Ilya Segal (1999), 'Contracting with Externalities', Quarterly Journal of Economics, CXIV (2), May, 337-88 -- 30. B. Douglas Bernheim and Michael D. Whinston (1998), 'Exclusive Dealing', Journal of Political Economy, 106 (1), February, 64-103 -- 31. David Martimort (1996), 'Exclusive Dealing, Common Agency, and Multiprincipals Incentive Theory', RAND Journal of Economics, 27 (1), Spring, 1-31
    Abstract: This comprehensive research review recaps major literary contributions to the economic theory of incentives. These carefully selected papers, both classic and contemporary, analyse collective decision problems in the context of asymmetric information, moral hazard and incomplete contracting. This review is an essential tool for any serious scholar and student in the field
    URL: Volltext  (Deutschlandweit zugänglich)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    Chicago, Illinois ; : The University of Chicago Press
    ISBN: 9780226446288
    Language: English
    Pages: 1 online resource (186 pages)
    Parallel Title: Collins, Jane Lou, 1954 - The politics of value
    Parallel Title: Print version Collins, Jane L The Politics of Value : Three Movements to Change How We Think about the Economy
    DDC: 303.372
    RVK:
    Keywords: Social movements - United States - History - 21st century ; Economics Sociological aspects ; Economics Political aspects ; Value ; Value Social aspects ; Social responsibility of business ; Common good Economic aspects ; Social movements United States ; History ; 21st century ; Electronic books ; Common good ; Economics ; Social movements ; Social responsibility of business ; Value ; Sozioökonomischer Wandel ; Wirtschaftsethik ; Soziale Verantwortung
    Abstract: The Great Recession not only shook Americans' economic faith but also prompted powerful critiques of economic institutions. This timely book explores three movements that gathered force after 2008: the rise of the benefit corporation, which requires social responsibility and eschews share price as the best metric for success; the emergence of a new group, Slow Money, that fosters peer-to-peer investing; and the 2011 Wisconsin protests against a bill restricting the union rights of state workers. Each case shows how the concrete actions of a group of citizens can prompt us to reflect on what is needed for a just and sustainable economic system. In one case, activists raised questions about the responsibilities of business, in the second about the significance of local economies, and in the third about the contributions of the public sector. Through these movements, Jane L. Collins maps a set of cultural conversations about the types of investments and activities that contribute to the health of the economy. Compelling and persuasive, this a new framework for viewing economic value, one grounded in thoughtful assessment of the social division of labor and the relationship of the state and the market to civil society
    Abstract: Contents -- Acknowledgments -- Chapter 1. Introduction -- Chapter 2. Value and the Social Division of Labor -- Chapter 3. Benefit Corporations: Reimagining Corporate Responsibility -- Chapter 4. Slow Money: The Value of Place -- Chapter 5. Value and the Public Sector -- Chapter 6. Conclusion: Comparing the Three Revaluation Projects -- Notes -- Index
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly
    Language: English
    Pages: 1 online resource (1 streaming video file (2 hr., 25 min., 4 sec.)) , digital, sound, color
    Keywords: Grails (Computer file) ; Groovy (Computer program language) ; Web site development ; Application software ; Development ; Open source software ; Electronic videos ; local
    Abstract: "In this video course, expert Java trainer and consultant Ken Kousen shows you how to build a simple Grails 3 application, starting with installation options, IDE usage, and learning how Grails handles HTTP requests and responses. He provides a quick primer on how to use the Groovy programming language to work comfortably in Grails before creating a new project from the Grails Application Forge. From there, he dives into the underlying architecture of a Grails 3 application, which includes adding controllers, seeing how responses are returned and rendered, and unit testing controllers."--Resource description page.
    Note: Title from title screen (viewed May 11, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781788477840
    Language: English
    Pages: 1 online resource (1 streaming video file (3 hr., 18 min., 10 sec.)) , digital, sound, color
    Keywords: F♯ (Computer program language) ; Application software ; Development ; Web applications ; Electronic videos ; local
    Abstract: "In today's world fully functional web applications are a key requirement and a necessity. We can have a run through developing web applications that includes server-side as well as the client-side programming using Fable, F# to JavaScript compiler. We will focus on the .NET Core platform so that your application will work in a cross-platform manner."--Resource description page.
    Note: Title from resource description page (Safari, viewed March 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    ISBN: 9781787289857 , 1787289850
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Android (Electronic resource) ; User interfaces (Computer systems) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Create engaging user experiences and awesome user interfaces using this guide About This Book Move beyond default UI templates, create and customize amazing UIs with Android Custom View Enable smooth data flow and create futuristic UIs by creating flexible custom views Scale your apps with responsive and data intensive views Who This Book Is For This book is for Android developers who want to create great user interfaces and move beyond the basics of the standard UI elements. They must have basic Android development knowledge along with basic Java programming. What You Will Learn Extend the standard UI widget framework by creating Custom views Add complex rendering, animations, and interactions to your views Optimize performance and decrease battery usage Implement custom views to share between multiple projects, or share it publicly Create 3D custom views using OpenGL ES In Detail To build great user interfaces for your Android apps that go beyond the standard UI elements, you need to use custom Android views. With these, you can give your app a distinctive look and ensure that it functions properly across multiple devices. This book will help you construct a great UI for your apps by teaching you how to create custom Android views. You will start by creating your first Android custom view and go through the design considerations. You will then see how the right choices will enable your custom view to perform seamlessly across multiple platforms and Android versions. You will create custom styleable attributes that work with Android XML layouts, learn to process touch events, define custom attributes, and add properties and events to them. By the end of this book, you will be able to create apps with custom views that are responsive and adaptable to make your app distinctive and an instant hit with its users. Style and approach The approach will be that of a step by step practical tutorial. The book will take you through a complete journey, right from creating your first Android view to customizing it to enable it to support any complex app.
    Note: Description based on online resource; title from title page (Safari, viewed November 30, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Language: German
    Pages: 1 online resource (1 volume) , illustrations
    Edition: 1. Auflage.
    Keywords: Application software ; Development ; Web applications ; Development ; Electronic books ; Electronic books ; local
    Abstract: Eignen Sie sich ohne Ballast alles Wesentliche zur Frontendentwicklung mit React an - einer JavaScript-Bibliothek, die in Entwicklerkreisen derzeit auf großes Interesse stößt. In diesem praktischen Leitfaden erläutert Stoyan Stefanov, Webentwickler bei Facebook, Reacts Komponentenarchitektur und zeigt, wie Sie in kurzer Zeit komplexe und dennoch wartbare Webanwendungen entwickeln. Sie benötigen keine besonderen Vorkenntnisse - lediglich Grundkenntnis der JavaScript-Syntax - und können sofort loslegen.Haben Sie einmal verstanden, wie React funktioniert, werden Sie eine maßgeschneiderte eigene Whinepad-App bauen, die es den Anwendern ermöglicht, Weine zu bewerten und Notizen hierzu zu erfassen. Schnell werden Sie verstehen, warum so viele Entwickler React als Schlüsseltechnologie für die moderne Webentwicklung sehen.
    Note: Originally published in English under title: React: up and running, by O'Reilly Media, ©2016. Cf. Title page verso. - "Übersetzung von Thomas Demmig"--Cover. - Includes index. - Description based on online resource; title from title page (Safari, viewed September 13, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Software architecture ; Computer network architectures ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Everything old is new again, at least when it comes to the Actor model. Today, there is renewed interest and adoption of this technology for building distributed systems, especially as cloud concurrency challenges increase. As this report explains, the Actor model provides a relatively simple but powerful way to design and implement reactive applications that can distribute work across clusters of cores and servers. Author Hugh McKee shows you how Actors behave and interact as humans do when it comes to communicating, and how these similar behavioral patterns provide basic intuition when designing reactive systems. Actors allow your teams to focus on an application's business logic rather than on low-level protocols, accelerating time-to-market while keeping your infrastructure costs low. Download this report and discover: Why actor-based systems are one of the foundational technologies for creating microservice architectures How Actors delegate work by creating other Actors in a supervisor-to-worker relationship How Actors manage requests and scale horizontally in large systems The difference between traditional systems and actor-based systems How an Actor system forms clusters when the flow of work exceeds a system's capacity to process it Why failure detection and failure recovery is an architectural feature of Actor systems An example of using Actors to build an Internet of Things (IoT) application Hugh McKee is a solutions architect at Lightbend. Prior to this role he served as a software architect and engineer at HP, where he helped build the core frameworks and platform that support the organization's internal application teams. Now he is focused on helping others to discover the significant advantages and joys of building responsive, resilient, elastic, message-based applications.
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed January 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Swift (Computer program language) ; Application software ; Development ; Client/server computing ; Electronic books ; Electronic books ; local
    Abstract: Swift quickly became the dominant language for iOS app development not long after Apple introduced the language in 2014. When Swift moved to open source, extending this modern language from client to server side became an option, and today, with Swift 3.0, companies can extend the value of Swift end-to-end. With this ebook, you'll learn how to write your entire application in Swift-from mobile client to the middle tier to server-side database access. Authors David Ungar and Robert Dickerson take you through Swift's support for object-oriented, functional, and imperative programming, and then show you how to build a Swifty web service that interfaces with other services and databases. By demonstrating how Swift is related to Java and Javascript, two leading technologies currently used on clients and servers today, this ebook extends your repertoire of skills with one of today's most in-demand languages. Learn how Swift produces clear and concise code, and prevents and detects bugs Produce code for the client and server with a single uniform IDE Reuse Swift abstractions and code on the client, server, and middle tier Dive into asynchronous programming with Swift's support for monads and futures Use Swift's optional types and structures to tell the compiler more about your program Dr. David Ungar holds a research position at IBM in the Ubiquitous Platforms group within Cloud and Mobile Enterprise Research. Robert F. Dickerson is a software engineer in the SwiftIBM Engineering group.
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed December 10, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    Collingwood, VIC, Australia : SitePoint
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Web site development ; Web sites ; Design ; Application software ; Development ; Mobile apps ; Development ; Electronic books ; Electronic books ; local
    Abstract: Get a Jump Start on the up and coming UX design and prototyping power tool, Experience Design! Experience Design CC (also known as XD) is a brand new design tool from Adobe. With a clean, uncluttered UI and a raft of powerful features--such as live preview, Repeat Grids, artboards, symbols and collaboration tools--XD is designed from the ground up to streamline the UX design process. It makes creating interactive, sharable prototypes a snap! This book provides a rapid and practical introduction to using Adobe XD for UX design and prototyping. You'll: Get to grips with XD's clean UI and efficient keyboard shortcuts Use XD's powerful tools, such as repeat grid and symbols, to rapidly create wireframes and prototypes Create interactive prototypes with ease Collaborate with stakeholders using built-in sharing and feedback tools And more!
    Note: Description based on online resource; title from title page (Safari, viewed June 26, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Application program interfaces (Computer software) ; Application software ; Development ; Electronic commerce ; Computer networks ; Management ; Computer network architectures ; Electronic books ; Electronic books ; local
    Abstract: APIs are to today's digital revolution what steam-powered engines were to the industrial revolution in the 18th Century. Valuable to consumers, organizations, developers and software vendors alike, APIs are often described as currency in a digital world. APIs are especially valuable to retailers and brands because they deliver the agility needed to quickly build customer experiences. In this, his third O'Reilly book, author Kelly Goetsch, Chief Product Officer of commercetools, provides readers with both a high-level understanding of APIs, as well as how and why APIs are being used to re-invent commerce. Read APIs for Modern Commerce to gain a solid understanding of: What APIs are and why they are so valuable for digital commerce How and why to model commerce APIs before the implementation Building APIs using Microservices and how the two pair so well together How to deploy commerce APIs Consuming and extending APIs to achieve maximum flexibility and differentiation
    Note: Description based on online resource; title from title page (Safari, viewed January 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Application software ; Development ; Information technology ; Management ; Information visualization ; Decision making ; Data processing ; Electronic books ; Electronic books ; local
    Abstract: Organizations are rapidly consuming more data than ever before, and to drive their competitive advantage, they're demanding interactive visualizations and interactive analyses of that data be embedded in their applications and business processes. This will enable them to make faster and more effective decisions based on data, not guesses. This practical book examines the considerations that software developers, product managers, and vendors need to take into account when making visualization and analytics a seamlessly integrated part of the applications they deliver, as well as the impact of migrating their applications to modern data platforms. Authors Federico Castanedo (Vodafone Group) and Andy Oram (O'Reilly Media) explore the basic requirements for embedding domain expertise with fast, powerful, and interactive visual analytics that will delight and inform customers more than spreadsheets and custom-generated charts. Particular focus is placed on the characteristics of effective visual analytics for big and fast data. Learn the impact of trends driving embedded analytics Review examples of big data applications and their analytics requirements in retail, direct service, cybersecurity, the Internet of Things, and logistics Explore requirements for embedding visual analytics in modern data environments, including collection, storage, retrieval, data models, speed, microservices, parallelism, and interactivity Take a deep dive into the characteristics of effective visual analytics and criteria for evaluating modern embedded analytics tools Use a self-assessment rating chart to determine the value of your organization's BI in the modern data setting
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed December 6, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Place of publication not identified] : Pragmatic Bookshelf
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: The pragmatic programmers
    Keywords: Ruby on rails (Electronic resource) ; Application software ; Development ; Application software ; Testing ; Ruby (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: "Our tests are broken again!" "Why does the suite take so long to run?" "What value are we getting from these tests anyway?" Solve your testing problems by building and maintaining quality software with RSpec - the popular BDD-flavored Ruby testing framework. This definitive guide from RSpec's lead developer shows you how to use RSpec to drive more maintainable designs, specify and document expected behavior, and prevent regressions during refactoring. Build a project using RSpec to design, describe, and test the behavior of your code. Whether you're new to automated tests or have been using them for years, this book will help you write more effective tests. RSpec has been downloaded more than 100 million times and has inspired countless test frameworks in other languages. Use this influential Ruby testing framework to iteratively develop a project with the confidence that comes from well-tested code. This book guides you through creating a Ruby project with RSpec, and explores the individual components in detail. Start by learning the basics of installing and using RSpec. Then build a real-world JSON API, using RSpec throughout the process to drive a BDD-style outside-in workflow. Apply an effective test strategy to write fast, robust tests that support evolutionary design through refactoring. The rest of the book provides the definitive guide to RSpec's components. Use rspec-core's metadata to slice and dice your spec suite. Dig into rspec-expectations' matchers: compose them in flexible ways, specify expected outcomes with precision, and diagnose problems quickly with the help of good failure messages. Write fast, isolated tests with rspec-mocks' test doubles while pushing your code toward simpler interfaces. The authors, with a combined 20 years of automated testing experience, share testing wisdom that will lead to a fun, productive testing experience. What You Need: To follow along with the book, you'll need Ruby 2.2+. The book will guide you through installing RSpec 3 and setting up a new project to use it.
    Note: "Version: P1.0 (August 2017).". - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed October 25, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Raleigh, North Carolina] : The Pragmatic Bookshelf
    Language: English
    Pages: 1 online resource (1 volume)
    Series Statement: The pragmatic programmers
    Keywords: Swift (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Discover the do's and don'ts involved in crafting readable Swift code as you explore common Swift coding challenges and the best practices that address them. From spacing, bracing, and semicolons to proper API style, discover the whys behind each recommendation, and add to or establish your own house style guidelines. This practical, powerful, and opinionated guide offers the best practices you need to know to work successfully in this equally opinionated programming language. Apple's Swift programming language has finally reached stability, and developers are demanding to know how to program the language properly. Swift Style guides you through the ins and outs of Swift programming best practices. This is the first best practices book for serious, professional Swift programmers and for programmers who want to shine their skills to be hired in this demanding market. A style guide offers a consistent experience of well-crafted code that lets you focus on the code's underlying meaning, intent, and implementation. This book doesn't offer canonical answers on Swift coding style. It explores the areas of Swift where structure comes into play. Whether you're developing a personal style or a house style, there are always ways to enhance your code choices. You'll find here the ideas and principles to establish or enhance your own best style practices. Begin with simple syntactical styling. Strengthen code bracing for easy readability. Style your closures for safety and resilience. Perfect spacing and layout. Master literal initialization and typing. Optimize control flow layout and improve conditional style choices. Transition from Objective-C and move code into Swift the right way. Boost API design using proper naming and labeling. Elevate defaulted arguments and variadics to their right places. Finally, Erica offers her own broad recommendations on good coding practice. What You Need: Recent version of the Swift programming language
    Note: Place of publication from publisher's website. - "Version: P1.0 (March 2017).". - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed May 26, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Language: English
    Pages: 1 online resource (1 streaming video file (53 min., 39 sec.)) , digital, sound, color
    Keywords: Velocity ; (2017 ; New York, New York) ; Application software ; Development ; Computer software ; Development ; Information visualization ; Electronic data processing ; Distributed processing ; Electronic videos ; local
    Abstract: "Yuri Shkuro, Bryan Liles, Won Jun Jang, and Prithvi Raj walk you through implementing distributed tracing in modern applications, using the CNCF's OpenTracing project. You'll explore a set of sample applications and learn how to instrument them for tracing. You'll also use a tracing system such as Jaeger, Zipkin, or LightStep to visualize complex transactions that might span multiple processes."--Resource description page.
    Note: Title from title screen (viewed July 10, 2018). - A video excerpt from the 2017 O'Reilly Velocity conference in New York
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 23 min., 45 sec.)) , digital, sound, color
    Keywords: Internet videos ; Streaming video ; Agile software development ; Application software ; Development ; Software architecture ; Electronic videos ; local ; Vidéos sur Internet ; Vidéo en continu ; streaming video ; Internet videos ; Streaming video
    Abstract: "How can you steer architecture towards a cohesive result in projects developed using Agile methodology? This Learning Path answers that question and others, as it introduces the concept of steering Agile architecture."--Resource description page.
    Note: Title from resource description page (Safari, viewed May 10, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    Poughkeepsie, NY : IBM Corporation, International Technical Support Organization
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Edition: Third edition.
    Series Statement: IBM redbooks
    Keywords: IBM Cloud ; Application software ; Development ; Cloud computing ; Software architecture ; Electronic books ; Electronic books ; local
    Abstract: Abstract This IBM® Redbooks® publication is designed to teach university students and app developers the foundation skills that are required to develop, test, and deploy cloud-based applications on IBM Cloud. It shows the latest features of IBM Cloud for developing cloud applications, enhancing applications by using managed services, and the use of DevOps services to manage applications. This book is used as presentations guide for the IBM Skills Academy track Cloud Application Developer and as preparation material for the IBM professional certification exam IBM Certified Application Developer - Cloud Platform. The primary target audience for this course is university students in undergraduate computer science and computer engineer programs with no previous experience working in cloud environments. However, anyone new to cloud computing or IBM Cloud can also benefit from this course.
    Note: "In partnership with IBM Skills Academy Program.". - "Cloud.". - "SG24837402"--Cover page 4. - Includes bibliographical references. - Description based on online resource; title from cover (viewed January 15, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Fourth edition.
    Keywords: Java (Computer program language) ; Application software ; Development ; Web site development ; Electronic books ; Electronic books ; local
    Abstract: Solve all your Spring 5 problems using complete and real-world code examples. When you start a new project, you'll be able to copy the code and configuration files from this book, and then modify them for your needs. This can save you a great deal of work over creating a project from scratch. The recipes in Spring 5 Recipes cover Spring fundamentals such as Spring IoC container, Spring AOP/ AspectJ, and more. Other recipes include Spring enterprise solutions for topics such as Spring Java EE integration, Spring Integration, Spring Batch, Spring Remoting, messaging, transactions, and working with big data and the cloud using Hadoop and MongoDB. Finally, Spring web recipes cover Spring MVC, other dynamic scripting, integration with the popular Grails Framework (and Groovy), REST/web services, and more. You'll also see recipes on new topics such as Spring Framework 5, reactive Spring, Spring 5 microservices, the functional web framework and much more. This book builds upon the best-selling success of the previous editions and focuses on the latest Spring Framework features for building enterprise Java applications. What You'll Learn Get re-usable code recipes and snippets for core Spring, annotations and other development tools Access Spring MVC for web development Work with Spring REST and microservices for web services development and integration into your enterprise Java applications Use Spring Batch, NoSQL and big data for building and integrating various cloud computing services and resources Integrate Java Enterprise Edition and other Java APIs for use in Spring Use Grails code and much more Who This Book Is For Experienced Java and Spring programmers.
    Note: Includes index. - Description based on online resource; title from cover (Safari, viewed November 30, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Application software ; Development ; Microsoft .NET Framework ; Web applications ; Electronic books ; Electronic books ; local
    Abstract: Find out how to use Docker in your ASP.NET Core MVC applications, and how containers make it easier to develop, deploy and manage those applications in production environments. Packed with examples and practical demonstrations, this book will help you deploy even large-scale, cross-platform web applications from development into production. Best-selling author Adam Freeman takes you on a whirlwind tour of Docker, from creating a consistent development environment for your team to deploying a project and scaling it up in production. By the end of the book, you will have a solid understanding of what Docker does, how it does it and why it is useful when developing and deploying ASP.NET Core MVC applications. What You Will Learn Gain a solid understanding of Docker: what it is, and why you should be using it for your ASP.NET Core MVC applications Use Docker to create a development platform for ASP.NET Core MVC so that applications behave consistently across development and production Use Docker to test, deploy and manage ASP.NET Core MVC containers Use Docker Swarms to scale up applications to cope with large workloads Who This Book Is For ASP.NET Core MVC developers who want to use Docker to containerize and manage their applications
    Note: Description based on online resource; title from cover (Safari, viewed April 24, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    ISBN: 9781787124035 , 1787124037
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: PHP (Computer program language) ; Application software ; Development ; Web applications ; Electronic books ; Electronic books ; local
    Abstract: Transit from monolithic architectures to highly available, scalable, and fault-tolerant microservices About This Book Build your own applications based on event-driven microservices and set them up on a production server. Successfully transform any monolithic application into a microservice. Monitor the health of your application, prevent downtime, and reduce costs. Who This Book Is For PHP developers who want to build scalable, highly available, and secure applications will find this book useful. No knowledge of microservices is assumed. What You Will Learn Set up a development environment using the right strategies and tools. Learn about application design and structure to start implementing your application. Transform a monolithic application into microservices. Explore the best way to start implementing your application using testing. Understand how to monitor your microservices, handle errors, and debug the application. Deploy your finished application into a production environment and learn how to solve common problems. Know how to scale your application based on microservices once it is up?and-running. In Detail The world is moving away from bulky, unreliable, and high-maintenance PHP applications, to small, easy-to-maintain and highly available microservices and the pressing need is for PHP developers to understand the criticalities in building effective microservices that scale at large. This book will be a reliable resource, and one that will help you to develop your skills and teach you techniques for building reliable microservices in PHP. The book begins with an introduction to the world of microservices, and quickly shows you how to set up a development environment and build a basic platform using Docker and Vagrant. You will then get into the different design aspects to be considered while building microservices in your favorite framework and you will explore topics such as testing, securing, and deploying microservices. You will also understand how to migrate a monolithic application to the microservice architecture while keeping scalability and best practices in mind. Furthermore you will get into a few important DevOps techniques that will help you progress on to more complex domains such as native cloud development, as well as some interesting design patterns. By the end of this book you will be able to develop applications based on microservices in an organized and efficient way. You will also gain the knowledge to transfor...
    Note: Description based on online resource; title from cover (Safari, viewed April 19, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    ISBN: 9781785288364 , 1785288369
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Scala (Computer program language) ; Application software ; Development ; Java (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Learn how to use the Akka framework to build effective applications in Scala About This Book Covers a discussion on Lagom-the newest launched Akka framework that is built to create complex microservices easily The recipe approach of the book allows the reader to know important and independent concepts of Scala and Akka in a seamless manner Provides a comprehensive understanding of the Akka actor model and implementing it to create reactive web applications Who This Book Is For If you are a Scala developer who wants to build scalable and concurrent applications, then this book is for you. Basic knowledge of Akka will help you take advantage of this book. What You Will Learn Control an actor using the ContolAware mailbox Test a fault-tolerant application using the Akka test kit Create a parallel application using futures and agents Package and deploy Akka application inside Docker Deploy remote actors programmatically on different nodes Integrate Streams with Akka actors Install Lagom and create a Lagom project In Detail Akka is an open source toolkit that simplifies the construction of distributed and concurrent applications on the JVM. This book will teach you how to develop reactive applications in Scala using the Akka framework. This book will show you how to build concurrent, scalable, and reactive applications in Akka. You will see how to create high performance applications, extend applications, build microservices with Lagom, and more. We will explore Akka's actor model and show you how to incorporate concurrency into your applications. The book puts a special emphasis on performance improvement and how to make an application available for users. We also make a special mention of message routing and construction. By the end of this book, you will be able to create a high-performing Scala application using the Akka framework. Style and approach This highly practical recipe-based approach will allow you to build scalable, robust, and reactive applications using the Akka framework. Downloading the example code for this book. You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the code file.
    Note: Description based on online resource; title from title page (Safari, viewed June 15, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    Indianapolis, IN : Wrox, a Wiley brand
    ISBN: 9781119196099 , 1119196094
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Fourth edition.
    Keywords: Android (Electronic resource) ; Application software ; Development ; Smartphones ; Programming ; Tablet computers ; Programming ; Electronic books ; Electronic books ; local
    Abstract: A hands-on introduction to the latest release of the Android OS and the easiest Android tools for developers As the dominant mobile platform today, the Android OS is a powerful and flexible platform for mobile device. The new Android 7 release (New York Cheesecake) boasts significant new features and enhancements for both smartphone and tablet applications. This step-by-step resource takes a hands-on approach to teaching you how to create Android applications for the latest OS and the newest devices, including both smartphones and tablets. Shows you how to install, get started with, and use Android Studio 2 - the simplest Android developer tool ever for beginners Addresses how to display notifications, create rich user interfaces, and use activities and intents Reviews mastering views and menus and managing data Discusses working with SMS Looks at packaging and publishing applications to the Android market Beginning Android Programming with Android Studio starts with the basics and goes on to provide you with everything you need to know to begin to successfully develop your own Android applications.
    Note: Description based on online resource; title from title page (viewed January 11, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    Poughkeepsie, NY : IBM Corporation, International Technical Support Organization
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Edition: Second edition (December 2017) /
    Series Statement: IBM redbooks
    Keywords: Application software ; Development ; JavaScript (Computer program language) ; Cloud computing ; Software architecture ; Electronic books ; Electronic books ; local
    Abstract: Abstract This IBM® Redbooks® publication explains how to create various applications based on Node.js, and deploy and run them on IBM Cloud. This book includes the following exercises: Develop a Hello World application in Node.js on IBM Cloud. Use asynchronous callback to call an external service. Create an Express application. Build a rich front-end application by using React and ES6. During these exercises, you will perform these tasks: Create an IBM SDK for Node.js application. Write your first Node.js application. Deploy an IBM SDK for Node.js application on an IBM Cloud account. Create a Node.js module and use it in your code. Understand asynchronous callbacks and know how to use it to call an external service. Understand IBM Watson™ Language Translator service. Create a Hello World Express application. Create a simple HTML view for your application. Understand Express routing. Use third-party modules in Node.js. Understand IBM Watson® Natural Language Understanding service. Use a Git repository on IBM Cloud DevOps services. Understand Delivery Pipeline. Understand how to clone an IBM Cloud application. Use React to create interactive web pages. Understand the following concepts of ES6: Classes, arrow functions, and promises. This book is for beginner and experienced developers who want to start coding Node.js applications on IBM Cloud.
    Note: "In partnership with IBM Skills Academy Program.". - "Cloud.". - "SG24840601"--Cover page 4. - Includes bibliographical references. - Description based on online resource; title from cover (viewed January 15, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    Poughkeepsie, NY : IBM Corporation, International Technical Support Organization
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Edition: First edition.
    Series Statement: IBM redbooks
    Keywords: Application software ; Development ; Natural language processing (Computer science) ; Application program interfaces (Computer software) ; Watson (Computer) ; Electronic books ; Electronic books ; local
    Abstract: Abstract The Building Cognitive Applications with IBM Watson Services series is a seven-volume collection that introduces IBM® Watson™ cognitive computing services. The series includes an overview of specific IBM Watson® services with their associated architectures and simple code examples. Each volume describes how you can use and implement these services in your applications through practical use cases. The series includes the following volumes: , SG24-8387 Volume 1 Getting Started , SG24-8394 Volume 2 Conversation , SG24-8393 Volume 3 Visual Recognition , SG24-8391 Volume 4 Natural Language Classifier , SG24-8392 Volume 5 Language Translator , SG24-8388 Volume 6 Speech to Text and Text to Speech , SG24-8398 Volume 7 Natural Language Understanding Whether you are a beginner or an experienced developer, this collection provides the information you need to start your research on Watson services. If your goal is to become more familiar with Watson in relation to your current environment, or if you are evaluating cognitive computing, this collection can serve as a powerful learning tool. This IBM Redbooks® publication, Volume 7, introduces the Watson Natural Language Understanding service. This service is a collection of text analysis functions that derive semantic information from your content. This book includes a basic description of several of the Natural Language Understanding service features and provides sample code snippets to demonstrate their use. This book includes an example of an application that integrates the Watson Natural Language Understanding service with the Watson Personality Insights and Insights for Twitter services to create a simple application to analyze Tweets from a Twitter handle. You can develop and deploy the sample applications by following along in a step-by-step approach and using provided code snippets. Alternatively, you can download an existing Git project to more quickly deploy the application.
    Note: "In partnership with IBM Skills Academy Program.". - Number on resource description page: SG24839800. - Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed June 30, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    Poughkeepsie, NY : IBM Corporation, International Technical Support Organization
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Edition: First edition.
    Series Statement: IBM redbooks
    Keywords: Application software ; Development ; Application program interfaces (Computer software) ; Watson (Computer) ; Electronic books ; Electronic books ; local
    Abstract: Abstract The Building Cognitive Applications with IBM Watson Services series is a seven-volume collection that introduces IBM® Watson cognitive computing services. The series includes an overview of specific Watson services with their associated architectures and simple code examples. Each volume describes how you can use and implement these services in your applications through practical use cases. The series includes the following volumes: , SG24-8387 Volume 1 Getting Started , SG24-8394 Volume 2 Conversation , SG24-8393 Volume 3 Visual Recognition , SG24-8391 Volume 4 Natural Language Classifier , SG24-8392 Volume 5 Language Translator , SG24-8388 Volume 6 Speech to Text and Text to Speech , SG24-8398 Volume 7 Natural Language Understanding Whether you are a beginner or an experienced developer, this collection provides the information you need to start your research on Watson services. If your goal is to become more familiar with Watson in relation to your current environment, or if you are evaluating cognitive computing, this collection can serve as a powerful learning tool. This IBM Redbooks® publication, Volume 3, introduces the IBM Watson® Visual Recognition service. The Watson Visual Recognition service uses deep learning algorithms to analyze images for scenes, objects, faces, and other content. This book introduces concepts that you need to understand in order to use this Watson service and provides simple code examples to illustrate the use of the APIs. This book includes examples of applications that demonstrate how to use the Watson Visual Recognition service in practical use cases. You can develop and deploy the sample applications by following along in a step-by-step approach and using provided code snippets. Alternatively, you can download an existing Git project to more quickly deploy the application.
    Note: "In partnership with IBM Skills Academy Program.". - Number on resource description page: SG24839300. - Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed June 30, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Application software ; Development ; Computer networks ; Management ; Computer network architectures ; Electronic books ; Electronic books ; local
    Abstract: After years of researching, coding, and talking about microservices, Edson Yanaga-Red Hat's Director of Developer Experience-hears one question frequently: how do I evolve my monolithic legacy database? In this practical report, Yanaga explains strategies for dealing with your relational database when migrating from a monolithic codebase to a microservices architecture. In the process, you'll focus on one key microservices characteristic: decentralized data management. For many enterprise application developers, microservices are good for splitting up unwieldy codebases into smaller, well-defined, cohesive, and loosely coupled artifacts-an architecture that can simplify and accelerate new software releases. You'll learn successful strategies for integrating data between your existing monolithic application and your new microservice artifacts. Learn how zero downtime migrations enable you to deploy new code without disrupting user activity Evolve your relational database by keeping specific versions of application code and database schemas in the same code repository Understand the distinction behind the CRUD pattern and CQRS-including the consistency models involved in distributed systems Explore a set of nine strategies for integrating data from your monolithic application to a microservice architecture
    Note: Description based on online resource; title from title page (Safari, viewed December 10, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume)
    Edition: First edition.
    Keywords: Application software ; Development ; Computer networks ; Management ; Computer network architectures ; Electronic books ; Electronic books ; local
    Abstract: When engineering organizations adopt microservice architecture, and split their large monolithic applications into hundreds (or thousands) of microservices, one of the biggest challenges they face is the lack of architectural and organizational standardization across their microservice ecosystems. In this report, author Susan Fowler looks at lessons learned from driving a production-readiness initiative across Uber's more than one thousand microservices. You'll explore eight production-readiness requirements that she and her fellow SREs at Uber adopted after countless hours of research inside and outside the company-requirements that apply to every microservice while providing real, quantifiable results: stability, reliability, scalability, fault-tolerance, catastrophe-preparedness, performance, monitoring, and documentation . This report explains why each of these requirements was specifically chosen. Providing each microservice team with a set of requirements relevant to their service, and their service alone, simply isn't scalable given that each microservice is a very small piece of an incredibly large ecosystem. And each standard alone isn't enough to ensure availability, but together they are. You'll find out how. This report is an excerpt of Fowler's forthcoming book, Production-Ready Microservices , in which she shares standards-based strategies for bringing microservices to a production-ready state.
    Note: Description based on online resource; title from title page (Safari, viewed June 12, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 33 min., 24 sec.)) , digital, sound, color
    Keywords: User-centered system design ; Human-computer interaction ; Application software ; Development ; Agile software development ; Electronic videos ; local
    Abstract: "Lean UX has become the preferred approach to interaction design, tailor-made for today's agile teams. In this video workshop, Agile advocates Jeff Gothelf and Josh Seiden expand on the valuable Lean UX principles, tactics, and techniques covered in their Lean UX book to show how product teams can easily incorporate design, experimentation, iteration, and continuous learning into their Agile process."--Resource description page.
    Note: Title from title screen (viewed June 7, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Microsoft .NET Framework ; Artificial intelligence ; Application program interfaces (Computer software) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Get introduced to the world of artificial intelligence with this accessible and practical guide. Build applications that make intelligent use of language and user interaction to better compete in today's marketplace. Discover how your application can deeply understand and interpret content on the web or a user's machine, intelligently react to direct user interaction through speech or text, or make smart recommendations on products or services that are tailored to each individual user. With Microsoft Cognitive Services, you can do all this and more utilizing a set of easy-to-use APIs that can be consumed on the desktop, web, or mobile devices. Developers normally think of AI implementation as a tough task involving writing complex algorithms. This book aims to remove the anxiety by creating a cognitive application with a few lines of code. There is a wide range of Cognitive Services APIs available. This book focuses on some of the most useful and powerful ways that your application can make intelligent use of language. Artificial Intelligence for .NET: Speech, Language, and Search will show you how you can start building amazing capabilities into your applications today. What You'll Learn Understand the underpinnings of artificial intelligence through practical examples and scenarios Get started building an AI-based application in Visual Studio Build a text-based conversational interface for direct user interaction Use the Cognitive Services Speech API to recognize and interpret speech Look at different models of language, including natural language processing, and how to apply them in your Visual Studio application Reuse Bing search capabilities to better understand a user's intention Work with recommendation engines and integrate them into your apps Who This Book Is For Developers working on a range of platforms, from .NET and Windows to mobile devices. Examples are given in C#. No prior experience with AI techniques or theory is required.
    Note: Description based on online resource; title from cover (Safari, viewed November 14, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Spring (Software framework) ; Application software ; Development ; Java (Computer program language) ; Web applications ; Electronic books ; Electronic books ; local
    Abstract: Learn Spring Boot and how to build Java-based enterprise, web, and microservice applications with it. In this book, you'll see how to work with relational and NoSQL databases, build your first microservice, enterprise, or web application, and enhance that application with REST APIs. You'll also learn how to build reactive web applications using Spring Boot along with Spring Web Reactive. Then you'll secure your Spring Boot-created application or service before testing and deploying it. After reading and learning with Beginning Spring Boot 2 , you'll have the skills and techniques to start building your first Spring Boot applications and microservices with confidence to take the next steps in your career journey. What You'll Learn Use Spring Boot autoconfiguration Work with relational and NoSQL databases Build web applications with Spring Boot Apply REST APIs using Spring Boot Create reactive web applications using Spring Web Reactive Secure your Spring Boot applications or web services Test and deploy your Spring Boot applications Who This Book Is For Experienced Java and Spring Framework developers who are new to the new Spring Boot micro-framework.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed November 28, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Service-oriented architecture (Computer science) ; Application program interfaces (Computer software) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Use the many types of tools required to navigate and maintain a microservice ecosystem. This book examines what is normally a complex system of interconnected services and clarifies them one at a time, first examining theoretical requirements then looking at concrete tools, configuration, and workflows. Building out these systems includes many concerns such as containerization, container orchestration, build pipelines and continuous integration solutions, automated testing, service discovery, logging and analytics. You will examine each of these tools and understand how they can be combined within an organization. You will design an automated build pipeline from Pull Request to container deployment, understand how to achieve High Availability and monitor application health with Service Discovery, and learn how to collaborate with other teams, write documentation, and describe bugs. Covering use of Jenkins, Docker, Kubernetes, the ELK stack (Elasticsearch, Logstash, and Kibana), and StatsD and Grafana for analytics, you will build on your existing knowledge of Service-Oriented Architecture and gain an advanced, practical understanding of everything from infrastructure development to team collaboration. What You'll Learn Design an API to be convenient for developers to consume. Deploy dynamic instances of Microservices and allow then to discover each other. Track the health of a Microservice and be notified in case of degraded performance. Write effective documentation and communicate efficiently with other teams. Who This Book Is For Those who would like a better understanding of System Oriented Architecture. Those who would like to break a monolith into smaller Microservices. Those who are familiar with Microservices and would like a better understanding of peripheral technologies.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed September 29, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Application software ; Development ; Microsoft Azure (Computing platform) ; Electronic books ; Electronic books ; local
    Abstract: Get started and learn a step-by-step approach to application development using Microsoft Azure. Select the right services to solve the problem at hand in a cost-effective manner and explore the potential different services and how they can help in building enterprise applications. Azure has an ample amount of resources and tutorials, but most of them focus on specific services and explain those services on their own and in a given context. Practical Azure Application Development focuses on building complete solutions on Azure using different services. This book gives you the holistic approach to Azure as a solutions development platform. This book: Covers Azure as a solution development platform for building applications Provides real-world examples to understand why and when an Azure service is required Discusses how Azure helps to achieve continuous improvement and expansion of an application Provides application development experience from purchasing Azure to integrating with core Azure services, including an introduction to DevOps with VSTS What You'll Learn Use Azure services to solve real-world software problems Define the usage of Azure services and select the right services to solve the problem at hand Make clear and less ambiguous decisions about using different Azure services Take a holistic approach to Azure as a solution platform Understand the basics of security, data protection, and cost controls in Azure Who This Book Is For Developers, software engineers, and architects who have experience in .NET and web development, but have little or no knowledge in planning and developing an application on Azure
    Note: Includes index. - Description based on online resource; title from cover (Safari, viewed November 30, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Application software ; Development ; Web applications ; Development ; PHP (Computer program language) ; Laravel (Trademark) ; Electronic books ; Electronic books ; local
    Abstract: Learn each of the original gang of four design patterns, and how they are relevant to modern PHP and Laravel development. Written by a working developer who uses these patterns every day, you will easily be able to implement each pattern into your workflow and improve your development. Each pattern is covered with full examples of how it can be used. Too often design patterns are explained using tricky concepts, when in fact they are easy to use and can enrich your everyday development. Design Patterns in PHP and Laravel aims to break down tricky concepts into humorous and easy-to-recall details, so that you can begin using design patterns easily in your everyday work with PHP and Laravel. This book teaches you design patterns in PHP and Laravel using real-world examples and plenty of humor. What You Will Learn Use the original gang of four design patterns in your PHP and Laravel development How each pattern should be used Solve problems when using the patterns Remember each pattern using mnemonics Who This Book Is For People using Laravel and PHP to do their job and want to improve their understanding of design patterns.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed February 16, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Fourth edition.
    Keywords: Android (Electronic resource) ; Application software ; Development ; Mobile computing ; Electronic books ; Electronic books ; local
    Abstract: Get your first Android apps up and running with the help of plain English and practical examples. If you have a great idea for an Android app, but have never programmed before, then this book is for you. Android Apps for Absolute Beginners cuts through the fog of jargon and mystery that surrounds Android app development, and gives you simple, step-by-step instructions to get you started. This book teaches Android application development in language anyone can understand, giving you the best possible start in Android development. It provides clean, straightforward examples that make learning easy, allowing you to pick up the concepts without fuss. It offers clear code descriptions and layout so that you can get your apps running as soon as possible Although this book covers what's new in Android 7, it is also backwards compatible to cover some of the previous Android releases. What You'll Learn Download, install, and configure the latest software needed for Android app development Work efficiently using an integrated development environment (IDE) Build useful, attractive applications and get them working immediately Create apps with ease using XML markup and drag-and-drop graphical layout editors Use new media and graphics to skin your app so that it has maximum appeal Create advanced apps combining XML, Java and new media content Who This Book Is For If you have a great idea for an Android app, but have never programmed before, then this book is for you. You don't need to have any previous computer programming skills - as long as you have a desire to learn and you know which end of the mouse is which, the world of Android apps development awaits.
    Note: "Covering Android 7.". - Description based on online resource; title from cover (Safari, viewed April 14, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [New York, New York] : Apress
    ISBN: 9781484208113 , 1484208110
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Spring (Software framework) ; Java (Computer program language) ; Examinations ; Study guides ; Electronic data processing personnel ; Certification ; Study guides ; Application software ; Development ; Web site development ; Electronic books ; Electronic books ; local
    Abstract: Pass the Pivotal Certified Professional exam using source code examples, study summaries, and mock exams. In this book, you'll find a descriptive overview of certification-related Spring modules and a single example application demonstrating the use of all required Spring modules. Also, it is suitable as an introductory primer for Spring newcomers. Furthermore, in Pivotal Certified Professional Spring Developer Exam: A Study Guide each chapter contains a brief study summary and question set, and the book's free downloadable source code package includes one mock exam (50 questions - like a real exam). After using this study guide, you will be ready to take and pass the Pivotal Certified Professional exam. When you become Pivotal Certified, you will have one of the most valuable credentials in Java. The demand for Spring skills is skyrocketing. Pivotal certification helps you advance your skills and your career, and get the maximum benefit from Spring. Passing the exam demonstrates your understanding of Spring and validates your familiarity with: container-basics, aspect oriented programming (AOP), data access and transactions, Spring Security, Spring Boot, microservices and the Spring model-view-controller (MVC). Good luck!
    Note: Place of publication from publisher's website (viewed January 26, 2017). - Includes index. - Description based on online resource; title from title page (viewed January 26, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    Poughkeepsie, NY : IBM Corporation, International Technical Support Organization
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Edition: First edition.
    Series Statement: IBM redbooks
    Keywords: Application software ; Development ; Application program interfaces (Computer software) ; Watson (Computer) ; Electronic books ; Electronic books ; local
    Abstract: Abstract The Building Cognitive Applications with IBM Watson Services series is a seven-volume collection that introduces IBM® Watson™ cognitive computing services. The series includes an overview of specific IBM Watson® services with their associated architectures and simple code examples. Each volume describes how you can use and implement these services in your applications through practical use cases. The series includes the following volumes: , SG24-8387 Volume 1 Getting Started , SG24-8394 Volume 2 Conversation , SG24-8393 Volume 3 Visual Recognition , SG24-8391 Volume 4 Natural Language Classifier , SG24-8392 Volume 5 Language Translator , SG24-8388 Volume 6 Speech to Text and Text to Speech , SG24-8398 Volume 7 Natural Language Understanding Whether you are a beginner or an experienced developer, this collection provides the information you need to start your research on Watson services. If your goal is to become more familiar with Watson in relation to your current environment, or if you are evaluating cognitive computing, this collection can serve as a powerful learning tool. This IBM Redbooks® publication, Volume 5, describes how the Watson Language Translator service can be used to translate text from one language to another. It introduces the concepts that you need in order to understand how to use the Watson Language Translator service. It provides an example of an application that integrates the Watson Language Translator service. You can develop and deploy the sample application by following along in a step-by-step approach and using provided code snippets. Alternatively, you can download an existing Git project to more quickly deploy the application. This book also covers a mechanism provided by the Watson Language Translator service to train the service to perform domain-specific translations by customizing the existing linguistic models.
    Note: "In partnership with IBM Skills Academy Program.". - Number on resource description page: SG24839200. - Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed June 30, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    Poughkeepsie, NY : IBM Corporation, International Technical Support Organization
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Edition: First edition.
    Series Statement: IBM redbooks
    Keywords: Application software ; Development ; Watson (Computer) ; Electronic books ; Electronic books ; local
    Abstract: Abstract The Building Cognitive Applications with IBM Watson Services series is a seven-volume collection that introduces IBM® Watson™ cognitive computing services. The series includes an overview of specific IBM Watson® services with their associated architectures and simple code examples. Each volume describes how you can use and implement these services in your applications through practical use cases. The series includes the following volumes: , SG24-8387 Volume 1 Getting Started , SG24-8394 Volume 2 Conversation , SG24-8393 Volume 3 Visual Recognition , SG24-8391 Volume 4 Natural Language Classifier , SG24-8392 Volume 5 Language Translator , SG24-8388 Volume 6 Speech to Text and Text to Speech , SG24-8398 Volume 7 Natural Language Understanding Whether you are a beginner or an experienced developer, this collection provides the information you need to start your research on Watson services. If your goal is to become more familiar with Watson in relation to your current environment, or if you are evaluating cognitive computing, this collection can serve as a powerful learning tool. This IBM Redbooks® publication, Volume 2, describes how the Watson Conversation service can be used to create chatbots and user agents that understand natural-language input and communicate with your users simulating a real human conversation. It introduces the concepts that you need to understand in order to use the Watson Conversation service. It provides examples of applications that integrate the Watson Conversation service with other IBM Bluemix® services, such as the IBM IoT Platform, Text to Speech, Speech to Text, and Weather Company® Data, to implement practical use cases. You can develop and deploy the sample applications by following along in a step-by-step approach and using provided code snippets. Alternatively, you can download an existing Git project to more quickly deploy the application.
    Note: "In partnership with IBM Skills Academy Program.". - Number on resource description page: SG24839400. - Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed June 29, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    ISBN: 9780134706061 , 0134706064
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Third edition.
    Keywords: Android (Electronic resource) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Android Programming: The Big Nerd Ranch Guide is an introductory Android book for programmers with Java experience. Based on Big Nerd Ranch's popular Android bootcamps, this guide will lead you through the wilderness using hands-on example apps combined with clear explanations of key concepts and APIs. This book focuses on practical techniques for developing apps compatible with Android 4.4 (KitKat) through Android 7.0 (Nougat) and beyond. Write and run code every step of the way, using Android Studio to create apps that integrate with other apps, download and display pictures from the web, play sounds, and more. Each chapter and app has been designed and tested to provide the knowledge and experience you need to get started in Android development.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed February 9, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    Boston : Addison-Wesley
    ISBN: 9780134691626 , 0134691628
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Application software ; Development ; Software architecture ; Electronic books ; Electronic books ; local
    Abstract: Using Continuous Delivery, you can bring software into production more rapidly, with greater reliability. A Practical Guide to Continuous Delivery is a 100% practical guide to building Continuous Delivery pipelines that automate rollouts, improve reproducibility, and dramatically reduce risk. Eberhard Wolff introduces a proven Continuous Delivery technology stack, including Docker, Chef, Vagrant, Jenkins, Graphite, the ELK stack, JBehave, and Gatling. He guides you through applying these technologies throughout build, continuous integration, load testing, acceptance testing, and monitoring. Wolff's start-to-finish example projects offer the basis for your own experimentation, pilot programs, and full-fledged deployments. A Practical Guide to Continuous Delivery is for everyone who wants to introduce Continuous Delivery, with or without DevOps. For managers, it introduces core processes, requirements, benefits, and technical consequences. Developers, administrators, and architects will gain essential skills for implementing and managing pipelines, and for integrating Continuous Delivery smoothly into software architectures and IT organizations. Understand the problems that Continuous Delivery solves, and how it solves them Establish an infrastructure for maximum software automation Leverage virtualization and Platform as a Service (PAAS) cloud solutions Implement build automation and continuous integration with Gradle, Maven, and Jenkins Perform static code reviews with SonarQube and repositories to store build artifacts Establish automated GUI and textual acceptance testing with behavior-driven design Ensure appropriate performance via capacity testing Check new features and problems with exploratory testing Minimize risk throughout automated production software rollouts Gather and analyze metrics and logs with Elasticsearch, Logstash, Kibana (ELK), and Graphite Manage the introduction of Continuous Delivery into your enterprise Architect software to facilitate Continuous Delivery of new capabilities
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed March 21, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    ISBN: 9780071843065 , 007184306X
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Parallel Title: Erscheint auch als
    Keywords: Oracle Application express ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: This Oracle Press guide shows how to build and deploy powerful Web applications with Oracle Application Express and features full coverage of the latest version, APEX 5.0 This comprehensive volume from Oracle Press offers up-to-date coverage of Oracle Application Express (APEX), Oracle's rapid development tool for the Web developer. APEX is an entirely Web-based framework that comes built into every edition of Oracle Database-its backbone is Oracle's powerful PL/SQL language, alongside the most advanced Web development technologies like HTML5, mobile development, and full support of CSS and JavaScript. APEX enables anyone-from novice user to seasoned developer-to easily create Web applications that are powerful, reliable, and highly scalable. Oracle Application Express: Build Powerful Data‐Centric Web Apps lays out basic information about APEX concepts before delving into the unparalleled power of the platform and describing the new features in version 5.0. You will discover how to install and configure APEX, work with the Application Builder and Page Designer, use built-in wizards, and design custom Web apps. Teaches the cleanest and fastest builds for high-performance, secure web applications Shows how to effectively migrate legacy applications into a modern Web-based environment Authored by early adopters of APEX 5.0 who have been active in the APEX community for years
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781787285491
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 47 min., 12 sec.)) , digital, sound, color
    Keywords: Elixir (Computer program language) ; Application software ; Development ; Functional programming languages ; Electronic videos ; local
    Abstract: "Elixir is a dynamic, functional language designed to build scalable and maintainable applications. Elixir leverages the ErlangVM, known for running low-latency, distributed, and fault-tolerant systems, while also being successfully used in web development and the embedded software domain. In this course, you'll learn the foundations of Elixir, the language syntax, how to define modules, manipulate the characteristics of common data structures, and more. This course focuses on ensuring that Elixir is installed and that you can successfully run Elixir's interactive shell called IEx and its build tool, Mix.By the end of this video, you will have learned how to use the Elixir programming language and know how to use its toolset to start building your own applications with ease."--Resource description page.
    Note: Title from title screen (viewed April 6, 2017). - Date of publication from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    ISBN: 9781787123564
    Language: English
    Pages: 1 online resource (1 streaming video file (18 hr., 7 min., 36 sec.)) , digital, sound, color
    Keywords: Internet videos ; Streaming video ; Python (Computer program language) ; Machine learning ; Information visualization ; Graphical user interfaces (Computer systems) ; Application software ; Development ; Electronic videos ; local ; Vidéos sur Internet ; Vidéo en continu ; streaming video ; Internet videos ; Streaming video ; Electronic videos
    Abstract: "Python is one of the most powerful, flexible, and popular programming languages in the world. Become an expert with a plethora of projects with this Learning Path. This Learning Path follows a project-based approach to help you learn all the advanced concepts of Python. We will focus on GUI projects with Tkinter, look at data visualization in deep, and then move on to machine learning. This Learning Path aims to get you well-versed with every concept of Python by teaching a broad range of topics. This Learning Path aims to equip you with a mastery of Python like no other!"--Resource description page.
    Note: Title and publication information from resource description page (Safari, viewed January 30, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    Birmingham, UK : Packt Publishing
    ISBN: 9781786462992 , 1786462990 , 9781786468079 , 1786468077
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: F♯ (Computer program language) ; Application software ; Development ; Functional programming (Computer science) ; Electronic books ; Electronic books ; local
    Abstract: Build powerful and fast applications with F# About This Book Explore the advanced concurrency support in F# and .NET TPL Covers major optimization techniques in F# to improve the performance of applications Use Struct, Class and Record model, Interop with C# and VB without sacrificing performance. Who This Book Is For This book is for F# developers who want to build high-performance applications. Knowledge of functional programming would be helpful. What You Will Learn Understand how the execution of functions in F# works Identify common performance bottlenecks Implement best practices to optimize performance Use the available tooling to help measure performance Combine the best practice of asynchronous and synchronous Optimize further using various F# language constructs In Detail F# is a functional programming language and is used in enterprise applications that demand high performance. It has its own unique trait: it is a functional programming language and has OOP support at the same time. This book will help you make F# applications run faster with examples you can easily break down and take into your own work. You will be able to assess the performance of the program and identify bottlenecks. Beginning with a gentle overview of concurrency features in F#, you will get to know the advanced topics of concurrency optimizations in F#, such as F# message passing agent of MailboxProcessor and further interoperation with .NET TPL. Based on this knowledge, you will be able to enhance the performance optimizations when implementing and using other F# language features. The book also covers optimization techniques by using F# best practices and F# libraries. You will learn how the concepts of concurrency and parallel programming will help in improving the performance. With this, you would be able to take advantage of multi-core processors and track memory leaks, root causes, and CPU issues. Finally, you will be able to test their applications to achieve scalability. Style and approach This easy-to-follow guide is full of hands-on examples of real-world multithreading tasks. Each topic is explained and placed in context, and for the more inquisitive, there are also more in-depth details of the concepts used.
    Note: Description based on online resource; title from cover (viewed February 3, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Place of publication not identified] : Pragmatic Bookshelf
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Edition: Second edition.
    Series Statement: Pragmatic programmers
    Keywords: Ruby on rails (Electronic resource) ; PostgreSQL ; Bootstrap (Computer program) ; Application software ; Development ; Web site development ; Web sites ; Design ; AngularJS (Software framework) ; Electronic books ; Electronic books ; local
    Abstract: Achieve awesome user experiences and performance with simple, maintainable code! Embrace the full stack of web development, from styling with Bootstrap, building an interactive user interface with Angular 4, to storing data quickly and reliably in PostgreSQL. With this fully revised new edition, take a holistic view of full-stack development to create usable, high-performing applications with Rails 5.1. Rails is a great tool for building web applications, but it's not the best at everything. Embrace the features built into your database. Learn how to use front-end frameworks. Seize the power of the application stack through Angular 4, Bootstrap, and PostgreSQL. When used together, these powerful and easy-to-use tools will open you to a new world of possibilities. This second edition is updated to cover Angular - a completely reworked front-end framework - and dives into new Postgres 9.6 features such as UPSERT. Also new is Webpack coverage, to develop the front-end code for your Rails application. Create a usable and attractive login form using Bootstrap's styles, while ensuring the database table backing it is secure using Postgres' check constraints. See how creating an advanced Postgres index for a case-insensitive search speeds up your back end - enabling you to create a dynamic user experience using Angular 4. Create reusable components that bring Bootstrap and Angular together and effectively use materialized views for caching within Postgres. Get your front end working with Webpack, use Postgres' features from migrations, and write unit tests for all of it. All of this within Rails 5.1. You'll gain the confidence to work at every level of the application stack, bringing the right solution to every problem. What You Need: This book covers Postgres 9.5, Rails 5, and Ruby 2.3. You should have some experience with basic Rails concepts and a cursory understanding of JavaScript, CSS, and SQL, but by no means need to be an expert. You'll learn how to install Postgres on your computer or use a free version of it in the cloud.
    Note: "Version: P1.0 (June 2017).". - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed August 8, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    Shelter Island, NY : Manning Publications Co.
    ISBN: 9781617291807 , 1617291803
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: System design ; Computer architecture ; Application software ; Development ; Business ; Data processing ; Computer software ; Development ; Electronic data processing ; Distributed processing ; Embedded computer systems ; Real-time data processing ; Electronic books ; Electronic books ; local
    Abstract: Summary Reactive Design Patterns is a clearly written guide for building message-driven distributed systems that are resilient, responsive, and elastic. In this book you'll find patterns for messaging, flow control, resource management, and concurrency, along with practical issues like test-friendly designs. All patterns include concrete examples using Scala and Akka. About the Technology Modern web applications serve potentially vast numbers of users-and they need to keep working as servers fail and new ones come online, users overwhelm limited resources, and information is distributed globally. A Reactive application adjusts to partial failures and varying loads, remaining responsive in an ever-changing distributed environment. The secret is message-driven architecture-and design patterns to organize it. About the Book Reactive Design Patterns presents the principles, patterns, and best practices of Reactive application design. You'll learn how to keep one slow component from bogging down others with the Circuit Breaker pattern, how to shepherd a many-staged transaction to completion with the Saga pattern, how to divide datasets by Sharding, and more. You'll even see how to keep your source code readable and the system testable despite many potential interactions and points of failure. What's Inside The definitive guide to the Reactive Manifesto Patterns for flow control, delimited consistency, fault tolerance, and much more Hard-won lessons about what doesn't work Architectures that scale under tremendous load About the Reader Most examples use Scala, Java, and Akka. Readers should be familiar with distributed systems. About the Authors Dr. Roland Kuhn led the Akka team at Lightbend and coauthored the Reactive Manifesto . Brian Hanafee and Jamie Allen are experienced distributed systems architects.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed April 4, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Language: English
    Pages: 1 online resource (1 streaming video file (7 min., 4 sec.)) , digital, sound, color
    Keywords: Product management ; Corporate culture ; Agile software development ; Application software ; Development ; Electronic videos ; local
    Abstract: "Product managers usually exert some kind of influence over their team's product roadmap. In this video segment, we discuss the most important part of a product roadmap: agreeing to what that roadmap means and how it will be used. This clip is taken from the video course 'Product Management Fundamentals.'"--Resource description page.
    Note: Title from title screen (viewed May 7, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 streaming video file (19 min., 32 sec.)) , digital, sound, color
    Keywords: Go (Computer program language) ; Application software ; Development ; Application software ; Testing ; Electronic videos ; local
    Abstract: "A reliable and comprehensive test suite for your applications isn't a luxury anymore--it's a requirement. This course is the third in a series of 'Testing in Go' programs that teach you how to test your Go applications to make sure what you ship works the first time. It focuses specifically on how to write benchmark tests in Go that capture micro benchmarks of your code's performance."--Resource description page.
    Note: Title from title screen (viewed August 10, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    ISBN: 9781491989012 , 1491989017
    Language: English
    Pages: 1 online resource (1 streaming video file (5 hr., 56 min., 56 sec.)) , digital, sound, color
    Keywords: Internet videos ; Streaming video ; Docker (Computer file) ; Virtual computer systems ; Application software ; Development ; Electronic videos ; local ; Vidéos sur Internet ; Vidéo en continu ; streaming video ; Internet videos ; Streaming video ; Electronic videos
    Abstract: "Roll up your sleeves and get ready to put Docker to work. In this practical, hands-on Learning Path, you'll learn how to use Docker to build apps quickly and run them anywhere--no prior container experience necessary. By the end of this course, you'll have mastered the fundamentals of Docker and moved ahead to more advanced concepts."--Resource description page.
    Note: Title and publication information from resource description page (Safari, viewed May 18, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly
    Language: English
    Pages: 1 online resource (1 streaming video file (25 min., 9 sec.)) , digital, sound, color
    Keywords: Go (Computer program language) ; Application software ; Development ; Application software ; Testing ; Electronic videos ; local
    Abstract: "Having access to a reliable and comprehensive test suite for your applications isn't a luxury anymore--it's a requirement. This video is the first in a series of 'Testing in Go' videos that teach you how to test your Go applications and make certain that what you ship works the first time. Designed for basic or intermediate level Go developers who want to start writing tests, write better tests, or increase the coverage of their current test suites, this course provides complete step-by-step instruction on how to write testable code."--Resource description page.
    Note: Title from title screen (viewed August 10, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    ISBN: 9781787120990 , 1787120996
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: iOS (Electronic resource) ; Swift (Computer program language) ; Object-oriented programming (Computer science) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Implement object-oriented programming paradigms with Swift 3.0 and mix them with modern functional programming techniques to build powerful real-world applications About This Book Leverage the most efficient object-oriented design patterns in your Swift applications Write robust, safer, and better code using the blueprints that generate objects Build a platform with object-oriented code using real-world elements and represent them in your apps Who This Book Is For This book is for iOS and macOS developers who want to get a detailed practical understanding of object-oriented programming with the latest version of Swift: 3.0. What You Will Learn Write high-quality and easy-to-maintain reusable object-oriented code to build applications for iOS, macOS, and Linux Work with encapsulation, abstraction, and polymorphism using Swift 3.0 Work with classes, instances, properties, and methods in Swift 3.0 Take advantage of inheritance, specialization, and the possibility to overload or override members Implement encapsulation, abstraction, and polymorphism Explore functional programming techniques mixed with object-oriented code in Swift 3.0 Understand the differences between Swift 3.0, previous Swift versions, and Objective-C code In Detail Swift has quickly become one of the most-liked languages and developers' de-facto choice when building applications that target iOS and macOS. In the new version, the Swift team wants to take its adoption to the next level by making it available for new platforms and audiences. This book introduces the object-oriented paradigm and its implementation in the Swift 3 programming language to help you understand how real-world objects can become part of fundamental reusable elements in the code. This book is developed with XCode 8.x and covers all the enhancements included in Swift 3.0. In addition, we teach you to run most of the examples with the Swift REPL available on macOS and Linux, and with a Web-based Swift sandbox developed by IBM capable of running on any web browser, including Windows and mobile devices. You will organize data in blueprints that generate instances. You'll work with examples so you understand how to encapsulate and hide data by working with properties and access control. Then, you'll get to grips with complex scenarios where you use instances that belong to more than one blueprint. You'll discover the power of contract programming and parametric polymorphism. You'll combine generic code with inh...
    Note: Description based on online resource; title from cover (Safari, viewed March 22, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 streaming video file (34 min., 14 sec.)) , digital, sound, color
    Keywords: Velocity Conference ; (2017 ; London, England) ; Application software ; Development ; Computer software ; Development ; Electronic videos ; local
    Abstract: "Using real-world metrics data from thousands of organizations, Jason Yee explores the latest trends in container adoption and use, shares data on what types of applications organizations are running in containers, and explains how to best monitor these containerized applications."--Resource description page.
    Note: Title from title screen (viewed June 26, 2018). - Presentation from the 2017 Velocity conference in London, England
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly
    Language: English
    Pages: 1 online resource (1 streaming video file (5 min., 16 sec.)) , digital, sound, color
    Keywords: Agile software development ; Application software ; Development ; Electronic videos ; local
    Abstract: "Agile has become a core part of the 21st Century business lexicon for startups and enterprises alike. This segment outlines the core concepts of Agile, and traces its history from a single-page manifesto to a thriving ecosystem of development methodologies."--Resource description page.
    Note: Title from title screen (viewed June 27, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly
    Language: English
    Pages: 1 online resource (1 streaming video file (2 hr., 6 min., 58 sec.)) , digital, sound, color
    Keywords: Agile software development ; Application software ; Development ; Software architecture ; Electronic videos ; local
    Abstract: Analysis tools and software visualization examples from the video "Steering Agile architecture fundamentals."
    Note: Title and publication information from resource description page (Safari, viewed April 14, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly
    Language: English
    Pages: 1 online resource (1 streaming video file (53 min., 40 sec.)) , digital, sound, color
    Keywords: Agile software development ; Teams in the workplace ; Application software ; Development ; Software architecture ; Electronic videos ; local
    Abstract: "We detail the process of dealing with architectural constraints through a daily assessment process, and we detail the skills and techniques required. In these segments, we step back and detail the process of dealing with architectural constraints on a daily basis. We tackle the organizational problems and the skills that are needed to get the process to work in practice."--Resource description page.
    Note: Title from title screen (viewed April 20, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Language: English
    Pages: 1 online resource (1 streaming video file (14 min., 52 sec.)) , digital, sound, color
    Keywords: iOS (Electronic resource) ; Mobile apps ; Development ; Application software ; Development ; Mobile computing ; Electronic videos ; local
    Abstract: "Taking a constraint-based approach within your iOS app allows Auto Layout to adjust your view hierarchy depending on how much real estate you are dealing with and how it is laid out. A clear understanding of how to construct constraints is key get your apps looking good across devices with minimal fuss--spend the next few minutes and get the process down right."--Resource description page.
    Note: Title from title screen (viewed April 21, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Java (Computer program language) ; Web applications ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: If you're investigating ways to build distributed microservices, perhaps to replace an unwieldy monolithic enterprise application, this report explains the benefits of creating microservices with reactive design-a method that takes advantage of modern CPU architectures and efficient resource utilization. You'll learn how to build effective microservice systems with Eclipse Vert.x, a toolkit for building reactive applications on the JVM. Clement Escoffier, Principal Software Engineer at Red Hat and a Core Developer on Vert.x, shows developers and architects how to get started with this toolkit. By learning first how to build a single microservice, and then an entire system, you'll learn the benefits of using reactive principles for building and deploying microservices that are autonomous, asynchronous, resilient, and elastic. Explore the elements of reactive microservices and learn how Vert.x works Build and consume a single microservice to understand how messaging improves its reactiveness Create an entire microservices system, using stability and resilience patterns to manage failures Use the OpenShift container platform to deploy and manage microservices in a virtual or cloud environment
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed December 6, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Language: English
    Pages: 1 online resource (1 streaming video file (48 min., 21 sec.)) , digital, sound, color
    Keywords: Big data ; Business communication ; Application software ; Development ; Information technology ; Technological innovations ; Electronic videos ; local
    Abstract: "'How do you know your strategy is successful?' may sound like a trite question, but unless you understand your goals, you'll never know whether you've achieved them or not. From helping you determine the business imperatives that underpin your goals to defining the roadmap that leads to tactical decision-making, this course walks you through the complete process for creating a modern data strategy."--Resource description page.
    Note: Title from title screen (viewed April 11, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Language: English
    Pages: 1 online resource (1 streaming video file (27 min., 15 sec.)) , digital, sound, color
    Keywords: Information technology ; Technological innovations ; Big data ; Business communication ; Application software ; Development ; Electronic videos ; local
    Abstract: "Can you clearly articulate the business impact of the dollars you spend on data and data technology? Who 'owns' data strategy in your organization? Does your approach to data consider all the data available to your business? If you're not rock solid certain on the best answers to these questions, you need a modern data strategy. This video details what modern data strategies are and why successful businesses create them."--Resource description page.
    Note: Title from title screen (viewed April 12, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...