Periodically executes a provided function with error handling and logging
Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)
A list of all available Substrate networks and their applicable prefixes
High-priority task queue for Node.js and browsers
Maintains a periodically updated list of approved and unapproved website origins
Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation
Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens
Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)
MetaMask example snap demonstrating the use of cronjobs in snaps
A inter-process and inter-machine lockfile utility that works on a local or network file system
Debugger frontend for React Native based on Chrome DevTools
Primitives to manage timeout and interval
Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background
semantic-release plugin to run custom shell commands
Fluid protocol definitions
Fork of GraphQL.js' execute function
a CSS selector compiler/engine
Sitemap-generating lib/cli
Buffered metrics reporting via the Datadog HTTP API
The DevCycle NodeJS Server SDK used for feature management.
Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation
Maintains a periodically updated list of approved and unapproved website origins
Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens
AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native
Uses Redis to guarantee uniqueness for executing a particular command
resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time, the exceeded jobs will be executed at the next period.
A tiny Ruby program used to periodically execute a command
Controls execution of periodic scheduled tasks.
Library to execute code at defined intervals -- useful in command-line scripts or daemons when a resource must be polled periodically.
Debounce delays execution until a quiet period elapses. Throttle limits execution frequency. Both are thread-safe with leading/trailing edge options and cancel/flush control.
Suspends execution until state changes via ::Wait.until! methods, timing-out after a configured period of time
Sidekiq::Debounce provides a way to rate-limit creation of Sidekiq jobs. When you create a job on a Worker with debounce enabled, Sidekiq::Debounce will delay the job until the debounce period has elapsed with no additional debounce calls. If you make another job with the same arguments before the specified time has elapsed, the timer is reset and the entire period must pass again before the job is executed.
Cleaner is a small tool which helps you keep your directories clean. With simple DSL you define set of rules, which are then periodically executed against specified directory.
Use two scripts, itgwiki_mirror_backup and itgwiki_mirror_deploy, to maintain a read-only mirror of ITGwiki. itgwiki_mirror_backup runs periodically and automatically on the live instance of ITGwiki to create a backup and copy it to the mirror. itgwiki_mirror_deploy runs on the mirror and is triggered by itgwiki_mirror_backup, imports and adjusts the backup to be read-only, then deploys it on the mirror server. Requires rsync and mysqldump. IMPORTANT: database user passwords are visible as part of the command used to execute the backup and deploy processes. I recommend creating minimally empowered user accounts to execute backup and deploy tasks.
Filecoin (https://filecoin.io/) is a distributed storage network based on a blockchain mechanism. Filecoin miners provide storage capacity for the network, earning FIL by periodically prooving the specified capacity is provided to the network. The Filecoin blockchain maintains the ledger for FIL transactions, and implements the Filecoin VM for the execution of contracts and market mechanisms. These include storage deals, where clients pay miners to store data in the network. This gem makes use of the JSON RPC API made available by Lotus (https://lotu.sh/), the official implementation of the network.
Welcome to Banco ! Banco has been developed to summarize statements downloaded from your bank. Install as a Rubygem, navigate to the directory your .csv files are in and execute from the command line with 'banco'. Banco will only accept comma seperated value files (.csv) and will produce a summary for the period uploaded from the file. Remove the header line from your downloaded bank statement, ensure the columns are ordered date, description, type of charge, money in an money out from left to right, any columns right of the fifth will be ignored. Banco will total the incoming & outgoing transactions for the period. Reporting the bottom line aswell as summing up the values for similar transactions. This is achieved by matching the description name, currently set at the first 9 characters of the string, (:total_outgoing :total_incoming - class Reporter), you can change this to be more or less exact. Hope your numbers are positive ! https://github.com/s33dco/banco https://rubygems.org/gems/banco
No description provided.
No description provided.