All Projects → theasianpianist → Sosl

theasianpianist / Sosl

Licence: other
StackOverflow Search Library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sosl

Gso
🏃 Google StackOverflow in Vim. Copy-pastes the code directly in your script.
Stars: ✭ 75 (+650%)
Mutual labels:  stackoverflow, google
stack-trace-art
Turning programming exceptions into art
Stars: ✭ 39 (+290%)
Mutual labels:  exceptions, exception-handling
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (+410%)
Mutual labels:  exceptions, exception-handling
Coderr.server
Replace logfiles with Coderr to correct bugs faster and more efficiently.
Stars: ✭ 92 (+820%)
Mutual labels:  exceptions, exception-handling
Bugsnag React Native
Error monitoring and reporting tool for native exceptions and JS errors in React Native apps
Stars: ✭ 374 (+3640%)
Mutual labels:  exceptions, exception-handling
Exceptions4c
🐑 An exception handling framework for C
Stars: ✭ 189 (+1790%)
Mutual labels:  exceptions, exception-handling
ignition-stackoverflow
An Ignition tab that fetches StackOverflow questions and provides a searchbar.
Stars: ✭ 74 (+640%)
Mutual labels:  stackoverflow, exception-handling
Object Oriented Programming Using Python
Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).
Stars: ✭ 183 (+1730%)
Mutual labels:  exceptions, exception-handling
05 Python Files
Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files. The concept of file handling has stretched over various other languages, but the implementation is either complicated or lengthy, but like other concepts of Python, this concept here …
Stars: ✭ 163 (+1530%)
Mutual labels:  exceptions, exception-handling
mwe-cpp-exception
Minimum working example of proper C++11 exception handling
Stars: ✭ 20 (+100%)
Mutual labels:  exceptions, exception-handling
Larabug
Laravel error reporting tool
Stars: ✭ 84 (+740%)
Mutual labels:  exceptions, exception-handling
Traceback with variables
Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter and IPython. Install with pip or conda.
Stars: ✭ 509 (+4990%)
Mutual labels:  exceptions, exception-handling
Coderr.Client
Core client library for Coderr
Stars: ✭ 23 (+130%)
Mutual labels:  exceptions, exception-handling
DuckOS
Such OS; Very Duck!
Stars: ✭ 16 (+60%)
Mutual labels:  exceptions, exception-handling
Bugsnag Php
Bugsnag error monitoring and crash reporting tool for PHP apps
Stars: ✭ 475 (+4650%)
Mutual labels:  exceptions, exception-handling
Bugsnag Js
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
Stars: ✭ 625 (+6150%)
Mutual labels:  exceptions, exception-handling
Youtubeux
With MVVM Architecture pattern using Android Architecture Components This is a sample app demonstrating Youtube player animation using constraint layout
Stars: ✭ 823 (+8130%)
Mutual labels:  google
Google Actions Php
This library is a helper for google actions / google home apps with php.
Stars: ✭ 19 (+90%)
Mutual labels:  google
Play Authenticate
An authentication plugin for Play Framework 2.x (Java)
Stars: ✭ 813 (+8030%)
Mutual labels:  google
Laravel Google Calendar
Manage events on a Google Calendar
Stars: ✭ 787 (+7770%)
Mutual labels:  google

StackOverflow Search Library

Update 2.0: Try/catch blocks are no longer needed, you can now set the default exception handler to an instance of this class.

A simple Java library that searches Google and StackOverflow for exceptions that are thrown during runtime.

A pre-built JAR is included in the /target directory in case you don't want to build your own.

Usage: Simply import the library, then set the default exception handler to a new instance of the class, as shown below.

import tk.lawrencelee.sosl;
public static void main(String[] args) {
	Thread.setDefaultUncaughtExceptionHandler(new sosl());
	//Rest of your code
}

NOTE: Doesn't work on Linux because of poor integration with the Java Desktop API

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].