Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: optionals

Python-Optional/optional.py

An Implementation of the Optional Object for Python

Language: Python - Size: 209 KB - Last synced: 17 days ago - Pushed: 18 days ago - Stars: 43 - Forks: 3

robertmassaioli/ts-is-present

Solves the TypeScript filtering of undefined and null issue, amongst others: https://github.com/microsoft/TypeScript/issues/16069#issuecomment-565658443

Language: TypeScript - Size: 278 KB - Last synced: 11 days ago - Pushed: over 1 year ago - Stars: 65 - Forks: 2

deavmi/niknaks

Helpful niknaks or "things" that you may grasp for now and then

Language: D - Size: 246 KB - Last synced: 23 days ago - Pushed: 23 days ago - Stars: 2 - Forks: 0

zleonov/maybe

A maybe type for Java

Language: Java - Size: 72.3 KB - Last synced: 19 days ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

kutyel/optics.js

🔭 Lenses, Prisms and Traversals in JavaScript!

Language: JavaScript - Size: 363 KB - Last synced: 6 days ago - Pushed: over 3 years ago - Stars: 51 - Forks: 1

ksmandersen/Apply

Sane operators for dealing with optionals

Language: Swift - Size: 6.84 KB - Last synced: 27 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

Agslz/java-advanced-course

Repositorio sobre Java avanzando en el cual se aplican los siguientes temas: Concurrencia, Streams y Expresiones Lambda, Concurrencia con Stream, Variables Atómicas, Patrón de diseño Builder, Optional, Filters, etc...

Language: Java - Size: 161 KB - Last synced: 25 days ago - Pushed: 26 days ago - Stars: 0 - Forks: 0

JohnSundell/Require

Require optional values to be non-nil, or crash gracefully

Language: Swift - Size: 22.5 KB - Last synced: 4 days ago - Pushed: almost 5 years ago - Stars: 413 - Forks: 17

krzysztofdudek/DecoupleIt

A set of tools allowing to create less coupled code

Language: C# - Size: 1.05 MB - Last synced: 7 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

infinitered/maybe

Access Elixir maps and structs, protected from `nil`

Language: Elixir - Size: 10.7 KB - Last synced: 19 days ago - Pushed: about 6 years ago - Stars: 25 - Forks: 1

EmadBeyrami/SwiftOptionalOptimizer

A simple solution to decrease build time and more cleaner codebase

Language: Swift - Size: 13.7 KB - Last synced: 4 months ago - Pushed: almost 2 years ago - Stars: 5 - Forks: 0

berna39/java-optionals

Java introduced a new class Optional in jdk8. It is a public final class and used to deal with NullPointerException in Java application. You must import java.util package to use this class. It provides methods which are used to check the presence of value for particular variable.

Language: Java - Size: 2.93 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

go-andiamo/gopt

Golang implementation of optionals

Language: Go - Size: 34.2 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Moc967/Lets828-EntregaTecnicasProgramacao Fork of dnerios/Lets828-EntregaTecnicasProgramacao

Repositório com o projeto modelo para resolução e entrega final do módulo de técnicas de programação da Let's Code.

Language: Java - Size: 14.6 KB - Last synced: 9 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

jatinlanje/functional-programming

Functional Programming with Java Streams API (WIP)

Language: Java - Size: 7.81 KB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

alin-andersen/AlinSpace.Optionals

AlinSpace Optional Library.

Language: C# - Size: 158 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

dgraham/option-type

An Option type for Flow, inspired by Rust.

Language: JavaScript - Size: 155 KB - Last synced: 5 months ago - Pushed: over 3 years ago - Stars: 4 - Forks: 0

sonisuman/AdvanceSwift

Advance Swift

Language: Swift - Size: 593 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

karol-preiskorn/java-examples

Java exercises

Language: Java - Size: 4.85 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

fcanas/BindBackstop

(Binding<T?>, T) -> Binding<T>

Language: Swift - Size: 4.88 KB - Last synced: 24 days ago - Pushed: over 2 years ago - Stars: 3 - Forks: 0

robtimus/try-parse

Provides functionality to parse to Optional and its primitive versions

Language: Java - Size: 428 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 1

edwarfmartinez/EggTimer

iOS app to prepare boiled eggs. It gives an alarm when the cooking time is over. Choose between soft, medium or hard.

Language: Swift - Size: 2.63 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

syedumerahmedcode/java-functional-programming

The aim of this project is to show case the differences between Imperative and declarative approach of coding. Another focus is on different functions available in the Stream API as well as some pros and cons of some of these approaches.--

Language: Java - Size: 484 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

pjgg/Go-Option

Option go lang implementation

Language: Go - Size: 28.3 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 2 - Forks: 2

julianmendez/util

Utility classes

Language: Java - Size: 31.3 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

developerjaym/Connect5

A connect-n game coded in Java 10 with frequent use of streams and optionals

Language: Java - Size: 24.4 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 6 - Forks: 0

bithavoc/goptionals

A simple non-funky package with functions to represent Go's built-in value types to and from nil pointers.

Language: Go - Size: 17.6 KB - Last synced: 9 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

Duraiamuthan/TopiOSApps

It shows top iOS apps from app store. One can filter the list of apps using app name or category

Language: Swift - Size: 913 KB - Last synced: 9 months ago - Pushed: about 4 years ago - Stars: 2 - Forks: 0

balsikandar/keeping-up-with-kotlin

This is a guide of java 8 APIs, plugins, libraries to keep java up to date with latest language features for Android platform

Language: Java - Size: 340 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 25 - Forks: 2

romnn/configo

Dead simple handling of config structs containing optional values for your golang app.

Language: Go - Size: 16.6 KB - Last synced: 9 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Pleiterson/collections-streams-java

Explicações e conceitos em Java do Bootcamp Back-end Developer Carrefour da Digital Innovation One. Neste caso o curso de Implementando Collections e Streams com Java, um dos 25 cursos do bootcamp.

Language: Java - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

flaviocr2012/javafunctional

Some advantages of functional programming are: free code debug, efficient parallel programming, supported nested functions, lazy evaluation and so on.

Language: Java - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

rabestro/jetbrains-academy-flashcards

For foreign language learners, it’s hard to remember new words, which is exactly what flashcards are for. Typically, flashcards show a hint (a task or a picture) on one side and the right answer on the other. Flashcards can be used to remember any sort of data, so if you want to create something useful and enhance your programming skills, this project is just right.

Language: Kotlin - Size: 34.2 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

gillianbc/javaCode

Sorry this is such a jumble - I hadn't used git much at this point so it's a bit of a dumping ground for all sorts of java stuff

Language: Java - Size: 77.1 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

kmcginnes/SpicyTaco.Maybe

NullReferenceExceptions are the root of all evil. Slay them for good with SpicyTaco.Maybe.

Language: C# - Size: 101 KB - Last synced: 12 months ago - Pushed: almost 5 years ago - Stars: 3 - Forks: 0

HarishKataria/Emptiness

A framework to simplify the use of empty values

Language: Swift - Size: 145 KB - Last synced: 27 days ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

akki777-zz/Opzio

Java Optional class functionality with few modifications.

Language: Java - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

valencra/java-optionals-tiny-pencil Fork of treehouse-projects/java-optionals-tiny-pencil

This accompanies the pro Treehouse Workshop Optional Tips and Tricks

Language: Java - Size: 56.6 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

1st/python-optionals

Adding optional variables in Python

Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

treehouse-projects/java-optionals-tiny-pencil

This accompanies the pro Treehouse Workshop Optional Tips and Tricks

Language: Java - Size: 56.6 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 4 - Forks: 7

kimar/Burrito

🌯 Unwrapping your Swift optionals in a type-safe manner, backed by default values.

Language: Swift - Size: 25.4 KB - Last synced: 23 days ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0