duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
a4b.amazonaws.com | |
access-analyzer.amazonaws.com | |
account.amazonaws.com | |
acm-pca.amazonaws.com | |
acm.amazonaws.com | |
airflow-env.amazonaws.com | |
airflow.amazonaws.com | |
alexa-appkit.amazon.com | |
alexa-connectedhome.amazon.com | |
amazonmq.amazonaws.com |
<?php | |
/* | |
* Now with uniform variable syntax (https://wiki.php.net/rfc/uniform_variable_syntax) | |
* We can do this nice things like in others languages. | |
* | |
* Tested in: | |
* $ php -v | |
* > PHP 7.0.0-dev (cli) (built: Feb 11 2015 02:07:44) | |
* > Copyright (c) 1997-2015 The PHP Group | |
* > Zend Engine v3.0.0-dev, Copyright (c) 1998-2015 Zend Technologies |
# Make sure the prerequisites are installed. | |
sudo apt-get -y install autoconf automake curl build-essential libxslt1-dev re2c libxml2-dev bison | |
# If don't have installed php use: | |
sudo apt-get install php5 php5-dev php-pear php5-mysql php5-intl php5-mcrypt php5-sqlite php5-xdebug php5-xmlrpc php5-xsl php5-xcache php5-memcache libxslt1-dev | |
# Install php archiver | |
sudo pear install PHP_Archive-alpha | |
# Install PHP 5 dependencies. |
# Outputs the reading time | |
# Read this in “about 4 minutes” | |
# Put into your _plugins dir in your Jekyll site | |
# Usage: Read this in about {{ page.content | reading_time }} | |
module ReadingTimeFilter | |
def reading_time( input ) | |
words_per_minute = 180 |