Easily manage configuration settings for small to very large projects
Package to generate big config for documentation.js
Calendar! with events
BigNumber library used in ethers.js.
Check if an environment is big endian.
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
An arbitrary length integer library for Javascript
A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic
A stream based implementation of JSON.parse and JSON.stringify for big POJOs
TypeScript definitions for react-big-calendar
The Linux IBM Z 64-bit Big Endian binary for esbuild, a JavaScript bundler.
Avatar style for DiceBear
Work with large numbers on the client side. Round them off to any required precision.
Avatar style for DiceBear
Avatar style for DiceBear
Parse user input from CLI, no big config or API just a tiny function who return commands and options
The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.
64bit Long Integer on Buffer/Array/ArrayBuffer in Pure JavaScript
Size Limit preset for big open source libraries
Awesome text component for Ink
Parse JSON without risk of losing numeric information
read and write binary structures and data types
a CSS selector compiler/engine
Simple, transparent parser combinators toolkit that supports any tokens
Flex and Bison functionality, but in ruby and 10 times slower! Don't use this for big projects, but if you need to make a small language for a config file and don't want to learn a new language that is for making parsers, then this gem might be for you!
<p>Sass or the much better approach of scss is really helpful and a big silver bullet for my css structuring in ruby projects.</p> \ <p>Standard sass command works for whole directories or single files only. In general it gets the jobs we want done, but in practical usage i think the sass command tool is a little bit unconvinient. A common scenario for me is, \ that you have whole bunch of sass files, which you want to compile to a single compressed output file. But if you have splitted your sass files in component based modules and you want to watch the complete folder you have to care for dependency handling in each file, because each file will be compiled for its own.</p> \ <pre># compiling a complete folder with scss ~ $ sass css/scss:css/compiled</pre> \ <p>So converting the whole folder is not what i want, because i don\'t want to import for example my color.sass config file in each module again. Compiling a single file seems to be the better solution, and it works in general, as expected, but the devil is in the detail. </p> <pre># compiling a single file where the other files are imported. ~ $ sass css/scss/main.scss:css/compiled/main.css</pre> \ <p>If we change a file with impact to our main.sass file, the --watch handle will not get it, because it observes only the timestamp of the given main.sass.</p> <p>Here is it, where mindful_sass tries to help out. You use it according to the single file variant of sass, but it tries to observe the whole folder the given sass file is placed. If a timestamp of file in the sass folder or its children changes it will compile the specified main.sass again.</p> \ <p>This gem is not aimed to replace anything in the sass universe. It is only a wrapper to avoid the described unconvinience, and i hope that it gets useless as fast as possible, because the sass development gets this feature done for themselves.</p> \ <p>Thanks anyway to the sass developer team.</p>
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.