Skip to content

Commit

Permalink
updated README, added LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisppaul committed May 24, 2020
1 parent 8fd9e56 commit 8d63ed9
Show file tree
Hide file tree
Showing 8 changed files with 350 additions and 4 deletions.
159 changes: 159 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# algorithmic clichés

this repository contains a collection of *algorithmic clichés* and examples.
*algorithmic clichés* are a collection of *algorithmic clichés* and examples.

suggestions for *algorithmic clichés* can be contributed via [issues tracking](https://github.com/dennisppaul/algorithmic-cliches/issues) and will be reviewed by the *Cliche Review Board* (CRB).

Expand All @@ -13,7 +13,7 @@ CRB

## installation

- download lastest release [`algorithmiccliches.zip`](https://github.com/dennisppaul/gewebe/releases/latest/download/algorithmiccliches.zip)
- download lastest release [`algorithmiccliches.zip`](https://github.com/dennisppaul/algorithmic-cliches/releases/latest/download/algorithmiccliches.zip)
- unpack `algorithmiccliches.zip` in processing library folder ( e.g `$HOME/Documents/Processing/libraries` on MacOS )
- install `qhull`
- on macOS `qhull` is available via [Homebrew](http://brew.sh) install with `$ brew install qhull`
Expand Down
Binary file modified algorithmiccliches.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions dist/copy_README.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ LIB_NAME=$1
ROOT=$(pwd)

SRC=$ROOT/../README.md
SRC_LICENSE=$ROOT/../LICENSE
LIB_PROPS=$ROOT/../lib/library.properties
DST=$ROOT/../processing-library/$LIB_NAME

cp "$SRC" "$DST"
cp "$SRC_LICENSE" "$DST"
cp "$LIB_PROPS" "$DST"
12 changes: 12 additions & 0 deletions lib/library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name = algorithmic cliches
authors = [Dennis P Paul](https://dennisppaul.de/)
url = https://github.com/dennisppaul/algorithmic-cliches
categories = Compilation
sentence = a collection of *algorithmic clichés* and examples.
paragraph = despite todays negative connotation of the term `cliché` this collection tries to advertise the intrinsic beauty of the collected examples, demistifying their technical complexity by making them accessible as open source code, and thereby encouraging the *intelligent and interesting* use of these clichés, quite aware of the ambiguous endeavor.
version = 1
prettyVersion = 0.1
minRevision = 0
maxRevision = 0

# direct download link: https://github.com/dennisppaul/algorithmic-cliches/releases/latest/download//algorithmiccliches.zip
159 changes: 159 additions & 0 deletions processing-library/algorithmiccliches/LICENSE

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions processing-library/algorithmiccliches/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# algorithmic clichés

this repository contains a collection of *algorithmic clichés* and examples.
*algorithmic clichés* are a collection of *algorithmic clichés* and examples.

suggestions for *algorithmic clichés* can be contributed via [issues tracking](https://github.com/dennisppaul/algorithmic-cliches/issues) and will be reviewed by the *Cliche Review Board* (CRB).

Expand All @@ -13,7 +13,7 @@ CRB

## installation

- download lastest release [`algorithmiccliches.zip`](https://github.com/dennisppaul/gewebe/releases/latest/download/algorithmiccliches.zip)
- download lastest release [`algorithmiccliches.zip`](https://github.com/dennisppaul/algorithmic-cliches/releases/latest/download/algorithmiccliches.zip)
- unpack `algorithmiccliches.zip` in processing library folder ( e.g `$HOME/Documents/Processing/libraries` on MacOS )
- install `qhull`
- on macOS `qhull` is available via [Homebrew](http://brew.sh) install with `$ brew install qhull`
Expand Down
12 changes: 12 additions & 0 deletions processing-library/algorithmiccliches/library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name = algorithmic cliches
authors = [Dennis P Paul](https://dennisppaul.de/)
url = https://github.com/dennisppaul/algorithmic-cliches
categories = Compilation
sentence = a collection of *algorithmic clichés* and examples.
paragraph = despite todays negative connotation of the term `cliché` this collection tries to advertise the intrinsic beauty of the collected examples, demistifying their technical complexity by making them accessible as open source code, and thereby encouraging the *intelligent and interesting* use of these clichés, quite aware of the ambiguous endeavor.
version = 1
prettyVersion = 0.1
minRevision = 0
maxRevision = 0

# direct download link: https://github.com/dennisppaul/algorithmic-cliches/releases/latest/download//algorithmiccliches.zip

0 comments on commit 8d63ed9

Please sign in to comment.