Displaying 7 results from an estimated 7 matches for "qrencoder".
2016 Oct 01
0
A few new packages on CRAN
...gle DNS over HTTPS API
Provides full access to the Google DNS HTTPS API and also toold to work
with
SPF records. Great for validating your local provider DNS lookups and for
generating features for cybersecurity machine learning.
https://cran.r-project.org/web/packages/gdns/index.html
- qrencoder : Quick Response Code (QR Code) / Matrix Barcode Creator
C-backed package to generate QR codes (it's being used in some bitcoin
Shiny
projects).
https://cran.r-project.org/web/packages/qrencoder/index.html
- darksky : Tools to Work with the Dark Sky API
Data retrieval and some defau...
2016 Oct 01
0
A few new packages on CRAN
...gle DNS over HTTPS API
Provides full access to the Google DNS HTTPS API and also toold to work
with
SPF records. Great for validating your local provider DNS lookups and for
generating features for cybersecurity machine learning.
https://cran.r-project.org/web/packages/gdns/index.html
- qrencoder : Quick Response Code (QR Code) / Matrix Barcode Creator
C-backed package to generate QR codes (it's being used in some bitcoin
Shiny
projects).
https://cran.r-project.org/web/packages/qrencoder/index.html
- darksky : Tools to Work with the Dark Sky API
Data retrieval and some defau...
2014 Jun 17
0
How to create an OpenVZ OS Template for CentOS 7 Public QA
Greetings,
First start of by working on a physical system, virtual machine, or container that matches the OS Template you are wanting to build. I used my CentOS 7 Public QA OS OpenVZ container to build it.
You must of course have a working yum. Once we are beyond Public QA and there is stuff in /etc/yum.repos.d/ this won't be a problem. One thing to note is that the --enablerepo= must
2017 Jul 07
2
[PATCH v2] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information:
https://bugzilla.redhat.com/show_bug.cgi?id=1350465
Thanks: Tomáš Golembiovský
---
v2v/virt-v2v.pod | 38 ++++++++++++++++++++++++++------------
1 file changed, 26 insertions(+), 12 deletions(-)
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index e68d75cf8..0943bf305 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -1909,18 +1909,32 @@ that
2017 Jul 07
3
[PATCH] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information:
https://bugzilla.redhat.com/show_bug.cgi?id=1350465
---
v2v/virt-v2v.pod | 39 +++++++++++++++++++++++++++------------
1 file changed, 27 insertions(+), 12 deletions(-)
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index e68d75cf8..93d1a9ecd 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -1909,18 +1909,33 @@ that guest through the RHV-M UI,
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
If the connection is not local, paths of disks will refer to the remote
host, which were mistakenly handled as local paths (in the best case
failing to open a non-existing disk, and in the worst case opening a
different disk!).
In case the disks are remote resources like ssh or ceph, nothing
guarantees that the hostname can be reached from the local machine, or
even that it is actually the same on
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...