52%
31.10.2025
/appengine/docs/go
Go version 1 is released: http://blog.golang.org/2012/03/go-version-1-is-released.html
Robert Pike on GoogleTechTalks: http://www.youtube.com/watch?v=rKnDgT73v8s
Gorun: http://wiki.ubuntu.com
52%
30.11.2025
in this scenario and one of them is still working, Pacemaker can set the flag for the failed node, as long as the fencing function is enabled in DRBD. To do this in DRBD 8.4, you need to set the fencing resource
52%
30.11.2025
Switch(config)# dot1x system-auth-control
06 Switch(config)# radius-server host 10.1.1.1 key V@rYseCre!t
07 Switch(config)# interface fastethernet0/1
08 Switch(config-if)# switchport mode access
09 Switch
52%
30.11.2025
the PasswordHash class that this provides:
$hasher = new PasswordHash(8, FALSE);
The first parameter of the constructor defines how often Phpass should call the hash function. The value is a power of two
52%
30.11.2025
.Xensource.xenapi.Connection;
07 import com.Xensource.xenapi.Host;
08 import com.Xensource.xenapi.Session;
09 import com.Xensource.xenapi.Task;
10
11 import de.pm.xenserver.utils.Server;
12
13 public class TestAPI {
14
15
52%
30.11.2025
sprzblog mysql limesurvey -uroot -ppassword > backup.sql
will take 21 seconds to complete:
real 0m21.626s
user 0m0.000s
sys 0m0.000s
In the case of larger databases on non-replicated servers
52%
30.11.2025
09, pg. 90
PowerShell: http://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx
51%
30.11.2025
:alice@somesipprovider.de>;tag=42
07 Call-ID: a84b4c76e66710de5f90ae275
08 Contact: Alice
09 ...
The media data transferred in the course of a voice or video call are typically transported one
51%
30.11.2025
to technical computing
06 | | | | | | |/ _` | |
07 | | |_| | | | (_| | | Version 0.0.0+86921303.rc6cb
08 _/ |\__'_|_|_|\__'_| | Commit c6cbcd11c8 (2012-05-25 00:27:29)
09 |__/ |
10
50%
28.07.2025
Duff himself appended to its announcement [7]).
Listing 1
Duff's Device for Modulo 8 Loop Unrolling
send(to, from, count)
register short *to, *from;
register count;
{
register n=(count+7)/8