]> Softwares of Agnibho - anagram.git/commit
First Commit
authoragnibho <agni2111@gmail.com>
Wed, 12 Mar 2014 16:59:09 +0000 (22:29 +0530)
committeragnibho <agni2111@gmail.com>
Wed, 12 Mar 2014 16:59:09 +0000 (22:29 +0530)
commitc9b4a51c2d5939b5ced23c3d13c5941d9bcd4709
treea50c7465c0fd77ea6d7eefe418e8faf27ca384b9
First Commit
517 files changed:
LICENSE.TXT [new file with mode: 0644]
README.TXT [new file with mode: 0644]
com/agnibho/code/anagram/CheckAnagram.java [new file with mode: 0644]
com/agnibho/code/anagram/IsAnagram.java [new file with mode: 0644]
com/agnibho/code/anagram/IsPalindrome.java [new file with mode: 0644]
com/agnibho/code/anagram/IsValid.java [new file with mode: 0644]
com/agnibho/code/anagram/LICENSE.TXT [new file with mode: 0644]
com/agnibho/code/anagram/UI.java [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A20.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A24.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A25.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A28.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/A9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B20.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/B9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C20.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C21.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/C9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D20.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D21.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D31.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/D9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E20.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E21.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E22.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E23.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/E9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F29.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/F9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/G9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H21.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H22.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H23.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H24.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/H9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I20.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I21.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/I9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/J9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/K9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L58.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/L9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M20.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M21.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/M9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N20.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/N9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O21.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O22.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/O9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P20.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P21.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P22.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P23.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P45.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/P9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Q9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/R9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S20.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S34.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/S9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T20.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T21.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T22.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T23.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/T9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U18.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U19.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U21.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/U9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/V9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W17.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/W9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/X9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Y9.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z1.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z10.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z11.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z12.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z13.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z14.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z15.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z16.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z2.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z3.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z4.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z5.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z6.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z7.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z8.txt [new file with mode: 0644]
com/agnibho/code/anagram/dictionary/Z9.txt [new file with mode: 0644]