Changes between Version 41 and Version 42 of HashSourceCodes
- Timestamp:
- Feb 9, 2013, 3:20:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HashSourceCodes
v41 v42 522 522 523 523 {{{ 524 #!realbasic525 524 dim b as BinaryStream 526 525 dim mb as MemoryBlock … … 854 853 [http://www.autoitscript.com/forum/topic/107155-opensubtitles-org-hashing-func/page__p__755889__hl__opensubtitles__fromsearch__1#entry755889 Forum entry] 855 854 {{{ 856 #!autoit857 855 #cs 858 856 Hash code is based on Media Player Classic. It calculates: size + 64bit … … 894 892 == !FoxPro == 895 893 {{{ 896 #!foxpro897 894 PARAMETERS cfile 898 895 PRIVATE ALL … … 1132 1129 or without using GetHash.dll: 1133 1130 {{{ 1134 #!powershell1135 1131 $dataLength = 65536 1136 1132 … … 1389 1385 == !AutoHotKey == 1390 1386 {{{ 1391 #!autohotkey1392 1387 #NoEnv 1393 1388 SetBatchLines, -1 … … 1441 1436 == Lisp == 1442 1437 {{{ 1443 #!lisp1444 1438 ; opensubtitle hash, common lisp, sbcl 1445 1439 ; sean langton 2013