Narrow your search

Library

KU Leuven (17)

VIVES (14)

Odisee (13)

Thomas More Kempen (13)

Thomas More Mechelen (13)

UCLL (13)

ULiège (13)

VUB (12)

UGent (10)

ULB (9)

More...

Resource type

book (38)

digital (10)


Language

English (44)

German (1)


Year
From To Submit

2023 (6)

2022 (4)

2021 (2)

2020 (1)

2019 (6)

More...
Listing 1 - 10 of 45 << page
of 5
>>
Sort by
Practical .NET 2.0 Networking Projects
Author:
ISBN: 1280852801 9786610852802 1430203838 1590597907 Year: 2007 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Practical .NET 2.0 Networking Projects demonstrates some of the key networking technologies that are being made easily accessible through .NET Framework 2.0. It discusses communication between wired machines and between networks and mobile devices. The book teaches you about the technologies by walking you through sample projects in a straightforward and direct way. The book begins by discussing background theory so you'll get comfortable with the layout of the .NET Framework and Compact Framework from a networking perspective. Then you'll use the APIs within these frameworks to build a variety of cutting-edge networking applications that cover everything from Bluetooth and RFID communication to sockets programming and chat servers. You'll build working examples for each project, which you can also customize and use for your own purposes. The featured projects cover: Basic introduction to network programming in .NET 2.0 Sockets programming Serial communication Bluetooth and GPS Infrared networking to mobile devices RFID.

Programming Sudoku
Author:
ISBN: 1280700750 9786610700752 143020138X 1590596625 Year: 2006 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Sudoku is a wildly popular puzzle game. Sudoku puzzles are 9x9 grids, and each square in the grid consists of a 3x3 subgrid called a region. Your goal is to fill in the squares so that each column, row, and region contains the numbers 1 through 9 exactly once. And some squares already contain numbers or symbols, which lend clues toward the solution. Programming Sudoku provides you with great approaches to building and solving Sudoku and other similar puzzles. Using ingenious artificial intelligence and game theory techniques, you'll learn how to get a computer to solve these puzzles for you. This is a fun, intriguing read, whether you're a novice or advanced programmer. It acknowledges the .NET platform as a base, but you'll find this book interesting whatever your programming background. The core techniques in the book enable you to solve Sudoku on any programming platform.


Book
Taiwan's Political Re-Alignment and Diplomatic Challenges
Author:
ISBN: 3319771256 3319771248 Year: 2019 Publisher: Cham : Springer International Publishing : Imprint: Palgrave Macmillan,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This edited volume investigates and evaluates the context, causes, and consequences of various essential issues in Taiwanese domestic politics and external relations before and after the regime change in 2016. It offers theoretical interpretation and temporal delineation of recent electoral shifts, party realignment, identity reformulation, and subsequent foreign policy adaptation in the 2010s. Contributors address these issues in three sections—“Democracy and New Political Landscape,” “The China Factor and Cross-Strait Dilemma,” and “Taiwan’s International Way-out”—to advance conclusions about Taiwan’s political transformation from both comparative and international perspectives. Wei-chin Lee is Professor of Politics and International Affairs at Wake Forest University, USA. .


Book
Beginning Ethereum Smart Contracts Programming : With Examples in Python, Solidity, and JavaScript
Author:
ISBN: 1484250869 1484250850 Year: 2019 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Use this book to write an Ethereum Blockchain Smart Contract, test it, deploy it, and create a web application to interact with your smart contract. Beginning Ethereum Smart Contracts Programming is your fastest and most efficient means of getting started if you are unsure where to begin and how to connect to the Ethereum Blockchain. The book begins with a foundational discussion of blockchain and the motivation behind it. From there, you will get up close and personal with the Ethereum Blockchain, learning how to use an Ethereum client (geth) to connect to the Ethereum Blockchain to perform transactions such as sending Ethers to another account. You will learn about smart contracts without having to wade through tons of documentation. Author Lee’s “learn-by-doing” approach will allow you to be productive and feel confident in your ability in no time. The last part of this book covers tokens, a topic that has taken the cryptocurrency market by storm. Sample code in Python, Solidity, and JavaScript is provided in the book and online. What You'll Learn: Understand the basic premise of blockchain and “record keeping” in a peer-to-peer network Experience blockchain in action by creating your own blockchain using Python Know the foundation of smart contracts programming and how to deploy and test smart contracts Work on a case study to illustrate the use of blockchain Be familiar with tokens, and how to create and launch your own ICO digital token Write smart contracts that transact using tokens This book is for those who want to get started quickly with Ethereum Smart Contracts programming. Basic programming knowledge and an understanding of Python or JavaScript is recommended. Wei-Meng Lee is the founder of Developer Learning Solutions, a technology company specializing in hands-on training of blockchain and other emerging technologies. He has many years of training expertise and his courses emphasize a learn-by-doing approach. He is a master at making learning a new programming language or technology less intimidating and fun. He can be found speaking at conferences worldwide and he regularly contributes to online and print publications. He is active on social media on his blog learn2develop.net, on Facebook at DeveloperLearningSolutions, on Twitter @weimenglee, and on LinkedIn at leeweimeng.


Book
Beginning Android 4 application development
Author:
ISBN: 9781118199541 Year: 2012 Publisher: USA : John Wiley & Sons,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Unconventional liquid crystals and their applications
Authors: ---
ISBN: 9783110583038 9783110584370 9783110583519 Year: 2021 Publisher: Berlin : De Gruyter,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The work focuses on recent developments of the rapidly evolving field of Non-conventional Liquid Crystals. After a concise introduction it discusses the most promising research such as biosensing, elastomers, polymer films , photoresponsive properties and energy harvesting. Besides future applications it discusses as well potential frontiers in LC science and technology.


Book
Beginning Ethereum Smart Contracts Programming : With Examples in Python, Solidity, and JavaScript
Author:
ISBN: 1484292715 1484292707 Year: 2023 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Use this book to write an Ethereum blockchain smart contract, test it, deploy it, and create a web application to interact with your smart contract. This new edition has been expanded and updated to cover web3.js APIs, additional Consensus Protocols, non-Fungible Tokens (NFTs), developing NFT tokens using ERC-721, and more! Beginning Ethereum Smart Contracts Programming, second edition is your fastest and most efficient means of getting started if you are unsure where to begin and how to connect to the Ethereum blockchain. The book begins with a foundational discussion of blockchain and the motivation behind it. From there, you will get up close and personal with the Ethereum blockchain, learning how to use an Ethereum client (geth) to create a private Ethereum blockchain to perform transactions such as sending Ethers to another account on another node. You will learn about smart contracts without having to wade through tons of documentation. Author Lee’s “learn-by-doing” approach will allow you to be productive and feel confident in your ability in no time. The last part of this book covers tokens, a topic that has taken the cryptocurrency market by storm. Sample code in Python, Solidity, and JavaScript is provided in the book and online. What You'll Learn Understand the basic premise of blockchain and “record keeping” in a peer-to-peer network Experience blockchain in action by creating your own blockchain using Python Know the foundation of smart contracts programming and how to deploy and test smart contracts Work on a case study to illustrate the use of blockchain Be familiar with tokens, and how to create and launch your own ICO digital token Write smart contracts that transact using tokens.


Book
Protests, pandemic, and security predicaments : Hong Kong, Taiwan, China, and the US in the 2020s
Author:
ISBN: 303133776X 3031337751 Year: 2023 Publisher: Cham : Springer International Publishing : Imprint: Palgrave Macmillan,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book examines how Asian countries have responded to urgent challenges against a backdrop of climactic political developments, as well as the effects of issue linkage in policy making. Chapters are arranged according to localities but interlinked through their thematic and critical analyses. The section on Hong Kong focuses on the theme of protests, highlighting its intersection with identity and generational shifts in addition to legal, political and economic changes before and after the adoption of Hong Kong National Security Law. The section examining Taiwan’s policies discusses electoral calculations, identity reconstruction, cross-Strait stalemate and alliance maneuvers within USA-China-Taiwan triangular international relations, providing an overview of its domestic and external policies. Through their analysis, the authors here determine that China has emphasized the prerogatives of history, culture and territorial sovereignty in its dealings with the Hong Kong protests and Taiwan, and that cross-Strait analysis must be deliberated and ultimately determined within the USA-China-Taiwan triangular framework. In the final section, authors examine the USA’s role and policy in dealing with both sides of the Taiwan Strait. Hegemonic power transition has been a primary concern in both countries with the USA’s hegemonic status facing daunting challenges from China, increasingly perceived as an ascending revisionist power waiting to overtake the USA in the future.


Book
Tibet in modern world politics (1774-1922)
Author:
Year: 1931 Publisher: New York : s.n.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Listing 1 - 10 of 45 << page
of 5
>>
Sort by