2,444 skills found · Page 1 of 82
BLAKE3-team / BLAKE3the official Rust and C implementations of the BLAKE3 cryptographic hash function
youngsoft / MyLinearLayoutMyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView RTL
sutoiku / Formula.jsJavaScript implementation of most Microsoft Excel formula functions
jOOQ / JOOLjOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.
fastfloat / Fast FloatFast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Chromium, Redis and WebKit/Safari
vsitzmann / SirenOfficial implementation of "Implicit Neural Representations with Periodic Activation Functions"
facebookresearch / DenoiserReal Time Speech Enhancement in the Waveform Domain (Interspeech 2020)We provide a PyTorch implementation of the paper Real Time Speech Enhancement in the Waveform Domain. In which, we present a causal speech enhancement model working on the raw waveform that runs in real-time on a laptop CPU. The proposed model is based on an encoder-decoder architecture with skip-connections. It is optimized on both time and frequency domains, using multiple loss functions. Empirical evidence shows that it is capable of removing various kinds of background noise including stationary and non-stationary noises, as well as room reverb. Additionally, we suggest a set of data augmentation techniques applied directly on the raw waveform which further improve model performance and its generalization abilities.
syyongx / Php2goUse Golang to implement PHP's common built-in functions.
ronami / Meta Typing📚 Functions and algorithms implemented purely with TypeScript's type system
fjykTec / ModernWMSThe open source simple and complete warehouse management system is derived from our many years of experience in implementing erp projects. We stripped the original commercial system wms function and opened it up for free, hoping to help the majority of small and medium-sized enterprises. At present, the system supports cross-platform。
ryanhaining / CppitertoolsImplementation of python itertools and builtin iteration functions for C++17
huandu / XstringsImplements string functions widely used in other languages but absent in Go.
chrisveness / GeodesyLibraries of geodesy functions implemented in JavaScript
youngsoft / TangramKitTangramKit is a powerful iOS UI framework implemented by Swift. It integrates the functions with Android layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView
infosecB / Awesome Detection EngineeringDetection Engineering is a tactical function of a cybersecurity defense program that involves the design, implementation, and operation of detective controls with the goal of proactively identifying malicious or unauthorized activity before it negatively impacts an individual or an organization.
ContextualAI / HALOsA library with extensible implementations of DPO, KTO, PPO, ORPO, and other human-aware loss functions (HALOs).
paulmillr / Noble HashesAudited & minimal JS implementation of hash functions, MACs and KDFs.
JalaliLabUCLA / Image Feature Detection Using Phase Stretch TransformPST or Phase Stretch Transform is an operator that finds features in an image. PST implemented using MATLAB here, takes an intensity image I as its input, and returns a binary image out of the same size as I, with 1's where the function finds sharp transitions in I and 0's elsewhere.
formulajs / FormulajsJavaScript implementation of most Microsoft Excel formula functions
vtraag / LeidenalgImplementation of the Leiden algorithm for various quality functions to be used with igraph in Python.