Giter VIP home page Giter VIP logo

cs677_lab3's Introduction

cs677_lab3

Code for Lab 3 (CS677) : Concepts: Replication, Fault Tolerance and Cache Consistency

How to run the Code

The only code file to run is bird.py . Run it as : python bird.py <number_of_pigs> <number_bird_launches> <replicate_or_not>

Example Usage

python bird.py 5 3 0 for a game with 5 pigs and 3 bird launches without replication

python bird.py 5 3 1 for a game with 5 pigs and 3 bird launches with replication

cs677_lab3's People

Contributors

j3ffreyjohn avatar

Watchers

 avatar Mohsin Niyazi avatar

cs677_lab3's Issues

_weakrefSet bug

For N > 244, the following error is seen :

Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 62, in
import os
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 398, in
import UserDict
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py", line 83, in
import _abcoll
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py", line 11, in
from abc import ABCMeta, abstractmethod
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py", line 8, in
from _weakrefset import WeakSet
ImportError: No module named _weakrefset

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.