No description provided.
Minimalistic linked lists
Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.
Useful TypeScript utilities.
This project is intended for internal use on ShareGate project. It includes the layout, aside navigation, header navigation and all of the linked items.
simpler faster substitute for LRU
A generational pseudo-LRU cache with strict maximum size limits.
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
Extremely fast double-ended queue implementation
A cache object that deletes the least-recently-used items.
timers module for browserify
Turn any collection of objects into its own efficient tree or linked list using Symbol
Compare items in two sequences to find a longest common subsequence
Compare items in two sequences to find a longest common subsequence
Javascript implementation of a doubly linked-list data structure
Javascript implementation of a queue data structure
micromark utility to splice and push with giant arrays
Lazy-evaluating list of files, based on globs or regex patterns
Yet Another Linked List
A JSON-LD Processor and API implementation in JavaScript.
Wrapper script around nodemon that will automatically watch all linked modules
simple typescript linked-list with generics typing
Genesis Foundation UI App Layout
a javascript implementation of LinkedList & DoublyLinkedList
Add multiple items to an Amazon Cart with one link.
This gem provide a set of helpers and methods that allow to easily generate a menu and identify the currently active link item
Automatically link the hardware data bag items to their node
Helpful method when you need to add some logic that figures out if the link (or more often navigation item) is selected based on the current page or other arbitrary condition
Pagination library supporting offset-based, cursor-based, and keyset strategies. Returns page results with items, cursors, navigation links, totals, and has_next/has_prev helpers. Works with any collection.
This is a gem scraping StyleMoonCat's website.Input category name,page limit,searcing keyword,and price range,and it will return the items with title,price,image,and link in the page of the category
This gem parses youtube playlists to an object with an instance that named as playlist_data(hash: video_names => links) also can save that instance as yaml, can check a video link format with regex, can create link to specific resulation can take whole page data of a link, can take video ID from link and can save object as yaml can save a smplayer compatible playlist file. Now user can pass path to save playlist for yaml and smplayer playlists. SMPlayer can play youtube and other online videos and while playing a plistlist it will continue from previous session item and time so i hope it will helpful for tutorial kind videos.
Helpful method when you need to add some logic that figures out if the link (or more often navigation item) is selected based on the current page or other arbitrary condition
Super lightweight and simple Rails 3 pagination for when you don't need to count the number of items or pages. simple_pager shows Previous and More links.
jQuery snippet for Rails projects that parses the url for the current page, and adds an 'active' class decoration to links that match the current page. By default this snippet is designed to work with Twitter Bootstrap v4 header navigation. However, you can target different elements in your page(s) by modifying the active_element variable. In the default it is targetting links within a line item within a header element with a class of navbar-nav.
+js-rails-routes+ is a utility for generating JavaScript equivalents to the +<route>_path+ functions provided by {Ruby on Rails}[https://github.com/rails/rails]. This allows you to do very similar things in your {+ejs+}[https://rubygems.org/gems/ejs/] JavaScript templates as you would in your +erb+ ruby templates. You can move html rendering to the client and keep it looking very similar to how it would look on the server. For example, if you have a model +Item+ and a simple route to list all the items, a link to that items page (using an explicit +a+ anchor tag instead of the Rails +link_to+) would look the same in either an +erb+ file or an +ejs+ file: <a href="<%= items_path() %>">List all Items</a> This gem was originally developed as part of the {MVCoffee}[http://mvcoffee.org] suite of tools, and integrates strongly with the {mvcoffee.js}[https://github.com/kirkbowers/mvcoffee] CoffeeScript MVC framework.
== DESCRIPTION: websitary (formerly known as websitiary with an extra "i") monitors webpages, rss feeds, podcasts etc. It reuses other programs (w3m, diff etc.) to do most of the actual work. By default, it works on an ASCII basis, i.e. with the output of text-based webbrowsers like w3m (or lynx, links etc.) as the output can easily be post-processed. It can also work with HTML and highlight new items. This script was originally planned as a ruby-based websec replacement. By default, this script will use w3m to dump HTML pages and then run diff over the current page and the previous backup. Some pages are better viewed with lynx or links. Downloaded documents (HTML or ASCII) can be post-processed (e.g., filtered through some ruby block that extracts elements via hpricot and the like). Please see the configuration options below to find out how to change this globally or for a single source. This user manual is also available as PDF[http://websitiary.rubyforge.org/websitary.pdf]. == FEATURES/PROBLEMS: * Handle webpages, rss feeds (optionally save attachments in podcasts etc.) * Compare webpages with previous backups * Display differences between the current version and the backup * Provide hooks to post-process the downloaded documents and the diff * Display a one-page report summarizing all news * Automatically open the report in your favourite web-browser * Experimental: Download webpages on defined intervalls and generate incremental diffs.