Skip to content

hemmerling/codingdojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codingdojo

All my Coding Dojo / Coding Kata / Randori / Code Retreat and Object Calisthenics exercises... ( with some programming languages and on some software platforms )

To be honest, I didn't always follow rule "Please delete your code!" at the end of a CodeRetreat session :-).

If not otherwide noted, software of this project is released by the Apache 2.0 license.

Game of Life at Code Retreats

FizzBuzz

  • The C# application "FizzBuzz" with test framework "Visual Studio Unit Testing Framework" ( "MS Unit Test" / "MS Unit Testing" / "MS Test" )
  • The C# application "FizzBuzz" with test framework "NUnit" ( http://www.github.com/nunit/nunitv2/ ), for use with the free "Visual Studio Express 2013"
    • If you set the startup project to "FizzBuzz", you may execute the external NUnit testrunner GUI, by executing the application
    • If you set the startup project to the testrunner "TestRunner", you may debug your NUnit tests by using the NUnit command line version, by executing the application
  • The Java application "FizzBuzz" with test framework "JUnit" ( http://www.junit.org/ ).
  • The Powershell application "FizzBuzz" with test framework "Jester" ( http://www.github.com/mbergal/Jester ).
  • The Powershell application "FizzBuzz" with test framework "Pester" ( http://www.github.com/pester/Pester ).
  • The Powershell application "FizzBuzz" with test framework "PSTest" ( http://www.github.com/knutkj/pstest/ ).
  • The Powershell application "FizzBuzz" with test framework "PSUnit" by tellingmachine ( http://www.github.com/tellingmachine/PSUnit ).
  • The Powershell application "FizzBuzz" with test framework "PSUnit" by lidingshan ( http://www.github.com/lidingshan/PSUnit ). Right now, as of 2015-06, PSUnit may not handle the comments in test scripts. So even if one function has been commented, like ”# function test_add()”, PSUnit will still run this test.
  • The Ruby application "FizzBuzz"

Mini Calc for ASP.NET

  • "Test Run" by James McCaffrey. Code & Tutorial at Microsoft MSDN Magazine "Web UI Automation with Windows PowerShell". Download of Windows application “TestRun2008_03.exe”.
  • My contribution is an updated web application configuration file, "Web.config", suitable to run the web application to be tested on Win8.1 with its IIS
    • What is where?:
    • I created 2 versions:
      • Directory "dotnet20" with a "Web.config" for use in .NET 2.0 application compatibility mode.
      • Directory "dotnet40" with a "Web.config" for use with current .NET 4.0 application mode.
  • Microsoft EULA license.

Price Calculator

  • The Python application "Price Calculator", an "Elephant Carpaccio Exercise", designed according to the "Story Slicing" approach.

Robocode

Web Application Test Automation

Roman Number Converter

  • The Python application "Roman Number Converter" with standard Python test framework "unittest"

Trivia at a Legacy Code Retreat

  • The Java application "Trivia" with test framework "JUnit"
  • The Python application "Trivia" with standard test framework "unittest".
  • See http://github.com/jbrains/trivia

Resources

About

All my Coding Dojo / Coding Kata / Randori / Code Retreat and Object Calisthenics exercises...( with some programming languages and on some software platforms )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published