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
| The Shawshank Redemption | |
| The Godfather | |
| The Godfather Part II | |
| Il buono il brutto il cattivo | |
| Pulp Fiction | |
| Inception | |
| Schindler s List | |
| Angry Men | |
| One Flew Over the Cuckoo s Nest | |
| The Dark Knight |
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
| ffmpeg -i input.mkv -filter:v "setpts=0.5*PTS" output.mkv | |
| ffmpeg -i timelapse.mp4 -c copy in.264 | |
| ffmpeg -r 60 -i in.264 -c copy out.mp4 | |
| ffmpeg -i "concat:complicated.flac|blue.flac" merged.mp3 | |
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 youre reading this, thank god you are here. | |
| dont listen to...that thing. | |
| press e and enter this as the code "1102e1904" | |
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 |
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
| /** | |
| * [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
| { | |
| "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
| 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
| 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
| | 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 | | |
| | --------------------------- | ----------------------- | ----------------------- | -------------- | ----------------------- | |
OlderNewer