An open API service indexing awesome lists of open source software.

https://github.com/radthoc/primapp

Symfony2 app that generates a multiplication table of number patterns
https://github.com/radthoc/primapp

prime symfony2

Last synced: about 2 months ago
JSON representation

Symfony2 app that generates a multiplication table of number patterns

Awesome Lists containing this project

README

        

primapp
=======

## Overview

CLI command that generates a multiplication table of the first N numbers on a specified pattern (**prime** by default).

## Usage

php app/console app:number-pattern-table [*length*, *pattern*]

Parameters:
* _length_: how many numbers you want to generate (10 by default)
* _pattern_: by default is prime, and so far the only one implemented

## TODO
Refactor the number series generator to avoid having to iterate number by number.