From e908f07559964d58493504b4161071754891cdfe Mon Sep 17 00:00:00 2001 From: Josa Gesell Date: Thu, 23 Feb 2017 14:19:56 +0100 Subject: [PATCH 1/5] Remove unused colors in movies-for-hackers.sh --- movies-for-hackers.sh | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/movies-for-hackers.sh b/movies-for-hackers.sh index edecb23..fa7da56 100755 --- a/movies-for-hackers.sh +++ b/movies-for-hackers.sh @@ -1,21 +1,15 @@ +#/bin/sh + version=0.1 -#Colors -white="\033[1;37m" -grey="\033[0;37m" +# Colors purple="\033[0;35m" red="\033[1;31m" green="\033[1;32m" -yellow="\033[1;33m" -Purple="\033[0;35m" -Cyan="\033[0;36m" -Cafe="\033[0;33m" -Fiuscha="\033[0;35m" blue="\033[1;34m" -transparent="\e[0m" clear; echo "" - sleep 0.01 && echo "$purple " +sleep 0.01 && echo "$purple " sleep 0.2 && echo " ███╗ ███╗ ██████╗ ██╗ ██╗██╗███████╗███████╗ " sleep 0.2 && echo " ████╗ ████║██╔═══██╗██║ ██║██║██╔════╝██╔════╝ " sleep 0.2 && echo " ██╔████╔██║██║ ██║██║ ██║██║█████╗ ███████╗ " From c621d7dead4dfe77a4bcfd4306073670136496e7 Mon Sep 17 00:00:00 2001 From: Harshita Date: Thu, 5 Oct 2017 12:12:39 -0700 Subject: [PATCH 2/5] Added the movie "Office Space" A hilarious movie suggested by our professor in class. It uses base fraternity humor apparently designed to reach collegians on the verge of trading keggers for cubicles. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa9736d..0cb66d2 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https:// | [Primer](http://www.imdb.com/title/tt0390384/) | Drama/Thriller | 2004 | 7.0/10 | | [Listening](http://www.imdb.com/title/tt3153582/) | Thriller/Drama | 2014 | 5.6/10 | | [I.T.](http://www.imdb.com/title/tt2679552/) | Thriller/Drama/Crime | 2016 | 5.4/10 | +| [Office Space](http://www.imdb.com/title/tt0151804/) | Romance/Comedy | 1999 | 7.8/10 | ## Science Fiction / Fantasy From 6dccd82d095bd5bbf39f97d85226bc6c929b8075 Mon Sep 17 00:00:00 2001 From: slouch <32179423+slouchd@users.noreply.github.com> Date: Wed, 18 Oct 2017 01:05:48 +0100 Subject: [PATCH 3/5] Add doc "Silk Road: Drugs, Death and the Dark Web" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - - - - -## Checklist for submitting a pull request to `Movies For Hackers`: - -- [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/movies-for-hackers/blob/master/CONTRIBUTING.md) of this repo. -- [x] I have **searched** the [PRs](https://github.com/k4m4/movies-for-hackers/pulls) of this repo and believe that this is not a duplicate. - - - -- **Title**: Silk Road: Drugs, Death and the Dark Web -- **Link**: http://www.imdb.com/title/tt7301126/ -- **Genre**: Documentary -- **Rating**: 7.4/10 - -
- -- **Description**: A history of the infamous Silk Road marketplace. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e389f8d..2485ff1 100644 --- a/readme.md +++ b/readme.md @@ -133,6 +133,7 @@ Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https:// | [Plug and Pray](http://www.imdb.com/title/tt1692889/) | Documentary | 2010 | 7.2/10 | | [In the Realm of the Hackers](http://www.imdb.com/title/tt1199631/) | Documentary | 2003 | 7.4/10 | | [Softwaring Hard](http://www.imdb.com/title/tt3063636/) | Documentary | 2014 | 8.2/10 | +| [Silk Road: Drugs, Death and the Dark Web](http://www.imdb.com/title/tt7301126/) | Documentary | 2017 | 7.4/10 | # TV Shows From 72c8cdc652eb977fee8850c7469505031fdbbfbf Mon Sep 17 00:00:00 2001 From: David Rio Deiros Date: Mon, 23 Oct 2017 15:15:40 -0500 Subject: [PATCH 4/5] Adding TV series The code. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2485ff1..156b0fc 100644 --- a/readme.md +++ b/readme.md @@ -151,6 +151,7 @@ Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https:// | [You Are Wanted](http://www.imdb.com/title/tt5462886/) | Drama/Thriller | 2017 | 6.1/10 | | [Scorpion](http://www.imdb.com/title/tt3514324/) | Action/Drama | 2014 | 7.2/10 | | [CSI: Cyber](http://www.imdb.com/title/tt3560060/) | Crime/Drama/Mystery | 2015 | 5.4/10 | +| [The Code](http://www.imdb.com/title/tt3914672/) | Drama | 2014 | 7.6/10 | # Other Cool Lists From 99e33d362c20dd9ea0f01c7f727a64a3a2cb4aaf Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Tue, 24 Oct 2017 15:31:05 +0200 Subject: [PATCH 5/5] add the signal --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2485ff1..f78a5c5 100644 --- a/readme.md +++ b/readme.md @@ -60,6 +60,7 @@ Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https:// | [Primer](http://www.imdb.com/title/tt0390384/) | Drama/Thriller | 2004 | 7.0/10 | | [Listening](http://www.imdb.com/title/tt3153582/) | Thriller/Drama | 2014 | 5.6/10 | | [I.T.](http://www.imdb.com/title/tt2679552/) | Thriller/Drama/Crime | 2016 | 5.4/10 | +| [The Signal](http://www.imdb.com/title/tt2910814/) | Thriller | 2014 | 6.1/10 | ## Science Fiction / Fantasy