Skip to content

gkigundu/Lambda-Machine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright (C) 2016 Derek Maier

=== Current State
This is a toy project currently unmaintained. Only refer to this project for constructs and paradigms. Additions welcome.

=== Project Info
Initiated : 6  July 2016
Revised   : 3  Dec  2016
Version   : 0.2 (Beta)

Production Team        : Monolith
Project Title          : (λ) Machine
                       : Lambda-Machine

Unique lines of source code : 1450

=== Team
Lead Development       : Derek Maier
Development            : Weston Ford
Documentation          : David Nelson

=== Documentation
https://goo.gl/rfh3je

=== Presentation
https://goo.gl/TJWzmH

=== Poster
https://goo.gl/jS2oVF

=== Docker Build Instructions
sudo docker run -i -t  ubuntu /bin/bash
apt-get update
apt-get install -y git python3 unzip make nano
cd $HOME
git clone https://github.com/XDerekMaierX/Lambda-Machine.git
cd Lambda-Machine/
./<moduleDir>/<module> # ex. ==> ./lambda-m/LambdaMinion-Server.py

=== License
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

λ Machine - Senior Project (B.S. Computer Science)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.4%
  • JavaScript 22.6%
  • HTML 5.2%
  • CSS 4.3%
  • Shell 0.5%