日志上报,数据采集,数据统计等
An improved promised based scraper for the League of Legends stat site OPGG
Get the status of a file with some features
Utilities for watching file trees.
A simple directory tree walker.
Offers convenient getters and setters for the stat `mode`
A React component for displaying statistics
richer JavaScript errors
A lightweight Node.js module to recursively read files in a directory using ES6 Promises
Converts callback-based functions to ES6 Promises
Set the `stat` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.
Utilities for watching file trees.
Functions for computing stats on arrays and matrices
walk paths fast and efficiently
Node 8's util.promisify, as a node module
Safely clone node's fs.Stats instances without losing their class methods
Use light and dark color schemes in all browsers
Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.
TypeScript definitions for serve-index
Build time stat reporting for unplugin
TypeScript definitions for pidusage
node client for Etsy'd StatsD server
Reads the directory files and adds the stat info.
TypeScript definitions for node-dogstatsd
Simple Wrapper for the AdMob API for Site Stats
A non-threaded spider bot that spiders a site with response time stats. easily extendable
Commission Junction Site Stats using API at https://commission-detail.api.cj.com/v3/commissions
Scraping a popular football site, this gem allows you to navigate the standings, results, and stats of the teams in Europe's top competitions.
Adds a 'jekyll stats' command that computes and displays site statistics including post counts, word counts, reading times, tag/category distributions, and posting frequency.
SpreePiwik ========== Adds piwik tracking with Ecommerce tracking Status ------ [](https://travis-ci.org/berkes/spree_piwik) [](https://codeclimate.com/github/berkes/spree_piwik) Installation ------------ Add spree_piwik to your Gemfile: ```ruby gem 'spree_piwik' ``` Bundle your dependencies and run the installation generator: ```shell bundle bundle exec rails g spree_piwik:install ``` Add your Piwik URL and site-id to the `config/initializers/spree_piwik.rb` For example: ```ruby Spree::Piwik::Config[:piwik_url] = "piwik.example.com" Spree::Piwik::Config[:piwik_id] = 1337 ``` Will use http(s)://piwik.example.com/ as url for your Piwik. And track stats for the site that has the id 1337 in Piwik. Screenshot ---------- . Testing ------- First bundle your dependencies, then run `rake`. `rake` will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using `rake test_app`. ```shell bundle bundle exec rake ``` When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper: License ------- SpreePiwik is released under the [New BSD License](https://github.com/spree/spree/blob/master/license.md) similar to Spree.