Inspiration Source : http://iconstore-1.ambercreativelab.netdna-cdn.com/wp-content/uploads/2015/12/fb-emoji-featured.png
A Pen by Ashish Bardhan on CodePen.
reg delete "HKCU\Software\Scooter Software\Beyond Compare 4" /v CacheID /f |
<?php | |
/** | |
* discord.msg.send.php v0.8 | |
* Kirill Krasin © 2025 | |
* https://github.com/Mo45 | |
* | |
* For revisions and comments vist: https://gist.github.com/Mo45/cb0813cb8a6ebcd6524f6a36d4f8862c | |
* | |
* Sends a message to Discord via Webhook with file support and rate limit handling | |
* |
Inspiration Source : http://iconstore-1.ambercreativelab.netdna-cdn.com/wp-content/uploads/2015/12/fb-emoji-featured.png
A Pen by Ashish Bardhan on CodePen.
This can be used in Mac by using following trick: | |
Open trial.key at path: /Applications/Beyond\ Compare.app/Contents/Resources/trial.key | |
Replace content of trial.key with: | |
--- BEGIN LICENSE KEY --- | |
H1bJTd2SauPv5Garuaq0Ig43uqq5NJOEw94wxdZTpU-pFB9GmyPk677gJ | |
vC1Ro6sbAvKR4pVwtxdCfuoZDb6hJ5bVQKqlfihJfSYZt-xVrVU27+0Ja | |
hFbqTmYskatMTgPyjvv99CF2Te8ec+Ys2SPxyZAF0YwOCNOWmsyqN5y9t | |
q2Kw2pjoiDs5gIH-uw5U49JzOB6otS7kThBJE-H9A76u4uUvR8DKb+VcB | |
rWu5qSJGEnbsXNfJdq5L2D8QgRdV-sXHp2A-7j1X2n4WIISvU1V9koIyS |
<?php | |
/** | |
* time since last post | |
* @author Mad Jack | |
* @param {int} $time passed time in seconds as param | |
* @return {datetime} Return formated date and time | |
*/ | |
function ago($time) { |