![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Given a 1RM, generate a 4 week 5/3/1 cycle.
$ npm install 531
fto(max, [options])
-> Array
Given a max
(Number), generates an array of weeks. Each week has:
name
: The name of the week, e.g. "Week 1"sets
: An Array
of setsEach set has:
ratio
: (Number) The ratio of the 90% 1RM to use for that setrepetitions
: (Number) The number of repetitions to performweight
: (Number) The total weight to usemax
: (Boolean) Whether that set should be performed for the maximum number of sets possibleoptions
may contain:
round
: Defaults to 'down'
. Set to 'up'
to round up to the nearest incrementincrement
: Defaults to 5
. Sets the increment to use when rounding weights.use90
: Defaults to true
. Set to false
to use 100% of your 1RM for calculations.var fto = require('531');
var cycle = fto(455);
console.log('Next cycle, my first deadlift will be:', cycle[0].sets[0].weight, 'lbs');
FAQs
Given a 1RM, generate a 4 week 5/3/1 cycle
The npm package 531 receives a total of 0 weekly downloads. As such, 531 popularity was classified as not popular.
We found that 531 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.