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 57 / 175
Bjarne Stroustrup: "I Did It For You All..." http://harmful.cat-v.org/software/c++/I_did_it_for_you_all
23/06/2016 10:58:39
cpp
Koa - next generation web framework for node.js http://koajs.com/
23/06/2016 10:58:21
framework nodejs
Note: HTML Boilerplate /shaare/itf27A
22/06/2016 23:33:31
<!doctype html>
<html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:website="http://ogp.me/ns/website" lang="en-US" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<base href="">
<meta charset="utf-8" />
<title>website name</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
<link rel="canonical" href="http://www.website.com/"/>
<meta property="og:site_name" content="website name"/>
<meta property="og:title" content="website name"/>
<meta property="og:url" content="http://www.website.com/"/>
<meta property="og:type" content="website"/>
<meta itemprop="name" content="website name"/>
<meta itemprop="url" content="http://www.website.com/"/>
<meta name="twitter:title" content="website name"/>
<meta name="twitter:url" content="http://www.website.com/"/>
<meta name="twitter:card" content="summary"/>
<meta name="description" content="" />
html5
MVC Framework for NodeJs to write webapps with less code http://adonisjs.com/
22/06/2016 23:15:43
nodejs framework
How to Create a Simple REST API With Slim Micro Framework http://www.cloudways.com/blog/simple-rest-api-with-slim-micro-framework/
22/06/2016 23:15:24
slim
Hashnode https://hashnode.com/
22/06/2016 16:26:17
social
Smartly.io - Facebook and Instagram Performance Marketing Platform https://www.smartly.io/
22/06/2016 09:25:43

Smartly.io is the leading Facebook ad optimization solution for agencies and performance marketers

webdesign dashboard
How to easily install the very latest GNOME in any Distro with JHBuild | woGue http://worldofgnome.org/how-to-easily-install-the-very-latest-gnome-in-any-distro-with-jhbuild/
22/06/2016 06:04:33
gnome
Solus https://solus-project.com/?_utm_source=1-2-2
22/06/2016 05:49:00
linux
Note: Thumbo fresh install /shaare/gi6jjA
21/06/2016 17:29:08

sudo su and run the following

aptitude update

install all dependencies

aptitude -y install \
python-pip \
python2.7-dev \
libssl-dev \
libcurl4-openssl-dev \
python-numpy \
python-opencv \
libopencv-dev \
libjpeg-dev \
libpng-dev \
libx264-dev \
libass-dev \
libvpx1 \
libvpx-dev \
libwebp-dev \
webp \
gifsicle

install thumbor, will take a while

pip install thumbor

set default thumbor config

thumbor-config > /etc/thumbor.conf

adding a key

SECURITY_KEY = 'YZTlj1k5nFZA58U25eiJ5X3z9j8RhTg8'

create init file /etc/init/thumbor.conf

description "Thumbor image manipulation service"
author "Nicolas Danelon <nicolas@smarttly.com>"
start on startup
stop on shutdown
exec thumbor -c /etc/thumbor.conf -p 80
post-start script
    PID=`status thumbor | egrep -oi '([0-9]+)$' | head -n1`
    echo $PID > /var/run/thumbor.pid
end script
post-stop script
    rm -f /var/run/thumbor.pid
end script

set, check and run thumbor init file

chmod 755 /etc/init/thumbor.conf && \
init-checkconf /etc/init/thumbor.conf && \
initctl reload-configuration && \
service thumbor start

testing run

thumbor -c /etc/thumbor.conf -p 80
python
Geo for Bootstrap, a Timeless Theme http://code.divshot.com/geo-bootstrap/
21/06/2016 17:07:45

bootswatch geocities altavista WTF

bootstrap theme
php - Laravel s3 multiple buckets - Stack Overflow http://stackoverflow.com/a/35344933
16/06/2016 15:10:38
laravel amazon
Krafthaus Bauhaus - A Laravel Admin Generator http://bauhaus.krafthaus.nl/
15/06/2016 16:12:13
laravel4
Clean way to inject old input https://laracasts.com/discuss/channels/code-review/clean-way-to-inject-old-input
15/06/2016 16:11:57
laravel form
El comandante https://media.giphy.com/media/26BoDaWQrdsJSF18k/giphy.gif
14/06/2016 18:58:14
extremoweb funny
thumbor/thumbor: thumbor is an open-source photo thumbnail service by globo.com https://github.com/thumbor/thumbor
10/06/2016 10:17:11
phyton image
Mega Boilerplate ★ Handcrafted starter projects, optimized for simplicity and ease of use http://megaboilerplate.com/
10/06/2016 10:16:48
template
Simple Slider http://jsfiddle.net/senormedia/myefaj92/
09/06/2016 22:14:46
jquery slider
Enterprise Patterns http://martinfowler.com/articles/enterprisePatterns.html
09/06/2016 18:38:51

A long-form article entitled: "Enterprise Patterns"

Catalog of Patterns of Enterprise Application Architecture http://martinfowler.com/eaaCatalog/
09/06/2016 18:38:28
page 57 / 175
3736 links, including 253 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn