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
| $(".highlight").each(function(){console.log($(this).text().replace(/["';,.]/g, ""))}) |
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
| --- wide_mkduid.pl.orig 2007-12-04 05:18:51.000000000 +0900 | |
| +++ wide_mkduid.pl 2012-05-06 00:56:25.207991279 +0900 | |
| @@ -79,8 +79,9 @@ | |
| # form the first two words of the DUID data: DUID type and link type. | |
| # link-type is assumed to be ethernet(6)! | |
| +# but for NGN, link-type is always 1! | |
| -$duid_data = chr(0) . chr($duidtype) . chr(0) . chr(6); | |
| +$duid_data = chr(0) . chr($duidtype) . chr(0) . chr(1); |
NewerOlder