This file contains hidden or 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
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "Stmt1399402808000", | |
"Effect": "Allow", | |
"Action": "s3:*", | |
"Resource": [ | |
"arn:aws:s3:::telemetry-import/partner-hasoffers", | |
"arn:aws:s3:::telemetry-import/partner-hasoffers/*" |
This file contains hidden or 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 javax.xml.bind.DatatypeConverter; | |
import java.security.MessageDigest; | |
class Odin { | |
public static void main (String[] args) { | |
String mac_address = "10:D5:42:E3:D5:34"; | |
System.out.println(odin(mac_address)); | |
} | |
public static String odin(String mac_address) { |
This file contains hidden or 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
` #++#+` `` ` ` | |
+'++'+++'# :` `@+ ` | |
++++'+++''''' `@@ @@@ | |
#'++++''''''''+ ` @@ @@@ | |
'+++++''''''''++#` `@@` @@` ;@@@,` | |
`+''''+''+''+''''++'## @@: `@@ ` @@@@@ | |
`+''''+++'+'+'''++''# :@+ @@ @@`@@ |
This file contains hidden or 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
function switch_int($which) { | |
switch($which) { | |
case 0: | |
return 2; | |
case 1: | |
return 1; | |
} | |
} | |
function switch_string($which) { |
NewerOlder