This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.11.
API para desenvolvimento de mini-apps Ame
Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.
Biblioteca client para instalação em mini-web-apps da Ame
Biblioteca de componentes para construção de miniapps ame
Command Line Interface to make "mini app" with love.
Biblioteca client para instalação em mini-web-apps da Ame
Ame UI is a lightweight React component library that helps developers quickly build Onchain applications and AI Agent interaction interfaces.
Simple and complete React DOM testing utilities that encourage good testing practices.
Simple and complete DOM testing utilities that encourage good testing practices.
Google APIs Authentication Client Library for Node.js
Custom jest matchers to test the state of the DOM
Fire events the same way the user does
This is a repository for simple integration of MDC Components into the Aurelia Custom elements.
Ame Javascript SDK
Get the metadata from a Google Cloud Platform environment
Biblioteca de componentes para construção de miniapps web
a glob matcher in javascript
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
Microsoft Authentication Library for js
A result paging utility used by Google node.js modules
Core libraries that every NodeJS toolchain project should use
A simple utility for promisifying functions and classes.
Simple and complete React hooks testing utilities that encourage good testing practices.
A tiny finite-state automata library.
AlbaMigration is a CLI tool and library to help you convert your Ruby code from ActiveModelSerializers (AMS) to Alba syntax. It rewrites AMS serializer classes to Alba resource classes, supporting the migration of class definitions and attributes.
I think therefore I am. Satre is a library for proportional and first order logic. It was inspired by the book 'Handbook of practical logic and automated reasoning' by Harrison, J (2009). This project originated at the Technical university munich as a students project in the lecture 'Basics of Artificial Intelligence'.
We have extracted out the logic from IdleCampus and built xmppify because I want to help anyone built a real time communication platform or a product as soon as possible. I am also working on creating a service so that mobile developers could easily implement all the required libraries and functionalities without much work which I had to do in the last 3 years.
The Lorax is a full diff and patch library for XML/HTML documents, based on Nokogiri. It can tell you whether two XML/HTML documents are identical, or if they're not, tell you what's different. In trivial cases, it can even apply the patch. It's based loosely on Gregory Cobena's master's thesis paper, which generates deltas in less than O(n * log n) time, accepting some tradeoffs in the size of the delta set. You can find his paper at http://gregory.cobena.free.fr/www/Publications/thesis.html. "I am the Lorax, I speak for the trees."
An efficient solution to use when it is undesirable to expose internal database ids, IdShuffler converts integers like 123 into strings like 'q34nr1', and vice-versa, using a very lightweight integer scrambling algorithm plus 'Crockford 32' encoding. It is built as a native C extension and so is very fast. The algorithm takes a string key as a seed, so you can use different keys for different id spaces and thus obtain different slugs for the same initial integer. This is not a security solution and I am not a cryptographer; it should be assumed a determined individual can unshuffle the ids without knowing the key used to generate them. Also note these are 30-bit ids, so the library can only represent values up to approximately 1 billion (1,073,741,823). This gem is still under development in so far as I have not written tests or documentation for it.
# ImageBuilder A gem to build operating system images for various platforms. At initial release, this gem supports building images using packer to build images for the AWS platform ## Installation Add this line to your application's Gemfile: gem 'image_builder' And then execute: $ bundle Or install it yourself as: $ gem install image_builder ## Usage This is how you use the gem, should probably write something useful here. But since it's just a library gem that basically just wraps the packer utility, read this code, and the packer documentation to figure out what to do ## Contributing 1. Fork it ( https://github.com/[my-github-username]/image_builder/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
# Cloudutil A utility library for performing helpful tasks with various cloud platform providers ## Installation Add this line to your application's Gemfile: gem 'cloudutil' And then execute: $ bundle install Or install it yourself as: $ gem install cloudutil ## Usage For AWS helpers: require 'cloudutil/aws' aws = Cloudutil::AWS(config: existing_AWS::Config_object) -or- aws = Cloudutil::AWS(access_key: your_AWS_access_key, secret_key: your_AWS_secret_key) subnet_id = aws.resolve_subnet_id('my_subnet_name_or_tag') sec_grp_id = aws.resolve_subnet_id('my_security_group_name_or_tag') ami_id = aws.resolve_subnet_id('my_ami_name_or_tag') ## Contributing 1. Fork it ( https://github.com/mmmorris1975/cloudutil/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
This is an alpha test quality release. I specifically DO NOT recommend that it be used for live trading under any circumstances. It has not been tested. I am releasing it in the hopes that the many eyes of the community will help with enhancing it, so that we all will have a robust and reliable library to use. == FEATURES/PROBLEMS: * get quotes from opentick servers * simple average indicator realized :) * order placement (buy/sell) doesn't work == SYNOPSIS: robot do login 'test_opentick', '123123' history :duration => 300, :from => Time.now-10*24*3600, :to => Time.now query MSFT do if (avg MSFT, 9)/(avg MSFT, 25) - 1 > 0.5 puts "buy MSFT" end if (avg MSFT, 9)/(avg MSFT, 25) - 1 < - 0.5 puts "sell MSFT" end end # query end # robot
Watermark's library for interfacing with Arena ChMS's web API
Remote syslog appender for Logging
Simple tool to resize AWS instances with EBS root.