Skip to content

Instantly share code, notes, and snippets.

@beyonddream
Last active January 2, 2024 23:16
Show Gist options
  • Save beyonddream/499d6556cd502ab67ca33509c0a724f4 to your computer and use it in GitHub Desktop.
Save beyonddream/499d6556cd502ab67ca33509c0a724f4 to your computer and use it in GitHub Desktop.
good software-engineering papers to implement

Overview

Over a period of time, I started collecting technical papers that I would, given time and energy, like to implement an open source version of it. I use this to collect some such papers with the status of implementation for each. These papers have only one constraint and that is they should be simplistic enough to be able to implement within < 5000 LOC. I have also captured whether a paper has been implemented or not and if yes then in which language.

Papers

Papers Implemented ? Language Repo
Automatic Keyword Extraction from Individual Documents by Rose et.al. Yes Java https://github.com/beyonddream/JRAKE
Twitter snowflake clone but with wider id space Yes C https://github.com/beyonddream/snowid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment