search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(195)
Article
(31)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
12
13
14
15
16
17
18
19
20
21
22
23
Next »
17%
Profiling Python Code
09.12.2019
Home
»
HPC
»
Articles
»
to an output file instead of stdout. Listing 2 is a sample of the first few lines from cProfile on a variation of the MD code. Listing 2: cProfile Output Thu Nov 7
08:09
:57 2019 12791143 function
17%
Parallel Programming with OpenCL
04.11.2011
Home
»
HPC
»
Articles
»
convolutionSum = 0.0f; 05 06 // Iterate over convolution kernel 07 for(size_t ky = 0; ky < kernel.height; ++ky)
08
{
09
for(size_t kx = 0; kx < kernel.width; ++kx) 10 11 {
12
17%
Kopano Groupware – an open source productivity suite
30.11.2020
Home
»
Archive
»
2020
»
Issue 60: Secur...
»
detailed documentation [7] and installation packages are available for Debian from version 8, RHEL from version
6
, SLES
12
, Ubuntu 18.04, and Univention Corporate Server from version 4.2. Setup Aid
17%
Proactive Monitoring
11.10.2016
Home
»
Archive
»
2016
»
Issue 35: Persi...
»
-server"})) 06 07 ; Enable all interfaces for TCP, UDP and websockets:
08
(let [host "0.0.0.0"]
09
(tcp-server {:host host}) 10 (udp-server {:host host}) 11 (ws-server {:host host}))
12
13 ; Clean up events
17%
Lean on Logwatch
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
NEW packages will be installed: libdate-manip-perl libyaml-syck-perl logwatch As a result, about
12
.5
MB
of new software is installed. Logwatch gets configuration details several ways: from script
17%
PowerDNS Authoritative server high availability with MariaDB Galera
02.08.2022
Home
»
Archive
»
2022
»
Issue 70: Defen...
»
) NOT NULL, 06 master VARCHAR(128) DEFAULT NULL, 07 last_check INT DEFAULT NULL,
08
type VARCHAR(
6
) NOT NULL,
09
notified_serial INT UNSIGNED DEFAULT
17%
From debugging to exploiting
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
int idparticle; 05 double pos[D]; 06 double vel[D]; 07 double force0[D];
08
double force[D];
09
double mass; 10 char bf[BFSIZE]; 11 void *nxtParticle;
12
}; 13 PARTICLE
17%
The AWS CDK for software-defined deployments
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
(parent, name, props);
09
10 const maxZones = this.getContext('max_azs')[`${env}`] 11
12
const helloCdkVpc = new ec2.VpcNetwork(this, 'VPC', { 13 cidr: this.getContext('cidr_by_env')[`${env}`], 14
17%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
.0.0.1", PORT) do ws
08
for msg in ws
09
d = Meta.parse(JSON.parse(msg)["s"]) 10 @info d 11 @info typeof(d)
12
WebSockets.send(ws, """
You picked $d
17%
High-performance Python – compiled code and C interface
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
global _sum
08
num_numbers = len(numbers)
09
array_type = ctypes.c_int * num_numbers 10 result = _sum.sum_function(ctypes.c_int(num_numbers), array_type(*numbers)) 11 return int
« Previous
1
...
12
13
14
15
16
17
18
19
20
21
22
23
Next »