- New Zealand
-
14:42
(UTC +13:00) - nachotoast.com
Pinned Loading
-
Create an array of coordinate object...
Create an array of coordinate objects {x, y} of points on a circle within set bounds. 1function make_circle_coordinates(top = 0, left = 0, bottom = 300, right = 300, points = 20, visual = true) {
2// e.g. top: 20, left: 20, right: 1900, bottom: 800
3let center = {
4x: (left + right) / 2,
5y: (top + bottom) / 2
-
Color gradient function for TypeScript.
Color gradient function for TypeScript. 1/** Valid values are from 0 to 255 (inclusive) */
2export interface Colour {
3red: number;
4blue: number;
5green: number;
-
SimpleCustomGasFramework
SimpleCustomGasFramework PublicRimWorld modding framework for adding custom gasses.
-
UoA-Discords/server-registry-api
UoA-Discords/server-registry-api Public archiveAPI for our UoA Discord server registry.
TypeScript
-
Verify a recaptcha v3 token.
Verify a recaptcha v3 token. 1<?php
2function verify_captcha($token) {
34$threshold = 0.5; // Score must be > threshold to pass captcha.
5// Default is 0.5, although the majority of users will get 0.9
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.