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)
(318)
Article
(51)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
15
16
17
18
19
20
21
22
23
24
25
26
27
28
...
37
Next »
7%
Integrating OCS information into monitoring with OpenNMS
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
, no network calls 06 #source = ocs.computers.replay 07 #file = computers.xml
08
09 ## OCS SOURCE PARAMETERS ## 10 source.url = http://ocs-server.mydomain.com 11 source.username = SOAP_USER
12
source
7%
Julia: A new language for technical computing
30.11.2025
Home
»
Archive
»
2012
»
Issue 10: Traff...
»
",9009)},4, 04 {(1,
0
)=>WorkItem(bottom_func,(),false,(thunk(AST(lambda({},{{#1, #2}, {{#1, Any, 2}, {#2, Any, 2}}, {}}, 05 begin 06 #1 = top(Array)(top(Any),2) 07 top(arrayset)(#1,1,"n
0
")
08
top(arrayset)(#
1,2
7%
Blending Java with other programming languages
10.04.2015
Home
»
Archive
»
2015
»
Issue 26: OpenS...
»
import java.io.*; 04 import java.util.*; 05 06 public class Readline { 07
08
[...] 09 10 public static final void load(ReadlineLibrary lib) throws UnsatisfiedLinkError { 11 [...]
12
System
7%
With great PowerShell comes great responsibility
30.11.2025
Home
»
Archive
»
2012
»
Issue 09: Windo...
»
------- ------ ----- ----- ----- ------ -- ----------- 03 81 9 2392 3076 76
0.12
3996 AmIcoSinglun64 04 74 9 1464 2568 42
0
.09 2172 armsvc 05 195 10 2380 2984 62
0
7%
Parallel Programming with OpenCL
04.11.2011
Home
»
HPC
»
Articles
»
convolutionSum =
0.0
f; 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
7%
New features in Windows Terminal Preview
03.02.2022
Home
»
Archive
»
2022
»
Issue 67: syst...
»
"monitor": "any" 07 },
08
"keys": "ctrl+1" 09 }, 10 { 11 "command":
12
{ 13 "action": "globalSummon", 14 "desktop": "onCurrent", 15 "monitor": "toMouse", 16 "name
7%
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 force
0
[D];
08
double force[D]; 09 double mass; 10 char bf[BFSIZE]; 11 void *nxtParticle;
12
}; 13 PARTICLE
7%
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