Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevejpurves/katas
Katas and my solutions
https://github.com/stevejpurves/katas
Last synced: about 1 month ago
JSON representation
Katas and my solutions
- Host: GitHub
- URL: https://github.com/stevejpurves/katas
- Owner: stevejpurves
- Created: 2013-07-15T20:18:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-06T15:00:12.000Z (almost 11 years ago)
- Last Synced: 2024-10-24T08:56:16.263Z (about 2 months ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A bunch of kata solutions, either mine to group work in one of our local coding dojos
* numbers_to_words - convert english words into their respective integers
* prime_factors - factorise a number into its prime factors
* string_calc - output from coding dojo on http://osherove.com/tdd-kata-1/