Distributed computing problems

Shared register

In distributed computing, shared-memory systems and message-passing systems are two means of interprocess communication which have been heavily studied. In shared-memory systems, processes communicate by accessing shared data structures. A shared (read/write) register, sometimes just called a register, is a fundamental type of shared data structure which stores a value and has two operations: read, which returns the value stored in the register, and write, which updates the value stored. Other types of shared data structures include read–modify–write, test-and-set, compare-and-swap etc. The memory location which is concurrently accessed is sometimes called a register. (Wikipedia).

Shared register
Video thumbnail

OneDrive: Sharing Files

In this video, you’ll learn more about sharing files in OneDrive. Visit https://www.gcflearnfree.org/onedrive/create-and-share-office-documents/1/ for our text-based lesson. This video includes information on: • Sharing files and folders • Using sharing tools We hope you enjoy!

From playlist OneDrive and Office Online

Video thumbnail

The Sharing Economy

If you are interested in learning more about this topic, please visit http://www.gcflearnfree.org/ to view the entire tutorial on our website. It includes instructional text, informational graphics, examples, and even interactives for you to practice and apply what you've learned.

From playlist The Sharing Economy

Video thumbnail

Pairwise Distribution - Applied Cryptography

This video is part of an online course, Applied Cryptography. Check out the course here: https://www.udacity.com/course/cs387.

From playlist Applied Cryptography

Video thumbnail

What is an exchange?

An exchange is a market interface that provides services to market participants enabling trading within a market. We have seen that a market is fundamentally about supply and demand. We also saw that order books give us a way to organize supply and demand. Exchanges give traders an int

From playlist Trading - Advanced Order Types with Coinbase

Video thumbnail

WebAssembly: The What, Why and How

WebAssembly is a portable, size, and load-time efficient binary format for the web. It is an emerging standard being developed in the WebAssembly community group, and supported by multiple browser vendors. This talk details what WebAssembly is, the problems it is trying to solve, exciting

From playlist Talks

Video thumbnail

What is the Sharing Economy?

In this video, you’ll learn more about the sharing economy. Visit https://www.gcflearnfree.org/using-the-web-to-get-stuff-done/what-is-the-sharing-economy/1/ for our text-based lesson. This video includes information on: • An explanation of the sharing economy • Examples of the sharing ec

From playlist The Sharing Economy

Video thumbnail

the Internet (part 2)

An intro to the core protocols of the Internet, including IPv4, TCP, UDP, and HTTP. Part of a larger series teaching programming. See codeschool.org

From playlist The Internet

Video thumbnail

Relational Databases (part 6 of 6)

The essential concepts of relational databases. Part of a larger series teaching programming. Visit codeschool.org

From playlist Relational Databases

Video thumbnail

AstroGPU CUDA Optimizations Part I - Mark Harris

Topic: AstroGPU CUDA Optimizations Part I Speaker: Mark Harris

From playlist Natural Sciences

Video thumbnail

CS50 Tracks 2019 - Web - Finance

*** This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. *** HOW TO SUBSCRIBE http://www.youtube.com/subscription_center?add_user=cs50tv HOW TO TAKE CS50 edX: https://cs50.edx.org/ Harvard Extension School: ht

From playlist CS50 2019 - Web Track

Video thumbnail

1-Bit Breadboard Computer P.06 – The Final Piece: Scratch Register

Time to completely fill up the breadboard for our 1-bit breadboard computer! In this episode we build the complete Minimal ICU system and take it for a quick test drive. This has been a wild ride and a ton of fun to build! Here are the schematics for the entire build: Clock, Halt, Progr

From playlist 1-Bit Breadboard Computer

Video thumbnail

Open-Ended Mutual Funds

Mutual fund basic

From playlist Finance

Video thumbnail

AstroGPU CUDA N Body on GPU - Lars Nyland

AstroGPU CUDA N Body on GPU Lars Nyland November 9, 2007

From playlist Natural Sciences

Video thumbnail

Lec 3 | MIT 6.189 Multicore Programming Primer, IAP 2007

Lecture 3: Introduction to parallel architectures License: Creative Commons BY-NC-SA More information at http://ocw.mit.edu/terms More courses at http://ocw.mit.edu Subtitles are provided through the generous assistance of Rohan Pai.

From playlist MIT 6.189 Multicore Programming Primer, January (IAP) 2007

Video thumbnail

What are Dividend Swaps, commodity swaps, equity swaps?

In todays video we will learn about Dividend Swaps, Commodity Swaps and Equity Swaps. These classes are all based on the book Trading and Pricing Financial Derivatives, available on Amazon at this link. https://amzn.to/2WIoAL0 Check out our website http://www.onfinance.org/ Follow Patri

From playlist Swaps

Video thumbnail

30C3: Baseband Exploitation in 2013 (EN)

For more information and to download the video visit: http://bit.ly/30C3_info Playlist 30C3: http://bit.ly/30c3_pl Speakers: RPW | esizkur Hexagon challenges Exploitation of baseband vulnerabilities has become significantly harder on average. With Qualcomm having grabbed 97% of the mar

From playlist 30C3

Video thumbnail

How To Become Azure Administrator Associate | Session 04 | #programming

Don’t forget to subscribe! In this project, you learn how to become an Azure administrator associate. In this tutorial, we will fully cover Exam AZ-100: Microsoft Azure Infrastructure and Deployment and Exam AZ-101: Microsoft Azure Integration and Security which are the first part of g

From playlist Become Azure Administrator Associate

Video thumbnail

Relational Databases (part 1 of 6)

The essential concepts of relational databases. Part of a larger series teaching programming. Visit codeschool.org

From playlist Relational Databases

Video thumbnail

DEFCON 16: Snort Plug-in Development: Teaching an Old Pig New Tricks

Speaker: Ben Feinstein, Security Researcher, SecureWorks Counter Threat Unit Snort has become a standard component of many IT security environments. Snort is mature and widely deployed, and is no longer viewed as new or exciting by the industry. However, with such widespread deployment, e

From playlist DEFCON 16

Related pages

Regular semantics | Safe semantics | Atomicity (programming) | Consistency model | Asynchronous system | Shared snapshot objects | Linearizability