17 private links
A local development server that aims to make writing modular client-side apps with NPM + browserify fast and fun.
Update any source file and your browserify bundle will be recompiled on the spot.
unassertify
- Removeassert()
callsenvify
- Replace environment variables—by default, replacesNODE_ENV
with"production"
uglifyify
- Remove dead code from modulescommon-shakeify
- Remove unused exports from modulesbrowser-pack-flat
- Output a "flat" bundle, with all modules in a single scopebundle-collapser
- When using the--no-flat
option, bundle-collapser replaces file paths inrequire()
calls with short module IDsminify-stream
- Uglify the final bundle
[browser-pack-flat][] and [bundle-collapser][] are both not used if the --full-paths
option is passed to Browserify.
This way you can still get all of tinyify's other optimizations when building for [disc][].
A simple status dashboard.
features
- Standalone - just Perl and some modules, no web server or database required
- REST API - including a public read-only one
- RSS feeds
PrimeReact is a collection of rich UI components for React. PrimeReact is a sibling of the popular PrimeNG (Angular) and PrimeFaces (JSF) components suites.
The file uploader that is always happy to see you.
Sleek, modular file uploader that integrates seamlessly with any website or app. It fetches files from local disk, Google Drive, Dropbox, Instagram, remote URLs, cameras etc, and then uploads them to the final destination. It’s fast, easy to use and let's you worry about more important problems than building a file uploader.
A quick collection of all the fake Orly book covers I find around on the internet.
I am seriously considering writing content for the “Expert Excuses for Not Writing Unit Tests” one.
EDIT - I actually did write some content for it https://boyter.org/posts/expert-excuses-for-not-writing-unit-tests/
The quick and simple editor for cron schedule expressions by Cronitor
a repository of self-care resources for developers & others
I am a system administrator, and I need a small, lightweight notebook for every day carrying. Of course, not just to carry it, but for use it to work. I...
See also the original post J'ai découvert un complexe souterrain énorme
JavaScript SQL database for browser and Node.js.
Handles both traditional relational tables and nested JSON data (NoSQL).
Export, store, and import data from localStorage, IndexedDB, or Excel.
CSV & JSON convertor tool
This is a full-featured CSV parsing tool running entirely on your brower. No data leave your computer ! Use it also to learn how to use our packages and to test the various options interactively.
Anime.js is a lightweight JavaScript animation library with a simple, yet powerful API.
It works with CSS properties, SVG, DOM attributes and JavaScript Objects.
In shell, you can do it in many ways:
cat input | xargs echo | tr ' ' ,
or
perl -pe 's/\r?\n/,/' input > output
I know you wanted this to be longer, but I don't really see the point of writing multi line script to solve such simple task - simple regexp (in case of perl solution) is fully workable, and it's not something artificially shortened - it's the type of code that I would use on daily basis to solve the issue at hand.
You can simply save and restore the entire events object:
var events=$._data(elem, 'events'); // save events
$._data(elem, 'events', {}); // cancel all events
// any code here will not fire events
$._data(elem, 'events', events); // restore events
This worked for me but may have unknown side effects ...
Conférence Paris Web
The DevExtreme React Chart is a component that visualizes data using a variety of series types, including bar, line, area, scatter, pie, and more. It is a stateless component - it relies on properties and works in controlled mode only. The DevExtreme React Chart has a composable and extendable architecture in which plugins provide additional elements (such as axes, legend, grid). Twitter Bootstrap and Material-UI rendering and theming are supported out of the box.