const
There are 268 repositories under const topic.
slightlyoutofphase/staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
vincsb/react-cheat-sheet
📚 The perfect React Cheat Sheet for daily use with a lot of Javascript / JSX snippets !
dosentmatter/babel-plugin-const-enum
Transform TypeScript `const` enums
BigO-Moha/Telegram-DropperRat
Fully Undetectable telegram Rat dropper
ue/alphabetical-sorter
VScode extension - For variable alphabetical re-order
sumeetsarkar/art-of-js
Learn the art of JS!
dinanathsj29/typescript-tutorial
A Typescript fundamentals tutorials for beginners, An introduction & step-by-step guide to Typescript language latest features in combination with ECMAScript 5,6,7
JSorngard/const-primes
Work with prime numbers in const contexts. Prime generation, primality testing, prime counting, factorization, and more.
rodrimati1992/typewit
type-witness-based abstractions, used for emulating polymorphism in const fns
slightlyoutofphase/staticsort
Implements a macro providing a compile-time quicksort function for arrays of any length, containing any primitive Copy type with a PartialOrd implementation.
suri66/JS-IN-EASY-WAY
Learn JS with easy code & simple words
stanjdev/realyzer
A web application for real estate investors to determine a rental property's profitability (ROI). Creates a printable PDF report with images and a map of the property
ealmloff/const-serialize
Like serde::Serialize + serde::Deserialize but const
jimsmart/iri
iri is a Go package providing IRI constants for common RDF namespaces.
LeonidasEsteban/var-let-const
difference between var let and const on JavaScript
westy92/const-date-time
A drop-in replacement for Dart's DateTime class with a const constructor.
dosentmatter/babel-preset-const-enum
Babel preset for TypeScript const` enums
jonatanpedersen/constipated
relieves files, globs and strings
jshwi/constcheck
Check code for strings that could be constants
stdlib-js/constants
Standard library constants.
stdlib-js/constants-float32-smallest-subnormal
Smallest positive single-precision floating-point subnormal number.
stdlib-js/constants-float64-ln-two-pi
Natural logarithm of 2π.
stdlib-js/constants-float64-phi
Golden ratio.
stdlib-js/constants-path-delimiter-win32
Windows path delimiter.
brajesh708/learn_javascript
Within this repository, I embark on a personal journey dedicated to elevating my JavaScript programming skills. It serves as a dynamic playground, featuring a diverse collection of hands-on projects, stimulating coding challenges, and immersive practical exercises. Each commit and code review is a step forward in my quest for mastery in JavaScript!
stdlib-js/constants-float32
Single-precision floating-point mathematical constants.
stdlib-js/constants-float32-cbrt-eps
Cube root of single-precision floating-point epsilon.
stdlib-js/constants-float32-eps
Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
stdlib-js/constants-float32-exponent-mask
Mask for the exponent of a single-precision floating-point number.
stdlib-js/constants-float32-pinf
Single-precision floating-point positive infinity.
stdlib-js/constants-float32-sqrt-eps
Square root of single-precision floating-point epsilon.
stdlib-js/constants-float64-high-word-abs-mask
High word mask for excluding the sign bit of a double-precision floating-point number.
stdlib-js/constants-path-delimiter
Platform-specific path delimiter.
stdlib-js/iter-constant
Create an iterator which always returns the same value.
stdlib-js/ndarray-base-buffer-dtype-enum
Return the data type enumeration constant of an ndarray data buffer.
wlsf82/js-var-let-const
This text was produced by ChatGPT with co-authorship by Walmyr Lima e Silva Filho.