A simple cache util
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
walk paths fast and efficiently
Find and parse the tsconfig.json file from a directory path
A cache object that deletes the least-recently-used items.
Create a full Content-Type header given a MIME type or extension and cache the result
A generational pseudo-LRU cache with strict maximum size limits.
An LRU cache of weak references
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
Require hook for automatic V8 compile cache persistence
Memoize functions results using an lru-cache.
A simple key/value storage using files to persist the data
Import ES modules without cache.
Reads and caches the entire contents of a file until it is modified
Require hook for automatic V8 compile cache persistence
TypeScript definitions for http-cache-semantics
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
LRU and FIFO caches for Client or Server
Simple persistence for all Apollo cache implementations
simpler faster substitute for LRU
<p align="center"> <img src="logo.png" width="100px" /> </p> <h1 align="center">swrv</h1>
[](https://www.npmjs.com/package/@aws-sdk/endpoint-cache) [](https://www.npmjs.com/package/@aws-sdk/e
A super-fast, promise-based cache that reads and writes to the file-system.
Arcjet cache interface and implementations
Runtime support for HPMicro RISC-V MCUs
All-Rust 1st-stage bootloader for ESP32-P4. Replaces IDF v5.3 bootloader.bin (which has hard architectural assumptions about app segment layout that no_std Rust apps don't satisfy). ROM loads us from flash@0x2000; we init the chip, read the partition table, locate the factory app, verify its appended SHA256, load segments via cache, and jump to its entry.
Raspberry Pi boot support for RuVix Cognition Kernel (Phase D)
Capability-bounded stack VM for secure distributed computing
A portable version of the #[link_section] macro.
ZitaneLabs binary cache.
Clean up unnecessary Cargo artifacts to improve CI caching performance
Semantic caching for Cortex with Redis/Valkey and in-memory backends
Compiletime cache-busting web applications written in rust
Minimal function return caching crate
Procedural macro implementation for mincache
Implementation of LFU-LRU cache
Simple-ish enumberable-simplifier. Useful for APIs like Twitter, etc If you have a hash or an array or something that quacks like one, you can do stuff example: require 'dot_notation' h = {a: {b: {c: [{d: 'hi'}]}}} h.extend(DotNotation) h.dot('a.b.c.0.d') #=> 'hi' h.dot('a.b.c.foo.bar.bz.whatever.124.whocares') #=> nil
coffeeshop is a quick and dirty Sinatra app that serves up any CoffeeScript in a directory as JavaScript. It uses Redis for basic caching because that's how I roll.
Gem that adds lazy method delegation methods. Using this gem you can easily define lazy loading or asynchronous versions of specific methods. Lazy loading is useful when used with caching systems while asynchronous methods can improve throughput on I/O bound processes like making several HTTP calls in row.
Middle ware to process directives in your javascript and css (maybe other stuff later?) and then compile it to a single file, also plan on adding a caching layer via redis or memcache so its not so i/o bound
Simple Ruby library for expiring Varnish caches. It currently relies on my own fork of Typhoeus, and that's not available as a gem... So this is pretty much unusable. Just throwing it up here as an example until the fixes I need get into Typhoeus::Easy
Rubot is a library for creating bots for MediaWiki projects (i.e. Wikipedia). This gem contains the rubot base library and a collection of rubot utilities. It can be either used directly or through an adapter library (for handling monitoring, caching and so on). Status Quo: This libary is working quite smooth now but it's not as feature-rich as I want it to be. Heavy improvements to be expected.
Jetty Rails aims to run Ruby on Rails and Merb applications with the Jetty Container, leveraging the power of JRuby and jruby-rack. {Jetty}[http://jetty.mortbay.com/jetty/] is an excellent Java Web Server, being and at the same time extremely lightweight. This makes jetty-rails a good alternative for JRuby on Rails or Merb development and deployment. The project has born from my own needs ({read more}[http://fabiokung.com/2008/05/14/jetty-rails-gem-simple-jruby-on-rails-development-with-servlet-containers/]). I needed to run {JForum}[http://jforum.net] in the same context of my JRuby on Rails application. I had also to integrate HttpSessions (avoiding single sign on) and use ServletContext in-memory cache store.
CarthageCache generate a hash key based on the content of your Cartfile.resolved and checks if there is a cache archive (a zip file of your Carthage/Build directory) associated to that hash. If there is one it will download it and install it in your project avoiding the need to run carthage bootstrap. ----------------------Thanks Mr.Blas but now we are facing dependency conflict with Fastlane 2.144-------------------- What I want to solve: Dependency conflict with Fastlane 2.144 What I did: 1. Changed name of this gem to "carthage_cache_res" 2. Fixed runtime dependencies: aws-sdk < 3, commander = 4.3.8 3. Changed system dependency versions: ruby > 2.6, xcode 11.x
RedisFixtures allows you to have fixtures for Redis, in addition to the ones for your database. If you are using Redis as more than just a cache (and I hope you are), you probably need to have some data there to test your application. RedisFixtures will reset your (test) Redis database at the beginning of every test to the fixture you set. And if you use FixtureBuilder (or any other fixture-generating library), you can automatically generate your Redis fixture from the contents of your test Redis database.
Most web applications have a lot of before/after hooks that occur when working with objects: sending a welcome email on registration, incrementing/decrementing counter caches, trigger validation on remote web services. When implemented using callbacks, all these occur without the developer knowing about them. A simple change in one area of the code can have a huge impact somewhere else. Inspiration for this came from http://blog.teksol.info/2010/09/28/unintented-consequences-the-pitfalls-of-activerecord-callbacks.html and http://jamesgolick.com/2010/3/14/crazy-heretical-and-awesome-the-way-i-write-rails-apps.html
Mainly the product of messing around, this gem comprises Ruby code for a few useful "Amazon Hacks" -- common techniques for manipulating Amazon product URLs and Images. This is mainly useful if you find yourself creating a site where you might link to Amazon product pages and display images for them. Examples of this might include: * Social consumption sites like {All Consuming}[http://www.allconsuming.net/] * Blogs or tumbleblogs with book/music/etc. reviews * Normalizing Amazon links or create associate IDs This GEM is NOT related to using the Amazon Web Services and there is already an excellent gem for that if you need more heavy-duty use of the Amazon website (this gem does not even communicate with Amazon at all). Also, note this gem is meant in the spirit of fun hackery. You can use it to create interesting images from Amazon on demand, but if you are going to use it on a serious website, please consider caching and attributing that image to Amazon (I also have no idea what the official legal policy for using Amazon's book images is). And of course, do not even consider using this for fraud. It is possible to generate "20% off" or "Look Inside!" badges on Amazon images, but this gem does not support that since I can not think of any reason why outside sites would use that. == FEATURES/PROBLEMS:
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.