Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hgwood/hash-code-2016-qualification
Hash Code 2016 Qualification Round - Team 'No For No While'
https://github.com/hgwood/hash-code-2016-qualification
Last synced: 25 days ago
JSON representation
Hash Code 2016 Qualification Round - Team 'No For No While'
- Host: GitHub
- URL: https://github.com/hgwood/hash-code-2016-qualification
- Owner: hgwood
- License: mit
- Created: 2016-02-07T11:12:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T22:33:05.000Z (over 8 years ago)
- Last Synced: 2024-05-01T22:11:33.581Z (6 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hash-code-2016-qualification
Hash Code 2016 Qualification Round - Team 'No For No While'
## Commands
- zip sources for submissions: `npm run zip` or Ctrl+Shift+B in VS Code
- zip file is created in `./.builds`
- run linter: `npm run lint` or install eslint plugin for the editor
- run tests: `npm test` or Ctrl+Shift+T in VS Code
- run solver: `npm start` or F5 in VS Code## Rex
- Parse line to object of ints
- Parse line to array of ints
- Asserts before write
- Asserts after read
- Other inline asserts, they're shorter to write than tests
- Smaller functions
- Args to npm start to choose input files
- Builds in separate folders with corresponding output files