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
Spell check suggestion:
%200mb%C3%A9n Llorente%2222
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(3)
Keywords
100%
Reducing the Attack Surface in Windows
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
do not apply) Yes e6db77e5-
3
df
2
-4cf1-b95
a
-636979351e5b Blocks the creation of processes by PSExec and WMI commands No d1e49aac-8f56-4280-b
9
ba-993
a
6d77406
c
95%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
[i] + b[i]; } When the number of cycles is known at compile time, a loop can be fully unrolled:
c
[0] =
a
[0] + b[0];
c
[1] =
a
[1] + b[1];
c
[
2
] =
a
[
2
] + b[
2
];
c
[
3
] =
a
[
3
] + b[
3
]; However, it remains
92%
Manage status messages in CouchDB with MapReduce
27.09.2024
Home
»
Archive
»
2024
»
Issue 83: Storage
»
Design Document with Views { "_id": "_design/queries", "_rev": "6-856
a
5
c
52b1
a
9
f33e136b7f044b14
a
8e6", "language": "javascript", "views": { "by-timestamp": { "map": "function (doc) {\
n