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 58 / 177
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
Traversing DOM with Symfony2 CSS selector http://victor.4devs.io/en/web-scraping/traversing-dom-with-symfony2-css-selector.html
29/06/2016 21:34:17

https://symfony.com/doc/current/components/css_selector.html

css php symfony
Increasing Engagement with Web App Install Banners https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android
29/06/2016 10:52:18

Reference links

https://github.com/GoogleChrome/samples/tree/gh-pages/service-worker/custom-offline-page
https://developers.google.com/web/fundamentals/primers/service-worker/install?hl=en

chrome javascript
Eager https://eager.io/
29/06/2016 00:25:57
webdesign
Orchestra Platform http://orchestraplatform.com/
29/06/2016 00:08:52
laravel cms
VI // VIM CheatSheet https://flatcap.org/vim/vi-vim-cheat-sheet-uk.svg
28/06/2016 14:51:53
git clone https://github.com/maxiskell/dotfiles
mv dotfiles/vimrc ../.vimrc
mkdir -p .vim/{bundle,colors}
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
wget https://raw.githubusercontent.com/vim-scripts/xoria256.vim/master/colors/xoria256.vim 
mv xoria256.vim .vim/colors
yaourt -S the_platinum_searcher
vim
Commit Message Generator http://whatthecommit.com/
28/06/2016 14:45:08
funny
page 58 / 177
3801 links, including 264 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn