All Projects → gautamkrishnar → Tcso

gautamkrishnar / Tcso

Licence: mit
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.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tcso

SolveWithStack
Android library for helping you to reach out to best possible answer for your bug/error available on stack overflow and will show it in your Android Studio Console only.
Stars: ✭ 15 (-93.42%)
Mutual labels:  stackoverflow, error-handling
CyberPunkNetrunner
Cyberpunk 2077 Netrunner Hacking Tool (Easy to use and install). Don't use it on illegal and malicious activity. Inspired by the game CyberPunk 2077 https://www.cyberpunk.net/
Stars: ✭ 69 (-69.74%)
Mutual labels:  programming, easy-to-use
ignition-stackoverflow
An Ignition tab that fetches StackOverflow questions and provides a searchbar.
Stars: ✭ 74 (-67.54%)
Mutual labels:  stackoverflow, error-handling
Solang
First fully featured programming language for Stack Overflow Driven Development
Stars: ✭ 133 (-41.67%)
Mutual labels:  stackoverflow, programming
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-10.53%)
Mutual labels:  programming
Easy.messagehub
No need for .NET Events! A thread-safe, high performance & easy to use cross platform implementation of the Event Aggregator Pattern.
Stars: ✭ 208 (-8.77%)
Mutual labels:  easy-to-use
Leaf
Lightweight Error Augmentation Framework
Stars: ✭ 201 (-11.84%)
Mutual labels:  error-handling
Awesome Deep Learning And Machine Learning Questions
【不定期更新】收集整理的一些网站中(如知乎、Quora、Reddit、Stack Exchange等)与深度学习、机器学习、强化学习、数据科学相关的有价值的问题
Stars: ✭ 203 (-10.96%)
Mutual labels:  stackoverflow
Permissionsswiftui
A SwiftUI package to beautifully display and handle permissions.
Stars: ✭ 220 (-3.51%)
Mutual labels:  programming
30 Seconds Of Angular
[WIP] Curated collection of Angular snippets that you can understand in 30 seconds or less
Stars: ✭ 221 (-3.07%)
Mutual labels:  programming
Errors Spring Boot Starter
Elegant Error Handling for Spring Boot
Stars: ✭ 209 (-8.33%)
Mutual labels:  error-handling
Joymachine Public
All sorts of random publicly-available information, assets, scripts, and more as we (Joy Machine) work on our projects.
Stars: ✭ 210 (-7.89%)
Mutual labels:  programming
Reverse Engineering Tutorials
Some Reverse Engineering Tutorials for Beginners
Stars: ✭ 217 (-4.82%)
Mutual labels:  programming
Effective Shell
Text, samples and website for my 'Effective Shell' series.
Stars: ✭ 204 (-10.53%)
Mutual labels:  programming
Human Signals
Human-friendly process signals
Stars: ✭ 223 (-2.19%)
Mutual labels:  error-handling
Clipboardy
Chrome extension for copying posted code to clipboard from stackoverflow.com, github.com & npmjs.com
Stars: ✭ 202 (-11.4%)
Mutual labels:  stackoverflow
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (-7.46%)
Mutual labels:  error-handling
Ultracopier
Ultracopier acts as a replacement for files copy dialogs. Features: play/pause, speed limitation, on-error resume, error/collision management ...
Stars: ✭ 220 (-3.51%)
Mutual labels:  error-handling
Stackoverflow
my answers in Stack Overflow
Stars: ✭ 211 (-7.46%)
Mutual labels:  stackoverflow
Bookmarks
🔖 +4.3K awesome resources for geeks and software crafters 🍺
Stars: ✭ 210 (-7.89%)
Mutual labels:  programming

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].