Obtain cryptographically strong random bytes. For Browser.
TypeScript definitions for random-web-token
Provides functions for detecting if the host environment supports the WebCrypto API
Returns a random, web safe font
Generate customizable random strings (tokens) using secure charsets with validation – zero dependencies.
Measures patterns of attribute values associated with features. Reveals whether similar values tend to occur near each other, or whether high or low values are interspersed
Generates random points, lines, or polygons for testing.
CSV and object generation implementing the Node.js `stream.Readable` API
Generate random numbers from various distributions.
A mathematically correct random number generator library for JavaScript.
Fastest random ID and random string generation for Node.js
TypeScript definitions for d3-random
Quadrat analysis lays a set of equal-size areas(quadrat) over the study area and counts the number of features in each quadrat and creates a frequency table.
A collection of utilities for better-auth
Takes a set of points and partition them into clusters according to DBSCAN's data clustering algorithm.
Random numbers.
URL and cookie safe UIDs
Use the random function in CSS
A JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Generate a cryptographically strong random string
Creates an interpolated grid of points using the Inverse Distance Weighting method.
Random utility functions for ethers.
A Pulumi package to safely use randomness in Pulumi programs.
Tool for loading random data into some web/network service
RandomJpg is a tool for easy downloading random images for use in scripts, application test data etc. It runs silently in the background feeding random images to a named pipe at a specified location, by default /tmp/random.jpg.
This gem will display random quotes , and show them on your view pages. You can also add your quotes, random_quotes wll display them
TREAT YA SELF By removing your IP from web server logs with a randomly generated IPs
A helper gem to emulate random generated web browser user agents when using webdriver
Randomize UserAgents for web crawling
RToken generates random tokens, of any length, for multiple purposes, ex: web urls, data identification, etc.
Mnemosyne - a console command for brute-forcing through random domains (considering the arguments you throw at it) and then snapping a screenshot of the site's main web page, if it's doable. Also, can be used as a library for your app.
Generate user-friendly, pseudo-random codes without ambiguous letters or numbers (e.g. 0 vs O vs o). For scenarios where only computers will be interacting, this is probably the way to go. But when the interaction involves a human, we want to remove ambigouity to improve accessibility and ease of reading and entering data. Use cases: * Entering code sent via SMS into a web page or app * Entering code from printed material into a web page or app
Studio Game Program is meant to add multiple players to a game, and then give or remove health and points based on random rolls of a die. These players also accumulate random treasures that give them bonus points. Included are some other mixins that have weighted die, or players that have higher chances of gaining health and different point values dependent upon their treasures. After many rounds, the stats are printed to see what player came out on top. A great game if you want to bet against random odds with your coworkers that know too much about sports. Getting Started: Just need Ruby to make this baby work. Prerequisites: Computer (preferably a mac), and ruby 2.3.3, plus some of that good ol' worldwide web. License: This project is licensed under the MIT License - see the LICENSE.md file for details Acknowledgments: The Pragmatic Studio, Radbear, God, my parents (probably), spotify mathrock playlists, the movie Swordfish because of that one scene where Halle Berry does that thing to the guy coding, etc.
GuerrillaRotate ============== This plugin lets you have multiple view pages for the one action, so that you can rotate through different views in order to test which one is the most effective. This is known as A/B testing, split testing or side-by-side testing. It will automatically switch between the different views for different web requests (uses .rand so is pseudo random, not round-robin or anything). The particular view is sticky for a (rails) session, so that once that view has been chosen for that visitor they will see the same, consistent view each time. It integrates automagically into [Rubaidh::GoogleAnalytics](http://github.com/rubaidh/google_analytics) by setting the override_trackpageview to the name of the unique view file (instead of the action-based URL) so you can track it easily in Google Analytics. Without that you'll want to track it by putting different tracking codes in each of your view templates. Example ------- So, in your views you will create some new templates with something (can be anything including nothing) between the template name and the first part of the extension. So you might have the following files for the products/index action: app/views/products/index.html.erb app/views/products/index_alt.html.erb app/views/products/index_new.html.erb Then all you need to do is tell your controller to rotate for that action: ### app/controllers/products_controller.rb class ProductsController < ApplicationController guerrilla_rotate :index, :show # etc.. end NB: guerrilla_rotate is also aliased as guerilla_rotate for the alternative spelling and typos. Copyright © 2009 Jason King, released under the MIT license
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.