Skip to content

Instantly share code, notes, and snippets.

View naseerr's full-sized avatar
🏠
Working from home

naseerr

🏠
Working from home
View GitHub Profile
@tZilTM
tZilTM / sharer-urls.md
Created February 2, 2020 11:50
Sharer (share) URLs (links) for sharing on LinkedIn, Twitter, Pinterest, Reddit and Facebook (2020-02-02)
@irazasyed
irazasyed / spintax.php
Last active May 21, 2024 08:42
PHP: Text Spinner Class - Nested spinning supported.
<?PHP
/**
* Spintax - A helper class to process Spintax strings.
*/
class Spintax
{
/**
* Set seed to make the spinner predictable.
*/