{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":650451565,"defaultBranch":"main","name":"ahocode","ownerLogin":"35C4n0r","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-06-07T05:22:01.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/70096901?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1686121047.103848","currentOid":""},"activityList":{"items":[{"before":"38d7eb75600cb414aa6a8a2fe420c77992457600","after":"57059ae2834bc02ab87956b02ec91f3dededf1d7","ref":"refs/heads/main","pushedAt":"2023-06-22T15:37:55.732Z","pushType":"push","commitsCount":13,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"Merge pull request #1 from 35C4n0r/dev\n\nImplementing Ahocorasick Search.","shortMessageHtmlLink":"Merge pull request aboutcode-org#1 from 35C4n0r/dev"}},{"before":"38d7eb75600cb414aa6a8a2fe420c77992457600","after":"57059ae2834bc02ab87956b02ec91f3dededf1d7","ref":"refs/heads/main","pushedAt":"2023-06-22T15:37:55.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"Merge pull request #1 from 35C4n0r/dev\n\nImplementing Ahocorasick Search.","shortMessageHtmlLink":"Merge pull request aboutcode-org#1 from 35C4n0r/dev"}},{"before":"227786b357fc1676819921a9ef676251d6177ee5","after":"42b5a9f463bcea5b071cd204a206a6832bff9a02","ref":"refs/heads/dev","pushedAt":"2023-06-22T15:15:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"feat: updated README.rst\n\nSigned-off-by: 35C4n0r ","shortMessageHtmlLink":"feat: updated README.rst"}},{"before":"55a3871c8bd42f9517fd470bc53a560a1ebfcb3f","after":"227786b357fc1676819921a9ef676251d6177ee5","ref":"refs/heads/dev","pushedAt":"2023-06-22T05:38:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"Update README.rst\n\nCo-authored-by: Jono Yang ","shortMessageHtmlLink":"Update README.rst"}},{"before":"a8082729147c6359772f191f909870d7badbe312","after":"55a3871c8bd42f9517fd470bc53a560a1ebfcb3f","ref":"refs/heads/dev","pushedAt":"2023-06-21T17:01:54.594Z","pushType":"push","commitsCount":1,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"add: added README.rst\n\nSigned-off-by: 35C4n0r ","shortMessageHtmlLink":"add: added README.rst"}},{"before":"809f0f885bf32012fcf8cd9c0f2126a18b7f607e","after":"a8082729147c6359772f191f909870d7badbe312","ref":"refs/heads/dev","pushedAt":"2023-06-16T15:45:50.752Z","pushType":"push","commitsCount":1,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"add: added new tests\n\n- added tests for trie methods.\n- added kind property and __len__ for Automaton class\n\nSigned-off-by: 35C4n0r ","shortMessageHtmlLink":"add: added new tests"}},{"before":"213da6abdd5c190a7996695150d80d431d6ec172","after":"809f0f885bf32012fcf8cd9c0f2126a18b7f607e","ref":"refs/heads/dev","pushedAt":"2023-06-16T11:41:23.878Z","pushType":"push","commitsCount":1,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"add: added credits\n\n- added credits in test_ahocode.py and ahocode.py.\n\nSigned-off-by: 35C4n0r ","shortMessageHtmlLink":"add: added credits"}},{"before":"eb4ddd6554ff0a1bcf92805a86ac3ae76f53351b","after":"213da6abdd5c190a7996695150d80d431d6ec172","ref":"refs/heads/dev","pushedAt":"2023-06-16T11:38:06.222Z","pushType":"push","commitsCount":1,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"ref: refactored files\n\n- replaced is comparator to ==.\n- Updated metadata in setup.cfg.\n- renamed test.py to test_ahocode.py.\n- added credits in test_ahocode.py and ahocode.py.\n\nSigned-off-by: 35C4n0r ","shortMessageHtmlLink":"ref: refactored files"}},{"before":"c503372f4ead519795a16ffcbd7d4458fbe54030","after":"eb4ddd6554ff0a1bcf92805a86ac3ae76f53351b","ref":"refs/heads/dev","pushedAt":"2023-06-15T07:42:22.898Z","pushType":"push","commitsCount":1,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"ref: refactored files\n\n- moved ahocode.py to a python package\n- Updated metadata in setup.cfg\n\nSigned-off-by: 35C4n0r ","shortMessageHtmlLink":"ref: refactored files"}},{"before":"74543a091103fd02f3054cdc9f72e7b63641a26b","after":"c503372f4ead519795a16ffcbd7d4458fbe54030","ref":"refs/heads/dev","pushedAt":"2023-06-14T04:57:09.803Z","pushType":"push","commitsCount":2,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"add: added new test files\n\n- Added test.py for basic methods, such as add_word(), make_automaton(), iter(), find_all(), keys() and values().\n- Updated setup.cfg\n\nSigned-off-by: 35C4n0r ","shortMessageHtmlLink":"add: added new test files"}},{"before":"a9e4c0391d8dde106b361b06ebfb73dc6c4589f0","after":"74543a091103fd02f3054cdc9f72e7b63641a26b","ref":"refs/heads/dev","pushedAt":"2023-06-13T08:57:53.258Z","pushType":"push","commitsCount":1,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"ref: refactored variables\n\nSigned-off-by: 35C4n0r ","shortMessageHtmlLink":"ref: refactored variables"}},{"before":"c4d2799771a1a1d3294c1e13ef0bcff2700a129c","after":"a9e4c0391d8dde106b361b06ebfb73dc6c4589f0","ref":"refs/heads/dev","pushedAt":"2023-06-11T16:23:29.869Z","pushType":"push","commitsCount":1,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"Add: added the remaining methods that are used in SCTK.\n- Added method iter().\n- Added methods keys() and values().\n- added __getstate__() and __setstate__() for pickling.\n\nSigned-off-by: 35C4n0r ","shortMessageHtmlLink":"Add: added the remaining methods that are used in SCTK."}},{"before":null,"after":"c4d2799771a1a1d3294c1e13ef0bcff2700a129c","ref":"refs/heads/dev","pushedAt":"2023-06-07T06:57:27.103Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"35C4n0r","name":"Jay Kumar","path":"/35C4n0r","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70096901?s=80&v=4"},"commit":{"message":"Add: initial commit for the ahocode\nAdded basic code for Automaton creation and trie search.\n\nSigned-off-by: 35C4n0r ","shortMessageHtmlLink":"Add: initial commit for the ahocode"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNi0yMlQxNTozNzo1NS43MzI1NjNazwAAAANHBl2X","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNi0yMlQxNTozNzo1NS43MzI1NjNazwAAAANHBl2X","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNi0wN1QwNjo1NzoyNy4xMDM4NDhazwAAAAM8Tzrg"}},"title":"Activity ยท 35C4n0r/ahocode"}