I'm an accomplished software engineer, consultant, and entrepreneur. I've built six companies from scratch, focusing on simplicity, staying true to myself, and continuous improvement.
Pinned Loading
-
Crypto Colors
Crypto Colors 1$zero__x-color: rgb(48, 44, 44);
2$aave-color: rgb(165, 55, 140);
3$algorand-color: rgb(0, 0, 0);
4$ankr-color: rgb(0, 109, 255);
5$augur-color: rgb(85, 53, 128);
-
UTF-8 to ASCII transliteration
UTF-8 to ASCII transliteration 1// Czech
2$text = str_replace('Č', 'c', $text);
3$text = str_replace('č', 'c', $text);
4$text = str_replace('Ď', 'd', $text);
5$text = str_replace('ď', 'd', $text);
-
I18N-permalinks
I18N-permalinks PublicConverting common accentuated UTF-8 characters automatically with WordPress
PHP
-
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.