17 private links
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...
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.
Free Bootstrap Admin Template
The only Bootstrap Admin Template you need to create amazing user interfaces.
CoreUI is an open source Bootstrap 4 based admin template.
Lose yourself in The Silent Age, the thrilling point-and-click adventure with over seven million downloads, completely revamped and updated for Steam.
jq is like sed
for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed
, awk
, grep
and friends let you play with text.
jq is written in portable C, and it has zero runtime dependencies. You can download a single binary, scp it to a far away machine of the same type, and expect it to work.
jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you’d expect.
Carla Bozulich is diversely experimental, uncompromising and continues to be ceaselessly devoted to mixing art-punk ethics and creativity. Here, with Quieter, is an intensely emotive, intuitive, enchantingly cohesive collection of previously orphaned and one-off tracks where, uncharacteristically, nothing ever quite screams. Carla’s way with a fleshy edge remains sharp as ever. A couple of these are left over from the bountifully productive sessions from her brilliant and widely-acclaimed 2014 album Boy; others featuring collaborations with the likes of Marc Ribot, Sarah Lipstate (Noveller), Freddy Ruppert, Shahzad Ismaily and more.
Quieter is the result of this ceaselessly nomadic and defiantly DIY iconoclast having settled back in Los Angeles for a spell, recovering from tour-inflicted ear damage, sifting through unreleased/unfinished material, and finding herself drawn to working on the quieter stuff (relatively speaking) in her abundant archives. Ranging from the searching, searing opener "Let It Roll" - "the most honest work I've ever done" says Carla - to the chiming, deconstructed lullabies of "Glass House" (composed by Ruppert) and "Sha Sha" (from her mid-2000s project The Night Porter) and the album's sultry closing track "End Of The World"(a duet with Marc Ribot, who penned the song), Quieter is a brilliant addition to Bozulich's impressively diverse, adventurous, and unwaveringly authentic body of work.
Insomnia is a free cross-platform desktop application that takes the pain out of interacting with HTTP-based APIs. Insomnia combines an easy-to-use interface with advanced functionality like authentication helpers, code generation, and environment variables.
This middleware ensures that a user is logged in. If a request is received that is unauthenticated, the request will be redirected to a login page. The URL will be saved in the session, so the user can be conveniently returned to the page that was originally requested.
Passport is authentication middleware for Node.js. Extremely flexible and modular, Passport can be unobtrusively dropped in to any Express-based web application. A comprehensive set of strategies support authentication using a username and password, Facebook, Twitter, and more.