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)
(221)
Article
(38)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
8
9
10
11
12
13
14
15
16
17
18
19
20
21
...
26
Next »
18%
Embarrassingly parallel computation
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
* argv[]) 08 {
09
long niter = 1000000000; 10 int myid; //holds process's rank id 11 double x,y; //x,y value for the random coordinate
12
int i; 13
18%
Zuul 3, a modern solution for CI/CD
05.12.2019
Home
»
Archive
»
2019
»
Issue 54: NVMe...
»
-created
09
- event: comment-added 10 comment: (?i)^(Patch Set [
0-9
]+:)?( [\w\\+-]*)*(\n\n)?\s*RECHECK 11 success:
12
gerrit: 13 # return to Gerrit Verified+1 14 Verified: 1 15 ... The Zuul
3
gating system is a free and flexible solution for continuous integration, delivery, and deployment. ... Zuul
3
... Zuul
3
, a modern solution for CI/CD
18%
Guacamole: Remote Desktop
04.02.2013
Home
»
Articles
»
to the new directory, cd guacamole-0.
6
.2-ubuntu-
12
.04-i386 and install the Guacamole packages. The following one-liner will do this: sudo dpkg -i guacd_*.deb guacamole_*.deb libguac
3
_*.deb libguac
18%
Web applications with Flask
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
rel="stylesheet" href="style.css" /> 05 {% endblock %} 06 07 08
09
{% for item in seq %} 10
{{ item }}
11 {% endfor %}
12
13 14