@cyrilverloop/codingame-configuration 1.2.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +73 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/code/CGCode.js +6 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/code/CGCode.php +7 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/config.json +33 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/01 - test 1.txt +1 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/02 - test 2.txt +1 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/03 - test 3.txt +1 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/04 - test 4.txt +1 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/05 - test 5.txt +1 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/01 - test 1.txt +11 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/02 - test 2.txt +11 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/03 - test 3.txt +11 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/04 - test 4.txt +11 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/05 - test 5.txt +11 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/code/CGCode.js +9 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/code/CGCode.php +11 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/config.json +33 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/01 - test 1.txt +11 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/02 - test 2.txt +16 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/03 - test 3.txt +16 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/04 - test 4.txt +21 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/05 - test 5.txt +31 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/01 - test 1.txt +10 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/02 - test 2.txt +15 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/03 - test 3.txt +15 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/04 - test 4.txt +20 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/05 - test 5.txt +30 -0
- package/config/easy/AnagramToBreakTheCode/code/CGCode.js +7 -0
- package/config/easy/AnagramToBreakTheCode/code/CGCode.php +8 -0
- package/config/easy/AnagramToBreakTheCode/config.json +58 -0
- package/config/easy/AnagramToBreakTheCode/input/01 - Sample.txt +2 -0
- package/config/easy/AnagramToBreakTheCode/input/02 - 5 letters + punctuation mark.txt +2 -0
- package/config/easy/AnagramToBreakTheCode/input/03 - 4 letters + punctuation mark.txt +2 -0
- package/config/easy/AnagramToBreakTheCode/input/04 - 7 letters + duplicate anagram.txt +2 -0
- package/config/easy/AnagramToBreakTheCode/input/05 - impossible.txt +2 -0
- package/config/easy/AnagramToBreakTheCode/input/06 - 8 letters + case sensitives anagram.txt +2 -0
- package/config/easy/AnagramToBreakTheCode/input/07 - 9 letters + the key + 1 anagram in same sentence.txt +2 -0
- package/config/easy/AnagramToBreakTheCode/input/08 - random words no sense.txt +2 -0
- package/config/easy/AnagramToBreakTheCode/input/09 - no word before anagram.txt +2 -0
- package/config/easy/AnagramToBreakTheCode/input/10 - no word after key.txt +2 -0
- package/config/easy/AnagramToBreakTheCode/output/01 - Sample.txt +1 -0
- package/config/easy/AnagramToBreakTheCode/output/02 - 5 letters + punctuation mark.txt +1 -0
- package/config/easy/AnagramToBreakTheCode/output/03 - 4 letters + punctuation mark.txt +1 -0
- package/config/easy/AnagramToBreakTheCode/output/04 - 7 letters + duplicate anagram.txt +1 -0
- package/config/easy/AnagramToBreakTheCode/output/05 - impossible.txt +1 -0
- package/config/easy/AnagramToBreakTheCode/output/06 - 8 letters + case sensitives anagram.txt +1 -0
- package/config/easy/AnagramToBreakTheCode/output/07 - 9 letters + the key + 1 anagram in same sentence.txt +1 -0
- package/config/easy/AnagramToBreakTheCode/output/08 - random words no sense.txt +1 -0
- package/config/easy/AnagramToBreakTheCode/output/09 - no word before anagram.txt +1 -0
- package/config/easy/AnagramToBreakTheCode/output/10 - no word after key.txt +1 -0
- package/config/easy/AnotherRoadConstructionSite1/code/CGCode.js +14 -0
- package/config/easy/AnotherRoadConstructionSite1/code/CGCode.php +18 -0
- package/config/easy/AnotherRoadConstructionSite1/config.json +28 -0
- package/config/easy/AnotherRoadConstructionSite1/input/01 - Little annoyance.txt +3 -0
- package/config/easy/AnotherRoadConstructionSite1/input/02 - Like stopping for a coffee.txt +5 -0
- package/config/easy/AnotherRoadConstructionSite1/input/03 - Cote d/342/200/230Azur.txt" +27 -0
- package/config/easy/AnotherRoadConstructionSite1/input/04 - Genova - Roma.txt +24 -0
- package/config/easy/AnotherRoadConstructionSite1/output/03 - Cote d/342/200/230Azur.txt" +1 -0
- package/config/easy/AnotherRoadConstructionSite1/output/04 - Genova - Roma.txt +1 -0
- package/config/easy/BattleOfHeroes/code/CGCode.js +7 -0
- package/config/easy/BattleOfHeroes/code/CGCode.php +8 -0
- package/config/easy/BattleOfHeroes/config.json +33 -0
- package/config/easy/BattleOfHeroes/input/01 - Minotaur vs. Unicorn.txt +2 -0
- package/config/easy/BattleOfHeroes/input/02 - Flawless victory!.txt +2 -0
- package/config/easy/BattleOfHeroes/input/03 - Range battle.txt +2 -0
- package/config/easy/BattleOfHeroes/input/04 - Rebel scum.txt +2 -0
- package/config/easy/BattleOfHeroes/input/05 - Deadly strike-back.txt +2 -0
- package/config/easy/BattleOfHeroes/output/01 - Minotaur vs. Unicorn.txt +33 -0
- package/config/easy/BattleOfHeroes/output/02 - Flawless victory!.txt +5 -0
- package/config/easy/BattleOfHeroes/output/03 - Range battle.txt +36 -0
- package/config/easy/BattleOfHeroes/output/04 - Rebel scum.txt +29 -0
- package/config/easy/BattleOfHeroes/output/05 - Deadly strike-back.txt +8 -0
- package/config/easy/BlackjackSolver/code/CGCode.js +7 -0
- package/config/easy/BlackjackSolver/code/CGCode.php +8 -0
- package/config/easy/BlackjackSolver/config.json +58 -0
- package/config/easy/BlackjackSolver/input/01 - No 10 cards.txt +2 -0
- package/config/easy/BlackjackSolver/input/02 - With 10 cards.txt +2 -0
- package/config/easy/BlackjackSolver/input/03 - Draw.txt +2 -0
- package/config/easy/BlackjackSolver/input/04 - With Ace.txt +2 -0
- package/config/easy/BlackjackSolver/input/05 - Too much.txt +2 -0
- package/config/easy/BlackjackSolver/input/06 - Not too much with Ace.txt +2 -0
- package/config/easy/BlackjackSolver/input/07 - Blackjack!.txt +2 -0
- package/config/easy/BlackjackSolver/input/08 - Blackjack draw.txt +2 -0
- package/config/easy/BlackjackSolver/input/09 - Multiple Aces.txt +2 -0
- package/config/easy/BlackjackSolver/input/10 - Both too much.txt +2 -0
- package/config/easy/BlackjackSolver/output/01 - No 10 cards.txt +1 -0
- package/config/easy/BlackjackSolver/output/02 - With 10 cards.txt +1 -0
- package/config/easy/BlackjackSolver/output/03 - Draw.txt +1 -0
- package/config/easy/BlackjackSolver/output/04 - With Ace.txt +1 -0
- package/config/easy/BlackjackSolver/output/05 - Too much.txt +1 -0
- package/config/easy/BlackjackSolver/output/06 - Not too much with Ace.txt +1 -0
- package/config/easy/BlackjackSolver/output/07 - Blackjack!.txt +1 -0
- package/config/easy/BlackjackSolver/output/08 - Blackjack draw.txt +1 -0
- package/config/easy/BlackjackSolver/output/09 - Multiple Aces.txt +1 -0
- package/config/easy/BlackjackSolver/output/10 - Both too much.txt +1 -0
- package/config/easy/BuildABookcase/code/CGCode.js +8 -0
- package/config/easy/BuildABookcase/code/CGCode.php +9 -0
- package/config/easy/BuildABookcase/config.json +43 -0
- package/config/easy/BuildABookcase/input/01 - test 1.txt +3 -0
- package/config/easy/BuildABookcase/input/02 - test 2.txt +3 -0
- package/config/easy/BuildABookcase/input/03 - test 3.txt +3 -0
- package/config/easy/BuildABookcase/input/04 - test 4.txt +3 -0
- package/config/easy/BuildABookcase/input/05 - test 5.txt +3 -0
- package/config/easy/BuildABookcase/input/06 - test 6.txt +3 -0
- package/config/easy/BuildABookcase/input/07 - test 7.txt +3 -0
- package/config/easy/BuildABookcase/output/01 - test 1.txt +8 -0
- package/config/easy/BuildABookcase/output/02 - test 2.txt +11 -0
- package/config/easy/BuildABookcase/output/03 - test 3.txt +10 -0
- package/config/easy/BuildABookcase/output/04 - test 4.txt +31 -0
- package/config/easy/BuildABookcase/output/05 - test 5.txt +100 -0
- package/config/easy/BuildABookcase/output/06 - test 6.txt +30 -0
- package/config/easy/BuildABookcase/output/07 - test 7.txt +3 -0
- package/config/easy/CardCountingwhenEasilyDistracted/code/CGCode.js +7 -0
- package/config/easy/CardCountingwhenEasilyDistracted/code/CGCode.php +8 -0
- package/config/easy/CardCountingwhenEasilyDistracted/config.json +133 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/01 - test 1.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/02 - test 2.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/03 - test 3.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/04 - test 4.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/05 - test 5.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/06 - test 6.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/07 - test 7.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/08 - test 8.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/09 - test 9.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/10 - test 10.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/11 - test 11.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/12 - test 12.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/13 - test 13 Not a chance.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/14 - test 14.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/15 - test 15.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/16 - test 16 For sure.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/17 - test 17.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/18 - test 18.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/19 - test 19.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/20 - test 20 Anything but 10.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/21 - test 21.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/22 - test 22.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/23 - test 23.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/24 - test 24.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/25 - test 25.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/01 - test 1.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/02 - test 2.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/03 - test 3.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/04 - test 4.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/05 - test 5.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/06 - test 6.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/07 - test 7.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/08 - test 8.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/09 - test 9.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/10 - test 10.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/11 - test 11.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/12 - test 12.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/13 - test 13 Not a chance.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/14 - test 14.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/15 - test 15.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/16 - test 16 For sure.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/17 - test 17.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/18 - test 18.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/19 - test 19.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/20 - test 20 Anything but 10.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/21 - test 21.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/22 - test 22.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/23 - test 23.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/24 - test 24.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/25 - test 25.txt +1 -0
- package/config/easy/CheapChoices/code/CGCode.js +13 -0
- package/config/easy/CheapChoices/code/CGCode.php +16 -0
- package/config/easy/CheapChoices/config.json +43 -0
- package/config/easy/CheapChoices/input/01 - Simple Case.txt +7 -0
- package/config/easy/CheapChoices/input/02 - More People.txt +12 -0
- package/config/easy/CheapChoices/input/03 - No Items.txt +6 -0
- package/config/easy/CheapChoices/input/04 - Same Order.txt +12 -0
- package/config/easy/CheapChoices/input/05 - More Items.txt +13 -0
- package/config/easy/CheapChoices/input/06 - Sold Out.txt +21 -0
- package/config/easy/CheapChoices/input/07 - Busy Day.txt +29 -0
- package/config/easy/CheapChoices/output/01 - Simple Case.txt +2 -0
- package/config/easy/CheapChoices/output/02 - More People.txt +6 -0
- package/config/easy/CheapChoices/output/03 - No Items.txt +4 -0
- package/config/easy/CheapChoices/output/04 - Same Order.txt +6 -0
- package/config/easy/CheapChoices/output/05 - More Items.txt +4 -0
- package/config/easy/CheapChoices/output/06 - Sold Out.txt +11 -0
- package/config/easy/CheapChoices/output/07 - Busy Day.txt +15 -0
- package/config/easy/Codongame/code/CGCode.js +76 -0
- package/config/easy/Codongame/code/CGCode.php +78 -0
- package/config/easy/Codongame/config.json +58 -0
- package/config/easy/Codongame/input/01 - Example.txt +7 -0
- package/config/easy/Codongame/input/02 - Endings.txt +4 -0
- package/config/easy/Codongame/input/03 - Small.txt +13 -0
- package/config/easy/Codongame/input/04 - Correct length.txt +11 -0
- package/config/easy/Codongame/input/05 - Hidden messages.txt +7 -0
- package/config/easy/Codongame/input/06 - Alien rna.txt +12 -0
- package/config/easy/Codongame/input/07 - Lots of noise.txt +6 -0
- package/config/easy/Codongame/input/08 - Random 1.txt +11 -0
- package/config/easy/Codongame/input/09 - Random 2.txt +6 -0
- package/config/easy/Codongame/input/10 - ShakespeareanRag.txt +7 -0
- package/config/easy/Codongame/output/01 - Example.txt +6 -0
- package/config/easy/Codongame/output/02 - Endings.txt +3 -0
- package/config/easy/Codongame/output/03 - Small.txt +12 -0
- package/config/easy/Codongame/output/04 - Correct length.txt +10 -0
- package/config/easy/Codongame/output/05 - Hidden messages.txt +6 -0
- package/config/easy/Codongame/output/06 - Alien rna.txt +11 -0
- package/config/easy/Codongame/output/07 - Lots of noise.txt +5 -0
- package/config/easy/Codongame/output/08 - Random 1.txt +10 -0
- package/config/easy/Codongame/output/09 - Random 2.txt +5 -0
- package/config/easy/Codongame/output/10 - ShakespeareanRag.txt +6 -0
- package/config/easy/CountYourCoins/code/CGCode.js +15 -0
- package/config/easy/CountYourCoins/code/CGCode.php +18 -0
- package/config/easy/CountYourCoins/config.json +43 -0
- package/config/easy/CountYourCoins/input/01 - Easy !.txt +4 -0
- package/config/easy/CountYourCoins/input/02 - It/342/200/231s obviously way too much !.txt" +4 -0
- package/config/easy/CountYourCoins/input/03 - It/342/200/231s way too much.. But less obvious.txt" +4 -0
- package/config/easy/CountYourCoins/input/04 - Two coin types.txt +4 -0
- package/config/easy/CountYourCoins/input/05 - That/342/200/231s hard to evaluate....txt" +4 -0
- package/config/easy/CountYourCoins/input/06 - Why do I have so many different coins.txt +4 -0
- package/config/easy/CountYourCoins/input/07 - How does this even fit in my pocket.txt +4 -0
- package/config/easy/CountYourCoins/output/01 - Easy !.txt +1 -0
- package/config/easy/CountYourCoins/output/02 - It/342/200/231s obviously way too much !.txt" +1 -0
- package/config/easy/CountYourCoins/output/03 - It/342/200/231s way too much.. But less obvious.txt" +1 -0
- package/config/easy/CountYourCoins/output/04 - Two coin types.txt +1 -0
- package/config/easy/CountYourCoins/output/05 - That/342/200/231s hard to evaluate....txt" +1 -0
- package/config/easy/CountYourCoins/output/06 - Why do I have so many different coins.txt +1 -0
- package/config/easy/CountYourCoins/output/07 - How does this even fit in my pocket.txt +1 -0
- package/config/easy/CreateTurnHereSigns/code/CGCode.js +6 -0
- package/config/easy/CreateTurnHereSigns/code/CGCode.php +7 -0
- package/config/easy/CreateTurnHereSigns/config.json +73 -0
- package/config/easy/CreateTurnHereSigns/input/01 - test 1.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/02 - test 2.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/03 - test 3.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/04 - test 4.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/05 - test 5.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/06 - test 6.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/07 - test 7.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/08 - test 8.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/09 - test 9.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/10 - test 10.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/11 - test 11.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/12 - test 12.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/13 - test 13.txt +1 -0
- package/config/easy/CreateTurnHereSigns/output/01 - test 1.txt +9 -0
- package/config/easy/CreateTurnHereSigns/output/02 - test 2.txt +11 -0
- package/config/easy/CreateTurnHereSigns/output/03 - test 3.txt +13 -0
- package/config/easy/CreateTurnHereSigns/output/04 - test 4.txt +7 -0
- package/config/easy/CreateTurnHereSigns/output/05 - test 5.txt +19 -0
- package/config/easy/CreateTurnHereSigns/output/06 - test 6.txt +27 -0
- package/config/easy/CreateTurnHereSigns/output/07 - test 7.txt +21 -0
- package/config/easy/CreateTurnHereSigns/output/08 - test 8.txt +11 -0
- package/config/easy/CreateTurnHereSigns/output/09 - test 9.txt +17 -0
- package/config/easy/CreateTurnHereSigns/output/10 - test 10.txt +5 -0
- package/config/easy/CreateTurnHereSigns/output/11 - test 11.txt +7 -0
- package/config/easy/CreateTurnHereSigns/output/12 - test 12.txt +5 -0
- package/config/easy/CreateTurnHereSigns/output/13 - test 13.txt +7 -0
- package/config/easy/DigitalScoreboard/code/CGCode.js +8 -0
- package/config/easy/DigitalScoreboard/code/CGCode.php +10 -0
- package/config/easy/DigitalScoreboard/config.json +48 -0
- package/config/easy/DigitalScoreboard/input/01 - Addition Only - Test 1.txt +23 -0
- package/config/easy/DigitalScoreboard/input/02 - Subtraction Only - Test 2.txt +23 -0
- package/config/easy/DigitalScoreboard/input/03 - test 3.txt +23 -0
- package/config/easy/DigitalScoreboard/input/04 - test 4.txt +23 -0
- package/config/easy/DigitalScoreboard/input/05 - test 5.txt +23 -0
- package/config/easy/DigitalScoreboard/input/06 - Nothing ever changes - Test 6.txt +23 -0
- package/config/easy/DigitalScoreboard/input/07 - test 7.txt +23 -0
- package/config/easy/DigitalScoreboard/input/08 - For Rafarafa - Test 8.txt +23 -0
- package/config/easy/DigitalScoreboard/output/01 - Addition Only - Test 1.txt +1 -0
- package/config/easy/DigitalScoreboard/output/02 - Subtraction Only - Test 2.txt +1 -0
- package/config/easy/DigitalScoreboard/output/03 - test 3.txt +1 -0
- package/config/easy/DigitalScoreboard/output/04 - test 4.txt +1 -0
- package/config/easy/DigitalScoreboard/output/05 - test 5.txt +1 -0
- package/config/easy/DigitalScoreboard/output/06 - Nothing ever changes - Test 6.txt +1 -0
- package/config/easy/DigitalScoreboard/output/07 - test 7.txt +1 -0
- package/config/easy/DigitalScoreboard/output/08 - For Rafarafa - Test 8.txt +1 -0
- package/config/easy/DisorderedFirstContact/config.json +1 -1
- package/config/easy/EmbeddedChessboards/code/CGCode.js +12 -0
- package/config/easy/EmbeddedChessboards/code/CGCode.php +11 -0
- package/config/easy/EmbeddedChessboards/config.json +28 -0
- package/config/easy/EmbeddedChessboards/input/01 - Small Painting.txt +6 -0
- package/config/easy/EmbeddedChessboards/input/02 - Bigger Painting.txt +6 -0
- package/config/easy/EmbeddedChessboards/input/03 - Random 1.txt +51 -0
- package/config/easy/EmbeddedChessboards/input/04 - Random 2.txt +51 -0
- package/config/easy/EmbeddedChessboards/output/01 - Small Painting.txt +5 -0
- package/config/easy/EmbeddedChessboards/output/02 - Bigger Painting.txt +5 -0
- package/config/easy/EmbeddedChessboards/output/03 - Random 1.txt +50 -0
- package/config/easy/EmbeddedChessboards/output/04 - Random 2.txt +50 -0
- package/config/easy/EscapeTheMadness/code/CGCode.js +6 -0
- package/config/easy/EscapeTheMadness/code/CGCode.php +7 -0
- package/config/easy/EscapeTheMadness/config.json +58 -0
- package/config/easy/EscapeTheMadness/input/01 - Only C-style trigraphs.txt +1 -0
- package/config/easy/EscapeTheMadness/input/02 - C-style trigraphs with unsupported characters.txt +1 -0
- package/config/easy/EscapeTheMadness/input/03 - Only backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/input/04 - Combined trigraphs and backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/input/05 - No double backslash escape sequence evaluation.txt +1 -0
- package/config/easy/EscapeTheMadness/input/06 - Only HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/input/07 - Only known HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/input/08 - No double evaluation of HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/input/09 - HTML entities must be rendered after backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/input/10 - All together now!.txt +1 -0
- package/config/easy/EscapeTheMadness/output/01 - Only C-style trigraphs.txt +1 -0
- package/config/easy/EscapeTheMadness/output/02 - C-style trigraphs with unsupported characters.txt +1 -0
- package/config/easy/EscapeTheMadness/output/03 - Only backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/output/04 - Combined trigraphs and backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/output/05 - No double backslash escape sequence evaluation.txt +1 -0
- package/config/easy/EscapeTheMadness/output/06 - Only HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/output/07 - Only known HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/output/08 - No double evaluation of HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/output/09 - HTML entities must be rendered after backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/output/10 - All together now!.txt +1 -0
- package/config/easy/EuclidsAlgorithm/code/CGCode.js +8 -0
- package/config/easy/EuclidsAlgorithm/code/CGCode.php +7 -0
- package/config/easy/EuclidsAlgorithm/config.json +28 -0
- package/config/easy/EuclidsAlgorithm/input/01 - 25 3.txt +1 -0
- package/config/easy/EuclidsAlgorithm/input/02 - 50 14.txt +1 -0
- package/config/easy/EuclidsAlgorithm/input/03 - 115 47.txt +1 -0
- package/config/easy/EuclidsAlgorithm/input/04 - 4857 147.txt +1 -0
- package/config/easy/EuclidsAlgorithm/output/01 - 25 3.txt +3 -0
- package/config/easy/EuclidsAlgorithm/output/02 - 50 14.txt +5 -0
- package/config/easy/EuclidsAlgorithm/output/03 - 115 47.txt +5 -0
- package/config/easy/EuclidsAlgorithm/output/04 - 4857 147.txt +4 -0
- package/config/easy/FoldingPaper/code/CGCode.js +7 -0
- package/config/easy/FoldingPaper/code/CGCode.php +8 -0
- package/config/easy/FoldingPaper/config.json +33 -0
- package/config/easy/FoldingPaper/input/01 - 2 ply.txt +2 -0
- package/config/easy/FoldingPaper/input/02 - 4 ply.txt +2 -0
- package/config/easy/FoldingPaper/input/03 - 6 ply.txt +2 -0
- package/config/easy/FoldingPaper/input/04 - 8 ply easy.txt +2 -0
- package/config/easy/FoldingPaper/input/05 - 8 ply.txt +2 -0
- package/config/easy/FoldingPaper/output/02 - 4 ply.txt +1 -0
- package/config/easy/FoldingPaper/output/03 - 6 ply.txt +1 -0
- package/config/easy/FoldingPaper/output/05 - 8 ply.txt +1 -0
- package/config/easy/GDQBinaryCodedDecimalClock/code/CGCode.js +8 -0
- package/config/easy/GDQBinaryCodedDecimalClock/code/CGCode.php +10 -0
- package/config/easy/GDQBinaryCodedDecimalClock/config.json +28 -0
- package/config/easy/GDQBinaryCodedDecimalClock/input/01 - Single Digits.txt +1 -0
- package/config/easy/GDQBinaryCodedDecimalClock/input/02 - Double Digits.txt +1 -0
- package/config/easy/GDQBinaryCodedDecimalClock/input/03 - Tunic - Any% Unrestricted (21 42).txt +1 -0
- package/config/easy/GDQBinaryCodedDecimalClock/input/04 - Donkey Kong 64 - No Levels Early (02 04 09).txt +1 -0
- package/config/easy/GDQBinaryCodedDecimalClock/output/01 - Single Digits.txt +4 -0
- package/config/easy/GDQBinaryCodedDecimalClock/output/02 - Double Digits.txt +4 -0
- package/config/easy/GDQBinaryCodedDecimalClock/output/03 - Tunic - Any% Unrestricted (21 42).txt +4 -0
- package/config/easy/GDQBinaryCodedDecimalClock/output/04 - Donkey Kong 64 - No Levels Early (02 04 09).txt +4 -0
- package/config/easy/Histogram/code/CGCode.js +6 -0
- package/config/easy/Histogram/code/CGCode.php +7 -0
- package/config/easy/Histogram/config.json +28 -0
- package/config/easy/Histogram/input/01 - One letter.txt +1 -0
- package/config/easy/Histogram/input/02 - Alphabet.txt +1 -0
- package/config/easy/Histogram/input/03 - Coding game.txt +1 -0
- package/config/easy/Histogram/input/04 - Lorem ipsum.txt +1 -0
- package/config/easy/Histogram/output/01 - One letter.txt +53 -0
- package/config/easy/Histogram/output/02 - Alphabet.txt +53 -0
- package/config/easy/Histogram/output/03 - Coding game.txt +53 -0
- package/config/easy/Histogram/output/04 - Lorem ipsum.txt +53 -0
- package/config/easy/KangarooWords/code/CGCode.js +9 -0
- package/config/easy/KangarooWords/code/CGCode.php +11 -0
- package/config/easy/KangarooWords/config.json +48 -0
- package/config/easy/KangarooWords/input/01 - Action.txt +2 -0
- package/config/easy/KangarooWords/input/02 - Fire.txt +2 -0
- package/config/easy/KangarooWords/input/03 - Not alone.txt +2 -0
- package/config/easy/KangarooWords/input/04 - Example.txt +3 -0
- package/config/easy/KangarooWords/input/05 - Screams.txt +3 -0
- package/config/easy/KangarooWords/input/06 - Pointless.txt +6 -0
- package/config/easy/KangarooWords/input/07 - CodingGame.txt +3 -0
- package/config/easy/KangarooWords/input/08 - Pointless.txt +6 -0
- package/config/easy/KangarooWords/output/01 - Action.txt +1 -0
- package/config/easy/KangarooWords/output/02 - Fire.txt +1 -0
- package/config/easy/KangarooWords/output/03 - Not alone.txt +2 -0
- package/config/easy/KangarooWords/output/04 - Example.txt +2 -0
- package/config/easy/KangarooWords/output/05 - Screams.txt +6 -0
- package/config/easy/KangarooWords/output/06 - Pointless.txt +1 -0
- package/config/easy/KangarooWords/output/07 - CodingGame.txt +2 -0
- package/config/easy/KangarooWords/output/08 - Pointless.txt +1 -0
- package/config/easy/LibraryDependencies/code/CGCode.js +13 -0
- package/config/easy/LibraryDependencies/code/CGCode.php +16 -0
- package/config/easy/LibraryDependencies/config.json +68 -0
- package/config/easy/LibraryDependencies/input/01 - Successful compilation.txt +7 -0
- package/config/easy/LibraryDependencies/input/02 - Fatal error.txt +8 -0
- package/config/easy/LibraryDependencies/input/03 - Reordering.txt +8 -0
- package/config/easy/LibraryDependencies/input/04 - Reordering logic.txt +10 -0
- package/config/easy/LibraryDependencies/input/05 - Not lexicographic order but no error.txt +6 -0
- package/config/easy/LibraryDependencies/input/06 - Real fake test 15 libraries 1.txt +27 -0
- package/config/easy/LibraryDependencies/input/07 - Real fake test 15 libraries 2 (fatal).txt +26 -0
- package/config/easy/LibraryDependencies/input/08 - Real fake test 15 libraries 3 (compiles).txt +27 -0
- package/config/easy/LibraryDependencies/input/09 - 40 libraries.txt +66 -0
- package/config/easy/LibraryDependencies/input/10 - Max size in codingame.txt +161 -0
- package/config/easy/LibraryDependencies/input/11 - Extra 1.txt +17 -0
- package/config/easy/LibraryDependencies/input/12 - Extra 2.txt +21 -0
- package/config/easy/LibraryDependencies/output/01 - Successful compilation.txt +1 -0
- package/config/easy/LibraryDependencies/output/02 - Fatal error.txt +2 -0
- package/config/easy/LibraryDependencies/output/03 - Reordering.txt +6 -0
- package/config/easy/LibraryDependencies/output/04 - Reordering logic.txt +8 -0
- package/config/easy/LibraryDependencies/output/05 - Not lexicographic order but no error.txt +1 -0
- package/config/easy/LibraryDependencies/output/06 - Real fake test 15 libraries 1.txt +17 -0
- package/config/easy/LibraryDependencies/output/07 - Real fake test 15 libraries 2 (fatal).txt +2 -0
- package/config/easy/LibraryDependencies/output/08 - Real fake test 15 libraries 3 (compiles).txt +1 -0
- package/config/easy/LibraryDependencies/output/09 - 40 libraries.txt +42 -0
- package/config/easy/LibraryDependencies/output/10 - Max size in codingame.txt +95 -0
- package/config/easy/LibraryDependencies/output/11 - Extra 1.txt +2 -0
- package/config/easy/LibraryDependencies/output/12 - Extra 2.txt +12 -0
- package/config/easy/LongestCoast/code/CGCode.js +9 -0
- package/config/easy/LongestCoast/code/CGCode.php +11 -0
- package/config/easy/LongestCoast/config.json +43 -0
- package/config/easy/LongestCoast/input/01 - Simple start.txt +4 -0
- package/config/easy/LongestCoast/input/02 - Multiple islands.txt +7 -0
- package/config/easy/LongestCoast/input/03 - Checkerboard.txt +6 -0
- package/config/easy/LongestCoast/input/04 - Weird shaped island.txt +9 -0
- package/config/easy/LongestCoast/input/05 - Linked islands.txt +11 -0
- package/config/easy/LongestCoast/input/06 - No water.txt +9 -0
- package/config/easy/LongestCoast/input/07 - Large Archipelago.txt +51 -0
- package/config/easy/LongestCoast/output/01 - Simple start.txt +1 -0
- package/config/easy/LongestCoast/output/02 - Multiple islands.txt +1 -0
- package/config/easy/LongestCoast/output/03 - Checkerboard.txt +1 -0
- package/config/easy/LongestCoast/output/04 - Weird shaped island.txt +1 -0
- package/config/easy/LongestCoast/output/05 - Linked islands.txt +1 -0
- package/config/easy/LongestCoast/output/06 - No water.txt +1 -0
- package/config/easy/LongestCoast/output/07 - Large Archipelago.txt +1 -0
- package/config/easy/MakeAnAtariFont/code/CGCode.js +6 -0
- package/config/easy/MakeAnAtariFont/code/CGCode.php +7 -0
- package/config/easy/MakeAnAtariFont/config.json +83 -0
- package/config/easy/MakeAnAtariFont/input/01 - ABC.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/02 - QXYZ.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/03 - HELLO.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/04 - WORLD.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/05 - A.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/06 - QUICK.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/07 - BROWN.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/08 - FOX.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/09 - JUMPS.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/10 - OVER.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/11 - THE.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/12 - LAZY.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/13 - DOG.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/14 - ATARI.txt +1 -0
- package/config/easy/MakeAnAtariFont/input/15 - CODINGAME.txt +1 -0
- package/config/easy/MakeAnAtariFont/output/01 - ABC.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/02 - QXYZ.txt +7 -0
- package/config/easy/MakeAnAtariFont/output/03 - HELLO.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/04 - WORLD.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/05 - A.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/06 - QUICK.txt +7 -0
- package/config/easy/MakeAnAtariFont/output/07 - BROWN.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/08 - FOX.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/09 - JUMPS.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/10 - OVER.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/11 - THE.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/12 - LAZY.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/13 - DOG.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/14 - ATARI.txt +6 -0
- package/config/easy/MakeAnAtariFont/output/15 - CODINGAME.txt +6 -0
- package/config/easy/MaxArea/code/CGCode.js +10 -0
- package/config/easy/MaxArea/code/CGCode.php +12 -0
- package/config/easy/MaxArea/config.json +33 -0
- package/config/easy/MaxArea/input/01 - Normal.txt +2 -0
- package/config/easy/MaxArea/input/02 - Small.txt +2 -0
- package/config/easy/MaxArea/input/03 - Big.txt +2 -0
- package/config/easy/MaxArea/input/04 - Bigger.txt +2 -0
- package/config/easy/MaxArea/input/05 - Empty.txt +2 -0
- package/config/easy/MaxArea/output/01 - Normal.txt +1 -0
- package/config/easy/MaxArea/output/02 - Small.txt +1 -0
- package/config/easy/MaxArea/output/03 - Big.txt +1 -0
- package/config/easy/MaxArea/output/04 - Bigger.txt +1 -0
- package/config/easy/MaxArea/output/05 - Empty.txt +1 -0
- package/config/{medium → easy}/MerlinsMagicSquare/config.json +1 -1
- package/config/easy/MerlinsMagicSquare/output/13 - test 13.txt +1 -0
- package/config/easy/MerlinsMagicSquare/output/21 - test 21.txt +1 -0
- package/config/easy/MerlinsMagicSquare/output/23 - test 23.txt +1 -0
- package/config/easy/MerlinsMagicSquare/output/24 - test 24.txt +1 -0
- package/config/easy/MessedUpMosaics/code/CGCode.js +10 -0
- package/config/easy/MessedUpMosaics/code/CGCode.php +12 -0
- package/config/easy/MessedUpMosaics/config.json +43 -0
- package/config/easy/MessedUpMosaics/input/01 - Small mosaic.txt +8 -0
- package/config/easy/MessedUpMosaics/input/02 - 2-tiles pattern, aligned.txt +20 -0
- package/config/easy/MessedUpMosaics/input/03 - 2-tiles pattern, staggered.txt +14 -0
- package/config/easy/MessedUpMosaics/input/04 - 4-tiles pattern, aligned.txt +26 -0
- package/config/easy/MessedUpMosaics/input/05 - 6-tiles pattern, staggered.txt +18 -0
- package/config/easy/MessedUpMosaics/input/06 - Stagger Fever.txt +38 -0
- package/config/easy/MessedUpMosaics/input/07 - Wavy pattern.txt +32 -0
- package/config/easy/MessedUpMosaics/output/01 - Small mosaic.txt +1 -0
- package/config/easy/MessedUpMosaics/output/02 - 2-tiles pattern, aligned.txt +1 -0
- package/config/easy/MessedUpMosaics/output/03 - 2-tiles pattern, staggered.txt +1 -0
- package/config/easy/MessedUpMosaics/output/04 - 4-tiles pattern, aligned.txt +1 -0
- package/config/easy/MessedUpMosaics/output/05 - 6-tiles pattern, staggered.txt +1 -0
- package/config/easy/MessedUpMosaics/output/06 - Stagger Fever.txt +1 -0
- package/config/easy/MessedUpMosaics/output/07 - Wavy pattern.txt +1 -0
- package/config/easy/MetricUnits/code/CGCode.js +6 -0
- package/config/easy/MetricUnits/code/CGCode.php +7 -0
- package/config/easy/MetricUnits/config.json +53 -0
- package/config/easy/MetricUnits/input/01 - Simple expression.txt +1 -0
- package/config/easy/MetricUnits/input/02 - Same units.txt +1 -0
- package/config/easy/MetricUnits/input/03 - Kilometers to decimeters.txt +1 -0
- package/config/easy/MetricUnits/input/04 - Kilometers to millimeters.txt +1 -0
- package/config/easy/MetricUnits/input/05 - Meters to centimeters.txt +1 -0
- package/config/easy/MetricUnits/input/06 - Meters to millimeters.txt +1 -0
- package/config/easy/MetricUnits/input/07 - Centimeters to millimeters.txt +1 -0
- package/config/easy/MetricUnits/input/08 - Decimeters to micrometers.txt +1 -0
- package/config/easy/MetricUnits/input/09 - Millimeters to micrometers.txt +1 -0
- package/config/easy/MetricUnits/output/01 - Simple expression.txt +1 -0
- package/config/easy/MetricUnits/output/02 - Same units.txt +1 -0
- package/config/easy/MetricUnits/output/03 - Kilometers to decimeters.txt +1 -0
- package/config/easy/MetricUnits/output/04 - Kilometers to millimeters.txt +1 -0
- package/config/easy/MetricUnits/output/05 - Meters to centimeters.txt +1 -0
- package/config/easy/MetricUnits/output/06 - Meters to millimeters.txt +1 -0
- package/config/easy/MetricUnits/output/07 - Centimeters to millimeters.txt +1 -0
- package/config/easy/MetricUnits/output/08 - Decimeters to micrometers.txt +1 -0
- package/config/easy/MetricUnits/output/09 - Millimeters to micrometers.txt +1 -0
- package/config/easy/Mirrors/code/CGCode.js +7 -0
- package/config/easy/Mirrors/code/CGCode.php +12 -0
- package/config/easy/Mirrors/config.json +38 -0
- package/config/easy/Mirrors/input/01 - test 1.txt +2 -0
- package/config/easy/Mirrors/input/02 - test 2.txt +2 -0
- package/config/easy/Mirrors/input/03 - test 3.txt +2 -0
- package/config/easy/Mirrors/input/04 - test 4.txt +2 -0
- package/config/easy/Mirrors/input/05 - test 5.txt +2 -0
- package/config/easy/Mirrors/input/06 - test 6.txt +2 -0
- package/config/easy/Mirrors/output/01 - test 1.txt +1 -0
- package/config/easy/Mirrors/output/02 - test 2.txt +1 -0
- package/config/easy/Mirrors/output/03 - test 3.txt +1 -0
- package/config/easy/Mirrors/output/04 - test 4.txt +1 -0
- package/config/easy/Mirrors/output/05 - test 5.txt +1 -0
- package/config/easy/Mirrors/output/06 - test 6.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/code/CGCode.js +6 -0
- package/config/easy/NATOAlphabetsOddUncles/code/CGCode.php +7 -0
- package/config/easy/NATOAlphabetsOddUncles/config.json +83 -0
- package/config/easy/NATOAlphabetsOddUncles/input/01 - Starting with oldest - Test 1.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/02 - Then next oldest - Test 2.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/03 - Almost current - Test 3.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/04 - Let/342/200/231s Regress - Test 4.txt" +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/05 - Rest are random - Test 5.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/06 - test 6.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/07 - test 7.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/08 - test 8.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/09 - test 9.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/10 - Charlie is here - Test 10.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/11 - Charlie is here too - Test 11.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/12 - Is it This Quebec or ... - Test 12.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/13 - ... or That Quebec - Test 13.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/14 - Which alphabet has both - Test 14.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/01 - Starting with oldest - Test 1.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/02 - Then next oldest - Test 2.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/03 - Almost current - Test 3.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/04 - Let/342/200/231s Regress - Test 4.txt" +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/05 - Rest are random - Test 5.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/06 - test 6.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/07 - test 7.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/08 - test 8.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/09 - test 9.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/10 - Charlie is here - Test 10.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/11 - Charlie is here too - Test 11.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/12 - Is it This Quebec or ... - Test 12.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/13 - ... or That Quebec - Test 13.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/14 - Which alphabet has both - Test 14.txt +1 -0
- package/config/easy/NumberPartition/code/CGCode.js +6 -0
- package/config/easy/NumberPartition/code/CGCode.php +7 -0
- package/config/easy/NumberPartition/config.json +28 -0
- package/config/easy/NumberPartition/input/01 - test 1.txt +1 -0
- package/config/easy/NumberPartition/input/02 - test 2.txt +1 -0
- package/config/easy/NumberPartition/input/03 - test 3.txt +1 -0
- package/config/easy/NumberPartition/input/04 - test 4.txt +1 -0
- package/config/easy/NumberPartition/output/01 - test 1.txt +5 -0
- package/config/easy/NumberPartition/output/02 - test 2.txt +2 -0
- package/config/easy/NumberPartition/output/03 - test 3.txt +3 -0
- package/config/easy/NumberPartition/output/04 - test 4.txt +7 -0
- package/config/easy/PanelCount/code/CGCode.js +17 -0
- package/config/easy/PanelCount/code/CGCode.php +21 -0
- package/config/easy/PanelCount/config.json +48 -0
- package/config/easy/PanelCount/input/01 - Simple.txt +10 -0
- package/config/easy/PanelCount/input/02 - Only one property.txt +12 -0
- package/config/easy/PanelCount/input/03 - Several properties.txt +20 -0
- package/config/easy/PanelCount/input/04 - More complex formula.txt +19 -0
- package/config/easy/PanelCount/input/05 - Unknown property.txt +20 -0
- package/config/easy/PanelCount/input/06 - No one.txt +22 -0
- package/config/easy/PanelCount/input/07 - More persons.txt +218 -0
- package/config/easy/PanelCount/input/08 - Formulas repeating.txt +1107 -0
- package/config/easy/PanelCount/output/01 - Simple.txt +1 -0
- package/config/easy/PanelCount/output/02 - Only one property.txt +1 -0
- package/config/easy/PanelCount/output/03 - Several properties.txt +2 -0
- package/config/easy/PanelCount/output/04 - More complex formula.txt +1 -0
- package/config/easy/PanelCount/output/05 - Unknown property.txt +2 -0
- package/config/easy/PanelCount/output/06 - No one.txt +2 -0
- package/config/easy/PanelCount/output/07 - More persons.txt +10 -0
- package/config/easy/PanelCount/output/08 - Formulas repeating.txt +300 -0
- package/config/easy/PeriodicTableSpelling/code/CGCode.js +6 -0
- package/config/easy/PeriodicTableSpelling/code/CGCode.php +7 -0
- package/config/easy/PeriodicTableSpelling/config.json +58 -0
- package/config/easy/PeriodicTableSpelling/input/01 - Carbon.txt +1 -0
- package/config/easy/PeriodicTableSpelling/input/02 - Krypton.txt +1 -0
- package/config/easy/PeriodicTableSpelling/input/03 - Javascript.txt +1 -0
- package/config/easy/PeriodicTableSpelling/input/04 - Snowy.txt +1 -0
- package/config/easy/PeriodicTableSpelling/input/05 - Hyperpathogenesis.txt +1 -0
- package/config/easy/PeriodicTableSpelling/input/06 - Obvious.txt +1 -0
- package/config/easy/PeriodicTableSpelling/input/07 - Canada.txt +1 -0
- package/config/easy/PeriodicTableSpelling/input/08 - Casinos.txt +1 -0
- package/config/easy/PeriodicTableSpelling/input/09 - Hinausgeschossen.txt +1 -0
- package/config/easy/PeriodicTableSpelling/input/10 - Innocuousnesses.txt +1 -0
- package/config/easy/PeriodicTableSpelling/output/01 - Carbon.txt +2 -0
- package/config/easy/PeriodicTableSpelling/output/02 - Krypton.txt +1 -0
- package/config/easy/PeriodicTableSpelling/output/03 - Javascript.txt +1 -0
- package/config/easy/PeriodicTableSpelling/output/04 - Snowy.txt +3 -0
- package/config/easy/PeriodicTableSpelling/output/05 - Hyperpathogenesis.txt +9 -0
- package/config/easy/PeriodicTableSpelling/output/06 - Obvious.txt +1 -0
- package/config/easy/PeriodicTableSpelling/output/07 - Canada.txt +1 -0
- package/config/easy/PeriodicTableSpelling/output/08 - Casinos.txt +13 -0
- package/config/easy/PeriodicTableSpelling/output/09 - Hinausgeschossen.txt +27 -0
- package/config/easy/PeriodicTableSpelling/output/10 - Innocuousnesses.txt +48 -0
- package/config/easy/QueenControl/code/CGCode.js +9 -0
- package/config/easy/QueenControl/code/CGCode.php +11 -0
- package/config/easy/QueenControl/config.json +83 -0
- package/config/easy/QueenControl/input/01 - Corner.txt +9 -0
- package/config/easy/QueenControl/input/02 - Center.txt +9 -0
- package/config/easy/QueenControl/input/03 - White ally down right.txt +9 -0
- package/config/easy/QueenControl/input/04 - White ally up left.txt +9 -0
- package/config/easy/QueenControl/input/05 - White ally diagonal.txt +9 -0
- package/config/easy/QueenControl/input/06 - Black ally down right.txt +9 -0
- package/config/easy/QueenControl/input/07 - Black ally up left.txt +9 -0
- package/config/easy/QueenControl/input/08 - Black ally diagonal.txt +9 -0
- package/config/easy/QueenControl/input/09 - Black enemy.txt +9 -0
- package/config/easy/QueenControl/input/10 - White enemy.txt +9 -0
- package/config/easy/QueenControl/input/11 - Surrounded by allies.txt +9 -0
- package/config/easy/QueenControl/input/12 - Surrounded by enemies.txt +9 -0
- package/config/easy/QueenControl/input/13 - Advanced test 1.txt +9 -0
- package/config/easy/QueenControl/input/14 - Advanced test 2.txt +9 -0
- package/config/easy/QueenControl/input/15 - Advanced test 3.txt +9 -0
- package/config/easy/QueenControl/output/01 - Corner.txt +1 -0
- package/config/easy/QueenControl/output/02 - Center.txt +1 -0
- package/config/easy/QueenControl/output/03 - White ally down right.txt +1 -0
- package/config/easy/QueenControl/output/04 - White ally up left.txt +1 -0
- package/config/easy/QueenControl/output/05 - White ally diagonal.txt +1 -0
- package/config/easy/QueenControl/output/06 - Black ally down right.txt +1 -0
- package/config/easy/QueenControl/output/07 - Black ally up left.txt +1 -0
- package/config/easy/QueenControl/output/08 - Black ally diagonal.txt +1 -0
- package/config/easy/QueenControl/output/09 - Black enemy.txt +1 -0
- package/config/easy/QueenControl/output/10 - White enemy.txt +1 -0
- package/config/easy/QueenControl/output/11 - Surrounded by allies.txt +1 -0
- package/config/easy/QueenControl/output/12 - Surrounded by enemies.txt +1 -0
- package/config/easy/QueenControl/output/13 - Advanced test 1.txt +1 -0
- package/config/easy/QueenControl/output/14 - Advanced test 2.txt +1 -0
- package/config/easy/QueenControl/output/15 - Advanced test 3.txt +1 -0
- package/config/easy/RocksPapersScissorses/code/CGCode.js +10 -0
- package/config/easy/RocksPapersScissorses/code/CGCode.php +12 -0
- package/config/easy/RocksPapersScissorses/config.json +28 -0
- package/config/easy/RocksPapersScissorses/input/01 - Easy Win.txt +5 -0
- package/config/easy/RocksPapersScissorses/input/02 - Draw Doesn/342/200/231t Stop The Match.txt" +8 -0
- package/config/easy/RocksPapersScissorses/input/03 - Round The Clock.txt +6 -0
- package/config/easy/RocksPapersScissorses/input/04 - Tiebreaker.txt +11 -0
- package/config/easy/RocksPapersScissorses/output/01 - Easy Win.txt +2 -0
- package/config/easy/RocksPapersScissorses/output/02 - Draw Doesn/342/200/231t Stop The Match.txt" +2 -0
- package/config/easy/RocksPapersScissorses/output/03 - Round The Clock.txt +2 -0
- package/config/easy/RocksPapersScissorses/output/04 - Tiebreaker.txt +2 -0
- package/config/easy/ScrabbleScore/code/CGCode.js +24 -0
- package/config/easy/ScrabbleScore/code/CGCode.php +26 -0
- package/config/easy/ScrabbleScore/config.json +78 -0
- package/config/easy/ScrabbleScore/input/01 - Easy.txt +41 -0
- package/config/easy/ScrabbleScore/input/02 - Double letter score.txt +41 -0
- package/config/easy/ScrabbleScore/input/03 - Triple letter score.txt +41 -0
- package/config/easy/ScrabbleScore/input/04 - Double word score.txt +41 -0
- package/config/easy/ScrabbleScore/input/05 - Triple word score.txt +53 -0
- package/config/easy/ScrabbleScore/input/06 - Multiple multiplicator.txt +49 -0
- package/config/easy/ScrabbleScore/input/07 - Count the 2 words.txt +50 -0
- package/config/easy/ScrabbleScore/input/08 - Special cell on 2 words.txt +74 -0
- package/config/easy/ScrabbleScore/input/09 - Special cell on 2 words.txt +74 -0
- package/config/easy/ScrabbleScore/input/10 - Combo.txt +74 -0
- package/config/easy/ScrabbleScore/input/11 - Blank is important.txt +74 -0
- package/config/easy/ScrabbleScore/input/12 - Multiple multiplicator 2.txt +73 -0
- package/config/easy/ScrabbleScore/input/13 - First word.txt +74 -0
- package/config/easy/ScrabbleScore/input/14 - First word.txt +49 -0
- package/config/easy/ScrabbleScore/output/01 - Easy.txt +2 -0
- package/config/easy/ScrabbleScore/output/02 - Double letter score.txt +2 -0
- package/config/easy/ScrabbleScore/output/03 - Triple letter score.txt +2 -0
- package/config/easy/ScrabbleScore/output/04 - Double word score.txt +2 -0
- package/config/easy/ScrabbleScore/output/05 - Triple word score.txt +3 -0
- package/config/easy/ScrabbleScore/output/06 - Multiple multiplicator.txt +2 -0
- package/config/easy/ScrabbleScore/output/07 - Count the 2 words.txt +3 -0
- package/config/easy/ScrabbleScore/output/08 - Special cell on 2 words.txt +3 -0
- package/config/easy/ScrabbleScore/output/09 - Special cell on 2 words.txt +2 -0
- package/config/easy/ScrabbleScore/output/10 - Combo.txt +5 -0
- package/config/easy/ScrabbleScore/output/11 - Blank is important.txt +2 -0
- package/config/easy/ScrabbleScore/output/12 - Multiple multiplicator 2.txt +3 -0
- package/config/easy/ScrabbleScore/output/13 - First word.txt +3 -0
- package/config/easy/ScrabbleScore/output/14 - First word.txt +7 -0
- package/config/easy/ShootEnemyAircraft/code/CGCode.js +10 -0
- package/config/easy/ShootEnemyAircraft/code/CGCode.php +12 -0
- package/config/easy/ShootEnemyAircraft/config.json +28 -0
- package/config/easy/ShootEnemyAircraft/input/01 - One aircraft on each side.txt +7 -0
- package/config/easy/ShootEnemyAircraft/input/02 - Three on the same side.txt +7 -0
- package/config/easy/ShootEnemyAircraft/input/03 - Hold the line.txt +3 -0
- package/config/easy/ShootEnemyAircraft/input/04 - Don/342/200/231t panic.txt" +11 -0
- package/config/easy/ShootEnemyAircraft/output/01 - One aircraft on each side.txt +7 -0
- package/config/easy/ShootEnemyAircraft/output/02 - Three on the same side.txt +6 -0
- package/config/easy/ShootEnemyAircraft/output/03 - Hold the line.txt +29 -0
- package/config/easy/ShootEnemyAircraft/output/04 - Don/342/200/231t panic.txt" +29 -0
- package/config/easy/ShouldBakersBeFrugal/code/CGCode.js +8 -0
- package/config/easy/ShouldBakersBeFrugal/code/CGCode.php +7 -0
- package/config/easy/ShouldBakersBeFrugal/config.json +78 -0
- package/config/easy/ShouldBakersBeFrugal/input/01 - Basic.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/02 - Another Basic.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/03 - What IS the benefit.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/04 - Not perfectly divisible.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/05 - Real Biscuits.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/06 - So wasteful.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/07 - Squeeze out the extras.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/08 - So many biscuits.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/09 - Who kneads that.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/10 - Them Biscuits are Big.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/11 - Big Payoff.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/12 - Now my hand hurts.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/13 - Micro World.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/14 - A gazillion micro-biscuits.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/01 - Basic.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/02 - Another Basic.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/03 - What IS the benefit.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/04 - Not perfectly divisible.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/05 - Real Biscuits.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/06 - So wasteful.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/07 - Squeeze out the extras.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/08 - So many biscuits.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/09 - Who kneads that.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/10 - Them Biscuits are Big.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/11 - Big Payoff.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/12 - Now my hand hurts.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/13 - Micro World.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/14 - A gazillion micro-biscuits.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/code/CGCode.js +10 -0
- package/config/easy/SixDegreesOfKevinBacon/code/CGCode.php +12 -0
- package/config/easy/SixDegreesOfKevinBacon/config.json +38 -0
- package/config/easy/SixDegreesOfKevinBacon/input/01 - 2 Degrees of Kevin Bacon.txt +5 -0
- package/config/easy/SixDegreesOfKevinBacon/input/02 - One Degree of Kevin Bacon.txt +5 -0
- package/config/easy/SixDegreesOfKevinBacon/input/03 - 3 Degrees of Kevin Bacon.txt +7 -0
- package/config/easy/SixDegreesOfKevinBacon/input/04 - Kevin Bacon Himself!.txt +6 -0
- package/config/easy/SixDegreesOfKevinBacon/input/05 - Going big!.txt +12 -0
- package/config/easy/SixDegreesOfKevinBacon/input/06 - The Biggest.txt +42 -0
- package/config/easy/SixDegreesOfKevinBacon/output/01 - 2 Degrees of Kevin Bacon.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/output/02 - One Degree of Kevin Bacon.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/output/03 - 3 Degrees of Kevin Bacon.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/output/04 - Kevin Bacon Himself!.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/output/05 - Going big!.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/output/06 - The Biggest.txt +1 -0
- package/config/easy/SnakeSort2D/code/CGCode.js +12 -0
- package/config/easy/SnakeSort2D/code/CGCode.php +11 -0
- package/config/easy/SnakeSort2D/config.json +28 -0
- package/config/easy/SnakeSort2D/input/01 - test 1.txt +5 -0
- package/config/easy/SnakeSort2D/input/02 - test 2.txt +27 -0
- package/config/easy/SnakeSort2D/input/03 - test 3.txt +27 -0
- package/config/easy/SnakeSort2D/input/04 - test 4.txt +27 -0
- package/config/easy/SnakeSort2D/output/01 - test 1.txt +1 -0
- package/config/easy/SnakeSort2D/output/02 - test 2.txt +1 -0
- package/config/easy/SnakeSort2D/output/03 - test 3.txt +1 -0
- package/config/easy/SnakeSort2D/output/04 - test 4.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/code/CGCode.js +6 -0
- package/config/easy/SquareSpiralForAlienContact/code/CGCode.php +7 -0
- package/config/easy/SquareSpiralForAlienContact/config.json +128 -0
- package/config/easy/SquareSpiralForAlienContact/input/01 - Test 1 = letter+ and #same, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/02 - Test 2 = letter+ and #same, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/03 - Test 3 = letter++ and #same, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/04 - Test 4 = letter++ and #same, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/05 - Test 5 = letter+ and #+, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/06 - Test 6 = letter+ and #+, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/07 - Test 7 = letter+ and #++, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/08 - Test 8 = letter+ and #++, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/09 - Test 9 = letter++ and #+, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/10 - Test 10 = letter++ and #+, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/11 - Test 11 = letter++ and #++, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/12 - Test 12 = letter++ and #++, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/13 - Test 13 = letter- and #+, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/14 - Test 14 = letter- and #+, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/15 - Test 15 = letter-- and #++, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/16 - Test 16 = letter-- and #++, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/17 - Test 17 = letter+ and #-, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/18 - Test 18 = letter+ and #-, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/19 - Test 19 = letter-- and #--, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/20 - Test 20 = letter-- and #--, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/21 - Test 21 = whoa, that/342/200/231s not enough material, cw.txt" +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/22 - Test 22 - whoa, that's not enough material, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/23 - Test 23 = oversized.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/24 - Test 24 = very oversized.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/output/01 - Test 1 = letter+ and #same, cw.txt +9 -0
- package/config/easy/SquareSpiralForAlienContact/output/02 - Test 2 = letter+ and #same, ccw.txt +11 -0
- package/config/easy/SquareSpiralForAlienContact/output/03 - Test 3 = letter++ and #same, cw.txt +19 -0
- package/config/easy/SquareSpiralForAlienContact/output/04 - Test 4 = letter++ and #same, ccw.txt +9 -0
- package/config/easy/SquareSpiralForAlienContact/output/05 - Test 5 = letter+ and #+, cw.txt +19 -0
- package/config/easy/SquareSpiralForAlienContact/output/06 - Test 6 = letter+ and #+, ccw.txt +15 -0
- package/config/easy/SquareSpiralForAlienContact/output/07 - Test 7 = letter+ and #++, cw.txt +15 -0
- package/config/easy/SquareSpiralForAlienContact/output/08 - Test 8 = letter+ and #++, ccw.txt +11 -0
- package/config/easy/SquareSpiralForAlienContact/output/09 - Test 9 = letter++ and #+, cw.txt +9 -0
- package/config/easy/SquareSpiralForAlienContact/output/10 - Test 10 = letter++ and #+, ccw.txt +25 -0
- package/config/easy/SquareSpiralForAlienContact/output/11 - Test 11 = letter++ and #++, cw.txt +7 -0
- package/config/easy/SquareSpiralForAlienContact/output/12 - Test 12 = letter++ and #++, ccw.txt +21 -0
- package/config/easy/SquareSpiralForAlienContact/output/13 - Test 13 = letter- and #+, cw.txt +21 -0
- package/config/easy/SquareSpiralForAlienContact/output/14 - Test 14 = letter- and #+, ccw.txt +25 -0
- package/config/easy/SquareSpiralForAlienContact/output/15 - Test 15 = letter-- and #++, cw.txt +19 -0
- package/config/easy/SquareSpiralForAlienContact/output/16 - Test 16 = letter-- and #++, ccw.txt +11 -0
- package/config/easy/SquareSpiralForAlienContact/output/17 - Test 17 = letter+ and #-, cw.txt +17 -0
- package/config/easy/SquareSpiralForAlienContact/output/18 - Test 18 = letter+ and #-, ccw.txt +21 -0
- package/config/easy/SquareSpiralForAlienContact/output/19 - Test 19 = letter-- and #--, cw.txt +5 -0
- package/config/easy/SquareSpiralForAlienContact/output/20 - Test 20 = letter-- and #--, ccw.txt +29 -0
- package/config/easy/SquareSpiralForAlienContact/output/21 - Test 21 = whoa, that/342/200/231s not enough material, cw.txt" +29 -0
- package/config/easy/SquareSpiralForAlienContact/output/22 - Test 22 - whoa, that's not enough material, ccw.txt +25 -0
- package/config/easy/SquareSpiralForAlienContact/output/23 - Test 23 = oversized.txt +31 -0
- package/config/easy/SquareSpiralForAlienContact/output/24 - Test 24 = very oversized.txt +31 -0
- package/config/easy/StreetFighterLevelI/code/CGCode.js +14 -0
- package/config/easy/StreetFighterLevelI/code/CGCode.php +12 -0
- package/config/easy/StreetFighterLevelI/config.json +58 -0
- package/config/easy/StreetFighterLevelI/input/01 - KEN vs RYU.txt +6 -0
- package/config/easy/StreetFighterLevelI/input/02 - KEN vs VLAD Kick only.txt +12 -0
- package/config/easy/StreetFighterLevelI/input/03 - ANNA vs JUN Punch only.txt +12 -0
- package/config/easy/StreetFighterLevelI/input/04 - TANK vs JADE punch & kick.txt +12 -0
- package/config/easy/StreetFighterLevelI/input/05 - VLAD vs JUN Specials.txt +14 -0
- package/config/easy/StreetFighterLevelI/input/06 - KEN vs TANK Specials.txt +16 -0
- package/config/easy/StreetFighterLevelI/input/07 - VLAD vs RYU Special VLAD Kill.txt +16 -0
- package/config/easy/StreetFighterLevelI/input/08 - JUN vs KEN long story.txt +32 -0
- package/config/easy/StreetFighterLevelI/input/09 - ANNA vs JADE round 1.txt +32 -0
- package/config/easy/StreetFighterLevelI/input/10 - ANNA vs JADE.txt +32 -0
- package/config/easy/StreetFighterLevelI/output/01 - KEN vs RYU.txt +1 -0
- package/config/easy/StreetFighterLevelI/output/02 - KEN vs VLAD Kick only.txt +1 -0
- package/config/easy/StreetFighterLevelI/output/03 - ANNA vs JUN Punch only.txt +1 -0
- package/config/easy/StreetFighterLevelI/output/04 - TANK vs JADE punch & kick.txt +1 -0
- package/config/easy/StreetFighterLevelI/output/05 - VLAD vs JUN Specials.txt +1 -0
- package/config/easy/StreetFighterLevelI/output/06 - KEN vs TANK Specials.txt +1 -0
- package/config/easy/StreetFighterLevelI/output/07 - VLAD vs RYU Special VLAD Kill.txt +1 -0
- package/config/easy/StreetFighterLevelI/output/08 - JUN vs KEN long story.txt +1 -0
- package/config/easy/StreetFighterLevelI/output/09 - ANNA vs JADE round 1.txt +1 -0
- package/config/easy/StreetFighterLevelI/output/10 - ANNA vs JADE.txt +1 -0
- package/config/easy/SwatchInternetTime/code/CGCode.js +6 -0
- package/config/easy/SwatchInternetTime/code/CGCode.php +7 -0
- package/config/easy/SwatchInternetTime/config.json +58 -0
- package/config/easy/SwatchInternetTime/input/01 - At UTC+0100.txt +1 -0
- package/config/easy/SwatchInternetTime/input/02 - At UTC+0100, with decimals.txt +1 -0
- package/config/easy/SwatchInternetTime/input/03 - At other positive timezones.txt +1 -0
- package/config/easy/SwatchInternetTime/input/04 - At negative timezones.txt +1 -0
- package/config/easy/SwatchInternetTime/input/05 - At positive timezones with minutes.txt +1 -0
- package/config/easy/SwatchInternetTime/input/06 - At negative timezones with minutes.txt +1 -0
- package/config/easy/SwatchInternetTime/input/07 - With half-up rounding (odd).txt +1 -0
- package/config/easy/SwatchInternetTime/input/08 - With half-up rounding (even).txt +1 -0
- package/config/easy/SwatchInternetTime/input/09 - Loop.txt +1 -0
- package/config/easy/SwatchInternetTime/input/10 - From Amsterdam with love.txt +1 -0
- package/config/easy/SwatchInternetTime/output/01 - At UTC+0100.txt +1 -0
- package/config/easy/SwatchInternetTime/output/02 - At UTC+0100, with decimals.txt +1 -0
- package/config/easy/SwatchInternetTime/output/03 - At other positive timezones.txt +1 -0
- package/config/easy/SwatchInternetTime/output/04 - At negative timezones.txt +1 -0
- package/config/easy/SwatchInternetTime/output/05 - At positive timezones with minutes.txt +1 -0
- package/config/easy/SwatchInternetTime/output/06 - At negative timezones with minutes.txt +1 -0
- package/config/easy/SwatchInternetTime/output/07 - With half-up rounding (odd).txt +1 -0
- package/config/easy/SwatchInternetTime/output/08 - With half-up rounding (even).txt +1 -0
- package/config/easy/SwatchInternetTime/output/09 - Loop.txt +1 -0
- package/config/easy/SwatchInternetTime/output/10 - From Amsterdam with love.txt +1 -0
- package/config/easy/TableOfContents/code/CGCode.js +10 -0
- package/config/easy/TableOfContents/code/CGCode.php +12 -0
- package/config/easy/TableOfContents/config.json +28 -0
- package/config/easy/TableOfContents/input/01 - Test.txt +7 -0
- package/config/easy/TableOfContents/input/02 - Numbers.txt +12 -0
- package/config/easy/TableOfContents/input/03 - Hell of subsections.txt +20 -0
- package/config/easy/TableOfContents/input/04 - World book.txt +15 -0
- package/config/easy/TableOfContents/output/01 - Test.txt +5 -0
- package/config/easy/TableOfContents/output/02 - Numbers.txt +10 -0
- package/config/easy/TableOfContents/output/03 - Hell of subsections.txt +18 -0
- package/config/easy/TableOfContents/output/04 - World book.txt +13 -0
- package/config/easy/TabloidCoupleNames/code/CGCode.js +9 -0
- package/config/easy/TabloidCoupleNames/code/CGCode.php +11 -0
- package/config/easy/TabloidCoupleNames/config.json +128 -0
- package/config/easy/TabloidCoupleNames/input/01 - Classics.txt +7 -0
- package/config/easy/TabloidCoupleNames/input/02 - You have options.txt +7 -0
- package/config/easy/TabloidCoupleNames/input/03 - Lots of Options.txt +5 -0
- package/config/easy/TabloidCoupleNames/input/04 - Is that really your person.txt +6 -0
- package/config/easy/TabloidCoupleNames/input/05 - Fun Couples.txt +16 -0
- package/config/easy/TabloidCoupleNames/input/06 - test 6.txt +8 -0
- package/config/easy/TabloidCoupleNames/input/07 - test 7.txt +8 -0
- package/config/easy/TabloidCoupleNames/input/08 - test 8.txt +6 -0
- package/config/easy/TabloidCoupleNames/input/09 - test 9.txt +6 -0
- package/config/easy/TabloidCoupleNames/input/10 - Three-Overlap-Letters.txt +6 -0
- package/config/easy/TabloidCoupleNames/input/11 - test 11.txt +8 -0
- package/config/easy/TabloidCoupleNames/input/12 - test 12.txt +9 -0
- package/config/easy/TabloidCoupleNames/input/13 - test 13.txt +8 -0
- package/config/easy/TabloidCoupleNames/input/14 - Carrie Bradshaw Plus 1.txt +10 -0
- package/config/easy/TabloidCoupleNames/input/15 - test 15.txt +11 -0
- package/config/easy/TabloidCoupleNames/input/16 - test 16.txt +10 -0
- package/config/easy/TabloidCoupleNames/input/17 - test 17.txt +9 -0
- package/config/easy/TabloidCoupleNames/input/18 - So many options.txt +3 -0
- package/config/easy/TabloidCoupleNames/input/19 - test 19.txt +7 -0
- package/config/easy/TabloidCoupleNames/input/20 - Musical.txt +16 -0
- package/config/easy/TabloidCoupleNames/input/21 - Scandalous.txt +11 -0
- package/config/easy/TabloidCoupleNames/input/22 - OITNB and L-Word.txt +14 -0
- package/config/easy/TabloidCoupleNames/input/23 - So much overlap.txt +8 -0
- package/config/easy/TabloidCoupleNames/input/24 - I am not Us.txt +3 -0
- package/config/easy/TabloidCoupleNames/output/01 - Classics.txt +6 -0
- package/config/easy/TabloidCoupleNames/output/02 - You have options.txt +6 -0
- package/config/easy/TabloidCoupleNames/output/03 - Lots of Options.txt +4 -0
- package/config/easy/TabloidCoupleNames/output/04 - Is that really your person.txt +5 -0
- package/config/easy/TabloidCoupleNames/output/05 - Fun Couples.txt +15 -0
- package/config/easy/TabloidCoupleNames/output/06 - test 6.txt +7 -0
- package/config/easy/TabloidCoupleNames/output/07 - test 7.txt +7 -0
- package/config/easy/TabloidCoupleNames/output/08 - test 8.txt +5 -0
- package/config/easy/TabloidCoupleNames/output/09 - test 9.txt +5 -0
- package/config/easy/TabloidCoupleNames/output/10 - Three-Overlap-Letters.txt +5 -0
- package/config/easy/TabloidCoupleNames/output/11 - test 11.txt +7 -0
- package/config/easy/TabloidCoupleNames/output/12 - test 12.txt +8 -0
- package/config/easy/TabloidCoupleNames/output/13 - test 13.txt +7 -0
- package/config/easy/TabloidCoupleNames/output/14 - Carrie Bradshaw Plus 1.txt +9 -0
- package/config/easy/TabloidCoupleNames/output/15 - test 15.txt +10 -0
- package/config/easy/TabloidCoupleNames/output/16 - test 16.txt +9 -0
- package/config/easy/TabloidCoupleNames/output/17 - test 17.txt +8 -0
- package/config/easy/TabloidCoupleNames/output/18 - So many options.txt +2 -0
- package/config/easy/TabloidCoupleNames/output/19 - test 19.txt +6 -0
- package/config/easy/TabloidCoupleNames/output/20 - Musical.txt +15 -0
- package/config/easy/TabloidCoupleNames/output/21 - Scandalous.txt +10 -0
- package/config/easy/TabloidCoupleNames/output/22 - OITNB and L-Word.txt +13 -0
- package/config/easy/TabloidCoupleNames/output/23 - So much overlap.txt +7 -0
- package/config/easy/TabloidCoupleNames/output/24 - I am not Us.txt +2 -0
- package/config/easy/TheLeakingBathtub/code/CGCode.js +14 -0
- package/config/easy/TheLeakingBathtub/code/CGCode.php +14 -0
- package/config/easy/TheLeakingBathtub/config.json +33 -0
- package/config/easy/TheLeakingBathtub/input/01 - Standard bathtub.txt +6 -0
- package/config/easy/TheLeakingBathtub/input/02 - More leaks.txt +54 -0
- package/config/easy/TheLeakingBathtub/input/03 - Unfillable bathtub.txt +17 -0
- package/config/easy/TheLeakingBathtub/input/04 - No leak.txt +4 -0
- package/config/easy/TheLeakingBathtub/input/05 - Olympic swimming pool.txt +875 -0
- package/config/easy/TheLeakingBathtub/output/01 - Standard bathtub.txt +1 -0
- package/config/easy/TheLeakingBathtub/output/02 - More leaks.txt +1 -0
- package/config/easy/TheLeakingBathtub/output/03 - Unfillable bathtub.txt +1 -0
- package/config/easy/TheLeakingBathtub/output/04 - No leak.txt +1 -0
- package/config/easy/TheLeakingBathtub/output/05 - Olympic swimming pool.txt +1 -0
- package/config/easy/TheLogoBeyondCppAndCs/code/CGCode.js +11 -0
- package/config/easy/TheLogoBeyondCppAndCs/code/CGCode.php +13 -0
- package/config/easy/TheLogoBeyondCppAndCs/config.json +123 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/01 - C Sharp Plus Test 1.txt +5 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/02 - C Venn Test 2.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/03 - C Plus Plus and Plus Test 3.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/04 - C-hi Test 4.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/05 - C Climb Test 5.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/06 - C-Cliff Test 6.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/07 - C-X Test 7.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/08 - Tic Tac C Test 8.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/09 - C-Check Test 9.txt +7 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/10 - C-Checkers Test 10.txt +7 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/11 - C Sharp Sharp Test 11.txt +5 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/12 - C Sharp Plus Sharp Test 12.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/13 - C Pyramid Test 13.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/14 - Greater Than C Test 14.txt +8 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/15 - Giant C Test 15.txt +4 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/16 - One Thick C Test 16.txt +4 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/17 - C-U Test 17.txt +8 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/18 - You can C forever Test 18.txt +23 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/19 - I C U Test 19.txt +14 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/20 - C-Nake (Snake) Test 20.txt +14 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/21 - C-Legs Test 21.txt +7 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/22 - C You Tuesday Test 22.txt +8 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/23 - C-Man Test 23.txt +7 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/01 - C Sharp Plus Test 1.txt +26 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/02 - C Venn Test 2.txt +33 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/03 - C Plus Plus and Plus Test 3.txt +36 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/04 - C-hi Test 4.txt +27 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/05 - C Climb Test 5.txt +39 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/06 - C-Cliff Test 6.txt +30 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/07 - C-X Test 7.txt +21 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/08 - Tic Tac C Test 8.txt +30 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/09 - C-Check Test 9.txt +32 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/10 - C-Checkers Test 10.txt +36 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/11 - C Sharp Sharp Test 11.txt +18 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/12 - C Sharp Plus Sharp Test 12.txt +27 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/13 - C Pyramid Test 13.txt +24 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/14 - Greater Than C Test 14.txt +50 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/15 - Giant C Test 15.txt +31 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/16 - One Thick C Test 16.txt +30 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/17 - C-U Test 17.txt +35 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/18 - You can C forever Test 18.txt +140 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/19 - I C U Test 19.txt +15 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/20 - C-Nake (Snake) Test 20.txt +77 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/21 - C-Legs Test 21.txt +28 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/22 - C You Tuesday Test 22.txt +40 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/23 - C-Man Test 23.txt +28 -0
- package/config/easy/TheOtherSide/code/CGCode.js +10 -0
- package/config/easy/TheOtherSide/code/CGCode.php +12 -0
- package/config/easy/TheOtherSide/config.json +53 -0
- package/config/easy/TheOtherSide/input/01 - Direct path.txt +4 -0
- package/config/easy/TheOtherSide/input/02 - Nowhere to stand.txt +4 -0
- package/config/easy/TheOtherSide/input/03 - Fully horizontal path.txt +5 -0
- package/config/easy/TheOtherSide/input/04 - Stalemate.txt +5 -0
- package/config/easy/TheOtherSide/input/05 - Zigzag.txt +7 -0
- package/config/easy/TheOtherSide/input/06 - No way.txt +6 -0
- package/config/easy/TheOtherSide/input/07 - One step back.txt +9 -0
- package/config/easy/TheOtherSide/input/08 - No diagonal moves.txt +4 -0
- package/config/easy/TheOtherSide/input/09 - The other side.txt +14 -0
- package/config/easy/TheOtherSide/output/01 - Direct path.txt +1 -0
- package/config/easy/TheOtherSide/output/02 - Nowhere to stand.txt +1 -0
- package/config/easy/TheOtherSide/output/03 - Fully horizontal path.txt +1 -0
- package/config/easy/TheOtherSide/output/04 - Stalemate.txt +1 -0
- package/config/easy/TheOtherSide/output/05 - Zigzag.txt +1 -0
- package/config/easy/TheOtherSide/output/06 - No way.txt +1 -0
- package/config/easy/TheOtherSide/output/07 - One step back.txt +1 -0
- package/config/easy/TheOtherSide/output/08 - No diagonal moves.txt +1 -0
- package/config/easy/TheOtherSide/output/09 - The other side.txt +1 -0
- package/config/easy/TheWeightOfWords/code/CGCode.js +13 -0
- package/config/easy/TheWeightOfWords/code/CGCode.php +16 -0
- package/config/easy/TheWeightOfWords/config.json +28 -0
- package/config/easy/TheWeightOfWords/input/01 - test 1.txt +5 -0
- package/config/easy/TheWeightOfWords/input/02 - test 2.txt +10 -0
- package/config/easy/TheWeightOfWords/input/03 - test 3.txt +19 -0
- package/config/easy/TheWeightOfWords/input/04 - test 4.txt +19 -0
- package/config/easy/TheWeightOfWords/output/01 - test 1.txt +2 -0
- package/config/easy/TheWeightOfWords/output/02 - test 2.txt +7 -0
- package/config/easy/TheWeightOfWords/output/03 - test 3.txt +16 -0
- package/config/easy/TheWeightOfWords/output/04 - test 4.txt +16 -0
- package/config/easy/TileAFloor/code/CGCode.js +9 -0
- package/config/easy/TileAFloor/code/CGCode.php +11 -0
- package/config/easy/TileAFloor/config.json +133 -0
- package/config/easy/TileAFloor/input/01 - No special mirrors Test 1.txt +4 -0
- package/config/easy/TileAFloor/input/02 - WM Test 2.txt +5 -0
- package/config/easy/TileAFloor/input/03 - test 3.txt +5 -0
- package/config/easy/TileAFloor/input/04 - Diags Test 4.txt +6 -0
- package/config/easy/TileAFloor/input/05 - nu and ][ Test 5.txt +4 -0
- package/config/easy/TileAFloor/input/06 - AV and slashes Test 6.txt +5 -0
- package/config/easy/TileAFloor/input/07 - (()) and slashes Test 7.txt +5 -0
- package/config/easy/TileAFloor/input/08 - Everything Test 8.txt +7 -0
- package/config/easy/TileAFloor/input/09 - test 9.txt +6 -0
- package/config/easy/TileAFloor/input/10 - test 10.txt +8 -0
- package/config/easy/TileAFloor/input/11 - test 11.txt +7 -0
- package/config/easy/TileAFloor/input/12 - test 12.txt +7 -0
- package/config/easy/TileAFloor/input/13 - test 13.txt +7 -0
- package/config/easy/TileAFloor/input/14 - test 14.txt +8 -0
- package/config/easy/TileAFloor/input/15 - test 15.txt +6 -0
- package/config/easy/TileAFloor/input/16 - test 16.txt +7 -0
- package/config/easy/TileAFloor/input/17 - test 17.txt +5 -0
- package/config/easy/TileAFloor/input/18 - test 18.txt +6 -0
- package/config/easy/TileAFloor/input/19 - test 19.txt +6 -0
- package/config/easy/TileAFloor/input/20 - test 20.txt +4 -0
- package/config/easy/TileAFloor/input/21 - test 21.txt +8 -0
- package/config/easy/TileAFloor/input/22 - test 22.txt +4 -0
- package/config/easy/TileAFloor/input/23 - test 23.txt +6 -0
- package/config/easy/TileAFloor/input/24 - test 24.txt +5 -0
- package/config/easy/TileAFloor/input/25 - test 25.txt +5 -0
- package/config/easy/TileAFloor/output/01 - No special mirrors Test 1.txt +13 -0
- package/config/easy/TileAFloor/output/02 - WM Test 2.txt +17 -0
- package/config/easy/TileAFloor/output/03 - test 3.txt +17 -0
- package/config/easy/TileAFloor/output/04 - Diags Test 4.txt +21 -0
- package/config/easy/TileAFloor/output/05 - nu and ][ Test 5.txt +13 -0
- package/config/easy/TileAFloor/output/06 - AV and slashes Test 6.txt +17 -0
- package/config/easy/TileAFloor/output/07 - (()) and slashes Test 7.txt +17 -0
- package/config/easy/TileAFloor/output/08 - Everything Test 8.txt +25 -0
- package/config/easy/TileAFloor/output/09 - test 9.txt +21 -0
- package/config/easy/TileAFloor/output/10 - test 10.txt +29 -0
- package/config/easy/TileAFloor/output/11 - test 11.txt +25 -0
- package/config/easy/TileAFloor/output/12 - test 12.txt +25 -0
- package/config/easy/TileAFloor/output/13 - test 13.txt +25 -0
- package/config/easy/TileAFloor/output/14 - test 14.txt +29 -0
- package/config/easy/TileAFloor/output/15 - test 15.txt +21 -0
- package/config/easy/TileAFloor/output/16 - test 16.txt +25 -0
- package/config/easy/TileAFloor/output/17 - test 17.txt +17 -0
- package/config/easy/TileAFloor/output/18 - test 18.txt +21 -0
- package/config/easy/TileAFloor/output/19 - test 19.txt +21 -0
- package/config/easy/TileAFloor/output/20 - test 20.txt +13 -0
- package/config/easy/TileAFloor/output/21 - test 21.txt +29 -0
- package/config/easy/TileAFloor/output/22 - test 22.txt +13 -0
- package/config/easy/TileAFloor/output/23 - test 23.txt +21 -0
- package/config/easy/TileAFloor/output/24 - test 24.txt +17 -0
- package/config/easy/TileAFloor/output/25 - test 25.txt +17 -0
- package/config/easy/TriangleToggle/code/CGCode.js +19 -0
- package/config/easy/TriangleToggle/code/CGCode.php +13 -0
- package/config/easy/TriangleToggle/config.json +68 -0
- package/config/easy/TriangleToggle/input/01 - one right.txt +4 -0
- package/config/easy/TriangleToggle/input/02 - one isosceles.txt +4 -0
- package/config/easy/TriangleToggle/input/03 - two triangles, sailboat.txt +5 -0
- package/config/easy/TriangleToggle/input/04 - condensed.txt +7 -0
- package/config/easy/TriangleToggle/input/05 - overlap (tree).txt +6 -0
- package/config/easy/TriangleToggle/input/06 - overlap expanded star of david.txt +5 -0
- package/config/easy/TriangleToggle/input/07 - overlap condensed star of david.txt +5 -0
- package/config/easy/TriangleToggle/input/08 - triangles inside of triangles.txt +9 -0
- package/config/easy/TriangleToggle/input/09 - yoga, partial triangles.txt +7 -0
- package/config/easy/TriangleToggle/input/10 - tesla truck, partial triangles.txt +6 -0
- package/config/easy/TriangleToggle/input/11 - misc.txt +8 -0
- package/config/easy/TriangleToggle/input/12 - overflowing everywhere.txt +5 -0
- package/config/easy/TriangleToggle/output/01 - one right.txt +12 -0
- package/config/easy/TriangleToggle/output/02 - one isosceles.txt +12 -0
- package/config/easy/TriangleToggle/output/03 - two triangles, sailboat.txt +20 -0
- package/config/easy/TriangleToggle/output/04 - condensed.txt +17 -0
- package/config/easy/TriangleToggle/output/05 - overlap (tree).txt +17 -0
- package/config/easy/TriangleToggle/output/07 - overlap condensed star of david.txt +22 -0
- package/config/easy/TriangleToggle/output/08 - triangles inside of triangles.txt +20 -0
- package/config/easy/TriangleToggle/output/09 - yoga, partial triangles.txt +19 -0
- package/config/easy/TriangleToggle/output/10 - tesla truck, partial triangles.txt +9 -0
- package/config/easy/TriangleToggle/output/11 - misc.txt +19 -0
- package/config/easy/TriangleToggle/output/12 - overflowing everywhere.txt +29 -0
- package/config/easy/UkuleleGuitarConverter/code/CGCode.js +14 -0
- package/config/easy/UkuleleGuitarConverter/code/CGCode.php +15 -0
- package/config/easy/UkuleleGuitarConverter/config.json +33 -0
- package/config/easy/UkuleleGuitarConverter/input/01 - Guitar n=1 single output.txt +3 -0
- package/config/easy/UkuleleGuitarConverter/input/02 - Ukulele n=1 multiple outputs.txt +3 -0
- package/config/easy/UkuleleGuitarConverter/input/03 - Guitar multiple conversions.txt +7 -0
- package/config/easy/UkuleleGuitarConverter/input/04 - Ukulele multiple conversions.txt +7 -0
- package/config/easy/UkuleleGuitarConverter/input/05 - Guitar multiple conversions with no match.txt +12 -0
- package/config/easy/UkuleleGuitarConverter/output/01 - Guitar n=1 single output.txt +1 -0
- package/config/easy/UkuleleGuitarConverter/output/02 - Ukulele n=1 multiple outputs.txt +1 -0
- package/config/easy/UkuleleGuitarConverter/output/03 - Guitar multiple conversions.txt +5 -0
- package/config/easy/UkuleleGuitarConverter/output/04 - Ukulele multiple conversions.txt +5 -0
- package/config/easy/UkuleleGuitarConverter/output/05 - Guitar multiple conversions with no match.txt +10 -0
- package/config/easy/UlamSpiral/code/CGCode.js +8 -0
- package/config/easy/UlamSpiral/code/CGCode.php +10 -0
- package/config/easy/UlamSpiral/config.json +28 -0
- package/config/easy/UlamSpiral/input/01 - N=3.txt +1 -0
- package/config/easy/UlamSpiral/input/02 - N=9.txt +1 -0
- package/config/easy/UlamSpiral/input/03 - N=15.txt +1 -0
- package/config/easy/UlamSpiral/input/04 - N=21.txt +1 -0
- package/config/easy/UlamSpiral/output/01 - N=3.txt +3 -0
- package/config/easy/UlamSpiral/output/02 - N=9.txt +9 -0
- package/config/easy/UlamSpiral/output/03 - N=15.txt +15 -0
- package/config/easy/UlamSpiral/output/04 - N=21.txt +21 -0
- package/config/easy/VectorsInVariablesDimensions/code/CGCode.js +11 -0
- package/config/easy/VectorsInVariablesDimensions/code/CGCode.php +13 -0
- package/config/easy/VectorsInVariablesDimensions/config.json +33 -0
- package/config/easy/VectorsInVariablesDimensions/input/01 - test 1.txt +7 -0
- package/config/easy/VectorsInVariablesDimensions/input/02 - test 2.txt +8 -0
- package/config/easy/VectorsInVariablesDimensions/input/03 - test 3.txt +7 -0
- package/config/easy/VectorsInVariablesDimensions/input/04 - test 4.txt +15 -0
- package/config/easy/VectorsInVariablesDimensions/input/05 - test 5.txt +102 -0
- package/config/easy/VectorsInVariablesDimensions/output/01 - test 1.txt +2 -0
- package/config/easy/VectorsInVariablesDimensions/output/02 - test 2.txt +2 -0
- package/config/easy/VectorsInVariablesDimensions/output/03 - test 3.txt +2 -0
- package/config/easy/VectorsInVariablesDimensions/output/04 - test 4.txt +2 -0
- package/config/easy/VectorsInVariablesDimensions/output/05 - test 5.txt +2 -0
- package/config/easy/VideoAssistantReferee/code/CGCode.js +9 -0
- package/config/easy/VideoAssistantReferee/code/CGCode.php +11 -0
- package/config/easy/VideoAssistantReferee/config.json +73 -0
- package/config/easy/VideoAssistantReferee/input/01 - Lev Yashin, the goalkeeper.txt +15 -0
- package/config/easy/VideoAssistantReferee/input/02 - Cafu, the Right Back.txt +15 -0
- package/config/easy/VideoAssistantReferee/input/03 - Marcelo Roberto Carlos, the Left Back.txt +15 -0
- package/config/easy/VideoAssistantReferee/input/04 - Sergio Ramos, the Center Back.txt +15 -0
- package/config/easy/VideoAssistantReferee/input/05 - Beckenbauer, der Kaiser, the Lib/303/251ro.txt" +15 -0
- package/config/easy/VideoAssistantReferee/input/06 - Sergio Busquets, The Defensive Midfielder.txt +15 -0
- package/config/easy/VideoAssistantReferee/input/07 - CR7, Raul, Emilio Butrague/303/261o.txt" +15 -0
- package/config/easy/VideoAssistantReferee/input/08 - Don Alfredo (Di St/303/251fano), Johan Cruyff, Zizou.txt" +15 -0
- package/config/easy/VideoAssistantReferee/input/09 - Karim Benzema.txt +15 -0
- package/config/easy/VideoAssistantReferee/input/10 - Pel/303/251, Messi, Maradona, Modric.txt" +15 -0
- package/config/easy/VideoAssistantReferee/input/11 - Romario, Salah, Ribery, the Second Striker Wing Forward.txt +15 -0
- package/config/easy/VideoAssistantReferee/input/12 - The fans, the Ultras, aka the 12th man!.txt +15 -0
- package/config/easy/VideoAssistantReferee/input/13 - Ted Lasso, the Coach, the Manager.txt +15 -0
- package/config/easy/VideoAssistantReferee/output/01 - Lev Yashin, the goalkeeper.txt +2 -0
- package/config/easy/VideoAssistantReferee/output/02 - Cafu, the Right Back.txt +2 -0
- package/config/easy/VideoAssistantReferee/output/03 - Marcelo Roberto Carlos, the Left Back.txt +2 -0
- package/config/easy/VideoAssistantReferee/output/04 - Sergio Ramos, the Center Back.txt +2 -0
- package/config/easy/VideoAssistantReferee/output/05 - Beckenbauer, der Kaiser, the Lib/303/251ro.txt" +2 -0
- package/config/easy/VideoAssistantReferee/output/06 - Sergio Busquets, The Defensive Midfielder.txt +2 -0
- package/config/easy/VideoAssistantReferee/output/07 - CR7, Raul, Emilio Butrague/303/261o.txt" +2 -0
- package/config/easy/VideoAssistantReferee/output/08 - Don Alfredo (Di St/303/251fano), Johan Cruyff, Zizou.txt" +2 -0
- package/config/easy/VideoAssistantReferee/output/09 - Karim Benzema.txt +2 -0
- package/config/easy/VideoAssistantReferee/output/10 - Pel/303/251, Messi, Maradona, Modric.txt" +2 -0
- package/config/easy/VideoAssistantReferee/output/11 - Romario, Salah, Ribery, the Second Striker Wing Forward.txt +2 -0
- package/config/easy/VideoAssistantReferee/output/12 - The fans, the Ultras, aka the 12th man!.txt +2 -0
- package/config/easy/VideoAssistantReferee/output/13 - Ted Lasso, the Coach, the Manager.txt +2 -0
- package/config/easy/VideoComments/code/CGCode.js +9 -0
- package/config/easy/VideoComments/code/CGCode.php +11 -0
- package/config/easy/VideoComments/config.json +38 -0
- package/config/easy/VideoComments/input/01 - Time example.txt +4 -0
- package/config/easy/VideoComments/input/02 - Likes count.txt +4 -0
- package/config/easy/VideoComments/input/03 - Tie - Followed.txt +6 -0
- package/config/easy/VideoComments/input/04 - Pinned - All priorities.txt +4 -0
- package/config/easy/VideoComments/input/05 - Replies.txt +8 -0
- package/config/easy/VideoComments/input/06 - Followed in replies.txt +8 -0
- package/config/easy/VideoComments/output/01 - Time example.txt +3 -0
- package/config/easy/VideoComments/output/02 - Likes count.txt +3 -0
- package/config/easy/VideoComments/output/03 - Tie - Followed.txt +5 -0
- package/config/easy/VideoComments/output/04 - Pinned - All priorities.txt +3 -0
- package/config/easy/VideoComments/output/05 - Replies.txt +7 -0
- package/config/easy/VideoComments/output/06 - Followed in replies.txt +7 -0
- package/config/easy/WhereAmIGoing/code/CGCode.js +10 -0
- package/config/easy/WhereAmIGoing/code/CGCode.php +12 -0
- package/config/easy/WhereAmIGoing/config.json +28 -0
- package/config/easy/WhereAmIGoing/input/01 - Example.txt +3 -0
- package/config/easy/WhereAmIGoing/input/02 - Simple.txt +5 -0
- package/config/easy/WhereAmIGoing/input/03 - Spiral.txt +12 -0
- package/config/easy/WhereAmIGoing/input/04 - Hard.txt +17 -0
- package/config/easy/WhereAmIGoing/output/01 - Example.txt +1 -0
- package/config/easy/WhereAmIGoing/output/02 - Simple.txt +1 -0
- package/config/easy/WhereAmIGoing/output/03 - Spiral.txt +1 -0
- package/config/easy/WhereAmIGoing/output/04 - Hard.txt +1 -0
- package/config/easy/WordSearchForProgrammers/code/CGCode.js +10 -0
- package/config/easy/WordSearchForProgrammers/code/CGCode.php +12 -0
- package/config/easy/WordSearchForProgrammers/config.json +38 -0
- package/config/easy/WordSearchForProgrammers/input/01 - The Simpsons (Test 1).txt +12 -0
- package/config/easy/WordSearchForProgrammers/input/02 - Famous Animals (Test 2).txt +17 -0
- package/config/easy/WordSearchForProgrammers/input/03 - US Presidents (Test 3).txt +17 -0
- package/config/easy/WordSearchForProgrammers/input/04 - Populous Countries (Test 4).txt +17 -0
- package/config/easy/WordSearchForProgrammers/input/05 - Many people with one name (Test 5).txt +17 -0
- package/config/easy/WordSearchForProgrammers/input/06 - Older Countries Median age over 40 (Test 6).txt +32 -0
- package/config/easy/WordSearchForProgrammers/output/01 - The Simpsons (Test 1).txt +10 -0
- package/config/easy/WordSearchForProgrammers/output/02 - Famous Animals (Test 2).txt +15 -0
- package/config/easy/WordSearchForProgrammers/output/03 - US Presidents (Test 3).txt +15 -0
- package/config/easy/WordSearchForProgrammers/output/04 - Populous Countries (Test 4).txt +15 -0
- package/config/easy/WordSearchForProgrammers/output/05 - Many people with one name (Test 5).txt +15 -0
- package/config/easy/WordSearchForProgrammers/output/06 - Older Countries Median age over 40 (Test 6).txt +30 -0
- package/config/easy/WordleColorizer/code/CGCode.js +10 -0
- package/config/easy/WordleColorizer/code/CGCode.php +12 -0
- package/config/easy/WordleColorizer/config.json +28 -0
- package/config/easy/WordleColorizer/input/01 - POLKA.txt +6 -0
- package/config/easy/WordleColorizer/input/02 - WATER.txt +7 -0
- package/config/easy/WordleColorizer/input/03 - KOALA.txt +8 -0
- package/config/easy/WordleColorizer/input/04 - NANNY.txt +8 -0
- package/config/easy/WordleColorizer/output/01 - POLKA.txt +4 -0
- package/config/easy/WordleColorizer/output/02 - WATER.txt +5 -0
- package/config/easy/WordleColorizer/output/03 - KOALA.txt +6 -0
- package/config/easy/WordleColorizer/output/04 - NANNY.txt +6 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/code/CGCode.js +11 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/code/CGCode.php +13 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/config.json +53 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/01 - test 1.txt +8 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/02 - test 2.txt +6 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/03 - test 3.txt +8 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/04 - test 4.txt +7 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/05 - test 5.txt +9 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/06 - That was close.txt +11 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/07 - so close for so many.txt +7 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/08 - - everything from Mother in some pairs.txt +10 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/09 - they/342/200/231re all 95%+ matches.txt" +11 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/01 - test 1.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/02 - test 2.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/03 - test 3.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/04 - test 4.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/05 - test 5.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/06 - That was close.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/07 - so close for so many.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/08 - - everything from Mother in some pairs.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/09 - they/342/200/231re all 95%+ matches.txt" +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/code/CGCode.js +6 -0
- package/config/easy/ZeckendorfRepresentationPartI/code/CGCode.php +7 -0
- package/config/easy/ZeckendorfRepresentationPartI/config.json +28 -0
- package/config/easy/ZeckendorfRepresentationPartI/input/01 - test 1.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/input/02 - test 2.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/input/03 - test 3.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/input/04 - test 4.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/output/01 - test 1.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/output/02 - test 2.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/output/03 - test 3.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/output/04 - test 4.txt +1 -0
- package/config/medium/FoldingANote/config.json +1 -1
- package/config/medium/NearPalindromes/config.json +1 -1
- package/package.json +1 -1
- /package/config/{medium/MerlinsMagicSquare/output/20 - test 20.txt → easy/AnotherRoadConstructionSite1/output/01 - Little annoyance.txt} +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/01 - simple.txt → easy/AnotherRoadConstructionSite1/output/02 - Like stopping for a coffee.txt} +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/14 - test 14.txt → easy/FoldingPaper/output/01 - 2 ply.txt} +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt" → easy/FoldingPaper/output/04 - 8 ply easy.txt} +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/code/CGCode.js +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/code/CGCode.php +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/01 - simple.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/02 - test 2.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/03 - test 3.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/04 - test 4.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/05 - test 5.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/06 - test 6.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/07 - test 7.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/08 - test 8.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/09 - test 9.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/10 - lizzo is making this too hard.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/11 - one button.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/12 - now you/342/200/231re just messing around.txt" +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/13 - test 13.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/14 - test 14.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/15 - test 15.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/16 - test 16.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/17 - test 17.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/18 - test 18.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/19 - test 19.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/20 - test 20.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/21 - test 21.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/22 - test 22.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/23 - test 23.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/24 - test 24.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/25 - test 25.txt +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/13 - test 13.txt → easy/MerlinsMagicSquare/output/01 - simple.txt} +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/02 - test 2.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/03 - test 3.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/04 - test 4.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/05 - test 5.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/06 - test 6.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/07 - test 7.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/08 - test 8.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/09 - test 9.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/10 - lizzo is making this too hard.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/11 - one button.txt +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/23 - test 23.txt → easy/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt"} +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/16 - test 16.txt → easy/MerlinsMagicSquare/output/14 - test 14.txt} +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/15 - test 15.txt +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/24 - test 24.txt → easy/MerlinsMagicSquare/output/16 - test 16.txt} +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/17 - test 17.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/18 - test 18.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/19 - test 19.txt +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/21 - test 21.txt → easy/MerlinsMagicSquare/output/20 - test 20.txt} +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/22 - test 22.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/25 - test 25.txt +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const P = parseInt(readline());
|
|
2
|
+
for (let i = 0; i < P; i++) {
|
|
3
|
+
const property = readline();
|
|
4
|
+
}
|
|
5
|
+
const N = parseInt(readline());
|
|
6
|
+
for (let i = 0; i < N; i++) {
|
|
7
|
+
const person = readline();
|
|
8
|
+
}
|
|
9
|
+
const F = parseInt(readline());
|
|
10
|
+
for (let i = 0; i < F; i++) {
|
|
11
|
+
const formula = readline();
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
// Write an answer using console.log()
|
|
15
|
+
// To debug: console.error('Debug messages...');
|
|
16
|
+
|
|
17
|
+
console.log('answer');
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
fscanf(STDIN, "%d", $P);
|
|
3
|
+
for ($i = 0; $i < $P; $i++)
|
|
4
|
+
{
|
|
5
|
+
$property = stream_get_line(STDIN, 256 + 1, "\n");
|
|
6
|
+
}
|
|
7
|
+
fscanf(STDIN, "%d", $N);
|
|
8
|
+
for ($i = 0; $i < $N; $i++)
|
|
9
|
+
{
|
|
10
|
+
$person = stream_get_line(STDIN, 2048 + 1, "\n");
|
|
11
|
+
}
|
|
12
|
+
fscanf(STDIN, "%d", $F);
|
|
13
|
+
for ($i = 0; $i < $F; $i++)
|
|
14
|
+
{
|
|
15
|
+
$formula = stream_get_line(STDIN, 1024 + 1, "\n");
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
|
19
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
|
20
|
+
|
|
21
|
+
echo("answer\n");
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"path": "easy/PanelCount",
|
|
3
|
+
"name": "Panel count",
|
|
4
|
+
"alphanumName": "PanelCount",
|
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/panel-count",
|
|
6
|
+
"tests": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Simple",
|
|
9
|
+
"alphanumName": "Simple",
|
|
10
|
+
"file": "01 - Simple.txt"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "Only one property",
|
|
14
|
+
"alphanumName": "OnlyOneProperty",
|
|
15
|
+
"file": "02 - Only one property.txt"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Several properties",
|
|
19
|
+
"alphanumName": "SeveralProperties",
|
|
20
|
+
"file": "03 - Several properties.txt"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "More complex formula",
|
|
24
|
+
"alphanumName": "MoreComplexFormula",
|
|
25
|
+
"file": "04 - More complex formula.txt"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Unknown property",
|
|
29
|
+
"alphanumName": "UnknownProperty",
|
|
30
|
+
"file": "05 - Unknown property.txt"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "No one",
|
|
34
|
+
"alphanumName": "NoOne",
|
|
35
|
+
"file": "06 - No one.txt"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "More persons",
|
|
39
|
+
"alphanumName": "MorePersons",
|
|
40
|
+
"file": "07 - More persons.txt"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Formulas repeating",
|
|
44
|
+
"alphanumName": "FormulasRepeating",
|
|
45
|
+
"file": "08 - Formulas repeating.txt"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
3
|
|
2
|
+
Gender
|
|
3
|
+
Age
|
|
4
|
+
Town
|
|
5
|
+
12
|
|
6
|
+
Nina Female 27 Nantes
|
|
7
|
+
Mehdi Male 61 Marseille
|
|
8
|
+
Marius Male 6 Lyon
|
|
9
|
+
Felix Male 20 Paris
|
|
10
|
+
Leonard Male 57 Strasbourg
|
|
11
|
+
Lila Female 74 Montpellier
|
|
12
|
+
Victor Male 7 Toulouse
|
|
13
|
+
Capucine Female 82 Nantes
|
|
14
|
+
Faustine Female 27 Lyon
|
|
15
|
+
Yanis Male 55 Lyon
|
|
16
|
+
Clara Female 43 Toulouse
|
|
17
|
+
Melissa Female 91 Lyon
|
|
18
|
+
2
|
|
19
|
+
Town=Lyon
|
|
20
|
+
Gender=Male
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
3
|
|
2
|
+
Gender
|
|
3
|
+
Age
|
|
4
|
+
Town
|
|
5
|
+
12
|
|
6
|
+
Nina Female 27 Nantes
|
|
7
|
+
Mehdi Male 61 Marseille
|
|
8
|
+
Marius Male 6 Lyon
|
|
9
|
+
Felix Male 20 Paris
|
|
10
|
+
Leonard Male 57 Strasbourg
|
|
11
|
+
Lila Female 74 Montpellier
|
|
12
|
+
Victor Male 7 Toulouse
|
|
13
|
+
Capucine Female 82 Nantes
|
|
14
|
+
Faustine Female 27 Lyon
|
|
15
|
+
Yanis Male 55 Lyon
|
|
16
|
+
Clara Female 43 Toulouse
|
|
17
|
+
Melissa Female 91 Lyon
|
|
18
|
+
1
|
|
19
|
+
Gender=Male AND Town=Lyon
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
3
|
|
2
|
+
Gender
|
|
3
|
+
Age
|
|
4
|
+
Town
|
|
5
|
+
12
|
|
6
|
+
Gabin Male 78 Lyon
|
|
7
|
+
Nicolas Male 54 Strasbourg
|
|
8
|
+
Chloe Female 56 Bordeaux
|
|
9
|
+
Hadrien Male 66 Strasbourg
|
|
10
|
+
Leon Male 58 Lille
|
|
11
|
+
Eden Female 91 Nantes
|
|
12
|
+
Zoe Female 76 Montpellier
|
|
13
|
+
Nicolas Male 54 Strasbourg
|
|
14
|
+
Iris Female 19 Lille
|
|
15
|
+
Pierre Male 79 Lille
|
|
16
|
+
Louise Female 89 Marseille
|
|
17
|
+
Eloise Female 10 Nice
|
|
18
|
+
2
|
|
19
|
+
Gender=Male AND Car=Audi
|
|
20
|
+
EyeColor=Blue AND Town=Nantes
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
3
|
|
2
|
+
Gender
|
|
3
|
+
Age
|
|
4
|
+
Town
|
|
5
|
+
14
|
|
6
|
+
Violette Female 78 Lyon
|
|
7
|
+
Rose Female 25 Toulouse
|
|
8
|
+
Simon Male 6 Paris
|
|
9
|
+
Esther Female 35 Lyon
|
|
10
|
+
Chloe Female 56 Bordeaux
|
|
11
|
+
Alix Female 12 Toulouse
|
|
12
|
+
Esther Female 35 Lyon
|
|
13
|
+
Hugo Male 65 Bordeaux
|
|
14
|
+
Mila Female 72 Lille
|
|
15
|
+
Jules Male 60 Nice
|
|
16
|
+
Adele Female 86 Strasbourg
|
|
17
|
+
Raphael Male 98 Lyon
|
|
18
|
+
Sophie Female 98 Marseille
|
|
19
|
+
Marie Female 56 Montpellier
|
|
20
|
+
2
|
|
21
|
+
Gender=Male AND Town=Rome
|
|
22
|
+
Town=Paris AND Age=99
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
5
|
|
2
|
+
Gender
|
|
3
|
+
Age
|
|
4
|
+
Town
|
|
5
|
+
CSP
|
|
6
|
+
FAI
|
|
7
|
+
200
|
|
8
|
+
Gabriel Male 99 Marseille Retraite SFR
|
|
9
|
+
Alexandre Male 59 Bordeaux Employe SFR
|
|
10
|
+
Arthur Male 31 Marseille Agriculteur Bouygues
|
|
11
|
+
Adam Male 13 Nantes Ouvrier Orange
|
|
12
|
+
Raphael Male 98 Lyon Employe Free
|
|
13
|
+
Louis Male 55 Nantes Inactif SFR
|
|
14
|
+
Paul Male 92 Nantes Employe SFR
|
|
15
|
+
Antoine Male 78 Nice Inactif Free
|
|
16
|
+
Maxime Male 85 Nantes Employe Orange
|
|
17
|
+
Thomas Male 23 Paris Employe Free
|
|
18
|
+
Victor Male 7 Toulouse Inactif Bouygues
|
|
19
|
+
Lucas Male 20 Nice Retraite Orange
|
|
20
|
+
Jules Male 60 Nice Cadre Free
|
|
21
|
+
Nathan Male 6 Lille Employe SFR
|
|
22
|
+
Hugo Male 65 Bordeaux Artisan Free
|
|
23
|
+
Sacha Male 59 Strasbourg Agriculteur Free
|
|
24
|
+
Mohamed Male 50 Toulouse Agriculteur Bouygues
|
|
25
|
+
Enzo Male 89 Strasbourg Employe Bouygues
|
|
26
|
+
Gaspard Male 83 Strasbourg Artisan Orange
|
|
27
|
+
Clement Male 93 Marseille Inactif Free
|
|
28
|
+
Samuel Male 76 Lille Retraite Free
|
|
29
|
+
Ethan Male 50 Marseille Inactif Free
|
|
30
|
+
Leo Male 5 Nice Agriculteur SFR
|
|
31
|
+
Adrien Male 38 Lyon Inactif Orange
|
|
32
|
+
Martin Male 89 Montpellier Retraite Free
|
|
33
|
+
Rayan Male 89 Lille Retraite Bouygues
|
|
34
|
+
Baptiste Male 71 Lille Employe Free
|
|
35
|
+
Yanis Male 55 Lyon Retraite Orange
|
|
36
|
+
Simon Male 6 Paris Cadre Free
|
|
37
|
+
Joseph Male 22 Toulouse Retraite Bouygues
|
|
38
|
+
Mathis Male 80 Montpellier Inactif Free
|
|
39
|
+
Oscar Male 87 Lyon Cadre SFR
|
|
40
|
+
Alexis Male 54 Bordeaux Employe Bouygues
|
|
41
|
+
Pierre Male 79 Lille Agriculteur SFR
|
|
42
|
+
Noah Male 37 Lille Cadre Free
|
|
43
|
+
Axel Male 46 Lyon Retraite Free
|
|
44
|
+
Theo Male 50 Montpellier Inactif Free
|
|
45
|
+
Romain Male 67 Lille Retraite Bouygues
|
|
46
|
+
Valentin Male 95 Toulouse Inactif Orange
|
|
47
|
+
Augustin Male 14 Strasbourg Cadre SFR
|
|
48
|
+
Julien Male 39 Nice Employe Orange
|
|
49
|
+
Nicolas Male 54 Strasbourg Employe Free
|
|
50
|
+
Maxence Male 55 Bordeaux Employe Orange
|
|
51
|
+
Noe Male 93 Nice Artisan SFR
|
|
52
|
+
Benjamin Male 45 Marseille Retraite Bouygues
|
|
53
|
+
Quentin Male 46 Lille Artisan Bouygues
|
|
54
|
+
Tom Male 94 Nice Cadre Orange
|
|
55
|
+
Charles Male 98 Toulouse Employe Orange
|
|
56
|
+
David Male 30 Lyon Cadre SFR
|
|
57
|
+
Jean Male 50 Nice Retraite Bouygues
|
|
58
|
+
Eliott Male 69 Paris Cadre Free
|
|
59
|
+
Aaron Male 98 Montpellier Agriculteur Bouygues
|
|
60
|
+
Elias Male 46 Marseille Cadre Orange
|
|
61
|
+
Matthieu Male 87 Nice Cadre Orange
|
|
62
|
+
Tristan Male 70 Bordeaux Inactif Orange
|
|
63
|
+
Timothee Male 38 Lyon Employe SFR
|
|
64
|
+
Mathieu Male 19 Paris Artisan SFR
|
|
65
|
+
Matteo Male 4 Lille Employe Free
|
|
66
|
+
William Male 48 Strasbourg Retraite Bouygues
|
|
67
|
+
Amine Male 94 Lyon Artisan Bouygues
|
|
68
|
+
Felix Male 20 Paris Inactif Free
|
|
69
|
+
Côme Male 69 Marseille Employe Free
|
|
70
|
+
Ruben Male 48 Paris Retraite Free
|
|
71
|
+
Ulysse Male 17 Nice Employe Orange
|
|
72
|
+
Antonin Male 24 Montpellier Agriculteur Bouygues
|
|
73
|
+
Guillaume Male 6 Marseille Agriculteur Bouygues
|
|
74
|
+
Aurelien Male 26 Nantes Retraite Free
|
|
75
|
+
Robin Male 53 Montpellier Employe Free
|
|
76
|
+
Mael Male 71 Nantes Cadre Orange
|
|
77
|
+
Kevin Male 20 Marseille Retraite Bouygues
|
|
78
|
+
Mehdi Male 61 Marseille Agriculteur Free
|
|
79
|
+
Ismael Male 34 Marseille Inactif Orange
|
|
80
|
+
Liam Male 86 Strasbourg Ouvrier Orange
|
|
81
|
+
Gabin Male 78 Lyon Agriculteur Bouygues
|
|
82
|
+
Noam Male 15 Strasbourg Ouvrier SFR
|
|
83
|
+
Evan Male 81 Montpellier Ouvrier SFR
|
|
84
|
+
Marius Male 6 Lyon Agriculteur Free
|
|
85
|
+
Mathias Male 68 Marseille Retraite Bouygues
|
|
86
|
+
Isaac Male 41 Bordeaux Inactif SFR
|
|
87
|
+
Samy Male 25 Nantes Retraite SFR
|
|
88
|
+
Ibrahim Male 71 Marseille Employe Orange
|
|
89
|
+
Basile Male 99 Lille Retraite SFR
|
|
90
|
+
Daniel Male 30 Toulouse Artisan SFR
|
|
91
|
+
Emile Male 48 Toulouse Agriculteur Orange
|
|
92
|
+
Lucien Male 33 Toulouse Cadre Bouygues
|
|
93
|
+
Elie Male 26 Toulouse Retraite Bouygues
|
|
94
|
+
Rayane Male 50 Marseille Ouvrier Bouygues
|
|
95
|
+
Leonard Male 57 Strasbourg Employe SFR
|
|
96
|
+
Thibault Male 39 Nantes Retraite SFR
|
|
97
|
+
Achille Male 16 Bordeaux Artisan SFR
|
|
98
|
+
Leon Male 58 Lille Artisan Orange
|
|
99
|
+
Edouard Male 85 Paris Retraite Free
|
|
100
|
+
Hadrien Male 66 Strasbourg Employe Free
|
|
101
|
+
Lenny Male 46 Marseille Agriculteur Free
|
|
102
|
+
Matheo Male 32 Montpellier Cadre Orange
|
|
103
|
+
Malo Male 15 Lille Artisan Free
|
|
104
|
+
Titouan Male 77 Marseille Agriculteur Bouygues
|
|
105
|
+
Solal Male 32 Marseille Cadre Bouygues
|
|
106
|
+
Joshua Male 43 Lille Artisan Free
|
|
107
|
+
Max Male 76 Lyon Artisan Free
|
|
108
|
+
Louise Female 89 Marseille Retraite Bouygues
|
|
109
|
+
Camille Female 14 Lyon Agriculteur SFR
|
|
110
|
+
Emma Female 69 Lyon Inactif Free
|
|
111
|
+
Ines Female 92 Lyon Cadre Free
|
|
112
|
+
Chloe Female 56 Bordeaux Employe Bouygues
|
|
113
|
+
Sarah Female 52 Lille Inactif Bouygues
|
|
114
|
+
Alice Female 65 Nice Ouvrier Bouygues
|
|
115
|
+
Lea Female 39 Marseille Agriculteur Bouygues
|
|
116
|
+
Juliette Female 30 Lyon Employe Free
|
|
117
|
+
Jeanne Female 40 Toulouse Cadre Orange
|
|
118
|
+
Eva Female 10 Marseille Agriculteur Orange
|
|
119
|
+
Clara Female 43 Toulouse Retraite Orange
|
|
120
|
+
Lina Female 56 Paris Agriculteur Bouygues
|
|
121
|
+
Anna Female 11 Marseille Agriculteur Orange
|
|
122
|
+
Charlotte Female 25 Nantes Cadre Bouygues
|
|
123
|
+
Mathilde Female 35 Lyon Agriculteur SFR
|
|
124
|
+
Marie Female 56 Montpellier Retraite SFR
|
|
125
|
+
Manon Female 33 Montpellier Inactif Bouygues
|
|
126
|
+
Lucie Female 81 Paris Agriculteur Free
|
|
127
|
+
Anaïs Female 88 Lyon Ouvrier Orange
|
|
128
|
+
Jade Female 33 Strasbourg Ouvrier Bouygues
|
|
129
|
+
Zoe Female 76 Montpellier Artisan Bouygues
|
|
130
|
+
Nina Female 27 Nantes Artisan Orange
|
|
131
|
+
Lou Female 46 Lyon Retraite Free
|
|
132
|
+
Clemence Female 50 Marseille Artisan SFR
|
|
133
|
+
Pauline Female 26 Nantes Employe Bouygues
|
|
134
|
+
Lisa Female 92 Nice Inactif SFR
|
|
135
|
+
Adele Female 86 Strasbourg Artisan SFR
|
|
136
|
+
Gabrielle Female 92 Lyon Employe Bouygues
|
|
137
|
+
Romane Female 19 Nantes Agriculteur SFR
|
|
138
|
+
Julia Female 96 Toulouse Artisan SFR
|
|
139
|
+
Victoria Female 66 Lille Artisan Bouygues
|
|
140
|
+
Emilie Female 19 Bordeaux Artisan Free
|
|
141
|
+
Rose Female 25 Toulouse Employe Bouygues
|
|
142
|
+
Julie Female 72 Nice Cadre Bouygues
|
|
143
|
+
Margaux Female 69 Lyon Artisan Free
|
|
144
|
+
Lena Female 73 Nice Inactif SFR
|
|
145
|
+
Victoire Female 18 Toulouse Inactif Free
|
|
146
|
+
Lola Female 68 Strasbourg Ouvrier Bouygues
|
|
147
|
+
Valentine Female 57 Nantes Ouvrier SFR
|
|
148
|
+
Agathe Female 53 Bordeaux Artisan SFR
|
|
149
|
+
Alix Female 12 Toulouse Cadre Bouygues
|
|
150
|
+
Elisa Female 23 Nice Employe Orange
|
|
151
|
+
Elise Female 29 Lyon Ouvrier Bouygues
|
|
152
|
+
Margot Female 15 Marseille Artisan SFR
|
|
153
|
+
Yasmine Female 87 Lyon Cadre Bouygues
|
|
154
|
+
Laura Female 75 Nantes Agriculteur Free
|
|
155
|
+
Noa Female 98 Nantes Employe Free
|
|
156
|
+
Sofia Female 40 Strasbourg Artisan Bouygues
|
|
157
|
+
Noemie Female 19 Toulouse Retraite Free
|
|
158
|
+
Heloïse Female 95 Montpellier Ouvrier Bouygues
|
|
159
|
+
Sara Female 98 Nantes Employe Free
|
|
160
|
+
Apolline Female 59 Montpellier Cadre Bouygues
|
|
161
|
+
Salome Female 3 Marseille Ouvrier Bouygues
|
|
162
|
+
Diane Female 65 Lille Employe Free
|
|
163
|
+
Maya Female 23 Paris Employe SFR
|
|
164
|
+
Ambre Female 55 Toulouse Agriculteur Bouygues
|
|
165
|
+
Elsa Female 5 Lyon Cadre SFR
|
|
166
|
+
Josephine Female 65 Bordeaux Agriculteur Orange
|
|
167
|
+
Capucine Female 82 Nantes Employe SFR
|
|
168
|
+
Ava Female 18 Nantes Ouvrier Bouygues
|
|
169
|
+
Sasha Female 21 Montpellier Employe SFR
|
|
170
|
+
Eleonore Female 70 Nantes Inactif Free
|
|
171
|
+
Iris Female 19 Lille Inactif Free
|
|
172
|
+
Fatoumata Female 78 Montpellier Agriculteur Orange
|
|
173
|
+
Alicia Female 38 Montpellier Cadre Free
|
|
174
|
+
Eden Female 91 Nantes Retraite Free
|
|
175
|
+
Mila Female 72 Lille Employe SFR
|
|
176
|
+
Nour Female 96 Lille Artisan Orange
|
|
177
|
+
Andrea Female 67 Montpellier Ouvrier Free
|
|
178
|
+
Garance Female 63 Lille Retraite Bouygues
|
|
179
|
+
Aya Female 45 Lyon Agriculteur SFR
|
|
180
|
+
Violette Female 78 Lyon Ouvrier Free
|
|
181
|
+
Constance Female 53 Montpellier Employe SFR
|
|
182
|
+
Justine Female 53 Nice Artisan Orange
|
|
183
|
+
Melissa Female 91 Lyon Inactif Bouygues
|
|
184
|
+
Oceane Female 64 Bordeaux Retraite Bouygues
|
|
185
|
+
Olivia Female 16 Lyon Artisan Bouygues
|
|
186
|
+
Esther Female 35 Lyon Ouvrier Bouygues
|
|
187
|
+
Ines Female 94 Nice Inactif SFR
|
|
188
|
+
Luna Female 23 Paris Employe Free
|
|
189
|
+
Suzanne Female 29 Lille Ouvrier Orange
|
|
190
|
+
Mariam Female 13 Paris Agriculteur Orange
|
|
191
|
+
Maelys Female 65 Montpellier Ouvrier SFR
|
|
192
|
+
Myriam Female 98 Strasbourg Artisan Free
|
|
193
|
+
Sophie Female 98 Marseille Employe Bouygues
|
|
194
|
+
Celia Female 30 Strasbourg Retraite Bouygues
|
|
195
|
+
Lila Female 74 Montpellier Artisan Bouygues
|
|
196
|
+
Madeleine Female 36 Montpellier Employe Free
|
|
197
|
+
Marion Female 8 Paris Employe Orange
|
|
198
|
+
Anouk Female 34 Strasbourg Retraite Bouygues
|
|
199
|
+
Stella Female 86 Toulouse Agriculteur SFR
|
|
200
|
+
Eloïse Female 10 Nice Inactif Orange
|
|
201
|
+
Charlie Female 85 Paris Agriculteur SFR
|
|
202
|
+
Leonie Female 70 Nantes Agriculteur SFR
|
|
203
|
+
Chiara Female 25 Marseille Cadre Bouygues
|
|
204
|
+
Carla Female 80 Nantes Cadre Orange
|
|
205
|
+
Blanche Female 68 Montpellier Retraite Orange
|
|
206
|
+
Faustine Female 27 Lyon Retraite SFR
|
|
207
|
+
Claire Female 34 Strasbourg Employe Orange
|
|
208
|
+
10
|
|
209
|
+
Gender=Male AND Town=Lyon AND FAI=Bouygues
|
|
210
|
+
CSP=Retraite AND Town=Bordeaux
|
|
211
|
+
Town=Toulouse AND Gender=Female AND FAI=Orange
|
|
212
|
+
Town=Nantes AND Gender=Male AND FAI=Orange AND CSP=Cadre AND Age=45
|
|
213
|
+
Age=50
|
|
214
|
+
CSP=Artisan
|
|
215
|
+
CSP=Cadre AND Town=Paris
|
|
216
|
+
FAI=Free AND Gender=Male
|
|
217
|
+
Gender=Male AND Age=4
|
|
218
|
+
FAI=Free AND Gender=Male AND CSP=Employe
|