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)
(237)
Article
(52)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
9
10
11
12
13
14
15
16
17
18
19
20
21
22
...
29
Next »
17%
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
17%
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