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)
(233)
Article
(45)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
13
14
...
28
Next »
18%
Thread processing in Python
02.06.2020
Home
»
Archive
»
2020
»
Issue 57: Artif...
»
--> sol = pymp.shared.array((nx,ny)) <--
09
--> soln = pymp.shared.array((nx,ny)) <-- 10 11 for j in range(
0
,ny-1):
12
sol[
0
,j] = 10.
0
13 sol[nx-1,j] = 1.
0
14 # end for 15 16 for i in range(
0
,nx-1
18%
New features in jQuery 3
11.10.2016
Home
»
Archive
»
2016
»
Issue 35: Persi...
»
.then( 08 function() {console.log( "second callback function"); },
09
function(e) {console.log(e.message);} 10 ); 11
12
deferred.resolve(); If Listing 1 has registered
18%
Accelerate web applications with Varnish Cache
07.06.2019
Home
»
Archive
»
2019
»
Issue 51: Self-...
»
the old cache for a maximum of
12
hours. Listing 3 Heart Rate Monitor 01 backend default { 02 .host = '127.
0.0
.1'; 03 .port = '8080'; 04 .probe = { 05 .url = "/"; 06 .timeout
18%
Managing Linux systems with Spacewalk
14.11.2013
Home
»
Archive
»
2013
»
Issue 17: Cloud...
»
use strict; 04 use Exporter; 05 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 06 07 $VERSION = 1.
0
; 08 @ISA = qw(Exporter);
09
@EXPORT = (); 10 @EXPORT_OK = qw
18%
Get Started with Parallel CPython
07.11.2011
Home
»
HPC
»
Articles
»
core : ' + str(icore) 07 08 if '__main__' == __name__:
09
10 osrvr = Server() 11 ncpus = osrvr.get_ncpus()
12
13 djobs = {} 14 for i in xrange(
0
, ncpus): 15 djobs[i] = osrvr
18%
VAX emulation with OpenVMS
18.07.2013
Home
»
Archive
»
2013
»
Issue 15: What’...
»
rq2 ra92 08 set rq3 cdrom
09
10 attach rq
0
d
0
.dsk 11 attach rq1 d1.dsk
12
attach rq2 d2.dsk 13 14 attach -r rq3 cdrom.iso 15 16 set rl disable 17 set ts disable 18 19 set xq mac=08-00-2B-AA-BB-CC 20
18%
Roll out hybrid clouds with Ansible automation
14.03.2018
Home
»
Archive
»
2018
»
Issue 44: Cloud...
»
key_material: "{{ item }}"
09
state: present 10 region: "{{ region }}" 11 with_file: /home/user/.ssh/id_rsa.pub
12
register: sshkey 13 tags: sshkey 14 15 - name: Create VPC INT 16 ec2
18%
Gatling load-testing tool
03.02.2022
Home
»
Archive
»
2022
»
Issue 67: syst...
»
class BlazeDemoV1 extends Simulation { 08
09
var qualifiedhost = "http://blazedemo.com" 10 var proxyport =
0
11 var proxyhost = "not set"
12
13 // headers for HTTP call 14 val headers = Map( 15
18%
Using Libvirt with Python to manage virtual machines
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
hv = [ "tiffy.tuxgeek.de", "ernie.tuxgeek.de" ] 07 08 for hv_host in hv:
09
10 uri = "qemu+ssh://virtuser@" + hv_host + "/system" 11 conn = libvirt.openReadOnly(uri)
12
13 hypervisor_name = conn
18%
A web application with MongoDB and Bottle
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
>My little Bottle example 06 07 08
09
Hi World..here is my little survey!
10 11
12
What is your favorite club?
13
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
13
14
...
28
Next »