Pinned Loading
-
A tiny phone number validator
A tiny phone number validator 1/**
2* Declare all phone area code that have the specific length
3* - [key] : length of the local part of the phone number (0 if unknown)
4* - [val] : list of area codes for which local part has the given length
5*
-
Quick and dirty method to display a ...
Quick and dirty method to display a video as favicon 1({
2icon: null,
3video: null,
4canvas: null,
5context: null,
-
Simple implementation of MT19937
Simple implementation of MT19937 1<?php
23class MT19937 {
4protected $state = [];
5protected $index = 624;
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.