4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 19 / 217
Newer►
  • thumbnail
    How to Make a Discord Bot in Python – Real Python
    21 avril 2020 à 16:33:00 UTC+2 - permalink - archive.org - https://realpython.com/how-to-make-a-discord-bot-python/#using-utility-functions
    bot discord python
  • thumbnail
    Speed Up Your Python Program With Concurrency – Real Python
    21 avril 2020 à 15:05:46 UTC+2 - permalink - archive.org - https://realpython.com/python-concurrency/#synchronous-version
    async await cpu python thread
  • Lizard Point Quizzes - Blank and Labeled Maps to print
    12 avril 2020 à 20:53:48 UTC+2 - permalink - archive.org - https://lizardpoint.com/geography/printable-maps.php
    map quizz
  • Scaling containers in AWS :: Vlad Ionescu
    12 avril 2020 à 18:16:09 UTC+2 - permalink - archive.org - https://www.vladionescu.me/posts/scaling-containers-in-aws.html
    aws benchmark ecs eks
  • thumbnail
    GitHub - containrrr/watchtower: A process for automating Docker container base image updates.

    un container qui va update les autres containers si une image plus récente a été trouvée (stop, rm, pull, recreate)
    Pratique sur serveur perso pour les choses qui tournent en latest
    Implémentation en Go, il y a le pendant python ici : https://github.com/pyouroboros/ouroboros

    11 avril 2020 à 11:32:56 UTC+2 - permalink - archive.org - https://github.com/containrrr/watchtower
    auto docker go python update
  • thumbnail
    Chrome Music Lab - Song Maker
    10 avril 2020 à 12:24:19 UTC+2 - permalink - archive.org - https://musiclab.chromeexperiments.com/Song-Maker/
    music musique
  • thumbnail
    Reading a Postgres EXPLAIN ANALYZE Query Plan
    8 avril 2020 à 17:55:23 UTC+2 - permalink - archive.org - https://thoughtbot.com/blog/reading-an-explain-analyze-query-plan
    postgresql
  • Cortex v1.0 released: The highly scalable, fast Prometheus implementation is generally available for production use | Grafana Labs
    2 avril 2020 à 16:08:39 UTC+2 - permalink - archive.org - https://grafana.com/blog/2020/04/02/cortex-v1.0-released-the-highly-scalable-fast-prometheus-implementation-is-generally-available-for-production-use/
    grafana prometheus
  • thumbnail
    Intra-science - Comment fait-on pousser du raisin sans pépin ?
    26 mars 2020 à 16:47:30 UTC+1 - permalink - archive.org - https://intra-science.anaisequey.com/biologie/categories-bio/44-botanique/194-raisin-pepins
    science
  • Note:

    datetime.date.today().strftime("%Y-%m-%d")
    datetime.datetime.now().strftime("%Y-%m-%d %H:%M")

    24 mars 2020 à 11:27:50 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?Aw6ttQ
    date python
  • thumbnail
    HeadingsMap – Get this Extension for 🦊 Firefox (en-US)

    Bien pratique quand il manque la toc dans une page

    23 mars 2020 à 11:53:04 UTC+1 - permalink - archive.org - https://addons.mozilla.org/en-US/firefox/addon/headingsmap/
    firefox toc
  • thumbnail
    All The Pics - Free Cloud Image Hosting - All The Pics Free Image Hosting
    22 mars 2020 à 13:04:59 UTC+1 - permalink - archive.org - https://allthepics.net/
    free img quality upload
  • Oculus Quest Environments
    21 mars 2020 à 09:58:02 UTC+1 - permalink - archive.org - https://questhomes.org/
    oculus quest
  • thumbnail
    List user defined functions (UDFs) in PostgreSQL database - PostgreSQL Data Dictionary Queries

    select n.nspname as function_schema,
    p.proname as function_name,
    l.lanname as function_language,
    case when l.lanname = 'internal' then p.prosrc
    else pg_get_functiondef(p.oid)
    end as definition,
    pg_get_function_arguments(p.oid) as function_arguments,
    t.typname as return_type
    from pg_proc p
    left join pg_namespace n on p.pronamespace = n.oid
    left join pg_language l on p.prolang = l.oid
    left join pg_type t on t.oid = p.prorettype
    where n.nspname not in ('pg_catalog', 'information_schema')
    order by function_schema,
    function_name;

    19 mars 2020 à 10:58:58 UTC+1 - permalink - archive.org - https://dataedo.com/kb/query/postgresql/list-user-defined-functions
    postgresql
  • Japanese Garden • Relaxing Ambience Player
    18 mars 2020 à 16:36:26 UTC+1 - permalink - archive.org - https://mynoise.net/NoiseMachines/japaneseGardenSoundscapeGenerator.php
    ambiant sound
  • TWISTER EDGE 110 3WD - Rollerblade France
    17 mars 2020 à 19:54:05 UTC+1 - permalink - archive.org - https://www.rollerblade.com/france/produits/twister-edge-3wd/
    roller
  • TWISTER EDGE X - Rollerblade France
    17 mars 2020 à 19:53:49 UTC+1 - permalink - archive.org - https://www.rollerblade.com/france/produits/twister-edge-x/
    roller
  • Attestation de déplacement

    pour smartphone

    17 mars 2020 à 19:12:43 UTC+1 - permalink - archive.org - http://picta.fr/covid/
    covid19
  • Visorando : idées de randonnée pédestre, VTT, raquette, ...
    8 mars 2020 à 11:44:09 UTC+1 - permalink - archive.org - https://www.visorando.com/
    paris rando
  • Rando Navigo

    Oui c'est pas incompatible

    8 mars 2020 à 11:42:39 UTC+1 - permalink - archive.org - http://www.randonavigo.fr/
    paris rando
Links per page: 20 50 100
◄Older
page 19 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation