Persistent Data Structures for JavaScript
data structure persistent clojurescript map filter reduce data-structure collections hashmapRedux bindings for client-side search
redux search resources state middleware filter reactBoom Filters are probabilistic data structures for processing continuous, unbounded streams. This includes Stable Bloom Filters, Scalable Bloom Filters, Counting Bloom Filters, Inverse Bloom Filters, Cuckoo Filters, several variants of traditional Bloom filters, HyperLogLog, Count-Min Sketch, and MinHash.Classic Bloom filters generally require a priori knowledge of the data set in order to allocate an appropriately sized bit array. This works well for offline processing, but online processing typically involves unbounded data streams. With enough data, a traditional Bloom filter "fills up", after which it has a false-positive probability of 1.
bloom-filter stable-bloom-filters cuckoo-filter probabilistic-programming counting-bloom-filters scalable-bloom-filters count-min-sketch data-stream filter data-structure collections go-collectionIn this example, the traditional wisdom of blindly escaping some special html entity characters (& < > ' " `) would not stop XSS (e.g., when url is equal to javascript:alert(1) or onclick=alert(1)).Figure 1. "Just sufficient" encoding based on the HTML5 spec.
xss output-filter sanitize sanitise escape encode filter context-aware context-sensitive security yahoo(2) Include angular-filter.js (or angular-filter.min.js) in your index.html, after including Angular itself.(3) Add 'angular.filter' to your main module's list of dependencies.
filter angular angular-filters ng-pipes client browser lodash underscore collection angularjs angular-componentSee isotope.metafizzy.co for complete docs and demos.Link directly to Isotope files on unpkg.
dom browser masonry layout filter sort jquery-plugin jqueryTo enhance the accessibility of data in HTML tables. You the developers using DataTables. For developers DataTables provides a wide array of options for how data should be obtained, displayed and acted upon, along with an extensive API for accessing and manipulating the table.
datatables datatable table grid filter sort page internationalisable jquery-pluginGoal of this tutorial is to load an entire Gmail inbox into Elasticsearch using bulk indexing and then start querying the cluster to get a better picture of what's going on. I use Python and Tornado for the scripts to import and query the data. Also beautifulsoup4 for the stripping HTML/JS/CSS (if you want to use the body indexing flag).
elasticsearch gmail mbox-format tornado gmail-inbox filter tutorialFast SublimeText-like fuzzy search for JavaScript. Sublime's fuzzy search is... sublime. I wish everything used it. So here's an open source js version.
fuzzy search filter sublimeUsing Laravel as your backend? Collect.js offers an (almost) identical api to Laravel Collections 5.5. See differences. All comparisons in collect.js are done using strict equality. Using loose equality comparisons are generally frowned upon in JavaScript. Laravel only performs "loose" comparisons by default and offer several "strict" comparison methods. These methods have not been implemented in collect.js because all methods are strict by default.
collection nested-arrays laravel-collections comparison collectable collections collect map filter group-by reduce transform pluck pie mapwithkeys laravel wherein values uniqueYPImagePicker is an instagram-like photo/video picker for iOS written in pure Swift. It is feature-rich and highly customizable to match your App's requirements. 🌅 Library 📷 Photo 🎥 Video ✂️ Crop ⚡️ Flash 🖼 Filters 📁 Albums 🔢 Multiple Selection 📏 Video Trimming & Cover selection 📐 Output image size And many more...
imagepicker picker photo video ios filter instagram gallery picture camera library image-picker ypimagepickerSanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist
sanitization xss sanitize sanitisation input security escape encode filter validator html injection whitelistI highly recommend starting new leagues with Regular/Semi-Strict or Strict and switching to a higher strictness if you feel like you're seeing too much. You can find more details about the differences of the individual versions here.
pathofexile filter parser gaming gameDOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify sanitizes HTML and prevents XSS attacks. You can feed DOMPurify with string full of dirty HTML and it will return a string (unless configured otherwise) with clean HTML. DOMPurify will strip out everything that contains dangerous HTML and thereby prevent XSS attacks and other nastiness.
xss sanitizer dom security dompurify prevent-xss-attacks mathml html svg cross-site-scripting secure sanitize filter purify html-sanitizerIn this example, the traditional wisdom of blindly escaping some special html entity characters (& < > ' " `) would not stop XSS (e.g., when url is equal to javascript:alert(1) or onclick=alert(1)). Figure 1. "Just sufficient" encoding based on the HTML5 spec.
xss output-filter sanitize sanitise escape encode filter context-aware context-sensitive security yahoo
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.