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
| original resolution received: 1280x960 | |
| pixel array size: 1280x960 | |
| intrinsics received: fx=868.31 fy=868.31 cx=640.18 cy=482.07 skew=0.000 1280x960 | |
| original resolution received: 1280x960 | |
| no distortion array available on this device through Camera2Api | |
| camera ids: 50, 51 | |
| please note that these values would also differ depending on the Camera2 JNI configuration you have setup. |
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
| ^[^\r\n]*\b(?:com.yourcompany.yourapplication|UE)\b[^\r\n]*\r?\n? |
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
| | Actor ownership | Not replicated | NetMulticast | Server | Client | | |
| | ------------------ | -------------- | ------------------------------ | -------------- | ----------------------------- | | |
| | Client-owned actor | Runs on server | Runs on server and all clients | Runs on server | Runs on actor's owning client | | |
| | Server-owned actor | Runs on server | Runs on server and all clients | Runs on server | Runs on server | | |
| | Unowned actor | Runs on server | Runs on server and all clients | Runs on server | Runs on server | | |
| | Actor ownership | Not replicated | NetMulticast | Server | Client | | |
| | --------------------------- | ----------------------- | ----------------------- | -------------- | ----------------------- | |
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
| git lfs uninstall | |
| git reset --hard | |
| git lfs install | |
| git lfs pull | |
| In case if this is not working (because this was not working for me), the following hack may work: | |
| git rm --cached -r . | |
| git reset --hard |
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
| if(!Directory.Exists(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Desktop) + "\\ISROResults")) | |
| { | |
| Directory.CreateDirectory(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Desktop) + "\\ISROResults"); | |
| File.Create(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Desktop) + "\\ISROResults\\results.txt"); | |
| } | |
| File.WriteAllText(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Desktop) + "\\ISROResults\\results.txt", "Test1"); |
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
| { | |
| "Items": [ | |
| { | |
| "toID": "129293", | |
| "binID": "93582", | |
| "materialID": "299534", | |
| "materialText": "COMPRESSOR", | |
| "batchID": "349ef", | |
| "quantityRequired": "3" | |
| }, |
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
| /** | |
| * [js-crc]{@link https://github.com/emn178/js-crc} | |
| * | |
| * @namespace crc | |
| * @version 0.2.0 | |
| * @author Chen, Yi-Cyuan [emn178@gmail.com] | |
| * @copyright Chen, Yi-Cyuan 2015-2017 | |
| * @license MIT | |
| */ | |
| !(function () { |
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
| /** | |
| * [js-crc]{@link https://github.com/emn178/js-crc} | |
| * | |
| * @namespace crc | |
| * @version 0.2.0 | |
| * @author Chen, Yi-Cyuan [emn178@gmail.com] | |
| * @copyright Chen, Yi-Cyuan 2015-2017 | |
| * @license MIT | |
| */ | |
| /*jslint bitwise: true */ |
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
| clBitCrack.exe -b 6 -t 32 -p 16 --keyspace 8000000000000000:ffffffffffffffff 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN |
NewerOlder