diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..8bfcbaf
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,28 @@
+
+
+
+
+## Checklist for submitting a pull request to `Movies For Hackers`:
+
+- [ ] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/movies-for-hackers/blob/master/contributing.md) of this repo.
+- [ ] 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**:
+- **Link**:
+- **Genre**:
+- **Rating**:
+
+
+
+- **Description**:
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6ddcd8b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+dist/*
+src/*
+node_modules
diff --git a/.travis.yml b/.travis.yml
index 9552ee3..85a0493 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,4 @@ before_script:
- gem install awesome_bot
script:
- ./movies-for-hackers.sh
- - awesome_bot README.md --allow-dupe --allow-redirect
+ - awesome_bot readme.md --allow-dupe --allow-redirect
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index db92ae4..0000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Contribution Guidelines
-
-##Please ensure your pull request adheres to the following guidelines:
-
-* Make sure your submission is not a duplicate.
-* Follow the appropriate format.
-* Keep descriptions short and simple.
-* End all descriptions with a full stop.
-* Check your spelling and grammar.
-* Make an individual pull request for each suggestion.
-* The pull request and commit should have a useful title.
-* Insert new suggestions at the bottom of a category.
-* Use IMDb links & ratings.
-
-
-Your contributions are much appreciated.
-Thank you for your suggestions!
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 44a4571..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,29 +0,0 @@
-BSD 3-Clause License
-
-Copyright (c) 2017, Nikolaos Kamarinakis
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
-* Neither the name of the copyright holder nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/code-of-conduct.md b/code-of-conduct.md
new file mode 100644
index 0000000..1710244
--- /dev/null
+++ b/code-of-conduct.md
@@ -0,0 +1,74 @@
+# Contributor Covenant Code of Conduct
+
+## Our Pledge
+
+In the interest of fostering an open and welcoming environment, we as
+contributors and maintainers pledge to making participation in our project and
+our community a harassment-free experience for everyone, regardless of age, body
+size, disability, ethnicity, gender identity and expression, level of experience,
+nationality, personal appearance, race, religion, or sexual identity and
+orientation.
+
+## Our Standards
+
+Examples of behavior that contributes to creating a positive environment
+include:
+
+* Using welcoming and inclusive language
+* Being respectful of differing viewpoints and experiences
+* Gracefully accepting constructive criticism
+* Focusing on what is best for the community
+* Showing empathy towards other community members
+
+Examples of unacceptable behavior by participants include:
+
+* The use of sexualized language or imagery and unwelcome sexual attention or
+advances
+* Trolling, insulting/derogatory comments, and personal or political attacks
+* Public or private harassment
+* Publishing others' private information, such as a physical or electronic
+ address, without explicit permission
+* Other conduct which could reasonably be considered inappropriate in a
+ professional setting
+
+## Our Responsibilities
+
+Project maintainers are responsible for clarifying the standards of acceptable
+behavior and are expected to take appropriate and fair corrective action in
+response to any instances of unacceptable behavior.
+
+Project maintainers have the right and responsibility to remove, edit, or
+reject comments, commits, code, wiki edits, issues, and other contributions
+that are not aligned to this Code of Conduct, or to ban temporarily or
+permanently any contributor for other behaviors that they deem inappropriate,
+threatening, offensive, or harmful.
+
+## Scope
+
+This Code of Conduct applies both within project spaces and in public spaces
+when an individual is representing the project or its community. Examples of
+representing a project or community include using an official project e-mail
+address, posting via an official social media account, or acting as an appointed
+representative at an online or offline event. Representation of a project may be
+further defined and clarified by project maintainers.
+
+## Enforcement
+
+Instances of abusive, harassing, or otherwise unacceptable behavior may be
+reported by contacting the project team at nikolaskam@gmail.com. All
+complaints will be reviewed and investigated and will result in a response that
+is deemed necessary and appropriate to the circumstances. The project team is
+obligated to maintain confidentiality with regard to the reporter of an incident.
+Further details of specific enforcement policies may be posted separately.
+
+Project maintainers who do not follow or enforce the Code of Conduct in good
+faith may face temporary or permanent repercussions as determined by other
+members of the project's leadership.
+
+## Attribution
+
+This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
+available at [http://contributor-covenant.org/version/1/4][version]
+
+[homepage]: http://contributor-covenant.org
+[version]: http://contributor-covenant.org/version/1/4/
diff --git a/contributing.md b/contributing.md
new file mode 100644
index 0000000..e03a607
--- /dev/null
+++ b/contributing.md
@@ -0,0 +1,23 @@
+# Contribution Guidelines
+
+## Please ensure your pull request adheres to the following guidelines:
+
+* Make sure your submission is not a duplicate.
+* Follow the appropriate format.
+* Keep descriptions short and simple.
+* End all descriptions with a full stop.
+* Check your spelling and grammar.
+* Make an individual pull request for each suggestion.
+* The pull request and commit should have a useful title.
+* Insert new suggestions at the bottom of a category.
+* Use IMDb links & ratings.
+
+Once a PR is submitted, it will need to be "endorsed". This entails that your Pull Req. will be merged once more people show interest in your suggestion (i.e. react positively, comment on your pull-req etc).
+
+You can vote on Pull Requests with the [endorsement-needed](https://github.com/k4m4/movies-for-hackers/labels/endorsement-needed) tag.
+
+Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md).
+By participating in this project you agree to abide by its terms.
+
+Your contributions are much appreciated.
+Thank you for your suggestions!
diff --git a/license b/license
new file mode 100644
index 0000000..670154e
--- /dev/null
+++ b/license
@@ -0,0 +1,116 @@
+CC0 1.0 Universal
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator and
+subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for the
+purpose of contributing to a commons of creative, cultural and scientific
+works ("Commons") that the public can reliably and without fear of later
+claims of infringement build upon, modify, incorporate in other works, reuse
+and redistribute as freely as possible in any form whatsoever and for any
+purposes, including without limitation commercial purposes. These owners may
+contribute to the Commons to promote the ideal of a free culture and the
+further production of creative, cultural and scientific works, or to gain
+reputation or greater distribution for their Work in part through the use and
+efforts of others.
+
+For these and/or other purposes and motivations, and without any expectation
+of additional consideration or compensation, the person associating CC0 with a
+Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
+and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
+and publicly distribute the Work under its terms, with knowledge of his or her
+Copyright and Related Rights in the Work and the meaning and intended legal
+effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be
+protected by copyright and related or neighboring rights ("Copyright and
+Related Rights"). Copyright and Related Rights include, but are not limited
+to, the following:
+
+ i. the right to reproduce, adapt, distribute, perform, display, communicate,
+ and translate a Work;
+
+ ii. moral rights retained by the original author(s) and/or performer(s);
+
+ iii. publicity and privacy rights pertaining to a person's image or likeness
+ depicted in a Work;
+
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+
+ v. rights protecting the extraction, dissemination, use and reuse of data in
+ a Work;
+
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+ European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation thereof,
+ including any amended or successor version of such directive); and
+
+ vii. other similar, equivalent or corresponding rights throughout the world
+ based on applicable law or treaty, and any national implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention of,
+applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
+unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
+and Related Rights and associated claims and causes of action, whether now
+known or unknown (including existing as well as future claims and causes of
+action), in the Work (i) in all territories worldwide, (ii) for the maximum
+duration provided by applicable law or treaty (including future time
+extensions), (iii) in any current or future medium and for any number of
+copies, and (iv) for any purpose whatsoever, including without limitation
+commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
+the Waiver for the benefit of each member of the public at large and to the
+detriment of Affirmer's heirs and successors, fully intending that such Waiver
+shall not be subject to revocation, rescission, cancellation, termination, or
+any other legal or equitable action to disrupt the quiet enjoyment of the Work
+by the public as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason be
+judged legally invalid or ineffective under applicable law, then the Waiver
+shall be preserved to the maximum extent permitted taking into account
+Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
+is so judged Affirmer hereby grants to each affected person a royalty-free,
+non transferable, non sublicensable, non exclusive, irrevocable and
+unconditional license to exercise Affirmer's Copyright and Related Rights in
+the Work (i) in all territories worldwide, (ii) for the maximum duration
+provided by applicable law or treaty (including future time extensions), (iii)
+in any current or future medium and for any number of copies, and (iv) for any
+purpose whatsoever, including without limitation commercial, advertising or
+promotional purposes (the "License"). The License shall be deemed effective as
+of the date CC0 was applied by Affirmer to the Work. Should any part of the
+License for any reason be judged legally invalid or ineffective under
+applicable law, such partial invalidity or ineffectiveness shall not
+invalidate the remainder of the License, and in such case Affirmer hereby
+affirms that he or she will not (i) exercise any of his or her remaining
+Copyright and Related Rights in the Work or (ii) assert any associated claims
+and causes of action with respect to the Work, in either case contrary to
+Affirmer's express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+
+ b. Affirmer offers the Work as-is and makes no representations or warranties
+ of any kind concerning the Work, express, implied, statutory or otherwise,
+ including without limitation warranties of title, merchantability, fitness
+ for a particular purpose, non infringement, or the absence of latent or
+ other defects, accuracy, or the present or absence of errors, whether or not
+ discoverable, all to the greatest extent permissible under applicable law.
+
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+ that may apply to the Work or any use thereof, including without limitation
+ any person's Copyright and Related Rights in the Work. Further, Affirmer
+ disclaims responsibility for obtaining any necessary consents, permissions
+ or other rights required for any use of the Work.
+
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to this
+ CC0 or use of the Work.
+
+For more information, please see
+
diff --git a/movies-for-hackers.sh b/movies-for-hackers.sh
index edecb23..bec0a04 100755
--- a/movies-for-hackers.sh
+++ b/movies-for-hackers.sh
@@ -1,42 +1,42 @@
-version=0.1
+#/bin/sh
+
+case $SHELL in
+ *bash)
+ ECHO='echo -e'
+ ;;
+ *)
+ ECHO='echo'
+ ;;
+esac
-#Colors
-white="\033[1;37m"
-grey="\033[0;37m"
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.2 && echo " ███╗ ███╗ ██████╗ ██╗ ██╗██╗███████╗███████╗ "
-sleep 0.2 && echo " ████╗ ████║██╔═══██╗██║ ██║██║██╔════╝██╔════╝ "
-sleep 0.2 && echo " ██╔████╔██║██║ ██║██║ ██║██║█████╗ ███████╗ "
-sleep 0.2 && echo " ██║╚██╔╝██║██║ ██║╚██╗ ██╔╝██║██╔══╝ ╚════██║ "
-sleep 0.2 && echo " ██║ ╚═╝ ██║╚██████╔╝ ╚████╔╝ ██║███████╗███████║ "
-sleep 0.2 && echo " ╚═╝ ╚═╝ ╚═════╝ ╚═══╝ ╚═╝╚══════╝╚══════╝ "
+clear; ${ECHO} ""
+sleep 0.01 && ${ECHO} "$purple "
+sleep 0.2 && ${ECHO} " ███╗ ███╗ ██████╗ ██╗ ██╗██╗███████╗███████╗ "
+sleep 0.2 && ${ECHO} " ████╗ ████║██╔═══██╗██║ ██║██║██╔════╝██╔════╝ "
+sleep 0.2 && ${ECHO} " ██╔████╔██║██║ ██║██║ ██║██║█████╗ ███████╗ "
+sleep 0.2 && ${ECHO} " ██║╚██╔╝██║██║ ██║╚██╗ ██╔╝██║██╔══╝ ╚════██║ "
+sleep 0.2 && ${ECHO} " ██║ ╚═╝ ██║╚██████╔╝ ╚████╔╝ ██║███████╗███████║ "
+sleep 0.2 && ${ECHO} " ╚═╝ ╚═╝ ╚═════╝ ╚═══╝ ╚═╝╚══════╝╚══════╝ "
-echo ""
-sleep 0.2 && echo " ███████╗ ██████╗ ██████╗ ██╗ ██╗ █████╗ ██████╗██╗ ██╗███████╗██████╗ ███████╗ "
-sleep 0.2 && echo " ██╔════╝██╔═══██╗██╔══██╗ ██║ ██║██╔══██╗██╔════╝██║ ██╔╝██╔════╝██╔══██╗██╔════╝ "
-sleep 0.2 && echo " █████╗ ██║ ██║██████╔╝ ███████║███████║██║ █████╔╝ █████╗ ██████╔╝███████╗ "
-sleep 0.2 && echo " ██╔══╝ ██║ ██║██╔══██╗ ██╔══██║██╔══██║██║ ██╔═██╗ ██╔══╝ ██╔══██╗╚════██║ "
-sleep 0.2 && echo " ██║ ╚██████╔╝██║ ██║ ██║ ██║██║ ██║╚██████╗██║ ██╗███████╗██║ ██║███████║ "
-sleep 0.2 && echo " ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝ "
+${ECHO} ""
+sleep 0.2 && ${ECHO} " ███████╗ ██████╗ ██████╗ ██╗ ██╗ █████╗ ██████╗██╗ ██╗███████╗██████╗ ███████╗ "
+sleep 0.2 && ${ECHO} " ██╔════╝██╔═══██╗██╔══██╗ ██║ ██║██╔══██╗██╔════╝██║ ██╔╝██╔════╝██╔══██╗██╔════╝ "
+sleep 0.2 && ${ECHO} " █████╗ ██║ ██║██████╔╝ ███████║███████║██║ █████╔╝ █████╗ ██████╔╝███████╗ "
+sleep 0.2 && ${ECHO} " ██╔══╝ ██║ ██║██╔══██╗ ██╔══██║██╔══██║██║ ██╔═██╗ ██╔══╝ ██╔══██╗╚════██║ "
+sleep 0.2 && ${ECHO} " ██║ ╚██████╔╝██║ ██║ ██║ ██║██║ ██║╚██████╗██║ ██╗███████╗██║ ██║███████║ "
+sleep 0.2 && ${ECHO} " ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝ "
-echo ""
+${ECHO} ""
sleep 0.1
-echo $green" A list of movies every hacker & cyberpunk must watch ("$red"Movies For Hackers"$green")"
+${ECHO} $green" A list of movies every hacker & cyberpunk must watch ("$red"Movies For Hackers"$green")"
sleep 0.1
-echo $blue " Made with <3 by:"$green" Nikolaos Kamarinakis ("$red"k4m4"$green")"
+${ECHO} $blue " Made with <3 by:"$green" Nikolaos Kamarinakis ("$red"k4m4"$green")"
sleep 0.1
-echo ""
+${ECHO} ""
diff --git a/README.md b/readme.md
similarity index 80%
rename from README.md
rename to readme.md
index 155cb35..4890c36 100644
--- a/README.md
+++ b/readme.md
@@ -1,17 +1,20 @@
-![Movies_For_Hackers_Logo](http://nikolaskama.me/content/images/2017/02/movies-for-hackers.png)
+[![Movies_For_Hackers_Logo](http://nikolaskama.me/content/images/2017/02/movies-for-hackers.png)](https://github.com/k4m4/movies-for-hackers)
-# Movies For Hackers
+# Movies For Hackers [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> A curated list of movies every hacker & cyberpunk must watch.
Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https://twitter.com/nikolaskama).
+
+[![Donations Badge](https://yourdonation.rocks/images/badge.svg)](https://yourdonation.rocks)
[![Say Thanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/k4m4)
-[![Made With Love](https://img.shields.io/badge/made%20with-%3C3-red.svg)](https://github.com/k4m4)
[![GitHub stars](https://img.shields.io/github/stars/k4m4/movies-for-hackers.svg)](https://github.com/k4m4/movies-for-hackers/stargazers)
## Contents
+## [View the sortable version](https://k4m4.github.io/movies-for-hackers/)
+
- [Movies For Hackers](#movies-for-hackers)
- [Thrillers/Drama](#thrillers--drama)
- [Science Fiction/Fantasy](#science-fiction--fantasy)
@@ -27,112 +30,132 @@ Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https://
| MOVIE | GENRE | YEAR | RATING |
|--------------------------------------------------------------------------------------------|---------------------------|------|--------|
-| [WarGames: The Dead Code](http://www.imdb.com/title/tt0865957/) | Thriller/Drama | 2008 | 4.5/10 |
-| [WarGames](http://www.imdb.com/title/tt0086567/) | Thriller/Drama | 1983 | 7.1/10 |
-| [Hackers](http://www.imdb.com/title/tt0113243/) | Crime/Drama | 1995 | 6.2/10 |
+| [23](http://www.imdb.com/title/tt0126765/) | Thriller/Drama | 1998 | 7.3/10 |
+| [Algorithm](http://www.imdb.com/title/tt3293462/) | Crime/Drama/Thriller | 2014 | 4.8/10 |
| [Anonymous](http://www.imdb.com/title/tt3173594/) | Crime/Drama/Thriller | 2016 | 6.4/10 |
| [Antitrust](http://www.imdb.com/title/tt0218817/) | Thriller/Drama | 2001 | 6.1/10 |
-| [Reboot](http://www.imdb.com/title/tt2090594/) | Thriller/Drama | 2012 | 4.1/10 |
-| [Takedown](http://www.imdb.com/title/tt0159784/) | Thriller/Drama | 2000 | 6.3/10 |
-| [23](http://www.imdb.com/title/tt0126765/) | Thriller/Drama | 1998 | 7.3/10 |
-| [The Net](http://www.imdb.com/title/tt0113957/) | Thriller/Drama | 1995 | 5.8/10 |
-| [The Net 2.0](http://www.imdb.com/title/tt0449077/) | Thriller/Drama | 2006 | 4.7/10 |
-| [Underground: The Julian Assange Story](http://www.imdb.com/title/tt2357453/) | Drama/Biography | 2012 | 6.8/10 |
-| [The Fifth Estate](http://www.imdb.com/title/tt1837703/) | Thriller/Drama | 2013 | 6.2/10 |
-| [The Social Network](http://www.imdb.com/title/tt1285016/) | Drama/History | 2010 | 7.7/10 |
-| [Enemy of the State](http://www.imdb.com/title/tt0120660/) | Thriller/Drama | 1998 | 7.3/10 |
-| [The Girl with the Dragon Tattoo](http://www.imdb.com/title/tt1568346/) | Thriller/Drama | 2011 | 7.8/10 |
-| [Snowden](http://www.imdb.com/title/tt3774114/) | Drama/Thriller | 2016 | 7.3/10 |
-| [Algorithm](http://www.imdb.com/title/tt3293462/) | Crime/Drama/Thriller | 2014 | 4.8/10 |
-| [Who Am I](http://www.imdb.com/title/tt3042408/) | Crime/Drama | 2014 | 7.6/10 |
-| [Hacker's Game](http://www.imdb.com/title/tt3140724/) | Drama/Thriller | 2015 | 3.8/10 |
| [Blackhat](http://www.imdb.com/title/tt2717822/) | Drama/Thriller | 2015 | 5.4/10 |
-| [The Thirteenth Floor](http://www.imdb.com/title/tt0139809/) | Thriller/Mystery | 1999 | 7/10 |
-| [Swordfish](http://www.imdb.com/title/tt0244244/) | Caper Story/Thriller | 2001 | 6.5/10 |
+| [Enemy of the State](http://www.imdb.com/title/tt0120660/) | Thriller/Drama | 1998 | 7.3/10 |
+| [Hacker's Game](http://www.imdb.com/title/tt3140724/) | Drama/Thriller | 2015 | 3.8/10 |
+| [Hackers](http://www.imdb.com/title/tt0113243/) | Crime/Drama | 1995 | 6.2/10 |
+| [I.T.](http://www.imdb.com/title/tt2679552/) | Thriller/Drama/Crime | 2016 | 5.4/10 |
+| [Listening](http://www.imdb.com/title/tt3153582/) | Thriller/Drama | 2014 | 5.6/10 |
| [Live Free or Die Hard](http://www.imdb.com/title/tt0337978/) | Thriller/Action | 2007 | 7.2/10 |
-| [Untraceable](http://www.imdb.com/title/tt0880578/) | Slasher/Thriller | 2008 | 6.2/10 |
-| [The Imitation Game](http://www.imdb.com/title/tt2084970/) | Drama/Thriller | 2014 | 8.2/10 |
+| [Office Space](http://www.imdb.com/title/tt0151804/) | Romance/Comedy | 1999 | 7.8/10 |
| [Pi](http://www.imdb.com/title/tt0138704/) | Drama/Mystery | 1998 | 7.5/10 |
| [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 |
+| [Reboot](http://www.imdb.com/title/tt2090594/) | Thriller/Drama | 2012 | 4.1/10 |
+| [Snowden](http://www.imdb.com/title/tt3774114/) | Drama/Thriller | 2016 | 7.3/10 |
+| [Source Code](http://www.imdb.com/title/tt0945513/) | Drama/Thriller | 2011 | 7.5/10 |
+| [Swordfish](http://www.imdb.com/title/tt0244244/) | Caper Story/Thriller | 2001 | 6.5/10 |
+| [Takedown](http://www.imdb.com/title/tt0159784/) | Thriller/Drama | 2000 | 6.3/10 |
+| [The Fifth Estate](http://www.imdb.com/title/tt1837703/) | Thriller/Drama | 2013 | 6.2/10 |
+| [The Girl with the Dragon Tattoo](http://www.imdb.com/title/tt1568346/) | Thriller/Drama | 2011 | 7.8/10 |
+| [The Imitation Game](http://www.imdb.com/title/tt2084970/) | Drama/Thriller | 2014 | 8.2/10 |
+| [The Net 2.0](http://www.imdb.com/title/tt0449077/) | Thriller/Drama | 2006 | 4.7/10 |
+| [The Net](http://www.imdb.com/title/tt0113957/) | Thriller/Drama | 1995 | 5.8/10 |
+| [The Signal](http://www.imdb.com/title/tt2910814/) | Thriller | 2014 | 6.1/10 |
+| [The Social Network](http://www.imdb.com/title/tt1285016/) | Drama/History | 2010 | 7.7/10 |
+| [The Thirteenth Floor](http://www.imdb.com/title/tt0139809/) | Thriller/Mystery | 1999 | 7.0/10 |
+| [Underground: The Julian Assange Story](http://www.imdb.com/title/tt2357453/) | Drama/Biography | 2012 | 6.8/10 |
+| [Untraceable](http://www.imdb.com/title/tt0880578/) | Slasher/Thriller | 2008 | 6.2/10 |
+| [WarGames](http://www.imdb.com/title/tt0086567/) | Thriller/Drama | 1983 | 7.1/10 |
+| [WarGames: The Dead Code](http://www.imdb.com/title/tt0865957/) | Thriller/Drama | 2008 | 4.5/10 |
+| [Who Am I](http://www.imdb.com/title/tt3042408/) | Crime/Drama | 2014 | 7.6/10 |
## Science Fiction / Fantasy
| MOVIE | GENRE | YEAR | RATING |
|--------------------------------------------------------------------------------------------|---------------------------|------|--------|
-| [The Matrix](http://www.imdb.com/title/tt0133093/) | Fantasy/Action | 1999 | 8.7/10 |
-| [The Lawnmower Man](http://www.imdb.com/title/tt0104692/) | Fantasy/Action | 1992 | 5.4/10 |
-| [Open Windows](http://www.imdb.com/title/tt2409818/) | Fantasy/Crime | 2014 | 5.2/10 |
-| [Ex Machina](http://www.imdb.com/title/tt0470752/) | Fantasy/Mystery | 2015 | 7.7/10 |
-| [eXistenZ](http://www.imdb.com/title/tt0120907/) | Science Fiction/Thriller | 1999 | 6.8/10 |
-| [One Point O](http://www.imdb.com/title/tt0317042/) | Mystery/Science fiction | 2004 | 6.2/10 |
-| [Inception](http://www.imdb.com/title/tt1375666/) | Mystery/Science fiction | 2010 | 8.8/10 |
-| [Ghost in the Shell](http://www.imdb.com/title/tt0113568/) | Fantasy/Animation | 1995 | 8/10 |
-| [Serial Experiments Lain](http://www.imdb.com/title/tt0500092/) | Fantasy/Animation | 1998 | 8.2/10 |
| [Avalon](http://www.imdb.com/title/tt0267287/) | Fantasy/Science fiction | 2001 | 6.6/10 |
| [Blade Runner](http://www.imdb.com/title/tt0083658/) | Science Fiction/Thriller | 1982 | 8.2/10 |
+| [Blade Runner 2049](http://www.imdb.com/title/tt1856101/) | Science Fiction/Drama | 2017 | 8.3/10 |
+| [Ex Machina](http://www.imdb.com/title/tt0470752/) | Fantasy/Mystery | 2015 | 7.7/10 |
+| [eXistenZ](http://www.imdb.com/title/tt0120907/) | Science Fiction/Thriller | 1999 | 6.8/10 |
+| [Ghost in the Shell](http://www.imdb.com/title/tt0113568/) | Fantasy/Animation | 1995 | 8.0/10 |
+| [Ghost in the Shell](http://www.imdb.com/title/tt1219827/) | Science fiction/Action | 2017 | 6.9/10 |
| [Her](http://www.imdb.com/title/tt1798709/) | Science Fiction/Romance | 2013 | 8.0/10 |
-| [World on a Wire](http://www.imdb.com/title/tt0070904/) | Science Fiction/Thriller | 1973 | 7.9/10 |
+| [Inception](http://www.imdb.com/title/tt1375666/) | Mystery/Science fiction | 2010 | 8.8/10 |
+| [Johnny Mnemonic](http://www.imdb.com/title/tt0113481/) | Science fiction/Action | 1995 | 5.6/10 |
+| [Morgan](http://www.imdb.com/title/tt4520364/) | Science Fiction/Thriller | 2016 | 5.8/10 |
+| [One Point O](http://www.imdb.com/title/tt0317042/) | Mystery/Science fiction | 2004 | 6.2/10 |
+| [Open Windows](http://www.imdb.com/title/tt2409818/) | Fantasy/Crime | 2014 | 5.2/10 |
+| [Serial Experiments Lain](http://www.imdb.com/title/tt0500092/) | Cyberpunk/Animation | 1998 | 8.2/10 |
+| [The Lawnmower Man](http://www.imdb.com/title/tt0104692/) | Fantasy/Action | 1992 | 5.4/10 |
+| [The Matrix](http://www.imdb.com/title/tt0133093/) | Fantasy/Action | 1999 | 8.7/10 |
| [Transcendence](http://www.imdb.com/title/tt2209764/) | Science Fiction/Drama | 2014 | 6.3/10 |
-
+| [World on a Wire](http://www.imdb.com/title/tt0070904/) | Science Fiction/Thriller | 1973 | 7.9/10 |
+
+
## Action
| MOVIE | GENRE | YEAR | RATING |
|--------------------------------------------------------------------------------------------|---------------------------|------|--------|
-| [Sneakers](http://www.imdb.com/title/tt0105435/) | Thriller/Action | 1992 | 7.1/10 |
+| [Eagle Eye](http://www.imdb.com/title/tt1059786/) | Thriller/Action | 2008 | 6.6/10 |
+| [Echelon Conspiracy](http://www.imdb.com/title/tt1124039/) | Action/Crime/Mystery | 2009 | 5.8/10 |
| [Firewall](http://www.imdb.com/title/tt0408345/) | Thriller/Action | 2006 | 5.8/10 |
| [Gamer](http://www.imdb.com/title/tt1034032/) | Thriller/Action | 2009 | 5.8/10 |
-| [Virtuosity](http://www.imdb.com/title/tt0114857/) | Thriller/Action | 1995 | 5.5/10 |
-| [Eagle Eye](http://www.imdb.com/title/tt1059786/) | Thriller/Action | 2008 | 6.6/10 |
+| [Kung Fury](http://www.imdb.com/title/tt3472226/) | Action/Comedy | 2015 | 8.1/10 |
+| [Sneakers](http://www.imdb.com/title/tt0105435/) | Thriller/Action | 1992 | 7.1/10 |
+| [The Italian Job](http://www.imdb.com/title/tt0317740/) | Thriller/Action | 2003 | 7.0/10 |
| [Tron](http://www.imdb.com/title/tt0084827/) | Action/Adventure | 1982 | 6.8/10 |
| [Tron: Legacy](http://www.imdb.com/title/tt1104001/) | Action/Adventure | 2010 | 6.8/10 |
-| [The Italian Job](http://www.imdb.com/title/tt0317740/) | Thriller/Action | 2003 | 7.0/10 |
-| [Echelon Conspiracy](http://www.imdb.com/title/tt1124039/) | Action/Crime/Mystery | 2009 | 5.8/10 |
+| [Virtuosity](http://www.imdb.com/title/tt0114857/) | Thriller/Action | 1995 | 5.5/10 |
## Documentaries
| MOVIE | GENRE | YEAR | RATING |
|--------------------------------------------------------------------------------------------|---------------------------|------|--------|
-| [Pirates of Silicon Valley](http://www.imdb.com/title/tt0168122/) | Television Film/Docudrama | 1999 | 7.3/10 |
-| [Freedom Downtime](http://www.imdb.com/title/tt0309614/) | Documentary | 2001 | 7.6/10 |
-| [The Code](http://www.imdb.com/title/tt0315417/) | Documentary | 2001 | 7.5/10 |
-| [Code 2600](http://www.imdb.com/title/tt1830538/) | Documentary | 2012 | 7.4/10 |
-| [Revolution OS](http://www.imdb.com/title/tt0308808/) | Indie Film/Documentary | 2001 | 7.3/10 |
-| [Hackers Are People Too](http://www.imdb.com/title/tt1279942/) | Short Film/Documentary | 2008 | 6.1/10 |
-| [We Are Legion: The Story of the Hacktivists](http://www.imdb.com/title/tt2177843/) | Documentary | 2012 | 7.3/10 |
-| [The KGB, the Computer and Me](http://www.imdb.com/title/tt0308449/) | Documentary | 1990 | 8.3/10 |
-| [Hacking Democracy](http://www.imdb.com/title/tt0808532/) | Documentary | 2006 | 7.9/10 |
+| [BBS: The Documentary](http://www.imdb.com/title/tt0460402/) | Documentary | 2005 | 8.7/10 |
| [Citizenfour](http://www.imdb.com/title/tt4044364/) | Biography/Documentary | 2014 | 8.1/10 |
-| [We Steal Secrets: The Story of WikiLeaks](http://www.imdb.com/title/tt1824254/) | Documentary | 2013 | 6.9/10 |
-| [TPB AFK: The Pirate Bay Away from Keyboard](http://www.imdb.com/title/tt2608732/) | Documentary | 2013 | 7.6/10 |
-| [War for the Web](http://www.imdb.com/title/tt2390367/) | Documentary | 2015 | 7.4/10 |
-| [Downloaded](http://www.imdb.com/title/tt2033981/) | Documentary | 2013 | 6.8/10 |
-| [Steal This Film](http://www.imdb.com/title/tt1422757/) | Short Film/Documentary | 2006 | 7.1/10 |
+| [Code 2600](http://www.imdb.com/title/tt1830538/) | Documentary | 2012 | 7.4/10 |
| [Deep Web](http://www.imdb.com/title/tt3312868/) | Documentary | 2015 | 7.1/10 |
| [DEFCON: The Documentary](http://www.imdb.com/title/tt3010462/) | Documentary | 2013 | 5.7/10 |
| [DSKNECTD](http://www.imdb.com/title/tt2417174/) | Documentary | 2013 | 7.4/10 |
-| [The Hacker Wars](http://www.imdb.com/title/tt4047350/) | Documentary | 2014 | 6.6/10 |
-| [Hackers Wanted](http://www.imdb.com/title/tt2292707/) | Indie Film/Documentary | 2009 | 6.5/10 |
-| [The Secret History Of Hacking](http://www.imdb.com/title/tt2335921/) | Documentary | 2001 | 7.6/10 |
-| [Zero Days](http://www.imdb.com/title/tt5446858/) | Documentary | 2016 | 7.8/10 |
-| [The Singularity](http://www.imdb.com/title/tt2073120/) | Drama/Science Fiction | 2012 | 7.3/10 |
-| [The Internet's Own Boy: The Story of Aaron Swartz](http://www.imdb.com/title/tt3268458/) | Documentary | 2014 | 8.1/10 |
-| [Terms and Conditions May Apply](http://www.imdb.com/title/tt2084953/) | Documentary | 2013 | 7.4/10 |
-| [BBS: The Documentary](http://www.imdb.com/title/tt0460402/) | Documentary | 2005 | 8.7/10 |
+| [Downloaded](http://www.imdb.com/title/tt2033981/) | Documentary | 2013 | 6.8/10 |
+| [Freedom Downtime](http://www.imdb.com/title/tt0309614/) | Documentary | 2001 | 7.6/10 |
| [Good Copy Bad Copy](http://www.imdb.com/title/tt1782451/) | Documentary | 2007 | 7.2/10 |
+| [Hackers Are People Too](http://www.imdb.com/title/tt1279942/) | Short Film/Documentary | 2008 | 6.1/10 |
+| [Hacking Democracy](http://www.imdb.com/title/tt0808532/) | Documentary | 2006 | 7.9/10 |
+| [Hackers Wanted](http://www.imdb.com/title/tt2292707/) | Indie Film/Documentary | 2009 | 6.5/10 |
+| [In the Realm of the Hackers](http://www.imdb.com/title/tt1199631/) | Documentary | 2003 | 7.4/10 |
+| [Indie Game: The Movie](http://www.imdb.com/title/tt1942884/) | Documentary | 2012 | 7.7/10 |
+| [Pirates of Silicon Valley](http://www.imdb.com/title/tt0168122/) | Television Film/Docudrama | 1999 | 7.3/10 |
+| [Plug and Pray](http://www.imdb.com/title/tt1692889/) | Documentary | 2010 | 7.2/10 |
+| [Revolution OS](http://www.imdb.com/title/tt0308808/) | Indie Film/Documentary | 2001 | 7.3/10 |
+| [Silk Road: Drugs, Death and the Dark Web](http://www.imdb.com/title/tt7301126/) | Documentary | 2017 | 7.4/10 |
+| [Softwaring Hard](http://www.imdb.com/title/tt3063636/) | Documentary | 2014 | 8.2/10 |
+| [Steal This Film](http://www.imdb.com/title/tt1422757/) | Short Film/Documentary | 2006 | 7.1/10 |
+| [TPB AFK: The Pirate Bay Away from Keyboard](http://www.imdb.com/title/tt2608732/) | Documentary | 2013 | 7.6/10 |
+| [Terms and Conditions May Apply](http://www.imdb.com/title/tt2084953/) | Documentary | 2013 | 7.4/10 |
+| [The Code](http://www.imdb.com/title/tt0315417/) | Documentary | 2001 | 7.5/10 |
+| [The Hacker Wars](http://www.imdb.com/title/tt4047350/) | Documentary | 2014 | 6.6/10 |
+| [The Internet's Own Boy: The Story of Aaron Swartz](http://www.imdb.com/title/tt3268458/) | Documentary | 2014 | 8.1/10 |
+| [The KGB, the Computer and Me](http://www.imdb.com/title/tt0308449/) | Documentary | 1990 | 8.3/10 |
+| [The Secret History Of Hacking](http://www.imdb.com/title/tt2335921/) | Documentary | 2001 | 7.6/10 |
+| [The Singularity](http://www.imdb.com/title/tt2073120/) | Drama/Science Fiction | 2012 | 7.3/10 |
+| [War for the Web](http://www.imdb.com/title/tt2390367/) | Documentary | 2015 | 7.4/10 |
+| [We Are Legion: The Story of the Hacktivists](http://www.imdb.com/title/tt2177843/) | Documentary | 2012 | 7.3/10 |
+| [We Steal Secrets: The Story of WikiLeaks](http://www.imdb.com/title/tt1824254/) | Documentary | 2013 | 6.9/10 |
+| [Zero Days](http://www.imdb.com/title/tt5446858/) | Documentary | 2016 | 7.8/10 |
# TV Shows
| TITLE | GENRE | YEAR | RATING |
|--------------------------------------------------------------------------------------------|---------------------------|------|--------|
-| [Mr. Robot](http://www.imdb.com/title/tt4158110/) | Thriller/Drama | 2015 | 8.7/10 |
-| [Silicon Valley](http://www.imdb.com/title/tt2575988/) | Comedy | 2014 | 8.5/10 |
-| [The IT Crowd](http://www.imdb.com/title/tt0487831/) | Comedy | 2006 | 8.6/10 |
-| [Halt and Catch Fire](http://www.imdb.com/title/tt2543312/) | Drama | 2014 | 8.3/10 |
-| [Dark Net](http://www.imdb.com/title/tt5397520/) | Documentary Series | 2016 | 7.3/10 |
| [Black Mirror](http://www.imdb.com/title/tt2085059/) | Drama/ Science Fiction | 2011 | 8.9/10 |
+| [CSI: Cyber](http://www.imdb.com/title/tt3560060/) | Crime/Drama/Mystery | 2015 | 5.4/10 |
+| [Dark Net](http://www.imdb.com/title/tt5397520/) | Documentary Series | 2016 | 7.3/10 |
+| [Halt and Catch Fire](http://www.imdb.com/title/tt2543312/) | Drama | 2014 | 8.3/10 |
+| [Mr. Robot](http://www.imdb.com/title/tt4158110/) | Thriller/Drama | 2015 | 8.7/10 |
| [Person of Interest](http://www.imdb.com/title/tt1839578/) | Action/Crime/Drama | 2011 | 8.5/10 |
+| [Scorpion](http://www.imdb.com/title/tt3514324/) | Action/Drama | 2014 | 7.2/10 |
+| [Silicon Valley](http://www.imdb.com/title/tt2575988/) | Comedy | 2014 | 8.5/10 |
+| [The Code](http://www.imdb.com/title/tt3914672/) | Drama | 2014 | 7.6/10 |
+| [The IT Crowd](http://www.imdb.com/title/tt0487831/) | Comedy | 2006 | 8.6/10 |
+| [Westworld](http://www.imdb.com/title/tt0475784/) | Drama/Mystery | 2016 | 9.0/10 |
+| [You Are Wanted](http://www.imdb.com/title/tt5462886/) | Drama/Thriller | 2017 | 6.1/10 |
# Other Cool Lists
@@ -149,4 +172,4 @@ Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https://
# Contributing
-Your contributions are always welcome! Please take a look at the [contribution guidelines](https://github.com/k4m4/movies-for-hackers/blob/master/CONTRIBUTING.md) first.
+Your contributions are always welcome! Please take a look at our [contribution guidelines](https://github.com/k4m4/movies-for-hackers/blob/master/contributing.md) and [code of conduct](https://github.com/k4m4/movies-for-hackers/blob/master/code-of-conduct.md) first.