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
[Code] | |
function LoadValueFromXML(const AFileName, APath: string): string; | |
var | |
XMLNode: Variant; | |
XMLDocument: Variant; | |
begin | |
Log('Get Xml text node: ' + AFileName); | |
Result := ''; |
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
public string Hash(string str) | |
{ | |
return string.Join("", System.Security.Cryptography.SHA256.Create() | |
.ComputeHash(System.Text.Encoding.UTF8.GetBytes(str)).Select(s => s.ToString("x2"))); | |
} |
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
1078 af | |
1052 sq | |
14337 ar-ae | |
15361 ar-bh | |
5121 ar-dz | |
3073 ar-eg | |
2049 ar-iq | |
11265 ar-jo | |
13313 ar-kw |
NewerOlder