Skip to content

zlopid/practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

Repository files navigation

Coding practice

"How do you get to be a great musician? It helps to know the theory, and to understand the mechanics of your instrument. It helps to have talent. But ultimately, greatness comes from practicing; applying the theory over and over again, using feedback to get better every time." - Dave Thomas, Code Kata

These pieces of code are my practice: small problems done to keep myself sharp.

Organization

Each problem is stored in a separate branch in this repository. I've tried to keep dependencies to a minimum so that these are easy to pick up and play with on any machine that can compile them.

In many cases, this means doing without a testing library. To keep things compact, when I'm not using a testing library, the tests run in the main program and output in the TestAnything Protocol (TAP). TAP lists the test results, one per line, with either "ok" for a passing test or "not ok" for a failing test, then the test number, then a description of the test.

Copyright (c) 2011 Aaron Fetterman

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Coding practice, katas, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published