coalesce
There are 27 repositories under coalesce topic.
IntelliTect/Coalesce
Quickly build amazing web apps
transitive-bullshit/gif-extract-frames
Extracts frames from a GIF including inter-frame coalescing.
nystudio107/craft-emptycoalesce
Empty Coalesce adds the ??? operator to Twig that will return the first thing that is defined, not null, and not empty
VinayChaudhari1996/pyspark-dataframe-made-easy
pyspark dataframe made easy
FederationOfTech/Coalesce
An open source volunteer management platform from the Federation of Humanitarian Technologists
doowb/koalas
Coalesce for JavaScript. Returns the first value that is not undefined or null.
abhi195/Dynamic-Storage-Allocator
Implemented functions of MALLOC, FREE and REALLOC routines and used explicit free list to keep track of free blocks in allocated heap memory.
ngnjs/libdata
A library of data management functions.
dorssel/dotnet-debounce
.NET library that coalesces, debounces, serializes, and throttles incoming concurrent events.
IntelliTect/Coalesce.Starter
A barebones Coalesce Knockout project which can be built upon
ScalefreeCOM/datavault4coalesce
Scalefree's Coalesce Package for Data Vault 2.0 support!
wibosco/CoalescingOperationsReducedBoilerplate-Example
An example project to show how it's possible to coalesce NSOperation subclasses's callbacks with reduced boilerplate compared to previous examples
color-glass/deep-coalesce
A TypeScript library for reading and writing possibly-undefined deeply nested object properties with high degrees of type safety and certainty.
mesopelagique/NullCoaliescing
Null Coaliescing method using 4D
nicholasyager/overgrown-to-thriving
A presentation about how to scale an overgrown dbt project into a thriving ecosystem
frolma/frutils
Utility classes for simple operations - no-op, if-null-op, strings, dates, big-decimals and more - without creating additional objects and to improve code readability
IntelliTect/Coalesce.KnockoutJS.Template
A dotnet CLI template for quickly starting a new Coalesce project with KnockoutJS
io-developer/php-keyget
Solves routine array actions: get value by key if exists or default; set key if not exists. PHP 5, 7
jcdobrin/knockoutjs_handle_default
A set of simple functions to act like as a coalesce for initiating observables and observableArrays in knockoutjs
leonardgenders/SQL
Demonstrations of subqueries (correlated, uncorrelated, complex, common table expressions), summary queries (aggregate, grouping, summarizing, window, named window, frame functions), joins, date time data types (passing, extracting, date time calculations), IF/IF NULL/COALESCE/CASE statements, regular expressions, ranking functions
rituparrna33/Leetcode-Top-70-SQL
Trying my hand at Leetcode Easy,Medium and Hard questions
BHFDSC/CCU051
COVID-IMPACT project: Unvaccination and under-vaccination against SARS-CoV-2 in the United Kingdom
BHFDSC/CCU051_01
COVID-IMPACT project: Under-vaccination and severe COVID-19 outcomes: meta-analysis of national cohort studies of over 64 million people in England, Northern Ireland, Scotland and Wales
exbotanical/coalesce
Highly performant implementation of SQL `COALESCE` for JavaScript. Return the first value that is not null or undefined.
MGhandour92/TernaryCoalescingOperator
An example to show the difference between the traditional if-else, ternary and coalescing operators
wibosco/CoalescingOperations-Example
An example project to show how it's possible to coalesce NSOperation subclasses's callbacks