comme ci, comme ça
    Loading posts...
  • OpenStack Swift Horizon: Empty folder name listing

    A small gotcha that I encountered with OpenStack Swift is the OpenStack Swift Horizon UI failing to list an object that was put into the container. See the screenshot below. There is…

    January 27, 2019
    Uncategorized

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