This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== 7732 -> [ BLOCK 7733 ] -> 7734 == | |
[ Len: 4076 ] | |
-- PUSH 0x20 [ 0x04 ] -- | |
-- PUSH 0x20 [ 0x05 ] -- | |
-- PUSH 0x20 [ 0x43 ] -- | |
-- PUSH 0x20 [ 0x0A ] -- | |
[4].[5].[67].[10]. | |
-- field (0x1E): "[fZ>Yc" => "ZYXÉPZZZ[" -- | |
-- field (0x1E): "[f[Û[¾" => "ZYXÏâZZZ[" -- | |
-- field (0x1E): "[f^U[²" => "ZYXÏçZZZ[" -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/ddclient | |
+++ b/ddclient | |
@@ -764,6 +764,16 @@ | |
$variables{'service-common-defaults'}, | |
), | |
}, | |
+ 'linode' => { | |
+ 'updateable' => undef, | |
+ 'update' => \&nic_linode_update, | |
+ 'examples' => \&nic_linode_examples, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <IOKit/pwr_mgt/IOPMLib.h> | |
// build with: | |
// clang -framework IOKit -framework Foundation preventsleep.c -o preventsleep | |
int main(int argc, char** argv) { | |
// kIOPMAssertionTypeNoDisplaySleep prevents display sleep, | |
// kIOPMAssertionTypeNoIdleSleep prevents idle sleep | |
// reasonForActivity is a descriptive string used by the system whenever it needs |
OlderNewer