13%
18.03.2013
the matching compiler and a few packages. You can install these with the following command, for example, on Ubuntu 12.10:
sudo apt-get install ocaml ocaml-findlib libcalendar-ocaml libcalendar-ocaml-dev camlp4
13%
09.10.2013
is effectively designed like a supercomputer, with a host-side, dual-core Zynq-7010 ARM A9 CPU running Ubuntu 12.04, flanked by a 16-core Epiphany accelerator running at 700MHz. Priced at US$ 99, as opposed
13%
04.11.2011
width;
09 uint height;
10 float *data;
11 } convolutionKernel;
12
13
14 /**
15 * Clamp value to limits of uchar.
16 */
17 uchar clampuchar(int value)
18 {
19 return (uchar) std
13%
10.04.2015
Enter the server hostname: |openshift.redhat.com|
08
09 You can add more servers later using 'rhc server'.
10
11 Login to openshift.redhat.com: mfeilner@linux-magazin.de
12 Password: **********
13
14 Open
13%
07.10.2014
services,
# as decided by the '/usr/sbin/tcpd' server.
#
SSHD: 12.34.56.78, 78.56.43.12
I should mention that I've been caught out in the past when adding TCP Wrappers to a server already running
13%
14.08.2017
to encrypt data that is transmitted across a network between a client application and an instance of SQL Server. SQL Server on Linux supports TLS protocols 1.2, 1.1, and 1.0.
Machine Learning Services
13%
14.08.2017
, and content management systems, as well as traditional websites.
In February 2017, the ISO Joint Technical Committee accepted the OASIS OData Standard for Open Data Exchange (ISO/IEC 20802-1:2016 [12
13%
09.10.2017
dir=os.path.dirname(path)
07 if dir and not os.path.exists(dir):
08 os.makedirs(dir)
09 if os.path.basename(path):
10 bucket.download_file(path,path)
11
12 bname='prosnapshot'
13
13%
20.06.2022
], Slidy [11], Slideous [12], and reveal.js [13].
To create a new presentation, call Pandoc in the usual way. For a PDF slide set, the command is:
pandoc -t beamer slides.md -o slides.pdf
If you would
13%
22.05.2023
node, create a test file:
$ echo "hello world" | sudo tee -a /srv/hello.txt
hello world
$ cat /srv/hello.txt
hello world
$ ls -l /srv/hello.txt
-rw-r--r-- 1 root root 12 Apr 8 16:37 /srv