14%
26.01.2025
others are Fortran, C, and C++).
Because of the emphasis on technical computing in the Julia community, most of the books [6] and online documentation and tutorials are aimed at scientists and engineers
14%
15.12.2017
:create
19 end
20
21 cookbook_file "#{node['main']['doc_root']}/index.html" do
22 source 'index.html'
23 owner 'www1-data'
24 group 'www1-data'
25 action :create
26 end
27
28 template "/etc/apache2/sites
14%
27.09.2021
="test.bin", status="replace", &
18 action="readwrite", &
19 iostat = ierr)
20 if (ierr > o) then
21 write(*,*) "error in opening file Stopping"
22 stop
23 else
24 do
14%
22.12.2017
into the compiler (Haskell is type safe) makes attacks time-consuming or impossible, and SQL and JavaScript injections unlikely. Additionally, the Glasgow Haskell Compiler (GHC) [6], version 1.0 of which has existed
14%
06.10.2019
Publisher, COUNT(*) AS 'Number' FROM books GROUP BY Publisher ORDER BY Number DESC;
+-----------+--------+
| Publisher | Number |
+-----------+--------+
| Rheinwerk | 10 |
| O'Reilly | 6 |
| Wiley
14%
16.08.2018
directly on the website (Figure 6).
Figure 6: In WordPress, a few mouse clicks in the Customizer are all it takes to adapt the design as you like. The tool
14%
16.05.2013
-list
+--------------------------------------+-----------+------------------
| id | name | subnets |
+--------------------------------------+-----------+------------------
| 42a99eb6-3de7-4ffb-b34e-6ce622dbdefc | admin-net|928598b5
14%
08.01.2013
Samba, dual-boot Windows 8 with Linux, and install Linux filesystem software on a Windows 8 system.
Joining Windows 8 to a Samba 3.6.9 Domain
You can
14%
17.11.2016
the trusted storage pool, you simply add additional servers to the existing federation.
The example here is based on Fedora 22 and is designed to provide back-end storage for virtual systems based on Qemu
14%
15.12.2016
are over i
= 2,n
− 1 and j
= 2,n
−1. Here is how you can write the iteration over the domain using array notation:
a(2:n-1,2:n-1) = 0.25 * &
(a(1:n-2,2:n) + a(3:n,2:n) + a(2:n,1:n-2) + a(2:n,3:n