Shaarli NicolasMD !
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 55 / 175
whoismrrobot.com – Website by Mr. Robot http://www.site.uplabs.com/posts/whoismrrobot-com
13/07/2016 09:11:44
funny
Will WebSocket survive HTTP/2? https://www.infoq.com/articles/websocket-and-http2-coexist
11/07/2016 11:40:18

HTTP/2 is poised to eliminate much of the waste that developers deal with. Multiplexed connections will eliminate the need to bundle JavaScript libraries together. But is HTTP/2 a panacea to all our problems? What about WebSocket? Allan Denis tells us what HTTP/2 is good at and debunks some myths about what it can do.

https
http://pixeljoint.com/pixelart/105867.htm?sec=showcase http://pixeljoint.com/pixelart/105867.htm?sec=showcase
10/07/2016 16:53:20
pixelart art design
List of zsh themes - zshthem.es http://zshthem.es/all/
10/07/2016 14:27:12
ssh
GitHub · Where software is built https://github.com/metagrover/ES6-for-humans/blob/master/README.md
09/07/2016 00:28:14

ES6-for-humans - A kickstarter guide to writing ES6.

javascript
icicle.io https://icicle.io/
07/07/2016 13:04:52

Write asynchronous code using synchronous coding techniques in PHP

php
Source Code in TV and Films https://moviecode.tumblr.com/
05/07/2016 11:15:26
thumbnail

Images of the computer code appearing in TV and films and what they really are.

funny
Note: Log Eloquent querys /shaare/OagTog
04/07/2016 12:07:28
DB::listen(
    function ($sql) {
        foreach ($sql->bindings as $i => $binding) {
            if ($binding instanceof \DateTime) {
                $sql->bindings[$i] = $binding->format('\'Y-m-d H:i:s\'');
            } else {
                if (is_string($binding)) {
                    $sql->bindings[$i] = "'$binding'";
                }
            }
        }
        $query = str_replace(array('%', '?'), array('%%', '%s'), $sql->sql);
        $query = vsprintf($query, $sql->bindings);
        echo $query . "<br>" . PHP_EOL;
    }
);
php laravel
Bookmark is Dead | Zeh Fernandes http://zehfernandes.com/bookmark-is-dead/
04/07/2016 09:17:26

We are losing our links. Bookmark services are not enough. They already failed, becoming weird and accumulating useless features.

bullshit
Franz – a free messaging app for Slack, Facebook Messenger, WhatsApp, Telegram and more http://meetfranz.com/
04/07/2016 04:59:13

Franz is a free messaging app/former emperor of Austria, that combines chat & messaging services into one application.

webapp
Onion – Invention Platform for IoT https://onion.io/
03/07/2016 13:35:42
webdesign
Introduction to Functional Programming in JavaScript (Part 1) https://asep.co/introduction-to-functional-programming-in-javascript-part-1/
03/07/2016 04:25:48

Imperative programming is a programming paradigm that uses a sequence of statements to reach a certain goal. It focuses on how to perform actions to achieve the expected result. Otherwise, functional programming paradigm concentrates on computing results rather than performing actions. In another wo

javascript
Note: Verifying Which Ports Are Listening /shaare/VTHR9Q
03/07/2016 02:01:43

List of ports open

http://superuser.com/a/529844 (net-stat is deprecated)
http://www.cyberciti.biz/faq/how-do-i-find-out-what-ports-are-listeningopen-on-my-linuxfreebsd-server/

# nmap -sS -O 127.0.0.1
# lsof -i
# netstat -lptu
# netstat -tulpn
linux bash security server
You Dont Need Lodash Underscore https://github.com/cht8687/You-Dont-Need-Lodash-Underscore
01/07/2016 11:23:40
javascript
ejs - Readable JavaScript Errors https://i-break-codes.github.io/ejs/
01/07/2016 03:18:23
javascript library
Best Thumbnailing Solution - Set up Thumbor on AWS [Updated 5/26/15] http://www.dadoune.com/blog/best-thumbnailing-solution-set-up-thumbor-on-aws/
01/07/2016 00:24:12
amazon thumbor
New programming Jargon https://blog.codinghorror.com/new-programming-jargon/
30/06/2016 15:06:25
  • Yoda Conditions
  • Pokémon Exception Handling
  • Egyptian Brackets
  • Smug Report
  • A Duck
  • Refuctoring
  • Stringly Typed
  • Heisenbug
  • Doctype Decoration
  • Jimmy
  • Higgs-Bugson
  • Nopping
  • Unicorny
  • Baklava Code
  • Hindenbug
  • Fear Driven Development
  • Hydra Code
  • Common Law Feature
  • Loch Ness Monster Bug
  • Ninja Comments
  • Smurf Naming Convention
  • Protoduction
  • Rubber Ducking
  • Banana Banana Banana
  • Bicrement
  • Reality 101 Failure
  • Mad Girlfriend Bug
  • Megamoth
  • Hooker Code
  • Jenga Code
funny development
CoreOS is Linux for Massive Server Deployments https://coreos.com/
29/06/2016 23:40:53
linux docker
Marco Arment on Twitter https://twitter.com/marcoarment/status/544240124255809537
29/06/2016 23:38:17
thumbnail

Disappointed in Linode Longview and tired of writing my own server-status things.

server monitor
Akinori Goto at Spiral Independent Creators Festival 2016 - YouTube https://www.youtube.com/watch?v=Uun1liGAN6Q
29/06/2016 21:53:21

http://www.thisiscolossal.com/2016/06/a-fascinating-3d-printed-light-based-zoetrope-by-akinori-goto/

funny 3dprinter
page 55 / 175
3736 links, including 253 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn