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
- Host: GitHub
- URL: https://github.com/radthoc/primapp
- Owner: radthoc
- Created: 2017-05-04T21:32:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T16:46:47.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T00:11:19.396Z (3 months ago)
- Topics: prime, symfony2
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.