4136 links
741 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
◄Older
page 56 / 170
Newer►
  • Understanding interfaces : golang
    December 11, 2017 01:10:00 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.reddit.com/r/golang/comments/3asw5u/understanding_interfaces/
    golang
  • ProTubeVR : Best Vr rifle mount for Oculus Rift & HTC Vive | ProTubeVR for Oculus Rift
    December 11, 2017 10:36:19 AM GMT+01:00 * - permalink -
    QRCode
    - https://www.protubevr.com/product-page/copie-de-protubevr-for-htc-vive-and-oculus-rift-inside-ue
    oculus
  • Interfaces in Python: Protocols and ABCs · Abu Ashraf Masnun

    la version python pour comparer

    December 10, 2017 06:03:38 PM GMT+01:00 * - permalink -
    QRCode
    - http://masnun.rocks/2017/04/15/interfaces-in-python-protocols-and-abcs/
    interfaces python golang
  • Intro++ to Go Interfaces · npf.io

    Les interfaces en go c'est vraiment pas simple ... Pour citer l'article :

    Go’s interfaces are one of it’s best features, but they’re also one of the most confusing for newbies.

    mais l'exemple est assez parlant :

    type Walker interface {
        Walk(miles int)
    }
    
    type Camel struct {
        Name string
    }
    
    func (c Camel) Walk(miles int) {
         fmt.Printf(“%s is walking %v miles\n”, c.Name, miles)
    }
    
    func LongWalk(w Walker) {
         w.Walk(500)
         w.Walk(500)
    }
    
    func main() {
        c := Camel{“Bill”}
        LongWalk(c)
    }
    
    // prints
    // Bill is walking 500 miles.
    // Bill is walking 500 miles.
    December 10, 2017 05:59:11 PM GMT+01:00 * - permalink -
    QRCode
    - https://npf.io/2014/05/intro-to-go-interfaces/
    golang go interfaces
  • Pentest: owning a docker host - Jean’s Work Adventures
    December 10, 2017 02:34:47 PM GMT+01:00 * - permalink -
    QRCode
    - https://jeanfrancoismaes.github.io/work-adventures/penetration-testing/pwningdockervm/
    security sécurité docker pentest
  • thumbnail
    Incident review: API and Dashboard outage on 10 October 2017 — GoCardless Blog

    TIL pgbouncer

    December 10, 2017 02:32:51 PM GMT+01:00 * - permalink -
    QRCode
    - https://gocardless.com/blog/incident-review-api-and-dashboard-outage-on-10th-october/
    postgre postgresql
  • Day 8 - Breaking in a New Company as an SRE http://sysadvent.blogspot.com/2017/12/day-8-breaking-in-new-company-as-sre.html

    Not too bad

    December 8, 2017 09:18:52 AM GMT+01:00 * - permalink -
    QRCode
    - http://sysadvent.blogspot.com/2017/12/day-8-breaking-in-new-company-as-sre.html
    SRE
  • thumbnail
    Winning Photos of the Epson International Pano Awards 2017 – Fubiz Media
    December 6, 2017 01:28:11 PM GMT+01:00 * - permalink -
    QRCode
    - http://www.fubiz.net/2017/12/05/winning-photos-of-the-epson-international-pano-awards-2017/
    photo
  • thumbnail
    Binky Pointer Fun Video C (High Quality 640x560) - YouTube
    December 5, 2017 02:36:00 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.youtube.com/watch?v=5VnDaHBi8dM
    pointeurs golang go
  • thumbnail
    Shebang Snippets - Visual Studio Marketplace
    December 5, 2017 12:39:18 PM GMT+01:00 * - permalink -
    QRCode
    - https://marketplace.visualstudio.com/items?itemName=rpinski.shebang-snippets
    vscode
  • thumbnail
    Если бы я был художником
    December 5, 2017 10:37:18 AM GMT+01:00 * - permalink -
    QRCode
    - https://pikabu.ru/story/esli_byi_ya_byil_khudozhnikom_5475952
    gros chat source
  • thumbnail
    Marcos Lopez, “Angry” - Oil on Canvas, 2017 Just as I promised,...

    l'original <3

    December 5, 2017 10:28:57 AM GMT+01:00 * - permalink -
    QRCode
    - http://marcosclopezblog.tumblr.com/post/161365131945/angry-oil-on-canvas-2017-just-as-i-promised
    chat gros plat banane nez
  • thumbnail
    pierky/blocklistsaggregator: A Python tool that downloads IP block lists from various sources and builds configurations for network equipments and firewalls.
    November 28, 2017 04:43:46 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/pierky/blocklistsaggregator
    python ip blocklist adblock block
  • 5.5 Resizing a Btrfs File System

    btrfs filesystem resize -4g /mybtrfs2

    November 28, 2017 12:13:02 PM GMT+01:00 * - permalink -
    QRCode
    - https://docs.oracle.com/cd/E37670_01/E37355/html/ol_use_case2_btrfs.html
    btrfs
  • thumbnail
    How to Create and Manage Btrfs Snapshots and Rollbacks on Linux (part 2) | Linux.com | The source for Linux information
    November 28, 2017 12:12:41 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.linux.com/learn/how-create-and-manage-btrfs-snapshots-and-rollbacks-linux-part-2
    btrfs
  • thumbnail
    SWORD dropbox: A $15 OpenWRT based DIY disposable pen-test tool.
    November 27, 2017 03:12:35 PM GMT+01:00 * - permalink -
    QRCode
    - https://medium.com/@tomac/a-15-openwrt-based-diy-pen-test-dropbox-26a98a5fa5e5
    pentest raspberry
  • thumbnail
    dspinellis/unix-v4man: Typeset the Fourth Research Edition Unix Programmer's Manual

    les vieux man des premiers unix, beaucoup de choses ont pas bougé!

    November 27, 2017 10:34:34 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/dspinellis/unix-v4man
    man histoire historique
  • thumbnail
    pyprof2calltree 1.4.3 : Python Package Index
    November 23, 2017 05:55:31 PM GMT+01:00 * - permalink -
    QRCode
    - https://pypi.python.org/pypi/pyprof2calltree/
    python debug
  • thumbnail
    bbayles/py3flowtools: Python tools for working with netflow data
    November 21, 2017 05:58:41 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/bbayles/py3flowtools
    network monitoring python
  • thumbnail
    taktv6/tflow2
    November 21, 2017 05:37:38 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/taktv6/tflow2
    network monitoring
Links per page: 20 50 100
◄Older
page 56 / 170
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation