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

Topic: "null-check"

ryanstull/ScalaNullSafe

A macro-based library for writing efficient and readable null-safe code in Scala.

Language: Scala - Size: 327 KB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 43 - Forks: 0

VenomVendor/NullDefense

Removes invalid objects during Gson parsing which are marked as required, yet null/empty.

Language: Java - Size: 1.16 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 43 - Forks: 2

staticafi/sbt-instrumentation

Configurable instrumentation of LLVM bitcode

Language: C++ - Size: 1.07 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 34 - Forks: 11

Singulink/RuntimeNullables

Automatic null check injection for runtime C# 8+ Nullable Reference Type (NRT) contract validation.

Language: C# - Size: 367 KB - Last synced at: 12 days ago - Pushed at: 7 months ago - Stars: 32 - Forks: 1

xzel23/cabe

Inject null-checks into Java-code

Language: Java - Size: 1.13 MB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 16 - Forks: 1

idrougge/KotlinGuard

Kotlin implementation of Swift "guard" statement

Language: Kotlin - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 13 - Forks: 0

ccheptea/auto-value-node

An AutoValue extension that makes properties in AutoValue classes accessible as nodes.

Language: Java - Size: 144 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 9 - Forks: 1

unsafe-risk/go-safe

Use nil safety value

Language: Go - Size: 20.5 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 8 - Forks: 1

marceloboeira/option.cr

ƛ Crystal implementation of Scala's Option Monad

Language: Crystal - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 6 - Forks: 0

AndersDJohnson/null-propagation

Emulate null propagation operator.

Language: JavaScript - Size: 484 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

Brar21/TypeScript-Learning

Typescript is better face of Javascript . This repo is tutorial for beginners who want to learns Typescript from scratch every this is written in very simple way or easy to understand. For day get new things about Typescript you can Starred this repository and fork in your local system.

Language: TypeScript - Size: 4.65 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

The-Tests-at-the-End-of-the-Universe/null_checker

Language: C - Size: 65.4 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

tholander/optionable

A Typescript OOP implementation of monad

Language: TypeScript - Size: 266 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

ramonmello/typescript-playground

This is a repository for practicing TypeScript, with examples covering various features.

Language: TypeScript - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

enso-works/nuller

nuller is a simple library for providing default values for null or undefined object property access, created for/at the OSS workshop :lion:

Language: JavaScript - Size: 54.7 KB - Last synced at: 4 days ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

tomansill/JavaValidation

Simple and Easy-To-Use Validation Utility Library for Java

Language: Java - Size: 57.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

gkarthiks/isEmptyObj

https://gkarthiks.github.io/isEmptyObj/ Checks the given object is empty recursively (if needed) and returns true for empty.

Language: JavaScript - Size: 310 KB - Last synced at: 22 days ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

beatthat/binding-behaviours

Base classes for components that can Bind (as listeners) to various types of events and have all those bindings cleanly/safely unbound, either with an explicit call to Unbind or when the component is destroyed.

Language: C# - Size: 90.8 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

aditya-sridhar/java-handling-nulls-example

Java repository to show how to handle nulls

Language: Java - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

charumakhijani/pandas-tutorial

Language: Jupyter Notebook - Size: 58.6 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 2

beatthat/safe-refs

Use safe refs to hold references to Unity components that may be destroyed. An instance of SafeRef<MyComponent>.value will be null if the component or it's GameObject has been destroyed.

Language: C# - Size: 80.1 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

doyasu24/SerializableFieldAssertions

SerializableFieldAssertions provides simple assertion methods for serializable fields with readable error messages in Unity.

Language: C# - Size: 448 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

EgressKS/Validator360

Validator360 is a robust validation package that ensures data integrity by checking required fields, such as strings, objects, arrays, numbers, and more, to ensure they are not null, undefined, or empty. It also validates specific formats for emails, passwords, phone numbers and url .

Language: JavaScript - Size: 241 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Raghad-El-Ghobashy/Layoffs-Data-Analysis-MySQL

Size: 70.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - 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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

user20252228/Kotlin_Null

null 관련 개발 경험 정리

Size: 1000 Bytes - Last synced at: 24 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

heischichou/Sample-CDM-Tagger

A simple tool to compare new data to historical records. It will tag rows accordingly as duplicate or NULL. The team of interns I was in designed this tool using PySpark and Jupyter Notebook in Microsoft Fabric as a practice exercise within Lexmark Research and Development Corporation's Digital Transformation program.

Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

na-trium-144/nullp-checker

nullptr checker for c++ smart pointer

Language: C++ - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

kalwar/null_or_empty

A Node.js package that checks if a given string is null or empty.

Language: Shell - Size: 23.4 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 21

util-funcs/object-get

Deep dive into plain object and take value by key chaining.

Language: TypeScript - Size: 4.88 KB - Last synced at: 7 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

9Brainz-iOS/HandleNull

Check object or any value is null or not with its availability. This demo checks the nullability of any object or value which may come from API response and handle it properly accordingly. This demo is specially used in Swift programming language.

Language: Swift - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

georgecatalin-CodePractice-Courses/CSharp-Course-Working-with-Nulls

Code practice associated with the Pluralsight course "Working with Nulls in C#"

Language: C# - Size: 18.6 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

lecaillon/Conan.Plugin.NullGuard

Conan plugin adds null guard code for all methods and constructors parameters preceded by a [NonNull] attribute.

Language: C# - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0