Skip to content

omkarjc27/Snippet-Index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A problem once solved should not be solved again

⭐ Star us on GitHub — it helps!

Version Contributions welcome License

API WebUI

Python GoLang Java

VSCode Plugin SublimeText Vim Plugin

Index

Overview

Snippet Index is a browsable database of code snippets/classes/functions. For (ideally) all algorithms in computer science.:open_mouth:

It is browsable through the WebUI, API and IDE integrations.

Development

Languages Status
Python ✔️ Supported
GoLang 🔧 Under Development
Java 📝 Not Planned Yet
Javascript 📝 Not Planned Yet
Rust 📝 Not Planned Yet
IDE/Text-Editors Plugins Status
Sublime Text Plugin Released (v1.0.3):tada:
VSCode Plugin Released (v1.0.0):tada:
Vim Plugin Under Development 🔧

Contribution Guidelines

For Python devs

As you know its best to learn by doing.

  • Pick any algo you want and,
  • implement it in python then,
  • test it and then,
  • add it to the ADD-Snippet Web Portal

PS : Follow the format given in the ADD-Snippet Web Portal and make sure your code is readable and well documented.

If you can create plugins/extensions for any IDE/Text-Editor. Let us know on Discord.

For feature request create an Issue.

Credits