Skip to content

Instantly share code, notes, and snippets.

@johnss
johnss / phar2zip.php
Last active August 17, 2017 15:53
PHAR to ZIP converter
<?php
$path='./composer.phar';
try {
$phar = new Phar($path);
$phar->convertToData(Phar::ZIP);
} catch (Exception $e) {
echo $e->getMessage();
}
@johnss
johnss / anyvahyti.md
Created July 21, 2017 07:19
download videoweed

download videoweed

With Online Video Download, you can easily download audio and video from videoweed. Insanely fast & free. Learn how to download online video from any website with freeware. Download streaming videos free. Free download & how-to. I do not know much about VideoWeed. But I always download and save online videos and movies to my Mac with an amazing all-in-one third-party video downloader … You can watch Downloaded online for free on this page by streaming the movie in the video player above or by choosing a different version to play below it. 19/6/2017 · Videostream Chromecast: Mobile. 15,061. Team Videostream Video Players & Editor
@johnss
johnss / unzip.php
Created January 16, 2017 15:46
Unzip
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>UnZIP</title>
<meta name="robots" content="noindex,nofollow">
<body>
<div style="text-align:center; font-family:verdana; font-size:12px; margin-top:20px;">
<div style="text-align:center; font-weight:bold; padding:15px; background:#eee; font-size:14px;"><a href="unzip.php" style="color:#666;">UnZIP</a></div>
<?php