Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with try

A curated list of projects in awesome lists tagged with try .

https://github.com/arthurfiorette/proposal-safe-assignment-operator

Draft for ECMAScript Error Safe Assignment Operator

catch effect error proposal result safe symbol tc39 try tuple

Last synced: 19 Dec 2024

https://github.com/timofurrer/try

Dead simple CLI tool to try Python packages - It's never been easier! :package:

fast install module package pip pypi python simple try virtualenv

Last synced: 19 Dec 2024

https://github.com/brunnerlivio/try

:package: Quickly try out NPM packages inside a container

docker nodejs npm try

Last synced: 20 Dec 2024

https://github.com/luin/npm-try

🚆 Quickly try npm packages without writing boilerplate code.

cli npm package tool try

Last synced: 20 Dec 2024

https://github.com/electerious/nice-try

Tries to execute a function and discards any error that occurs.

catch error try try-catch

Last synced: 21 Dec 2024

https://github.com/bolshakov/fear

Ruby port of some Scala's monads

either monads option pattern-matching ruby try

Last synced: 16 Dec 2024

https://github.com/ez4o/go-try

A package that allows you to use try/catch block in Go.

catch ez4o go golang try try-catch

Last synced: 06 Nov 2024

https://github.com/vickumar1981/pyeffects

Handle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.

either either-monad future future-monad futures hacktoberfest hacktoberfest-accepted hacktoberfest2023 monad monads option option-monad option-type python python27 python3 try try-catch try-monad

Last synced: 18 Dec 2024

https://github.com/clojerl/try_clojerl

Online Clojerl REPL

clojerl clojure erlang-vm online try

Last synced: 09 Nov 2024

https://github.com/drjume/try-inline

An easy inline error handling wrapper for async promises and syncronous functions

async await logging try try-catch

Last synced: 27 Oct 2024

https://github.com/pawaclawczyk/scalp

Some Scala useful classes ported to PHP.

immutable maybe option pattern-matching php7 try try-catch types

Last synced: 13 Dec 2024

https://github.com/rhysd/trygo

An experimental implementation of 'try' operator for Go

go golang transpile try

Last synced: 16 Oct 2024

https://github.com/RWTH-EBC/AixWeather

A weather data generation tool for building energy system simulations. Pull, Transform, Export.

converter dwd epw tmy3 try weather weatherdata weatherdatacollection

Last synced: 23 Oct 2024

https://github.com/fabiospampinato/tryloop

Simple library for retrying operations, it supports multiple backoff strategies.

backoff exponential linear raf retry try

Last synced: 02 Dec 2024

https://github.com/rexskz/eslint-plugin-try-catch-failsafe

Make sure to use try-catch to wrap up some dangerous actions (e.g. JSON.parse).

catch eslint eslint-plugin failsafe plugin try

Last synced: 15 Oct 2024

https://github.com/zero323/tryingsnake

Exception handling, the functional way.

exception-handler functional-programming python try

Last synced: 27 Oct 2024

https://github.com/sczerwinski/kotlin-util

Kotlin utility types based on Scala

either kotlin kotlin-library option try

Last synced: 15 Oct 2024

https://github.com/westonganger/js-try

JS-Try is a Javascript implementation of the try method from Rails for safe navigation

javascript js node-js rails ruby safe-navigation try

Last synced: 16 Oct 2024

https://github.com/iagocalazans/try2catch

A better try/catch like way to get your errors encapsulated.

async catch promise try trycatch

Last synced: 08 Nov 2024

https://github.com/hybridables/try-catch-callback

try/catch block with a callback, used in `try-catch-core`. Use it when you don't care about asyncness so much and don't want guarantees. If you care use `try-catch-core`.

async callback catch completion try try-catch

Last synced: 16 Nov 2024

https://github.com/marcuwynu23/yano-text-editor

Simple Text Editor for doing fast experiment/learning programming

code-editor editor experiment fast-try java javascript learning-code nodejs python testing text-editor try

Last synced: 06 Nov 2024

https://github.com/hanford/await-wrap

use async/await without try/catch blocks

async await callback catch try

Last synced: 13 Dec 2024

https://github.com/jameslnewell/publish-if-not-published

Publish a package if the current version isn't already published.

attempt npm publish try yarn

Last synced: 28 Oct 2024

https://github.com/ianhomer/try-govuk-react-jsx-next

Try govuk-react-jsx-next with Next.js

govuk-frontend javascript jsx nextjs reactjs try

Last synced: 16 Dec 2024

https://github.com/theopencms/voiceless

This simple gem helps to keep system work if some part of the system is not included.

rails rails5 try voiceless

Last synced: 15 Nov 2024

https://github.com/codenameakshay/first-game

First try at a Unity 3D game. Simple game with 3 levels currently, don't hit obstacles, that's all.

endless first game platformer runner try unity unity3d

Last synced: 07 Nov 2024

https://github.com/franzose/lemonad

Yet another monads implementation written in PHP

algorithms datastructures maybe maybe-monad monad monads optional php try try-monad

Last synced: 09 Nov 2024

https://github.com/ianhomer/try-nextjs

Try Next.js

nextjs react try

Last synced: 29 Oct 2024

https://github.com/ianhomer/try-pnpm

Explore pnpm - a node package manager

javascript node pnpm try

Last synced: 16 Dec 2024

https://github.com/axetroy/tryify

Run the JavaScript code in the try{}catch(){} block

catch error try tryify

Last synced: 05 Nov 2024

https://github.com/sualeh/tic-tac-toe

Tic-tac-toe game from React tutorial

reactjs try tutorial

Last synced: 08 Nov 2024

https://github.com/klipitkas/await-to

Solve the try-catch hell using golang style error handling.

hell js try try-catch trycatch

Last synced: 20 Nov 2024

https://github.com/westonganger/fast_try

FastTry is a simple method wrapper to the safe navigation operator in Ruby

ruby safe-navigation try

Last synced: 06 Dec 2024

https://github.com/givensuman/tryvial

🧪 value-packed alternative to try/catch hell

catch error-handling try try-catch

Last synced: 29 Nov 2024

https://github.com/anler/try

Handle exceptions as values in Clojure.

clojure task try

Last synced: 08 Nov 2024

https://github.com/cimpress-mcp/tiger-xunit

A collection of xUnit.net assertions tailored for Tiger libraries.

assertions either option tiger-types try xunit

Last synced: 16 Nov 2024

https://github.com/deatil/go-exception

go panic异常拦截处理

catch go go-exception panic try

Last synced: 11 Nov 2024

https://github.com/duncan3dc/exceptions

A small PHP library to catch exceptions and throw them all together later

catch exception php try

Last synced: 09 Nov 2024

https://github.com/afeiship/next-try-set

Try to set value then return the value.

get next path set try

Last synced: 14 Dec 2024

https://github.com/chinanf-boy/guessing_game

tour-example: a lit guessing_game demo with Rust { Learn }

demo game try

Last synced: 15 Dec 2024

https://github.com/xaionaro-go/gorex

goroutine mutual exclusion (aka recursive mutex for Go)

context ctx deadline deadlock debug go golang goroutine lock locker mutex recursive reentry timeout try trylock

Last synced: 11 Nov 2024

https://github.com/chinanf-boy/try-svelte-my-new-project-templete

try:svelte with degit templete

svelte templete try

Last synced: 15 Dec 2024

https://github.com/alexpantyukhin/go-try-catch

try-catch block for Go

go golang try try-catch

Last synced: 26 Nov 2024

https://github.com/chinanf-boy/fs_extra_try

tour-example: fs_extra - Rust { Learn }

explain try

Last synced: 15 Dec 2024

https://github.com/andrew-boutin/wordle-helper

A program that can be helpful when playing Wordle.

pip python try virtualenv wordle

Last synced: 19 Dec 2024

https://github.com/sotayamashita/try-robot-framework

Try something repository for Robot Framework

robot-framework robot-framework-tutorial try

Last synced: 18 Dec 2024

https://github.com/ianhomer/try-hibernate-with-spring

Try Hibernate With Spring

example hibernate try tutorial

Last synced: 16 Dec 2024

https://github.com/jmjoy/except

The only one `Error`.

error error-handler exception panic throw try try-catch

Last synced: 07 Nov 2024

https://github.com/mearns/fp-try

A Try encapsulates the result of an operation that may have failed.

either error error-handling errors failure functional functional-programming javascript optional scala try try-catch typescript

Last synced: 11 Dec 2024

https://github.com/afeiship/next-try-apply-get

Try to get value from target(fn) or target(other data).

apply call function get invoke next try

Last synced: 14 Dec 2024

https://github.com/afeiship/next-try-require

Dynamic require with check if a dependency exists with webpack.

dynamic next not-work require try

Last synced: 14 Dec 2024

https://github.com/annamihailovna/get-ip

Получаем IP-адрес сайта по домену с помощью Python.

except python socket try

Last synced: 12 Nov 2024

https://github.com/saket-sk/attempting-php-multiple-insert

Attempting to insert multiple values using PHP JQuery AJAX which is quite a headache for beginners of Web Development

ajax jquery multiple-inputs multiple-inserts php try web-application web-development website

Last synced: 10 Nov 2024