9967819 / free-neurosecurity-quotes

A curated list of historical quotes on human neurosecurity.

Home Page:https://open-neurosecurity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

free-neurosecurity-quotes

A curated list of historic quotes on free human neurosecurity.

Usage examples

Getting a random quote in PHP using the local fs:

$randomizer = new Random\Randomizer();
$url = '/home/www/static/freethinking.md'; # avoid making useless dns queries
$data = $randomizer->shuffleArray(file($url));
$int = $randomizer->getInt(1, count($data) - 1);
$q = $data[$int];

License

GPL version 3 or later

Maintainer

Etienne Robillard smart@open-neurosecurity.org

About

A curated list of historical quotes on human neurosecurity.

https://open-neurosecurity.org

License:GNU General Public License v3.0