Hello, I'm Kailash Budhathoki ☺ from Kathmandu, Nepal. I'm currently working as a software developer for LogPoint since February, 2011.
I completed my Bachelor's Degree in Computer Engineering in 2010AD from Pulchowk Campus, Tribhuvan University, Nepal.
I aspire to dig deep into the chasm of Social Network and Information Analysis. I have greatly benefited from the free courses & materials available online. Among many, Introduction to Algorithms (OCW MIT), Machine Learning (Coursera) are the ones I enjoyed the most. I have been so touched by the last lecture of Randy Pausch: Achieving Your Childhood Dreams & Walter Lewin: For the love of Physics.
If you want to get in touch with me, you can email me or find me on Github, Quora, Twitter, Linkedin.
| Title | Description | Tags |
|---|---|---|
| bichar | Twitter Sentiment Analyzer based on Naive Bayesian Classifier. | python |
| codex | Site which allows to conduct & watch coding interview online in realtime. | python, sqlite, nodejs, socketio |
| predator | A copy detection System. Uses winnowing algorithm to select the fingerprints from the hash values of the k-grams of the document string. Hash value of the k-gram is computed using modified Karp Rabin rolling hash function. Once fingerprints of a document are calculated, they are checked against the pre-built database of fingerprints. | python, mongodb, javascript, gevent, flask |
| bott | Chat bot based on Fuzzy String Search. Calculates the levenshtein distance between the keywords in the knowledgebase & the keywords in the chat sentence to reply with the appropriate answers from the knowledgebase while chatting with human. | python |
| FPSGE | A library which could be used for First Person Shooter game development. Usage of every library component was demonstrated by creating a sample game. OOP was extensively used while making the library. Game physics, animated object loading, BSP tree format map loading, sound handling, game related network workarounds were the main part of the library. | C++, DirectX, RackNet |
| scrapper | A tabular data scrapper from websites. Scrapper would first grab all the tables coming under the `table` html tag. It would then get the structure of the table from the user & start populating the database with the scrapped data. | php, mysql, xpath |