comme ci, comme ça
    Loading posts...
  • Publishing to a RabbitMQ exchange from Flask (using Celery)

    What do you do when life gives you a rabbit, a whale and a bunch of celery? It’s not a riddle, but running a web app that integrates RabbitMQ with Celery, and…

    November 21, 2018
    Development, Web

Latest Lowdown

  • OpenStack Swift Horizon: Empty folder name listing
  • Publishing to a RabbitMQ exchange from Flask (using Celery)
  • Getting Started with Darknet YOLO and MS COCO for Object Detection
  • The prevalence of Web advertising

Archives

  • January 2019
  • November 2018
  • July 2018
  • June 2018

Categories

  • Analysis (1)
  • Development (3)
  • Machine Learning (1)
  • Uncategorized (1)
  • Web (1)

Tag

advertising amqp analysis beginner celery classification coco common crawl darknet docker docker-compose easylist flask guide horizon hyperscan intel jclouds machine learning object detection openstack python rabbitmq swift swift-client tld web yolo

About

Content that focuses on software and digital matters, with sporadic branching into general life.

Featured Snippet

Convert a string to Erlang term.

ErlTermString = "{a,b,c,d}.".
{ok, Tokens,_} = erl_scan:string(ErlTermString).
{ok, Term} = erl_parse:parse_term(Tokens).
Term -> {a,b,c,d}.
- Inspired by RichardC

  • Email
  • BitBucket

Copyright commecica.com 2018