4345 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 37 / 218
Newer►
  • s6-overlay/README.md at master · just-containers/s6-overlay
    4 juin 2018 à 10:49:32 UTC+2 - permalink - archive.org - https://github.com/just-containers/s6-overlay/blob/master/README.md
    docker init s6
  • thumbnail
    How can I permanently add my SSH private key to Keychain so it is automatically available to ssh? - Ask Different
    3 juin 2018 à 14:04:56 UTC+2 - permalink - archive.org - https://apple.stackexchange.com/questions/48502/how-can-i-permanently-add-my-ssh-private-key-to-keychain-so-it-is-automatically
    mac ssh
  • thumbnail
    macos - iTerm2: Alt-Dot functionality with Cmd-Dot - Super User

    Create a new key shortcut

    alt + shit + ;

    send escape sequence + "."

    3 juin 2018 à 14:04:14 UTC+2 * - permalink - archive.org - https://superuser.com/questions/703911/iterm2-alt-dot-functionality-with-cmd-dot
    alt dot iterm2 mac repeat
  • Python-programming-exercises/100+ Python challenging programming exercises.txt at master · zhiwehu/Python-programming-exercises · GitHub
    28 mai 2018 à 09:25:38 UTC+2 - permalink - archive.org - https://github.com/zhiwehu/Python-programming-exercises/blob/master/100%2B%20Python%20challenging%20programming%20exercises.txt
    algo code dev python
  • Encore Installation (Symfony Docs)
    22 mai 2018 à 13:00:27 UTC+2 - permalink - archive.org - https://symfony.com/doc/current/frontend/encore/installation.html
    encore symfony webpack
  • Using Symfony Flex to Manage Symfony Applications (Symfony Docs)
    22 mai 2018 à 13:00:16 UTC+2 - permalink - archive.org - https://symfony.com/doc/current/setup/flex.html
    flex symfony
  • x264 : mes presets
    21 mai 2018 à 15:27:31 UTC+2 - permalink - archive.org - http://humanize.me/x264/
    ffmpeg
  • Note: docker port

    Pour binder par defaut sur 127.0.0.1
    /etc/docker/daemon.json → "ip": "127.0.0.1"

    via Doo

    17 mai 2018 à 16:15:05 UTC+2 - permalink - archive.org - https://links.infomee.fr/?bjo6gw
    docker network port
  • thumbnail
    Unix/Linux find and sort by date modified - Super User

    find . -printf "%T@ %Tc %p\n" | sort -n

    printf arguments from man find:

    %Tk: File's last modification time in the format specified by k.
    
    @: seconds since Jan. 1, 1970, 00:00 GMT, with fractional part.
    
    c: locale's date and time (Sat Nov 04 12:02:33 EST 1989).
    
    %p: File's name.
    15 mai 2018 à 09:46:01 UTC+2 - permalink - archive.org - https://superuser.com/questions/294161/unix-linux-find-and-sort-by-date-modified
    find order
  • Note: docker clean

    docker system df
    docker system prune
    docker system prune --all
    docker volume prune

    14 mai 2018 à 11:09:07 UTC+2 - permalink - archive.org - https://links.infomee.fr/?9wYw4w
    clean df docker
  • thumbnail
    Git Alias to Show Affected Files in Last N Commits (Example)

    Add this to your user's ~/.gitconfig under [alias] to make it globally available:

    lsch = "!f() { git diff --name-status -r "HEAD~$1"; }; f"

    You can invoke this to retrieve all affected files in the last 7 commits like so:

    $ git lsch 7

    3 mai 2018 à 15:11:34 UTC+2 - permalink - archive.org - https://coderwall.com/p/8rtfgg/git-alias-to-show-affected-files-in-last-n-commits
    alias git
  • thumbnail
    Feathers | Instant Realtime and REST APIs for Node.js
    21 avril 2018 à 13:04:56 UTC+2 - permalink - archive.org - https://feathersjs.com/
    js rest
  • Understanding how uid and gid work in Docker containers
    18 avril 2018 à 14:48:20 UTC+2 - permalink - archive.org - https://medium.com/@mccode/understanding-how-uid-and-gid-work-in-docker-containers-c37a01d01cf
    docker gid uid
  • Why option rotate in resolv.conf picks up second nameserver as first every time? - Red Hat Customer Portal

    this is insane

    18 avril 2018 à 09:59:55 UTC+2 - permalink - archive.org - https://access.redhat.com/solutions/1426263
    dns redhat resolv
  • Routing ( FOS Rest Bundle Docs)

    this is insane

    17 avril 2018 à 14:35:34 UTC+2 - permalink - archive.org - https://symfony.com/doc/current/bundles/FOSRestBundle/5-automatic-route-generation_single-restful-controller.html
    rest symfony
  • Symfony Security Monitoring
    5 avril 2018 à 14:52:01 UTC+2 - permalink - archive.org - https://security.symfony.com/
    symfony
  • thumbnail
    javascript - Is a list/array valid JSON? - Stack Overflow

    31
    down vote
    accepted

    Both forms are valid. However, for an API, I would recommend the second form. The reason is that it gives you a path for expansion of your API.

    For example, if you have an API getUsersInGroup which returns an array of user objects, and later you decide you want to include, say, some aggregate statistics about the users being returned, there's no easy way to do that without breaking existing clients (or including lots of redundant data in each user object). If you use an object, you simply add another field to the object which is silently ignored by clients on a previous version of the API.

    In short, try to avoid top-level primitives wherever possible in your API, and you'll find it easier to expand in the future.

    26 mars 2018 à 09:35:40 UTC+2 - permalink - archive.org - https://stackoverflow.com/questions/19623339/is-a-list-array-valid-json
    api json
  • SELECT – Redis

    Today I worked with an app storing its key not into the default 'database/namespace' in redis.

    (default is 0)

    The app stores into 12. So I had to 'select 12' before being able to query keys

    24 mars 2018 à 10:33:44 UTC+1 - permalink - archive.org - https://redis.io/commands/select
    redis
  • Conférence sur l’analyse de malwares – Korben

    interessant, ça a l'air sympa comme job!

    TIL : strings command

    23 mars 2018 à 11:38:49 UTC+1 - permalink - archive.org - https://korben.info/conference-sur-lanalyse-de-malwares.html
    conf ovh security
  • EC2 Instance Types & Pricing
    20 mars 2018 à 09:27:45 UTC+1 - permalink - archive.org - http://ec2pricing.net/beta/
    compare ec2 list price
Links per page: 20 50 100
◄Older
page 37 / 218
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation