Skip to content

Instantly share code, notes, and snippets.

@DmitrySoshnikov
DmitrySoshnikov / primitive-process.html
Created July 25, 2011 08:18
Primitive Actor-processes
<html>
<head>
<title>Process</title>
<style type="text/css">
#p-0 {color: green;}
#p-1 {color: blue;}
.p {
float: left;
width: 300px;
border: 1px solid #CCC;