https://github.com/cheminfo/playground
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.4%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: cheminfo
- License: mit
- Language: JavaScript
- Default Branch: master
- Size: 54.7 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 7 years ago
· Last pushed over 7 years ago
Metadata Files
Readme
License
README.md
Playground
Installation
- Fork this project from github
- Create the project
- Make a pull request
Goal
Create a library that will export 2 functions:
isPrimeNumber(number)
Returns true / false depending if the number is prime of not
- Should throw an error if the number is negative
- Should have a coverage of 100%
getNthPrimeNumber(number)
Returns the nth prime number. For example I would like to know what is the 100000th prime number. This is a good test for speed and thinking about algorithm improvement.
Some nice resources
https://eloquentjavascript.net
Installing developement environment
- Install
nvm nvm install stable- Install
vscode - Install vscode plugins:
- eslint
- prettier
- liveserver
- Bracket Pir Coloring
- Code Spell Checker
- GitHub Pull Requests
- GitLens
- Markdown Preview
- Settings Sync (if you work on many computers)
- VS live share (allows to share your code)
change settings in vscode
- "files.autoSave": "onFocusChange"
- "prettier.eslintIntegration": true,
- "editor.formatOnSave": true
https://raw.githubusercontent.com/frontarm/async-javascript-cheatsheet/master/async-cheatsheet.png
Owner
- Name: Cheminfo
- Login: cheminfo
- Kind: organization
- Website: https://www.cheminfo.org/
- Repositories: 242
- Profile: https://github.com/cheminfo
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 3 months
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- cartovarc (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
package-lock.json
npm
- 595 dependencies
package.json
npm
- codecov ^3.1.0 development
- eslint ^5.7.0 development
- eslint-config-cheminfo ^1.18.0 development
- eslint-plugin-import ^2.14.0 development
- eslint-plugin-jest ^21.26.1 development
- jest ^23.6.0 development
- npm-run-all ^4.1.3 development