Node.js client library for Google Maps API Web Services
Use webpack to manage app-like JavaScript modules in Rails
A plugin that automates publishing ruby gems.
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
Cross-language temporary (disposable/throwaway) email detection library. Covers hundreds fake email providers.
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
A plugin that automates publishing ruby gems.
Sentry Bundler Plugin Core
Unobtrusive scripting adapter for jQuery
A framework for responsive emails
The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid, Radar, Bubble and SCatter charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
[](https://www.npmjs.com/package/ts-proto) [](https://github.com/stephenh/ts-proto/actions)
A React component to crop images/videos with easy interactions
CLI tools to help facilitate semantic versioning based on GitHub PR labels
Command line tool for generating a changelog from git tags and commit history
Provides the same interface as the React Native StatusBar API, but with slightly different defaults to work great in Expo environments.
Simple git hooks manager
The Linux 64-bit binary for lefthook, git hooks manager.
Utilities for validating and updating "Keep a Changelog" formatted changelogs
Generic CLI tool to automate versioning and package publishing-related tasks.
std-uritemplate implementation for TS/JS
Syntax highlighting in your terminal
Scripts that autolink Expo modules.
Write a longer description or delete this line.
A simple project to test auto building and release using GitHub and Travis-CI. The goal is to fully automate test, build, and release as the result of a tag push. The release needs to have release artifacts including the gem, docs, and release notes.
Auto scaling environments need a way to share the releases directory. This gem provides that capability using AWS S3.
== PintosCheck -- Auto Pintos Checker to Save the Day == == Functionalities == The functionality of this simple script is to download pintos homework assignments from the mail inbox and then run through all the desired tests and finally generate reports in plain text or html formats, all automatically. == Requirements For Running PintosCheck == Since all the scripts are written in ruby, PintosCheck require ruby installed on the system. I use ruby 1.8.7 for development, but ruby 1.9.* versions are expected to function as well. However, ruby 1.8.6 and lower versions are not supported. For information of downloading and installing ruby, see http://www.ruby-lang.org/en/downloads/. In addition to ruby itself, RubyGems 1.3.* is also required because it hosts the installation source for this project and almost all other ruby projects as well. To download or update RubyGems, please go to http://gemcutter.org/pages/download for more information. == Installation == Once you have all the requirements on your system, it's really easy to install PintosCheck. In the UNIX shell or Windows command line environment, type the following command(sudo if needed): gem install pintoscheck --include-dependencies Go grab a cup of coffee, and PintosCheck will automatically download and install itself onto the system. To check the installation, type 'ptschk --version', and if something like 'PintosCheck 0.1.0' pops up then you're green to go! == Finally, how do I check my students' pintos homework? == This project ships with a 'ptschk' command tool. This tool needs a task configuration file to actually do everything. The configuration file is in YAML format, which is basically a recursive key-value pair representation. If you're using PintosCheck for the first time, there's a very nice command line option to generate the skeleton for you. Just run 'ptschk init my_first_task.config' and a file named 'my_first_task.config' will be generated for you. Inside this file there is a set of the minimal options for the task to run properly, and you just have to fill in what you need. After you set up your configuration file, run 'ptschk run my_first_task.config' and the tasks will kick off immediately, and after a while the report will be generated. A detailed configuration options for advanced task setup will be available in production release of this project.