principal
There are 47 repositories under principal topic.
jerryOnlyZRJ/webpack-tools
☕️Just a simple webpack sample project.
nabeel3133/combining3Dmorphablemodels
Project Page of Combining 3D Morphable Models: A Large scale Face-and-Head Model - [CVPR 2019]
novakov-alexey-zz/krb-operator
Kerberos Operator for Kubernetes & OpenShift
DeepthiTabithaBennet/ANewbiesGuideByANewbie
This repo contains all source code used in my Medium blogs!
instaclustr/cassandra-kerberos
GSS-API authenticator plugin for Apache Cassandra
bhatti/PlexRBACJS
Javascript based library for role/claim based security
stdlib-js/math-base-special-fast-uint32-sqrt
Compute an integer square root.
stdlib-js/math-base-special-rsqrt
Compute the reciprocal square root of a double-precision floating-point number.
stdlib-js/math-base-special-sqrt
Compute the principal square root of a double-precision floating-point number.
stdlib-js/math-base-special-sqrtf
Compute the principal square root of a single-precision floating-point number.
stdlib-js/math-iter-special-rsqrt
Create an iterator which computes the reciprocal (inverse) square root of each iterated value.
stdlib-js/math-iter-special-sqrt
Create an iterator which computes the principal square root of each iterated value.
stdlib-js/math-iter-special-sqrt1pm1
Create an iterator which computes `sqrt(1+x) - 1` for each iterated value.
stdlib-js/math-strided-special-dmsksqrt
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-dsqrt
Compute the principal square root for each element in a double-precision floating-point strided array.
stdlib-js/math-strided-special-rsqrt
Compute the reciprocal square root for each element in a strided array.
stdlib-js/math-strided-special-smskrsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-smsksqrt
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-srsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
stdlib-js/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
ahowe442/EduJot
Creating a web app for school principals to collect and manage various types of notes and make them actionable.
CJuanvip/quant-trading-system
A quantitative trading system for digital coin
dazlab-team/loan-calc-typescript
Loan calculator written in TypeScript. OO interface. ARM (Adjustable Rate Mortgage) options. Interest only repayments. Extra monthly payments option.
fszale/resume
My professional engineering oriented resume.
JAVADAW24/U2-POO-CONSTRUCTORES
Ejemplo básico de Constructor en JAVA con GET y SET
stdlib-js/math-base-special-rcbrt
Compute the reciprocal cube root of a double-precision floating-point number.
stdlib-js/math-base-special-rcbrtf
Compute the reciprocal cube root of a single-precision floating-point number.
stdlib-js/math-base-special-rsqrtf
Compute the reciprocal square root of a single-precision floating-point number.
stdlib-js/math-base-special-sqrt1pm1
Compute sqrt(1 + x) - 1.
stdlib-js/math-base-special-sqrtpi
Compute the principal square root of the product of π and a positive number.
stdlib-js/math-base-special-sqrtpif
Compute the principal square root of the product of π and a positive single-precision floating-point number.
stdlib-js/math-strided-special-dmskrsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-drsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array.
stdlib-js/math-strided-special-sqrt
Compute the principal square root of each element in a strided array.
stdlib-js/math-strided-special-sqrt-by
Compute the principal square root for each element retrieved from an input strided array via a callback function.