Introduction to Waterken Programming

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Introduction to Waterken Programming
# 1  
Old 08-08-2010
Introduction to Waterken Programming

HPL-2010-89 Introduction to Waterken Programming - Stiegler, Marc; Tie, Jing
Keyword(s): distributed secure reliable computing
Abstract: Waterken is a platform built on the Java virtual machine that allows the quick development of reliable, secure, distributed applications. In this introduction, we will first go over the basic concepts of the Waterken platform. Then we will write two services. The first is a digital cash system. The ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. What is on Your Mind?

Introduction

Hi everyone. I am not really a new member i was once a member using the handle despiragado. I now wish to be identified with my new handle. It's been a while i have last visited the forum to see whats happening. I guess a lot has happened. I will try to read up and keep up to date. I am a... (3 Replies)
Discussion started by: split_func0
3 Replies

2. What is on Your Mind?

Introduction

Hello, I couldn't find an actual introduction thread, so I decided to just put this here. I go by d0wngrade online. I have been programming in multiple languages for about 15+ years. I started with standard web design languages like HTML and CSS, but I then advanced from design to development... (2 Replies)
Discussion started by: d0wngrade
2 Replies

3. UNIX for Dummies Questions & Answers

Carreer:Networking Programming in Unix (C programming Language)

Hello, I am trying to learn Networking Programming in C in unix enviorment. I want to know how good it is to become a network programmer. i am crazy about Network programming but i also want to opt for the best carreer options. Anybody experienced Network Programmer, please tell me is my... (5 Replies)
Discussion started by: vibhory2j
5 Replies

4. Shell Programming and Scripting

Introduction

Hi, I am new here. Recently I have started working on Unix Shell Scripting. So may I know from where to start... Regards, Darshak Raut (3 Replies)
Discussion started by: darshakraut
3 Replies
Login or Register to Ask a Question
MIXVM(1)						    BSD General Commands Manual 						  MIXVM(1)

NAME
mixvm -- the MIX virtual machine simulator SYNOPSIS
mixvm [-d | --dump] [-e | --emacs] [-q | --noinit] [-r | --run] [-t | --time] [MIX_FILE] mixvm [-h | --help] [-u | --usage] [-v | --version] DESCRIPTION
The mixvm utility is a text-mode simulator for the MIX virtual machine. The MIX is Donald Knuth's mythical computer, described in the first volume of The Art of Computer Programming, which is programmed using MIXAL, the MIX assembly language. ENVIRONMENT
The operation of the mixvm utility is not affected by its environment. EXIT STATUS
The mixvm utility exits 0 on success, and >0 if an error occurs. EXAMPLES
Run the MIX virtual machine in interactive mode: mixvm Load a MIXAL program and run it in the MIX virtual machine: mixvm -r hello.mix SEE ALSO
gmixvm(1), mixasm(1), mixguile(1) STANDARDS
No standards documentation was harmed in the process of creating mixvm. AUTHOR
The mixvm utility was developed by Jose A. Ortega Ruiz, Pieter E. J. Pareit, Philip E. King, Michael Scholz and Sergey Poznyakoff. This man- ual page was written by Peter Pentchev <roam@ringlet.net> for the Debian Project. BSD
February 15, 2011 BSD