Giter Site home page Giter Site logo

discomath / discomathweb Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.2 MB

Applications of Discrete Math provided as a web service for educational purposes.

Home Page: https://discomath.github.io/discomathweb/

License: GNU General Public License v3.0

JavaScript 30.05% HTML 2.44% Vue 67.40% CSS 0.11%
discrete-mathematics educational-project prime-factorizations prime-numbers

discomathweb's People

Contributors

dependabot[bot] avatar greenkeeper[bot] avatar vapurrmaid avatar

Watchers

 avatar

discomathweb's Issues

Add Table Summary for Divisibility Test

Is your feature request related to a problem? Please describe.
Divisibility Test Page should show table/summary of divisibility tests

Describe alternatives you've considered
Externally Linking

Additional context
Giving a <select> with well-chosen divisors isn't obvious to someone unfamiliar with the purpose. Can implement general divisibility as well (simply: a % b == 0 ? ... : ... ). Demonstrate/provide background for why it's useful to know the divisibility test for the given numbers.

Restructure Repo

  • stop using dev and master branches --> start using master and gh-pages
  • remove travis in favour of GH actions
  • update labels
  • update PR and issue templates

Add Fundamental Theorem of Arithmetic

In the definition of prime factorization, the fundamental theorem of Arithmetic is left out!

<MathDefinition>
Every natural number can be expressed in exactly one way as a product of primes.
This unique product of primes is called the <span class="bold">prime factorization</span>.
</MathDefinition>

Theorem (Ref):

In number theory, the fundamental theorem of arithmetic, also called the unique factorization theorem or the unique-prime-factorization theorem, states that every integer greater than 1 either is a prime number itself or can be represented as the product of prime numbers and that, moreover, this representation is unique, up to (except for) the order of the factors

An in-range update of eslint is breaking the build 🚨

The devDependency eslint was updated from 5.15.3 to 5.16.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v5.16.0
  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#11567) (Kevin Partington)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#11566) (Ilya Volodin)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#11548) (Oliver Joseph Ash)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#11551) (Chris Meyer)
  • b452f27 Chore: Update README to pull in reviewer data (#11506) (Nicholas C. Zakas)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) (Vernon de Goede)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#11532) (Toru Nagashima)
  • f16af43 Chore: fix formatters/table test (#11534) (Toru Nagashima)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#11528) (Teddy Katz)
Commits

The new version differs by 11 commits.

  • ded2f94 5.16.0
  • ea36e13 Build: changelog update for 5.16.0
  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#11567)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#11566)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#11548)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#11551)
  • b452f27 Chore: Update README to pull in reviewer data (#11506)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#11532)
  • f16af43 Chore: fix formatters/table test (#11534)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#11528)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Move "2 is the only even prime" to Remark section

Move the following:

<p class="flow-text">
2 is the only even prime number.
</p>

Here (or create a 2nd MathRemark):

<MathRemark>
<p>
The number <code>1</code> is neither prime nor composite.
See <a title="Stack Exchange Why is 1 Not Prime?" href="https://math.stackexchange.com/questions/120/why-is-1-not-a-prime-number">this question</a> on Math Stack Exchange.
</p>
</MathRemark>

An in-range update of @vue/cli-service is breaking the build 🚨

The devDependency @vue/cli-service was updated from 3.5.2 to 3.5.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli-service is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 6 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @vue/cli-plugin-babel is breaking the build 🚨

The devDependency @vue/cli-plugin-babel was updated from 3.5.3 to 3.5.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli-plugin-babel is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 6 commits.

  • d037fbb v3.5.4
  • 5eb1425 fix(generator): add core-js as direct dependency of generated projects (#3736)
  • 9bdff3b fix: should not use abosulte polyfill paths when absoluteRuntime is on (#3732)
  • b987969 fix: should not add polyfills from transform-runtime plugin (#3730)
  • eeb350e chore: [email protected]
  • 3f14550 chore: 3.5.3 changelog [ci skip]

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.