├── .gitignore ├── ABOUT.md ├── AGENDA-0825.md ├── CODE1.md ├── CODE2.md ├── CODE3.md ├── CODE4.md ├── CODE5.md ├── CODE6.md ├── CODE7.md ├── CODE890.md ├── DE.md ├── Evil.md ├── INSPIRE.md ├── LICENSE.md ├── MODELS.md ├── MONTE.md ├── MWS.md ├── Makefile ├── OVERVIEW.md ├── POS.md ├── PSO.md ├── PYTHON.md ├── READING.md ├── READINGrubric.md ├── README.md ├── REVIEW1.md ├── REVIEW2.md ├── REVIEW3.md ├── REVIEW4.md ├── REVIEW5.md ├── REVIEW6.md ├── REVIEW7.md ├── REVIEW8.md ├── REVIEW9.md ├── SA.md ├── SBSE101.md ├── STATS.md ├── SYLLABUS.md ├── Scott-Knott-Demo.md ├── TOC.md ├── TUT1a.md ├── data ├── housing.csv └── weather.csv ├── doc └── #GOALS.md# ├── etc ├── footer.txt ├── header.txt ├── p2md.awk └── toc.sh ├── img ├── 200x1.png ├── RelativeGrowthPython.png ├── TheisenFSE15.pdf ├── WrightFitness.jpg ├── admin.jpg ├── areas.png ├── artwork.pptx ├── banner.png ├── banner1.png ├── books.png ├── brittle.jpg ├── brookslaw.png ├── causal1.gif ├── causal1Cm.png ├── cite1.pdf ├── cite1.png ├── cite2.pdf ├── cite2.png ├── cmNl.jpg ├── cmNl.png ├── complexCm.png ├── cuboid.png ├── ddp.png ├── defect │ ├── WPDP.png │ ├── attributes.png │ ├── bugs.png │ ├── data.png │ ├── datasets.png │ ├── framework.png │ ├── matching.png │ ├── result.png │ └── testing.png ├── devops.png ├── dna.png ├── dogreading.jpg ├── download.gif ├── fit4.jpg ├── flat-landscape.jpg ├── gogo.jpg ├── happyTrails.jpg ├── holespoles.png ├── home.png ├── homework.png ├── index_customers_clip_image002.jpg ├── largeCasual.gif ├── learning.png ├── lectures.gif ├── license.png ├── local.jpg ├── mace.png ├── mase.pdf ├── maths.gif ├── moment.gif ├── news.png ├── nsgaii.png ├── overshoot.png ├── overview.jpeg ├── overview.png ├── pareto.png ├── pareto1.png ├── pd-icon.png ├── pendilum.gif ├── pi.png ├── psoAdd.png ├── psoTypes.png ├── py.png ├── python.jpg ├── reBad.png ├── review.gif ├── sadot1.jpg ├── sat1.jpg ├── satdot5.jpg ├── saveTheWorld.png ├── sayyad13.png ├── sboard.png ├── simpleCm.png ├── slider-autom-testing.png ├── sort.png ├── spea2.png ├── starlings.png ├── trends.png ├── tunelearners.pdf ├── unittest.pdf ├── unittest.png ├── vid.png ├── vmodel.png ├── walksat.jpg ├── white.png └── world.png ├── ks.py ├── lessthan.md ├── models ├── 2005-25problems.pdf ├── hansen08.pdf ├── icse14-v5-min.py ├── moeaProblems.pdf ├── pomNotes.pdf └── pomSampleOutput.pdf ├── nsga2spea2.md ├── python101 ├── code │ ├── AmoebaWorld.py │ ├── BadKangaroo.py │ ├── Card.py │ ├── CellWorld.py │ ├── GoodKangaroo.py │ ├── Gui.py │ ├── Highway.py │ ├── ImageBrowser.py │ ├── Lumpy.py │ ├── Map.py │ ├── Markov.py │ ├── MathClient.py │ ├── MathServer.py │ ├── Modifier.py │ ├── Observer.py │ ├── Point1.py │ ├── Point1_soln.py │ ├── Poker.py │ ├── PokerExam.py │ ├── PokerHand.py │ ├── PokerHandSoln.py │ ├── Popup.py │ ├── PopupClient.py │ ├── PopupDemo.py │ ├── PopupServer.py │ ├── README.md │ ├── Shape.py │ ├── SimpleTurtleWorld.py │ ├── Subject.py │ ├── Sync.py │ ├── Tagger.py │ ├── Threader.py │ ├── Threader_soln.py │ ├── Time1.py │ ├── Time1_soln.py │ ├── Time2.py │ ├── Time2_soln.py │ ├── TurmiteWorld.py │ ├── TurtleWorld.py │ ├── Wanderer.py │ ├── Wobbler.py │ ├── World.py │ ├── abecedarian.py │ ├── ackermann.py │ ├── ackermann_memo.py │ ├── anagram_db.py │ ├── anagram_sets.py │ ├── analyze_book.py │ ├── analyze_book2.py │ ├── analyze_book3.py │ ├── app3auth.py │ ├── app3client.py │ ├── birthday.py │ ├── button_demo.py │ ├── canvas_demo.py │ ├── cartalk.py │ ├── cartalk1.py │ ├── cartalk2.py │ ├── cartalk3.py │ ├── circle_demo.py │ ├── color_list.py │ ├── color_space.py │ ├── do_four.py │ ├── draggable_demo.py │ ├── find_duplicates.py │ ├── flower.py │ ├── grid.py │ ├── has_duplicates.py │ ├── homophone.py │ ├── image_demo.py │ ├── imdb.py │ ├── inlist.py │ ├── interlock.py │ ├── invert_dict.py │ ├── koch.py │ ├── letters.py │ ├── lumpy_demo1.py │ ├── lumpy_demo2.py │ ├── lumpy_demo3.py │ ├── lumpy_demo4.py │ ├── lumpy_demo5.py │ ├── lumpy_demo6.py │ ├── lumpy_demo7.py │ ├── lumpy_demo8.py │ ├── lumpy_diag05.py │ ├── lumpy_example1.py │ ├── lumpy_example2.py │ ├── lumpy_example3.py │ ├── menubutton_demo.py │ ├── metathesis.py │ ├── most_frequent.py │ ├── mutex.py │ ├── pack_demo.py │ ├── palindrome.py │ ├── palindrome_soln.py │ ├── pi.py │ ├── pie.py │ ├── pil_demo.py │ ├── polygon.py │ ├── pronounce.py │ ├── reducible.py │ ├── remote_object.py │ ├── reverse_pair.py │ ├── rotate.py │ ├── rotate_pairs.py │ ├── sed.py │ ├── snowflake.py │ ├── spiral.py │ ├── stack_diagram.py │ ├── structshape.py │ ├── thread.py │ ├── tictactoe.py │ ├── tictactoe_soln.py │ ├── turtle_code.py │ ├── typewriter.py │ ├── unstable_sort.py │ ├── walk.py │ ├── widget_demo.py │ ├── wordlist.py │ ├── zip_code.py │ └── zipf.py └── thinkpython.pdf ├── src ├── .gitignore ├── Makefile ├── README.md ├── a12.md ├── a12.py ├── abstract.md ├── abstract.py ├── base.md ├── base.py ├── doc │ ├── .DS_Store │ ├── .PYTHON.md.swp │ ├── ABOUT.md │ ├── AGENDA-0825.md │ ├── CODE1.md │ ├── CODE2.md │ ├── CODE3.md │ ├── CODE4.md │ ├── CODE5.md │ ├── CODE6.md │ ├── CODE7.md │ ├── CODE890.md │ ├── DE.md │ ├── Evil.md │ ├── Hoa-NCSU-2015.pdf │ ├── INSPIRE.md │ ├── MODELS.md │ ├── MWS.md │ ├── Makefile │ ├── OVERVIEW.md │ ├── PSO.md │ ├── PYTHON.md │ ├── READING.md │ ├── READINGrubric.md │ ├── README.md │ ├── REVIEW1.md │ ├── REVIEW2.md │ ├── REVIEW3.md │ ├── REVIEW4.md │ ├── REVIEW5.md │ ├── REVIEW6.md │ ├── REVIEW7.md │ ├── REVIEW8.md │ ├── REVIEW9.md │ ├── SA.md │ ├── SBSE101.md │ ├── STATS.md │ ├── SYLLABUS.md │ ├── Scott-Knott-Demo.md │ ├── TUT1a.md │ ├── data.dat │ ├── lessthan.md │ ├── nsga2spea2.md │ ├── sk.py │ └── transfer.md ├── dsl101.md ├── dsl101.py ├── fib.py ├── gadgets.md ├── gadgets.py ├── gadgets0.md ├── gadgets0.py ├── gadgetsok.md ├── gadgetsok.py ├── gadgetsok.txt ├── get-pip.md ├── get-pip.py ├── go.md ├── gook.md ├── lib.md ├── lib.py ├── license.txt ├── log.md ├── log.py ├── models.md ├── models.py ├── ntiles.md ├── ntiles.py ├── ntilesok.md ├── ntilesok.py ├── ok.md ├── ok.py ├── okok.md ├── okok.py ├── old │ ├── anywhere.py │ ├── anywhereok.py │ ├── boot.py │ ├── bootok.py │ ├── col.py │ ├── colok.py │ ├── lib.py │ ├── libok.py │ ├── models.py │ ├── table.py │ └── tableok.py ├── optimize.md ├── optimize.py ├── rank.md ├── rank.py ├── sa.md ├── sa.py ├── sa2.md ├── setup │ ├── 1ok.py │ ├── 2ok.py │ ├── Makefile │ ├── demoMatplot.py │ ├── sk.py │ └── sk.sh ├── smote.md ├── smote.py ├── smote0.md ├── smote0.py ├── smote0ok.md ├── smote0ok.py ├── smoteok.md ├── smoteok.py ├── stats.md ├── stats.py ├── tex │ ├── Makefile │ ├── evil.md │ ├── evil.tex │ ├── ieee.csl │ ├── img │ │ ├── c9.png │ │ ├── c9400.png │ │ ├── drevil.png │ │ ├── evil2.jpg │ │ ├── evillaugh.jpg │ │ ├── evillaugh.png │ │ ├── herGoggles.jpg │ │ ├── herGoggles.png │ │ ├── madsci.jpg │ │ ├── matplotlib101.png │ │ ├── rinse.png │ │ ├── shark.jpg │ │ ├── six.jpg │ │ ├── sk.png │ │ ├── stackover.jpg │ │ ├── stackover.pdf │ │ ├── stackover.png │ │ ├── stackover250.jpg │ │ ├── stackover250.png │ │ └── tim.png │ ├── lib.md │ ├── lib.tex │ ├── mase.tex │ ├── p2md │ ├── refs.bib │ ├── reprog.md │ ├── reprog.tex │ ├── settingup.md │ ├── settingup.tex │ └── template.tex ├── the.md ├── the.py ├── walkcsv.md ├── walkcsv.py ├── walkcsvok.md ├── walkcsvok.py └── weather.csv └── transfer.md /.gitignore: -------------------------------------------------------------------------------- 1 | \.pyc 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /ABOUT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/ABOUT.md -------------------------------------------------------------------------------- /AGENDA-0825.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/AGENDA-0825.md -------------------------------------------------------------------------------- /CODE1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/CODE1.md -------------------------------------------------------------------------------- /CODE2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/CODE2.md -------------------------------------------------------------------------------- /CODE3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/CODE3.md -------------------------------------------------------------------------------- /CODE4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/CODE4.md -------------------------------------------------------------------------------- /CODE5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/CODE5.md -------------------------------------------------------------------------------- /CODE6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/CODE6.md -------------------------------------------------------------------------------- /CODE7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/CODE7.md -------------------------------------------------------------------------------- /CODE890.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/CODE890.md -------------------------------------------------------------------------------- /DE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/DE.md -------------------------------------------------------------------------------- /Evil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/Evil.md -------------------------------------------------------------------------------- /INSPIRE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/INSPIRE.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/LICENSE.md -------------------------------------------------------------------------------- /MODELS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/MODELS.md -------------------------------------------------------------------------------- /MONTE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/MONTE.md -------------------------------------------------------------------------------- /MWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/MWS.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/Makefile -------------------------------------------------------------------------------- /OVERVIEW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/OVERVIEW.md -------------------------------------------------------------------------------- /POS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/POS.md -------------------------------------------------------------------------------- /PSO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/PSO.md -------------------------------------------------------------------------------- /PYTHON.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/PYTHON.md -------------------------------------------------------------------------------- /READING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/READING.md -------------------------------------------------------------------------------- /READINGrubric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/READINGrubric.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/README.md -------------------------------------------------------------------------------- /REVIEW1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/REVIEW1.md -------------------------------------------------------------------------------- /REVIEW2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/REVIEW2.md -------------------------------------------------------------------------------- /REVIEW3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/REVIEW3.md -------------------------------------------------------------------------------- /REVIEW4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/REVIEW4.md -------------------------------------------------------------------------------- /REVIEW5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/REVIEW5.md -------------------------------------------------------------------------------- /REVIEW6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/REVIEW6.md -------------------------------------------------------------------------------- /REVIEW7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/REVIEW7.md -------------------------------------------------------------------------------- /REVIEW8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/REVIEW8.md -------------------------------------------------------------------------------- /REVIEW9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/REVIEW9.md -------------------------------------------------------------------------------- /SA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/SA.md -------------------------------------------------------------------------------- /SBSE101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/SBSE101.md -------------------------------------------------------------------------------- /STATS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/STATS.md -------------------------------------------------------------------------------- /SYLLABUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/SYLLABUS.md -------------------------------------------------------------------------------- /Scott-Knott-Demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/Scott-Knott-Demo.md -------------------------------------------------------------------------------- /TOC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/TOC.md -------------------------------------------------------------------------------- /TUT1a.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/TUT1a.md -------------------------------------------------------------------------------- /data/housing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/data/housing.csv -------------------------------------------------------------------------------- /data/weather.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/data/weather.csv -------------------------------------------------------------------------------- /doc/#GOALS.md#: -------------------------------------------------------------------------------- 1 | So, staring at an empty file, it is -------------------------------------------------------------------------------- /etc/footer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/etc/footer.txt -------------------------------------------------------------------------------- /etc/header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/etc/header.txt -------------------------------------------------------------------------------- /etc/p2md.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/etc/p2md.awk -------------------------------------------------------------------------------- /etc/toc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/etc/toc.sh -------------------------------------------------------------------------------- /img/200x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/200x1.png -------------------------------------------------------------------------------- /img/RelativeGrowthPython.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/RelativeGrowthPython.png -------------------------------------------------------------------------------- /img/TheisenFSE15.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/TheisenFSE15.pdf -------------------------------------------------------------------------------- /img/WrightFitness.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/WrightFitness.jpg -------------------------------------------------------------------------------- /img/admin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/admin.jpg -------------------------------------------------------------------------------- /img/areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/areas.png -------------------------------------------------------------------------------- /img/artwork.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/artwork.pptx -------------------------------------------------------------------------------- /img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/banner.png -------------------------------------------------------------------------------- /img/banner1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/banner1.png -------------------------------------------------------------------------------- /img/books.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/books.png -------------------------------------------------------------------------------- /img/brittle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/brittle.jpg -------------------------------------------------------------------------------- /img/brookslaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/brookslaw.png -------------------------------------------------------------------------------- /img/causal1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/causal1.gif -------------------------------------------------------------------------------- /img/causal1Cm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/causal1Cm.png -------------------------------------------------------------------------------- /img/cite1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/cite1.pdf -------------------------------------------------------------------------------- /img/cite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/cite1.png -------------------------------------------------------------------------------- /img/cite2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/cite2.pdf -------------------------------------------------------------------------------- /img/cite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/cite2.png -------------------------------------------------------------------------------- /img/cmNl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/cmNl.jpg -------------------------------------------------------------------------------- /img/cmNl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/cmNl.png -------------------------------------------------------------------------------- /img/complexCm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/complexCm.png -------------------------------------------------------------------------------- /img/cuboid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/cuboid.png -------------------------------------------------------------------------------- /img/ddp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/ddp.png -------------------------------------------------------------------------------- /img/defect/WPDP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/defect/WPDP.png -------------------------------------------------------------------------------- /img/defect/attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/defect/attributes.png -------------------------------------------------------------------------------- /img/defect/bugs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/defect/bugs.png -------------------------------------------------------------------------------- /img/defect/data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/defect/data.png -------------------------------------------------------------------------------- /img/defect/datasets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/defect/datasets.png -------------------------------------------------------------------------------- /img/defect/framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/defect/framework.png -------------------------------------------------------------------------------- /img/defect/matching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/defect/matching.png -------------------------------------------------------------------------------- /img/defect/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/defect/result.png -------------------------------------------------------------------------------- /img/defect/testing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/defect/testing.png -------------------------------------------------------------------------------- /img/devops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/devops.png -------------------------------------------------------------------------------- /img/dna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/dna.png -------------------------------------------------------------------------------- /img/dogreading.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/dogreading.jpg -------------------------------------------------------------------------------- /img/download.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/download.gif -------------------------------------------------------------------------------- /img/fit4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/fit4.jpg -------------------------------------------------------------------------------- /img/flat-landscape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/flat-landscape.jpg -------------------------------------------------------------------------------- /img/gogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/gogo.jpg -------------------------------------------------------------------------------- /img/happyTrails.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/happyTrails.jpg -------------------------------------------------------------------------------- /img/holespoles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/holespoles.png -------------------------------------------------------------------------------- /img/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/home.png -------------------------------------------------------------------------------- /img/homework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/homework.png -------------------------------------------------------------------------------- /img/index_customers_clip_image002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/index_customers_clip_image002.jpg -------------------------------------------------------------------------------- /img/largeCasual.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/largeCasual.gif -------------------------------------------------------------------------------- /img/learning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/learning.png -------------------------------------------------------------------------------- /img/lectures.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/lectures.gif -------------------------------------------------------------------------------- /img/license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/license.png -------------------------------------------------------------------------------- /img/local.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/local.jpg -------------------------------------------------------------------------------- /img/mace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/mace.png -------------------------------------------------------------------------------- /img/mase.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/mase.pdf -------------------------------------------------------------------------------- /img/maths.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/maths.gif -------------------------------------------------------------------------------- /img/moment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/moment.gif -------------------------------------------------------------------------------- /img/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/news.png -------------------------------------------------------------------------------- /img/nsgaii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/nsgaii.png -------------------------------------------------------------------------------- /img/overshoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/overshoot.png -------------------------------------------------------------------------------- /img/overview.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/overview.jpeg -------------------------------------------------------------------------------- /img/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/overview.png -------------------------------------------------------------------------------- /img/pareto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/pareto.png -------------------------------------------------------------------------------- /img/pareto1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/pareto1.png -------------------------------------------------------------------------------- /img/pd-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/pd-icon.png -------------------------------------------------------------------------------- /img/pendilum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/pendilum.gif -------------------------------------------------------------------------------- /img/pi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/pi.png -------------------------------------------------------------------------------- /img/psoAdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/psoAdd.png -------------------------------------------------------------------------------- /img/psoTypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/psoTypes.png -------------------------------------------------------------------------------- /img/py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/py.png -------------------------------------------------------------------------------- /img/python.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/python.jpg -------------------------------------------------------------------------------- /img/reBad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/reBad.png -------------------------------------------------------------------------------- /img/review.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/review.gif -------------------------------------------------------------------------------- /img/sadot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/sadot1.jpg -------------------------------------------------------------------------------- /img/sat1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/sat1.jpg -------------------------------------------------------------------------------- /img/satdot5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/satdot5.jpg -------------------------------------------------------------------------------- /img/saveTheWorld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/saveTheWorld.png -------------------------------------------------------------------------------- /img/sayyad13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/sayyad13.png -------------------------------------------------------------------------------- /img/sboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/sboard.png -------------------------------------------------------------------------------- /img/simpleCm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/simpleCm.png -------------------------------------------------------------------------------- /img/slider-autom-testing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/slider-autom-testing.png -------------------------------------------------------------------------------- /img/sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/sort.png -------------------------------------------------------------------------------- /img/spea2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/spea2.png -------------------------------------------------------------------------------- /img/starlings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/starlings.png -------------------------------------------------------------------------------- /img/trends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/trends.png -------------------------------------------------------------------------------- /img/tunelearners.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/tunelearners.pdf -------------------------------------------------------------------------------- /img/unittest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/unittest.pdf -------------------------------------------------------------------------------- /img/unittest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/unittest.png -------------------------------------------------------------------------------- /img/vid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/vid.png -------------------------------------------------------------------------------- /img/vmodel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/vmodel.png -------------------------------------------------------------------------------- /img/walksat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/walksat.jpg -------------------------------------------------------------------------------- /img/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/white.png -------------------------------------------------------------------------------- /img/world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/img/world.png -------------------------------------------------------------------------------- /ks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/ks.py -------------------------------------------------------------------------------- /lessthan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/lessthan.md -------------------------------------------------------------------------------- /models/2005-25problems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/models/2005-25problems.pdf -------------------------------------------------------------------------------- /models/hansen08.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/models/hansen08.pdf -------------------------------------------------------------------------------- /models/icse14-v5-min.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/models/icse14-v5-min.py -------------------------------------------------------------------------------- /models/moeaProblems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/models/moeaProblems.pdf -------------------------------------------------------------------------------- /models/pomNotes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/models/pomNotes.pdf -------------------------------------------------------------------------------- /models/pomSampleOutput.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/models/pomSampleOutput.pdf -------------------------------------------------------------------------------- /nsga2spea2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/nsga2spea2.md -------------------------------------------------------------------------------- /python101/code/AmoebaWorld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/AmoebaWorld.py -------------------------------------------------------------------------------- /python101/code/BadKangaroo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/BadKangaroo.py -------------------------------------------------------------------------------- /python101/code/Card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Card.py -------------------------------------------------------------------------------- /python101/code/CellWorld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/CellWorld.py -------------------------------------------------------------------------------- /python101/code/GoodKangaroo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/GoodKangaroo.py -------------------------------------------------------------------------------- /python101/code/Gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Gui.py -------------------------------------------------------------------------------- /python101/code/Highway.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Highway.py -------------------------------------------------------------------------------- /python101/code/ImageBrowser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/ImageBrowser.py -------------------------------------------------------------------------------- /python101/code/Lumpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Lumpy.py -------------------------------------------------------------------------------- /python101/code/Map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Map.py -------------------------------------------------------------------------------- /python101/code/Markov.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Markov.py -------------------------------------------------------------------------------- /python101/code/MathClient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/MathClient.py -------------------------------------------------------------------------------- /python101/code/MathServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/MathServer.py -------------------------------------------------------------------------------- /python101/code/Modifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Modifier.py -------------------------------------------------------------------------------- /python101/code/Observer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Observer.py -------------------------------------------------------------------------------- /python101/code/Point1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Point1.py -------------------------------------------------------------------------------- /python101/code/Point1_soln.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Point1_soln.py -------------------------------------------------------------------------------- /python101/code/Poker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Poker.py -------------------------------------------------------------------------------- /python101/code/PokerExam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/PokerExam.py -------------------------------------------------------------------------------- /python101/code/PokerHand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/PokerHand.py -------------------------------------------------------------------------------- /python101/code/PokerHandSoln.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/PokerHandSoln.py -------------------------------------------------------------------------------- /python101/code/Popup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Popup.py -------------------------------------------------------------------------------- /python101/code/PopupClient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/PopupClient.py -------------------------------------------------------------------------------- /python101/code/PopupDemo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/PopupDemo.py -------------------------------------------------------------------------------- /python101/code/PopupServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/PopupServer.py -------------------------------------------------------------------------------- /python101/code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/README.md -------------------------------------------------------------------------------- /python101/code/Shape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Shape.py -------------------------------------------------------------------------------- /python101/code/SimpleTurtleWorld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/SimpleTurtleWorld.py -------------------------------------------------------------------------------- /python101/code/Subject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Subject.py -------------------------------------------------------------------------------- /python101/code/Sync.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Sync.py -------------------------------------------------------------------------------- /python101/code/Tagger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Tagger.py -------------------------------------------------------------------------------- /python101/code/Threader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Threader.py -------------------------------------------------------------------------------- /python101/code/Threader_soln.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Threader_soln.py -------------------------------------------------------------------------------- /python101/code/Time1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Time1.py -------------------------------------------------------------------------------- /python101/code/Time1_soln.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Time1_soln.py -------------------------------------------------------------------------------- /python101/code/Time2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Time2.py -------------------------------------------------------------------------------- /python101/code/Time2_soln.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Time2_soln.py -------------------------------------------------------------------------------- /python101/code/TurmiteWorld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/TurmiteWorld.py -------------------------------------------------------------------------------- /python101/code/TurtleWorld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/TurtleWorld.py -------------------------------------------------------------------------------- /python101/code/Wanderer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Wanderer.py -------------------------------------------------------------------------------- /python101/code/Wobbler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/Wobbler.py -------------------------------------------------------------------------------- /python101/code/World.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/World.py -------------------------------------------------------------------------------- /python101/code/abecedarian.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/abecedarian.py -------------------------------------------------------------------------------- /python101/code/ackermann.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/ackermann.py -------------------------------------------------------------------------------- /python101/code/ackermann_memo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/ackermann_memo.py -------------------------------------------------------------------------------- /python101/code/anagram_db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/anagram_db.py -------------------------------------------------------------------------------- /python101/code/anagram_sets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/anagram_sets.py -------------------------------------------------------------------------------- /python101/code/analyze_book.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/analyze_book.py -------------------------------------------------------------------------------- /python101/code/analyze_book2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/analyze_book2.py -------------------------------------------------------------------------------- /python101/code/analyze_book3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/analyze_book3.py -------------------------------------------------------------------------------- /python101/code/app3auth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/app3auth.py -------------------------------------------------------------------------------- /python101/code/app3client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/app3client.py -------------------------------------------------------------------------------- /python101/code/birthday.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/birthday.py -------------------------------------------------------------------------------- /python101/code/button_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/button_demo.py -------------------------------------------------------------------------------- /python101/code/canvas_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/canvas_demo.py -------------------------------------------------------------------------------- /python101/code/cartalk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/cartalk.py -------------------------------------------------------------------------------- /python101/code/cartalk1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/cartalk1.py -------------------------------------------------------------------------------- /python101/code/cartalk2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/cartalk2.py -------------------------------------------------------------------------------- /python101/code/cartalk3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/cartalk3.py -------------------------------------------------------------------------------- /python101/code/circle_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/circle_demo.py -------------------------------------------------------------------------------- /python101/code/color_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/color_list.py -------------------------------------------------------------------------------- /python101/code/color_space.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/color_space.py -------------------------------------------------------------------------------- /python101/code/do_four.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/do_four.py -------------------------------------------------------------------------------- /python101/code/draggable_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/draggable_demo.py -------------------------------------------------------------------------------- /python101/code/find_duplicates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/find_duplicates.py -------------------------------------------------------------------------------- /python101/code/flower.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/flower.py -------------------------------------------------------------------------------- /python101/code/grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/grid.py -------------------------------------------------------------------------------- /python101/code/has_duplicates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/has_duplicates.py -------------------------------------------------------------------------------- /python101/code/homophone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/homophone.py -------------------------------------------------------------------------------- /python101/code/image_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/image_demo.py -------------------------------------------------------------------------------- /python101/code/imdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/imdb.py -------------------------------------------------------------------------------- /python101/code/inlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/inlist.py -------------------------------------------------------------------------------- /python101/code/interlock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/interlock.py -------------------------------------------------------------------------------- /python101/code/invert_dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/invert_dict.py -------------------------------------------------------------------------------- /python101/code/koch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/koch.py -------------------------------------------------------------------------------- /python101/code/letters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/letters.py -------------------------------------------------------------------------------- /python101/code/lumpy_demo1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_demo1.py -------------------------------------------------------------------------------- /python101/code/lumpy_demo2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_demo2.py -------------------------------------------------------------------------------- /python101/code/lumpy_demo3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_demo3.py -------------------------------------------------------------------------------- /python101/code/lumpy_demo4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_demo4.py -------------------------------------------------------------------------------- /python101/code/lumpy_demo5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_demo5.py -------------------------------------------------------------------------------- /python101/code/lumpy_demo6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_demo6.py -------------------------------------------------------------------------------- /python101/code/lumpy_demo7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_demo7.py -------------------------------------------------------------------------------- /python101/code/lumpy_demo8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_demo8.py -------------------------------------------------------------------------------- /python101/code/lumpy_diag05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_diag05.py -------------------------------------------------------------------------------- /python101/code/lumpy_example1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_example1.py -------------------------------------------------------------------------------- /python101/code/lumpy_example2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_example2.py -------------------------------------------------------------------------------- /python101/code/lumpy_example3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/lumpy_example3.py -------------------------------------------------------------------------------- /python101/code/menubutton_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/menubutton_demo.py -------------------------------------------------------------------------------- /python101/code/metathesis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/metathesis.py -------------------------------------------------------------------------------- /python101/code/most_frequent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/most_frequent.py -------------------------------------------------------------------------------- /python101/code/mutex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/mutex.py -------------------------------------------------------------------------------- /python101/code/pack_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/pack_demo.py -------------------------------------------------------------------------------- /python101/code/palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/palindrome.py -------------------------------------------------------------------------------- /python101/code/palindrome_soln.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/palindrome_soln.py -------------------------------------------------------------------------------- /python101/code/pi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/pi.py -------------------------------------------------------------------------------- /python101/code/pie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/pie.py -------------------------------------------------------------------------------- /python101/code/pil_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/pil_demo.py -------------------------------------------------------------------------------- /python101/code/polygon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/polygon.py -------------------------------------------------------------------------------- /python101/code/pronounce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/pronounce.py -------------------------------------------------------------------------------- /python101/code/reducible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/reducible.py -------------------------------------------------------------------------------- /python101/code/remote_object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/remote_object.py -------------------------------------------------------------------------------- /python101/code/reverse_pair.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/reverse_pair.py -------------------------------------------------------------------------------- /python101/code/rotate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/rotate.py -------------------------------------------------------------------------------- /python101/code/rotate_pairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/rotate_pairs.py -------------------------------------------------------------------------------- /python101/code/sed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/sed.py -------------------------------------------------------------------------------- /python101/code/snowflake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/snowflake.py -------------------------------------------------------------------------------- /python101/code/spiral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/spiral.py -------------------------------------------------------------------------------- /python101/code/stack_diagram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/stack_diagram.py -------------------------------------------------------------------------------- /python101/code/structshape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/structshape.py -------------------------------------------------------------------------------- /python101/code/thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/thread.py -------------------------------------------------------------------------------- /python101/code/tictactoe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/tictactoe.py -------------------------------------------------------------------------------- /python101/code/tictactoe_soln.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/tictactoe_soln.py -------------------------------------------------------------------------------- /python101/code/turtle_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/turtle_code.py -------------------------------------------------------------------------------- /python101/code/typewriter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/typewriter.py -------------------------------------------------------------------------------- /python101/code/unstable_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/unstable_sort.py -------------------------------------------------------------------------------- /python101/code/walk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/walk.py -------------------------------------------------------------------------------- /python101/code/widget_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/widget_demo.py -------------------------------------------------------------------------------- /python101/code/wordlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/wordlist.py -------------------------------------------------------------------------------- /python101/code/zip_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/zip_code.py -------------------------------------------------------------------------------- /python101/code/zipf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/code/zipf.py -------------------------------------------------------------------------------- /python101/thinkpython.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/python101/thinkpython.pdf -------------------------------------------------------------------------------- /src/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/.gitignore -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/README.md -------------------------------------------------------------------------------- /src/a12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/a12.md -------------------------------------------------------------------------------- /src/a12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/a12.py -------------------------------------------------------------------------------- /src/abstract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/abstract.md -------------------------------------------------------------------------------- /src/abstract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/abstract.py -------------------------------------------------------------------------------- /src/base.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/base.md -------------------------------------------------------------------------------- /src/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/base.py -------------------------------------------------------------------------------- /src/doc/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/.DS_Store -------------------------------------------------------------------------------- /src/doc/.PYTHON.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/.PYTHON.md.swp -------------------------------------------------------------------------------- /src/doc/ABOUT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/ABOUT.md -------------------------------------------------------------------------------- /src/doc/AGENDA-0825.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/AGENDA-0825.md -------------------------------------------------------------------------------- /src/doc/CODE1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/CODE1.md -------------------------------------------------------------------------------- /src/doc/CODE2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/CODE2.md -------------------------------------------------------------------------------- /src/doc/CODE3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/CODE3.md -------------------------------------------------------------------------------- /src/doc/CODE4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/CODE4.md -------------------------------------------------------------------------------- /src/doc/CODE5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/CODE5.md -------------------------------------------------------------------------------- /src/doc/CODE6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/CODE6.md -------------------------------------------------------------------------------- /src/doc/CODE7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/CODE7.md -------------------------------------------------------------------------------- /src/doc/CODE890.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/CODE890.md -------------------------------------------------------------------------------- /src/doc/DE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/DE.md -------------------------------------------------------------------------------- /src/doc/Evil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/Evil.md -------------------------------------------------------------------------------- /src/doc/Hoa-NCSU-2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/Hoa-NCSU-2015.pdf -------------------------------------------------------------------------------- /src/doc/INSPIRE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/INSPIRE.md -------------------------------------------------------------------------------- /src/doc/MODELS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/MODELS.md -------------------------------------------------------------------------------- /src/doc/MWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/MWS.md -------------------------------------------------------------------------------- /src/doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/Makefile -------------------------------------------------------------------------------- /src/doc/OVERVIEW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/OVERVIEW.md -------------------------------------------------------------------------------- /src/doc/PSO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/PSO.md -------------------------------------------------------------------------------- /src/doc/PYTHON.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/PYTHON.md -------------------------------------------------------------------------------- /src/doc/READING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/READING.md -------------------------------------------------------------------------------- /src/doc/READINGrubric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/READINGrubric.md -------------------------------------------------------------------------------- /src/doc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/README.md -------------------------------------------------------------------------------- /src/doc/REVIEW1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/REVIEW1.md -------------------------------------------------------------------------------- /src/doc/REVIEW2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/REVIEW2.md -------------------------------------------------------------------------------- /src/doc/REVIEW3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/REVIEW3.md -------------------------------------------------------------------------------- /src/doc/REVIEW4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/REVIEW4.md -------------------------------------------------------------------------------- /src/doc/REVIEW5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/REVIEW5.md -------------------------------------------------------------------------------- /src/doc/REVIEW6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/REVIEW6.md -------------------------------------------------------------------------------- /src/doc/REVIEW7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/REVIEW7.md -------------------------------------------------------------------------------- /src/doc/REVIEW8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/REVIEW8.md -------------------------------------------------------------------------------- /src/doc/REVIEW9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/REVIEW9.md -------------------------------------------------------------------------------- /src/doc/SA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/SA.md -------------------------------------------------------------------------------- /src/doc/SBSE101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/SBSE101.md -------------------------------------------------------------------------------- /src/doc/STATS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/STATS.md -------------------------------------------------------------------------------- /src/doc/SYLLABUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/SYLLABUS.md -------------------------------------------------------------------------------- /src/doc/Scott-Knott-Demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/Scott-Knott-Demo.md -------------------------------------------------------------------------------- /src/doc/TUT1a.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/TUT1a.md -------------------------------------------------------------------------------- /src/doc/data.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/data.dat -------------------------------------------------------------------------------- /src/doc/lessthan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/lessthan.md -------------------------------------------------------------------------------- /src/doc/nsga2spea2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/nsga2spea2.md -------------------------------------------------------------------------------- /src/doc/sk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/sk.py -------------------------------------------------------------------------------- /src/doc/transfer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/doc/transfer.md -------------------------------------------------------------------------------- /src/dsl101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/dsl101.md -------------------------------------------------------------------------------- /src/dsl101.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/dsl101.py -------------------------------------------------------------------------------- /src/fib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/fib.py -------------------------------------------------------------------------------- /src/gadgets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/gadgets.md -------------------------------------------------------------------------------- /src/gadgets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/gadgets.py -------------------------------------------------------------------------------- /src/gadgets0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/gadgets0.md -------------------------------------------------------------------------------- /src/gadgets0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/gadgets0.py -------------------------------------------------------------------------------- /src/gadgetsok.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/gadgetsok.md -------------------------------------------------------------------------------- /src/gadgetsok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/gadgetsok.py -------------------------------------------------------------------------------- /src/gadgetsok.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/gadgetsok.txt -------------------------------------------------------------------------------- /src/get-pip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/get-pip.md -------------------------------------------------------------------------------- /src/get-pip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/get-pip.py -------------------------------------------------------------------------------- /src/go.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/go.md -------------------------------------------------------------------------------- /src/gook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/gook.md -------------------------------------------------------------------------------- /src/lib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/lib.md -------------------------------------------------------------------------------- /src/lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/lib.py -------------------------------------------------------------------------------- /src/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/license.txt -------------------------------------------------------------------------------- /src/log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/log.md -------------------------------------------------------------------------------- /src/log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/log.py -------------------------------------------------------------------------------- /src/models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/models.md -------------------------------------------------------------------------------- /src/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/models.py -------------------------------------------------------------------------------- /src/ntiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/ntiles.md -------------------------------------------------------------------------------- /src/ntiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/ntiles.py -------------------------------------------------------------------------------- /src/ntilesok.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/ntilesok.md -------------------------------------------------------------------------------- /src/ntilesok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/ntilesok.py -------------------------------------------------------------------------------- /src/ok.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/ok.md -------------------------------------------------------------------------------- /src/ok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/ok.py -------------------------------------------------------------------------------- /src/okok.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/okok.md -------------------------------------------------------------------------------- /src/okok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/okok.py -------------------------------------------------------------------------------- /src/old/anywhere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/old/anywhere.py -------------------------------------------------------------------------------- /src/old/anywhereok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/old/anywhereok.py -------------------------------------------------------------------------------- /src/old/boot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/old/boot.py -------------------------------------------------------------------------------- /src/old/bootok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/old/bootok.py -------------------------------------------------------------------------------- /src/old/col.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/old/col.py -------------------------------------------------------------------------------- /src/old/colok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/old/colok.py -------------------------------------------------------------------------------- /src/old/lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/old/lib.py -------------------------------------------------------------------------------- /src/old/libok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/old/libok.py -------------------------------------------------------------------------------- /src/old/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/old/models.py -------------------------------------------------------------------------------- /src/old/table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/old/table.py -------------------------------------------------------------------------------- /src/old/tableok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/old/tableok.py -------------------------------------------------------------------------------- /src/optimize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/optimize.md -------------------------------------------------------------------------------- /src/optimize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/optimize.py -------------------------------------------------------------------------------- /src/rank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/rank.md -------------------------------------------------------------------------------- /src/rank.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/rank.py -------------------------------------------------------------------------------- /src/sa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/sa.md -------------------------------------------------------------------------------- /src/sa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/sa.py -------------------------------------------------------------------------------- /src/sa2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/sa2.md -------------------------------------------------------------------------------- /src/setup/1ok.py: -------------------------------------------------------------------------------- 1 | print 1 2 | -------------------------------------------------------------------------------- /src/setup/2ok.py: -------------------------------------------------------------------------------- 1 | print 2 2 | -------------------------------------------------------------------------------- /src/setup/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/setup/Makefile -------------------------------------------------------------------------------- /src/setup/demoMatplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/setup/demoMatplot.py -------------------------------------------------------------------------------- /src/setup/sk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/setup/sk.py -------------------------------------------------------------------------------- /src/setup/sk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/setup/sk.sh -------------------------------------------------------------------------------- /src/smote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/smote.md -------------------------------------------------------------------------------- /src/smote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/smote.py -------------------------------------------------------------------------------- /src/smote0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/smote0.md -------------------------------------------------------------------------------- /src/smote0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/smote0.py -------------------------------------------------------------------------------- /src/smote0ok.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/smote0ok.md -------------------------------------------------------------------------------- /src/smote0ok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/smote0ok.py -------------------------------------------------------------------------------- /src/smoteok.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/smoteok.md -------------------------------------------------------------------------------- /src/smoteok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/smoteok.py -------------------------------------------------------------------------------- /src/stats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/stats.md -------------------------------------------------------------------------------- /src/stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/stats.py -------------------------------------------------------------------------------- /src/tex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/Makefile -------------------------------------------------------------------------------- /src/tex/evil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/evil.md -------------------------------------------------------------------------------- /src/tex/evil.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/evil.tex -------------------------------------------------------------------------------- /src/tex/ieee.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/ieee.csl -------------------------------------------------------------------------------- /src/tex/img/c9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/c9.png -------------------------------------------------------------------------------- /src/tex/img/c9400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/c9400.png -------------------------------------------------------------------------------- /src/tex/img/drevil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/drevil.png -------------------------------------------------------------------------------- /src/tex/img/evil2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/evil2.jpg -------------------------------------------------------------------------------- /src/tex/img/evillaugh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/evillaugh.jpg -------------------------------------------------------------------------------- /src/tex/img/evillaugh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/evillaugh.png -------------------------------------------------------------------------------- /src/tex/img/herGoggles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/herGoggles.jpg -------------------------------------------------------------------------------- /src/tex/img/herGoggles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/herGoggles.png -------------------------------------------------------------------------------- /src/tex/img/madsci.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/madsci.jpg -------------------------------------------------------------------------------- /src/tex/img/matplotlib101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/matplotlib101.png -------------------------------------------------------------------------------- /src/tex/img/rinse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/rinse.png -------------------------------------------------------------------------------- /src/tex/img/shark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/shark.jpg -------------------------------------------------------------------------------- /src/tex/img/six.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/six.jpg -------------------------------------------------------------------------------- /src/tex/img/sk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/sk.png -------------------------------------------------------------------------------- /src/tex/img/stackover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/stackover.jpg -------------------------------------------------------------------------------- /src/tex/img/stackover.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/stackover.pdf -------------------------------------------------------------------------------- /src/tex/img/stackover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/stackover.png -------------------------------------------------------------------------------- /src/tex/img/stackover250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/stackover250.jpg -------------------------------------------------------------------------------- /src/tex/img/stackover250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/stackover250.png -------------------------------------------------------------------------------- /src/tex/img/tim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/img/tim.png -------------------------------------------------------------------------------- /src/tex/lib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/lib.md -------------------------------------------------------------------------------- /src/tex/lib.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/lib.tex -------------------------------------------------------------------------------- /src/tex/mase.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/mase.tex -------------------------------------------------------------------------------- /src/tex/p2md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/p2md -------------------------------------------------------------------------------- /src/tex/refs.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/refs.bib -------------------------------------------------------------------------------- /src/tex/reprog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/reprog.md -------------------------------------------------------------------------------- /src/tex/reprog.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/reprog.tex -------------------------------------------------------------------------------- /src/tex/settingup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/settingup.md -------------------------------------------------------------------------------- /src/tex/settingup.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/settingup.tex -------------------------------------------------------------------------------- /src/tex/template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/tex/template.tex -------------------------------------------------------------------------------- /src/the.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/the.md -------------------------------------------------------------------------------- /src/the.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/the.py -------------------------------------------------------------------------------- /src/walkcsv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/walkcsv.md -------------------------------------------------------------------------------- /src/walkcsv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/walkcsv.py -------------------------------------------------------------------------------- /src/walkcsvok.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/walkcsvok.md -------------------------------------------------------------------------------- /src/walkcsvok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/walkcsvok.py -------------------------------------------------------------------------------- /src/weather.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/src/weather.csv -------------------------------------------------------------------------------- /transfer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/txt/mase/HEAD/transfer.md --------------------------------------------------------------------------------