CLI and runtime helpers for exposing local log endpoints and reading them from coding agents.
Universal pluggable logging utility
A logger for just about everything.
Get a user agent string across all JavaScript Runtime Environments
Universal wrapper for the Node.js events module
OpenTelemetry logs SDK
Calculate GitHub App bearer tokens for Node & modern browsers
OpenTelemetry Collector Logs Exporter allows user to send collected logs to the OpenTelemetry Collector
Public logs API for OpenTelemetry
Utility for creating Universal macOS applications from two x64 and arm64 Electron applications
OpenTelemetry Collector Exporter allows user to send collected log records to the OpenTelemetry Collector
A node module for Google's Universal Analytics tracking
Universal cookies for JavaScript
An OTLP exporter to send logs using protobuf over HTTP
AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native
Robust Environment Configuration for Universal Applications.
This is the **universal-apple-darwin** binary for `@mariozechner/clipboard`
JSON logger for Node.js and browser.
Universal cookies for React
No description provided.
Transform OpenTelemetry SDK data into OTLP
Universal cookie plugin, perfect for SSR
A consistent interface for SHA256 across browsers and NodeJs
Angular Universal common utilities
Processor is a tool that helps to iterate over collection and perform complex actions on a result. It is extremely useful in data migrations, report generation, etc.
Logs in to University of Pennsylvania's extranet given a valid username and password
RedisSyslog is a simple ruby gem that allows ruby to log directly to redis in a high performance environment. We do rely on redis-rb, so go grab a copy if you haven't already! We originally wrote for Fittr® because our remote scripts needed to be easily checked to see if they were working or not. We now deploy RedisSyslog as a general purpose logging utility where our many services are able to concurrently log to.
Fluentd parser custom plugin that can parse UPI logs (PredictionLog and RouterLog - https://github.com/caraml-dev/universal-prediction-interface) into json
VebTree is a production-quality Van Emde Boas tree implementation providing O(log log U) time complexity for insert, delete, search, successor, and predecessor operations on integer sets. The core algorithm is implemented in C++17 for maximum performance with an idiomatic Ruby API. Perfect for applications requiring fast integer set operations, range queries, and successor/predecessor lookups within a bounded universe.
# Game A Ruby-powered MVC game framework. ## Install ```sh $ gem install game ``` ## Usage ### Setup ```sh $ game new my_cool_game ``` This will create a new directory named `my_cool_game` in the current working directory. The directory is laid out very much like a Rails application: my_cool_game ├── Gemfile ├── Guardfile ├── README ├── app | ├── assets │ │ ├── fonts │ │ ├── images │ │ ├── music │ │ └── sounds | ├── controllers │ │ └── game_controller.rb | ├── helpers │ │ └── game_helpers.rb | ├── models | ├── views | └── windows │ │ └── game_window.rb ├── config │ ├── environments │ │ ├── development.rb │ │ ├── production.rb │ │ └── test.rb │ ├── initializers │ ├── locales │ │ └── en.yml │ ├── application.rb │ ├── boot.rb │ └── database.yml │ ├── environment.rb │ └── routes.rb ├── log ├── spec | └── spec_helper.rb └── tmp ## Acknowledgements * [Rails][rails] for making MVC very popular in the [Ruby][ruby] universe * [Gamebox][gamebox] for inspiration. ## Contributing * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project * Start or switch to a testing/unstable/feature/bugfix branch * Commit and push until you are happy with your contribution * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, VERSION or gemspec. ## Copyright Copyright © 2012 Ryan Scott Lewis <ryan@rynet.us>. The MIT License (MIT) - See LICENSE for further details. [rails]: https://github.com/rails/rails [ruby]: https://github.com/ruby/ruby [gamebox]: https://github.com/shawn42/gamebox
No description provided.
No description provided.