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
    April 21, 2020 at 4:33:00 PM GMT+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
    April 21, 2020 at 3:05:46 PM GMT+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
    April 12, 2020 at 8:53:48 PM GMT+2 - permalink - archive.org - https://lizardpoint.com/geography/printable-maps.php
    map quizz
  • Scaling containers in AWS :: Vlad Ionescu
    April 12, 2020 at 6:16:09 PM GMT+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

    April 11, 2020 at 11:32:56 AM GMT+2 - permalink - archive.org - https://github.com/containrrr/watchtower
    auto docker go python update
  • thumbnail
    Chrome Music Lab - Song Maker
    April 10, 2020 at 12:24:19 PM GMT+2 - permalink - archive.org - https://musiclab.chromeexperiments.com/Song-Maker/
    music musique
  • thumbnail
    Reading a Postgres EXPLAIN ANALYZE Query Plan
    April 8, 2020 at 5:55:23 PM GMT+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
    April 2, 2020 at 4:08:39 PM GMT+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 ?
    March 26, 2020 at 4:47:30 PM GMT+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")

    March 24, 2020 at 11:27:50 AM GMT+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

    March 23, 2020 at 11:53:04 AM GMT+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
    March 22, 2020 at 1:04:59 PM GMT+1 - permalink - archive.org - https://allthepics.net/
    free img quality upload
  • Oculus Quest Environments
    March 21, 2020 at 9:58:02 AM GMT+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;

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

    pour smartphone

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

    Oui c'est pas incompatible

    March 8, 2020 at 11:42:39 AM GMT+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