Skip to content

Commit

Permalink
Added readme files with attribution everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
grammarware committed Aug 21, 2012
1 parent e1e4d42 commit 6ec0671
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 3 deletions.
4 changes: 4 additions & 0 deletions hackathon/callref-rascal/README.md
@@ -0,0 +1,4 @@
Contributors:
* [http://github.com/Anastassija Anastasia Izmaylova]
* [http://scg.unibe.ch/staff/jankurs Jan Kurš]
* [http://github.com/grammarware Vadim Zaytsev]
3 changes: 3 additions & 0 deletions hackathon/imports-python/README.md
@@ -1 +1,4 @@
This is an extremely simple Python program that visualises the relationship graph by analysing Java files and their imports. It performs simple lexical analysis of the source code in order to find import statements, composes a relation and pretty-prints it as a Dot graph which is then processed by Graphviz.

Contributors:
* [http://github.com/grammarware Vadim Zaytsev]
5 changes: 4 additions & 1 deletion hackathon/imports-ruby-1.8/README.md
@@ -1,3 +1,6 @@
This is https://github.com/SoTeSoLa/SoTeSoLa/tree/master/hackathon-reverse/imports-ruby optimized for readability. ;-)
This is http://github.com/SoTeSoLa/SoTeSoLa/tree/master/hackathon-reverse/imports-ruby optimized for readability. ;-)

Works in Ruby 1.8 and 1.9.

Contributors:
* [http://github.com/philipp-kempgen Philipp Kempgen]
7 changes: 5 additions & 2 deletions hackathon/imports-ruby-1.9/README.md
@@ -1,3 +1,6 @@
This is https://github.com/SoTeSoLa/SoTeSoLa/tree/master/hackathon-reverse/imports-ruby optimized for readability. ;-)
This is http://github.com/SoTeSoLa/SoTeSoLa/tree/master/hackathon-reverse/imports-ruby optimized for readability. ;-)

Works in Ruby >= 1.9.x.
Works in Ruby ≥ 1.9.x.

Contributors:
* [http://github.com/philipp-kempgen Philipp Kempgen]
2 changes: 2 additions & 0 deletions hackathon/imports-ruby/README.md
@@ -0,0 +1,2 @@
Contributors:
* [http://github.com/philipp-kempgen Philipp Kempgen]
2 changes: 2 additions & 0 deletions hackathon/metrics-abc/README.md
@@ -0,0 +1,2 @@
Contributors:
* [http://github.com/philipp-kempgen Philipp Kempgen]
2 changes: 2 additions & 0 deletions hackathon/metrics-complexity/README.md
Expand Up @@ -9,3 +9,5 @@ All `*.py` files in the 101repo (which is expected to live at `../../../101repo`

Yes, I know the code was written in rather quick and even more dirty.

Contributors:
* [http://github.com/philipp-kempgen Philipp Kempgen]
2 changes: 2 additions & 0 deletions hackathon/metrics-reek/README.md
@@ -0,0 +1,2 @@
Contributors:
* [http://github.com/philipp-kempgen Philipp Kempgen]
3 changes: 3 additions & 0 deletions hackathon/ncloc-rascal/README.md
Expand Up @@ -10,3 +10,6 @@ This version does not account for:
* multiline comments
* nested comments
* reporting on multiple files

Contributors:
* [http://github.com/grammarware Vadim Zaytsev]

0 comments on commit 6ec0671

Please sign in to comment.