Skip to content

Instantly share code, notes, and snippets.

@Xenonym
Xenonym / checklist.md
Last active April 14, 2018 19:46
CS2103 v1.5 Submission Checklist

On GitHub

Test data

  • Testing data added to src\test\data\ManualTesting\[TEAM_ID][TEAM_NAME]SampleData.xml
    • Testing data contains >= 20 items
  • Testing script added to src\test\data\ManualTesting\[TEAM_ID][TEAM_NAME]TestScript.adoc
    • Starts with how to load sample data
    • Covers all functionality of the product
    • Grouped by functionality
    • Specify command to type and expected results (screenshots optional)
  • Limit to ~20 minutes of testing
@Xenonym
Xenonym / cs2103-phaseB-labels.json
Created September 16, 2017 13:02
CS2103 Phase B GitHub Labels
[
{
"name": "priority.high",
"color": "#eb6420"
},
{
"name": "priority.low",
"color": "#009800"
},
{
@Xenonym
Xenonym / usp-oweek2017-oraclemachine.py
Created August 1, 2017 14:29
USP Oweek 2017 Amazing Race: The Oracle Machine
#!/usr/bin/env python3
import cmd
import readline
class QuizShell(cmd.Cmd):
intro = "Welcome to the ASTRON database.\nYou are now connected as <unknown_user>.\n\nFor help, type 'help' or '?'.\n"
prompt = "ast.unk > "
entries = { "ad_herennium": "4334445",
"secret.hidden": "672839",