apply
There are 193 repositories under apply topic.
jingfelix/Patche
Modern patch, written in Python. 现代化的 Patch 工具。
takline/ResumeGPT
Tailor your resume to match any job posting effortlessly
wimbrts/VHD_WIMBOOT
Apply and Capture of WIM Files for OS in VHD
subscriptionRescueTeam/save-my-youth
청년을 구해줘 [📫 청년청약, 청약]
BlackMATov/invoke.hpp
std::invoke/std::apply analogs for C++11/14
GabeGiro/EasyApplyJobsBot
Automated bot that applies to Linkedin jobs via Easy Apply based on your preferences
sumeetsarkar/art-of-js
Learn the art of JS!
nguyenngoclongdev/vs-data-sync
Automated tool for comparing database schemas and data. It can compare two databases, whether they are local or remote, and automatically produce a migration file of the differences.
shannonmoeller/apply-html
It's `.innerHTML = ''` for the 21st century.
g-harel/slurry
automagically curry function arguments
Shou/type-operators
A collection of type-level operators
eugenehp/patch-apply-rs
Parse and apply patches in the unified diff format
Jurioli/Applied
.NET Extension methods for object-object or dictionary-object or datatable-object mapping, single item mapping use [ item.Apply(()=>new { .. }); ],multiple array items mapping use [ items.Apply(a=>new { .. }); ]. Extension methods for SQL Window Function in Linq, use [ items.GroupBy(a =>...).AsPartition(p=> p.OrderBy(a=>...)).Over(p=>...); ],can also be customize function.
1149782339/DbSink
DbSink is a sink connector that provides a sink implementation for streaming changes emitted by Debezium
es-shims/Reflect.apply
An ES-spec-compliant Reflect.apply shim/polyfill/replacement that works as far down as ES3
king-mampreh/apply
A C++ library to apply the arguments of a function with std::vector
ljharb/safe-push-apply
Push an array of items into an array, while being robust against prototype modification.
nitrocode/terraform-plan-applier
Applies terraform based on validated targets
slamko/spmn
Command line patch manager for suckless software
stdlib-js/array-base-broadcasted-ternary2d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
stdlib-js/utils-filter-arguments
Create a function that invokes a provided function according to a predicate function.
yawik/ApplicationForm
Application Form. https://form.yawik.org. We are developing at Gitlab.
BitterOcean/ComputerScienceSchools
A web scraper to extract an almost complete list of computer science departments with their rankings according to their research output in selective venues and their active faculty across a wide range of areas.
Manju1392k/ApplyLicense-Website
Applylicense is a website for applying license in online
sofiane-abou-abderrahim/javascript-objects-favorite-movie-demo
In this JavaScript demo app, I have used very important concepts related to objects, like shorthand method syntax, different behaviors of objects, behaviors of "this" keyword, arrow functions, this, bind(), call(), apply(), object destructuring, object spread operator, property and method relationships, and much more...
stdlib-js/assert-tools-array-like-function
Return a function which tests if every element in an array-like object passes a test condition.
stdlib-js/assert-tools-typed-array-function
Return a function which tests if every element in a typed array passes a test condition.
stdlib-js/iter-mapn
Create an iterator which transforms iterated values from two or more iterators by applying the iterated values as arguments to a provided function.
stdlib-js/ndarray-base-unary
Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.
stdlib-js/strided-base-dmap2
Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.
stdlib-js/strided-base-dmskmap2
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
stdlib-js/strided-base-map-by2
Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.
stdlib-js/strided-base-smskmap2
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.
stdlib-js/utils-curry
Transform a function into a sequence of functions each accepting a single argument.
stdlib-js/utils-map-arguments
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.