Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

stomk/binfowork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status #mulsum This software is homework about "Advanced Bioinformatics Programming I" and makes addition table or multiplication table #Install

./waf configure build
./waf install

#Usage

mulsum 3 5
multable
  1 |   1   2   3   4   5 
  2 |   2   4   6   8  10 
  3 |   3   6   9  12  15 
mulsum -s 3 5
sumtable
  1 |   2   3   4   5   6 
  2 |   3   4   5   6   7 
  3 |   4   5   6   7   8 

#Licence This software is released under the MIT License.
You can get more details by seeing LICENSE.txt #Developer's Information & Contact Name:Murase tomohiro
e-mail:murase_tomohiro_15[at]cbms.k.u-tokyo.ac.jp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%