Daily Shaarli
October 31, 2017
Best Nextcloud app. Via https://social.tcit.fr/@tcit/98925746207286734

The Best YouTube Clone Script

Modern video galleries for your website

Creates Photoshop-like guides and rulers interface on a web page

Image Super-Resolution for Anime-Style Art
Du très bon rendu upscale.
Simple & lightweight responsive slider plugin
Projets coudés :
Grâce au projet « Blue Train », la Bretagne ne doit pas manquer le train des biotechnologies marines et ses nombreux emplois ! Des formations vont notamment être créées à la Station biologique de Roscoff.

The HTML5 video player for the web

Depuis le 29 juillet 2016, la période de mise à niveau gratuite offerte par Microsoft pour migrer les systèmes Windows 7 et Windows 8.1 vers Windows 10 a pris fin. En principe, après la fin de cette période de gratuité, les utilisateurs qui désirent migrer leur ancien système vers Windows 10 doivent débourser 135 euros pour l’édition Famille et 279 euros pour la version Professionnel.
Function apache_request_headers supports only on Apache, how to use it on Nginx. Here is the solution:
if (!function_exists('apache_request_headers')) {
function apache_request_headers() {
$return = array();
foreach($_SERVER as $key=>$value) {
if (substr($key,0,5)=="HTTP_") {
$key=str_replace(" ","-",ucwords(strtolower(str_replace("_"," ",substr($key,5)))));
$return[$key]=$value;
}else{
$return[$key]=$value;
}
}
return $return;
}
}
Lightview allows you to easily create the most beautiful overlay windows using the jQuery Javascript library.
Don't spoil it! Hide anything with a bit of blur. Hint on mouseover. Reveal on click.
Flou/spoiler alert en JS.

Flat CMS à rajouter à côté de https://getgrav.org

"Watch" any subreddit. Fetches videos from any subreddit and includes filters like hot, top of all time, top of year etc.
The jQuery Plugin for Big Background Video (and Images)

Give your pages some headroom. Hide your header until you need it.

Sprite Cow helps you get the background-position, width and height of sprites within a spritesheet as a nice bit of copyable css.
Demo : http://www.spritecow.com

The canonical javascript image preloader attempts to maximize the browser’s ability to load resources in parallel. While this is a good strategy for certain resources, it is not necessarily the best strategy for loading a gallery full of high resolution images, especially if you can predict user behavior.
Pipes is a spiritual successor to Yahoo! Pipes, but if you did not know that site, you can think of Pipes as a visual programing editor specialized on feeds, or a visual shell, or simply as a glorified feed configurator.
I’ve spent some time recently looking at upgrading from Windows 10 1607 (Anniversary Update) and 1703 (Creators Update) to 1709 (Fall Creators Update) via a couple of methods and wanted to share my findings.