From a0de2504eaf27e9506d724d74c4ee65a0f21cdff Mon Sep 17 00:00:00 2001 From: grammarware Date: Wed, 15 Aug 2012 16:32:06 +0200 Subject: [PATCH] merge of the hackathons --- hackathon-re/README.md | 7 ------- {hackathon-reverse => hackathon}/README.md | 4 ++-- .../imports-python/Makefile | 0 .../imports-python/README.md | 0 .../imports-python/importRel.py | 0 .../imports-python/rel.dot | 0 .../imports-python/rel.pdf | Bin .../imports-ruby-1.8/Makefile | 0 .../imports-ruby-1.8/README.md | 0 .../imports-ruby-1.8/Rakefile | 0 .../imports-ruby-1.8/import_rel-ruby-1.8.rb | 0 .../imports-ruby-1.8/rel.dot | 0 .../imports-ruby-1.8/rel.svg | 0 .../imports-ruby-1.9/Makefile | 0 .../imports-ruby-1.9/README.md | 0 .../imports-ruby-1.9/Rakefile | 0 .../imports-ruby-1.9/import_rel-ruby-1.9.rb | 0 .../imports-ruby-1.9/rel.dot | 0 .../imports-ruby-1.9/rel.svg | 0 .../imports-ruby/Makefile | 0 .../imports-ruby/Rakefile | 0 .../imports-ruby/import_rel.rb | 0 .../imports-ruby/rel.dot | 0 .../imports-ruby/rel.svg | 0 .../ncloc-rascal/.classpath | 0 .../ncloc-rascal/.gitignore | 0 .../ncloc-rascal/.project | 0 .../ncloc-rascal/META-INF/MANIFEST.MF | 0 .../ncloc-rascal/Makefile | 0 .../ncloc-rascal/README.md | 0 .../ncloc-rascal/build.properties | 0 .../ncloc-rascal/src/NCLOC.rsc | 0 32 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 hackathon-re/README.md rename {hackathon-reverse => hackathon}/README.md (71%) rename {hackathon-reverse => hackathon}/imports-python/Makefile (100%) rename {hackathon-reverse => hackathon}/imports-python/README.md (100%) rename {hackathon-reverse => hackathon}/imports-python/importRel.py (100%) rename {hackathon-reverse => hackathon}/imports-python/rel.dot (100%) rename {hackathon-reverse => hackathon}/imports-python/rel.pdf (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.8/Makefile (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.8/README.md (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.8/Rakefile (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.8/import_rel-ruby-1.8.rb (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.8/rel.dot (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.8/rel.svg (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.9/Makefile (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.9/README.md (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.9/Rakefile (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.9/import_rel-ruby-1.9.rb (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.9/rel.dot (100%) rename {hackathon-reverse => hackathon}/imports-ruby-1.9/rel.svg (100%) rename {hackathon-reverse => hackathon}/imports-ruby/Makefile (100%) rename {hackathon-reverse => hackathon}/imports-ruby/Rakefile (100%) rename {hackathon-reverse => hackathon}/imports-ruby/import_rel.rb (100%) rename {hackathon-reverse => hackathon}/imports-ruby/rel.dot (100%) rename {hackathon-reverse => hackathon}/imports-ruby/rel.svg (100%) rename {hackathon-reverse => hackathon}/ncloc-rascal/.classpath (100%) rename {hackathon-reverse => hackathon}/ncloc-rascal/.gitignore (100%) rename {hackathon-reverse => hackathon}/ncloc-rascal/.project (100%) rename {hackathon-reverse => hackathon}/ncloc-rascal/META-INF/MANIFEST.MF (100%) rename {hackathon-reverse => hackathon}/ncloc-rascal/Makefile (100%) rename {hackathon-reverse => hackathon}/ncloc-rascal/README.md (100%) rename {hackathon-reverse => hackathon}/ncloc-rascal/build.properties (100%) rename {hackathon-reverse => hackathon}/ncloc-rascal/src/NCLOC.rsc (100%) diff --git a/hackathon-re/README.md b/hackathon-re/README.md deleted file mode 100644 index ef16a3d..0000000 --- a/hackathon-re/README.md +++ /dev/null @@ -1,7 +0,0 @@ -SoTeSoLa -======== - -Software Technologies & Software Languages -Hackathon on re-engineering the 101companies repository - -See http://github.com/SoTeSoLa/SoTeSoLa/wiki/Re-engineering diff --git a/hackathon-reverse/README.md b/hackathon/README.md similarity index 71% rename from hackathon-reverse/README.md rename to hackathon/README.md index ef00a6c..eb04661 100644 --- a/hackathon-reverse/README.md +++ b/hackathon/README.md @@ -4,9 +4,9 @@ SoTeSoLa Software Technologies & Software Languages Hackathon on reverse engineering the 101companies repository -See http://github.com/SoTeSoLa/SoTeSoLa/wiki/Reverse-Engineering +See http://github.com/SoTeSoLa/SoTeSoLa/wiki/Hackathon Additional repositories with related code: - http://github.com/rlaemmel/loc101demo - http://github.com/rlaemmel/api101demo - +- http://github.com/rlaemmel/coupling101demo diff --git a/hackathon-reverse/imports-python/Makefile b/hackathon/imports-python/Makefile similarity index 100% rename from hackathon-reverse/imports-python/Makefile rename to hackathon/imports-python/Makefile diff --git a/hackathon-reverse/imports-python/README.md b/hackathon/imports-python/README.md similarity index 100% rename from hackathon-reverse/imports-python/README.md rename to hackathon/imports-python/README.md diff --git a/hackathon-reverse/imports-python/importRel.py b/hackathon/imports-python/importRel.py similarity index 100% rename from hackathon-reverse/imports-python/importRel.py rename to hackathon/imports-python/importRel.py diff --git a/hackathon-reverse/imports-python/rel.dot b/hackathon/imports-python/rel.dot similarity index 100% rename from hackathon-reverse/imports-python/rel.dot rename to hackathon/imports-python/rel.dot diff --git a/hackathon-reverse/imports-python/rel.pdf b/hackathon/imports-python/rel.pdf similarity index 100% rename from hackathon-reverse/imports-python/rel.pdf rename to hackathon/imports-python/rel.pdf diff --git a/hackathon-reverse/imports-ruby-1.8/Makefile b/hackathon/imports-ruby-1.8/Makefile similarity index 100% rename from hackathon-reverse/imports-ruby-1.8/Makefile rename to hackathon/imports-ruby-1.8/Makefile diff --git a/hackathon-reverse/imports-ruby-1.8/README.md b/hackathon/imports-ruby-1.8/README.md similarity index 100% rename from hackathon-reverse/imports-ruby-1.8/README.md rename to hackathon/imports-ruby-1.8/README.md diff --git a/hackathon-reverse/imports-ruby-1.8/Rakefile b/hackathon/imports-ruby-1.8/Rakefile similarity index 100% rename from hackathon-reverse/imports-ruby-1.8/Rakefile rename to hackathon/imports-ruby-1.8/Rakefile diff --git a/hackathon-reverse/imports-ruby-1.8/import_rel-ruby-1.8.rb b/hackathon/imports-ruby-1.8/import_rel-ruby-1.8.rb similarity index 100% rename from hackathon-reverse/imports-ruby-1.8/import_rel-ruby-1.8.rb rename to hackathon/imports-ruby-1.8/import_rel-ruby-1.8.rb diff --git a/hackathon-reverse/imports-ruby-1.8/rel.dot b/hackathon/imports-ruby-1.8/rel.dot similarity index 100% rename from hackathon-reverse/imports-ruby-1.8/rel.dot rename to hackathon/imports-ruby-1.8/rel.dot diff --git a/hackathon-reverse/imports-ruby-1.8/rel.svg b/hackathon/imports-ruby-1.8/rel.svg similarity index 100% rename from hackathon-reverse/imports-ruby-1.8/rel.svg rename to hackathon/imports-ruby-1.8/rel.svg diff --git a/hackathon-reverse/imports-ruby-1.9/Makefile b/hackathon/imports-ruby-1.9/Makefile similarity index 100% rename from hackathon-reverse/imports-ruby-1.9/Makefile rename to hackathon/imports-ruby-1.9/Makefile diff --git a/hackathon-reverse/imports-ruby-1.9/README.md b/hackathon/imports-ruby-1.9/README.md similarity index 100% rename from hackathon-reverse/imports-ruby-1.9/README.md rename to hackathon/imports-ruby-1.9/README.md diff --git a/hackathon-reverse/imports-ruby-1.9/Rakefile b/hackathon/imports-ruby-1.9/Rakefile similarity index 100% rename from hackathon-reverse/imports-ruby-1.9/Rakefile rename to hackathon/imports-ruby-1.9/Rakefile diff --git a/hackathon-reverse/imports-ruby-1.9/import_rel-ruby-1.9.rb b/hackathon/imports-ruby-1.9/import_rel-ruby-1.9.rb similarity index 100% rename from hackathon-reverse/imports-ruby-1.9/import_rel-ruby-1.9.rb rename to hackathon/imports-ruby-1.9/import_rel-ruby-1.9.rb diff --git a/hackathon-reverse/imports-ruby-1.9/rel.dot b/hackathon/imports-ruby-1.9/rel.dot similarity index 100% rename from hackathon-reverse/imports-ruby-1.9/rel.dot rename to hackathon/imports-ruby-1.9/rel.dot diff --git a/hackathon-reverse/imports-ruby-1.9/rel.svg b/hackathon/imports-ruby-1.9/rel.svg similarity index 100% rename from hackathon-reverse/imports-ruby-1.9/rel.svg rename to hackathon/imports-ruby-1.9/rel.svg diff --git a/hackathon-reverse/imports-ruby/Makefile b/hackathon/imports-ruby/Makefile similarity index 100% rename from hackathon-reverse/imports-ruby/Makefile rename to hackathon/imports-ruby/Makefile diff --git a/hackathon-reverse/imports-ruby/Rakefile b/hackathon/imports-ruby/Rakefile similarity index 100% rename from hackathon-reverse/imports-ruby/Rakefile rename to hackathon/imports-ruby/Rakefile diff --git a/hackathon-reverse/imports-ruby/import_rel.rb b/hackathon/imports-ruby/import_rel.rb similarity index 100% rename from hackathon-reverse/imports-ruby/import_rel.rb rename to hackathon/imports-ruby/import_rel.rb diff --git a/hackathon-reverse/imports-ruby/rel.dot b/hackathon/imports-ruby/rel.dot similarity index 100% rename from hackathon-reverse/imports-ruby/rel.dot rename to hackathon/imports-ruby/rel.dot diff --git a/hackathon-reverse/imports-ruby/rel.svg b/hackathon/imports-ruby/rel.svg similarity index 100% rename from hackathon-reverse/imports-ruby/rel.svg rename to hackathon/imports-ruby/rel.svg diff --git a/hackathon-reverse/ncloc-rascal/.classpath b/hackathon/ncloc-rascal/.classpath similarity index 100% rename from hackathon-reverse/ncloc-rascal/.classpath rename to hackathon/ncloc-rascal/.classpath diff --git a/hackathon-reverse/ncloc-rascal/.gitignore b/hackathon/ncloc-rascal/.gitignore similarity index 100% rename from hackathon-reverse/ncloc-rascal/.gitignore rename to hackathon/ncloc-rascal/.gitignore diff --git a/hackathon-reverse/ncloc-rascal/.project b/hackathon/ncloc-rascal/.project similarity index 100% rename from hackathon-reverse/ncloc-rascal/.project rename to hackathon/ncloc-rascal/.project diff --git a/hackathon-reverse/ncloc-rascal/META-INF/MANIFEST.MF b/hackathon/ncloc-rascal/META-INF/MANIFEST.MF similarity index 100% rename from hackathon-reverse/ncloc-rascal/META-INF/MANIFEST.MF rename to hackathon/ncloc-rascal/META-INF/MANIFEST.MF diff --git a/hackathon-reverse/ncloc-rascal/Makefile b/hackathon/ncloc-rascal/Makefile similarity index 100% rename from hackathon-reverse/ncloc-rascal/Makefile rename to hackathon/ncloc-rascal/Makefile diff --git a/hackathon-reverse/ncloc-rascal/README.md b/hackathon/ncloc-rascal/README.md similarity index 100% rename from hackathon-reverse/ncloc-rascal/README.md rename to hackathon/ncloc-rascal/README.md diff --git a/hackathon-reverse/ncloc-rascal/build.properties b/hackathon/ncloc-rascal/build.properties similarity index 100% rename from hackathon-reverse/ncloc-rascal/build.properties rename to hackathon/ncloc-rascal/build.properties diff --git a/hackathon-reverse/ncloc-rascal/src/NCLOC.rsc b/hackathon/ncloc-rascal/src/NCLOC.rsc similarity index 100% rename from hackathon-reverse/ncloc-rascal/src/NCLOC.rsc rename to hackathon/ncloc-rascal/src/NCLOC.rsc