Skip to content

Try Catch Stack overflow (TcSo) Is a collection of Try statements in all the programming languages under the globe which catches the exception and searches for the cause of the caught exception in the stack overflow automatically.

License

gautamkrishnar/tcso

Repository files navigation

Try Catch Stack Overflow Join the chat at https://gitter.im/gautamkrishnar/tcso All Contributors

Try Catch Stack overflow (TcSo) is a project that is inspired from an online meme on javascript and stack overflow: tsso-meme As you know, most of the developers waste their time by searching for the generated error on Google and finding out the right solution for those from stack overflow. What if we can fully automate this process. TcSo Is a collection of Try statements in all the programming languages under the globe which catches the exception and searches for the cause of the caught exception in the stack overflow automatically. So whenever a new exception occurs, it will automatically open the stack overflow page of that exception in your browser.

Available Languages

TcSo is currently available for the following programming languages:

Contributing

There are hundreds of programming languages out there. The aim of this project is to make the Try catch Stack Overflow available in all the programing languages under the globe. You can contribute to the project by:

Adding a new language

You can make this project available in your favorite programming language. Just follow the steps below:

  1. Fork it!
  2. Make a local clone:
git clone https://github.com/{YOUR_USERNAME}/tcso.git
  1. Switch to the directory: cd tcso
  2. Create a new folder for your language
mkdir your_language
cd your_language
  1. Create your new language branch: git checkout -b language_name
  2. Add your source code try catch stack overflow to the folder.
  • Use external dependencies if and only if there is no other way of doing it natively.
  • The catch block must be able to launch the web browser with the respective stack overflow search page of the error. The browser maybe either Firefox or Google chrome.
  • You can use stack overflow tags for filtering search results based on language see: http://stackoverflow.com/tags. For implementing a JavaScript TcSo you will have to open the page http://stackoverflow.com/search?q=[js]{Your-error-message-here}, Here [js] represents tag. If your language doesn't have a tag then omit the [tag] box. Then point your browser to http://stackoverflow.com/search?q={Your-error-message-here}
  • Use error code or error description to get best result
  • Please try to make platform independent code. If the code is not platform independent then please use the naming convention: tcso_windows.cpp, tcso_linux.cpp
  • Add a readme.md to your language folder. You can use this as a reference.
  • Add changes to git index by using git add --all .
  1. Update this README by running yarn update-readme
  2. Commit your changes: git commit -am 'Added new language'
  3. Push to the branch: git push
  4. Submit a pull request πŸ˜„
Improving the existing TcSo

You can browse the available TcSo and improve its code if needed and dont forget to submit a new pull request.

Not interested in coding?

If you are lazy enough to type something and you still want to see TcSo in your favorite language, then open a new issue here.

Bugs

If you are experiencing any bugs, don’t forget to open a new issue. Please don’t forget to mention the language name.

License

This project is licensed under MIT licence. The source code of the works created from this project need not to be made public.

Contributors

Thanks goes to these wonderful people (emoji key):


Sai Vemprala

πŸ’»

I71

πŸ’»

akassharjun

πŸ’»

Subramanya Chakravarthy

πŸ’»

Ankur Kumar

πŸ’»

panicbit

πŸ’»

Alo Davì

πŸ’»

pawel-tomasik

πŸ’»

Ahmad Asmar

πŸ’»

p-murli

πŸ’»

Ricky Manning

πŸ’»

Yami S.

πŸ’»

Mata

πŸ“–

Larizza Tueros

πŸ“–

JOBIN PHILIP ABRAHAM

πŸ“–

Jigar Lodaya

πŸ“–

Vladimir Luchaninov

πŸ’»

Adam Johnson

πŸ’»

Giordano Giaccaglia

πŸ’»

rzkidev

πŸ“–

Karthik Varma

πŸ‘€

Peter Mayr

πŸ“– πŸ’»

grvkmrpandit

πŸ’»

Cheston

πŸ’»

Stefan

πŸ’»

Darpan Jyoti Bora

πŸ’»

John

πŸ“–

Valdas

πŸ’»

Justin Hayes

πŸ’»

Siro

πŸ’»

Richard Orilla

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

Liked it?

Hope you liked this project, please don't forget to give it a star ⭐

Trademark: The Stack overflow name and logos are trademarks of Stack Exchange Inc.

About

Try Catch Stack overflow (TcSo) Is a collection of Try statements in all the programming languages under the globe which catches the exception and searches for the cause of the caught exception in the stack overflow automatically.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published