Daily Shaarli

All links of one day in a single page.

October 31, 2017

Roscoff. Biotechnologies marines : 13,8 millions pour la formation

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.

GitHub - flowplayer/flowplayer: The HTML5 video player for the web
thumbnail

The HTML5 video player for the web

La fin de la mise à niveau gratuite vers Windows 10 est fixée à la fin de l'année 2017, pour les personnes qui utilisent les technologies d'assistance
thumbnail

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 on Nginx | Free Online Tutorials

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 - The jQuery Lightbox

Lightview allows you to easily create the most beautiful overlay windows using the jQuery Javascript library.

SPOILER ALERT!

Don't spoil it! Hide anything with a bit of blur. Hint on mouseover. Reveal on click.

Flou/spoiler alert en JS.

Pagekit | Pagekit - A new modern CMS to create and share - Intuitive. Modular. Flexible.
thumbnail

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

GitHub - arbazsiddiqui/rSlashVideos: "Watch" any subreddit. Fetches videos from any subreddit and includes filters like hot, top of all time, top of year etc.
thumbnail

"Watch" any subreddit. Fetches videos from any subreddit and includes filters like hot, top of all time, top of year etc.

https://rslashvideos.com

BigVideo.js - The jQuery Plugin for Big Background Video

The jQuery Plugin for Big Background Video (and Images)

GitHub - WickyNilliams/headroom.js: Give your pages some headroom. Hide your header until you need it
thumbnail

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

Demo : http://wicky.nillia.ms/headroom.js/playroom/

GitHub - jakearchibald/sprite-cow: Sprite Cow helps you get the background-position, width and height of sprites within a spritesheet as a nice bit of copyable css.
thumbnail

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

A better way to preload images for web galleries
thumbnail

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.

Editor | Pipes

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.

Some Notes On Upgrading to Windows 10 1709 (Fall Creators Update) | Stick To The Script!

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.