You are here |
randyfay.com | ||
| | | |
www.telesens.co
|
|
| | | | [LatexPage] Over the last month or so, I have been working on a "Covid-19 search engine" that aims to datamine the ~44000 or so articles about Covid-19 and related infectious diseases to answer simple questions such as - "what are the biggest risk factors for Covid-19?", "How is Covid-19 transmitted?" etc. My solution (which I'll | |
| | | |
nodogmablog.bryanhogan.net
|
|
| | | | It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how. | |
| | | |
juffalow.com
|
|
| | | | I am currently working on three computers and it is real pain to get everything synchronized. Of course I am using git repositories and cloud but I still have to get rid of apache server, databases, etc. So I decided to create Virtual Machine which I save on USB drive and try to do it this way. | |
| | | |
blog.oddbit.com
|
|
| | This is a long-form response to this question, and describes how to get the nova-docker driver up running with devstack under Ubuntu 14.04 (Trusty). I wrote a similar post for Fedora 21, although that one was using the RDO Juno packages, while this one is using devstack and the upstream sources. Getting started We'll be using the Ubuntu 14.04 cloud image (because my test environment runs on OpenStack). First, let's install a few prerequisites: $ sudo apt-get update $ sudo apt-get -y install git git-revie... |