├── Chapter07 ├── OmniThreadLibrary │ ├── tests │ │ ├── 62_Console │ │ │ ├── app_62_console.XE.test │ │ │ ├── app_62_console.2009.test │ │ │ ├── app_62_console.2010.test │ │ │ ├── app_62_console.XE2.test │ │ │ ├── app_62_console.XE3.test │ │ │ ├── app_62_console.XE4.test │ │ │ ├── app_62_console.XE5.test │ │ │ ├── app_62_console.XE6.test │ │ │ ├── app_62_console.XE7.test │ │ │ ├── app_62_console.XE8.test │ │ │ ├── app_62_console.10Seattle.test │ │ │ └── app_62_console.10_2Tokyo.test │ │ ├── 63_Service │ │ │ ├── app_63_Service.XE.test │ │ │ ├── app_63_Service.2009.test │ │ │ ├── app_63_Service.2010.test │ │ │ ├── app_63_Service.XE2.test │ │ │ ├── app_63_Service.XE3.test │ │ │ ├── app_63_Service.XE4.test │ │ │ ├── app_63_Service.XE5.test │ │ │ ├── app_63_Service.XE6.test │ │ │ ├── app_63_Service.XE7.test │ │ │ ├── app_63_Service.XE8.test │ │ │ ├── app_63_Service.10Seattle.test │ │ │ ├── app_63_Service.10_2Tokyo.test │ │ │ ├── app_63_Service.res │ │ │ └── test_63_Service.dfm │ │ ├── 65_TimedTask │ │ │ ├── app_65_TimedTask.XE8.test │ │ │ ├── app_65_TimedTask.10Seattle.test │ │ │ ├── app_65_TimedTask.10_2Tokyo.test │ │ │ └── app_65_TimedTask.res │ │ ├── 66_ThreadsInThreads │ │ │ ├── app_66_threadsInThreads.2010.test │ │ │ ├── app_66_threadsInThreads.XE.test │ │ │ ├── app_66_threadsInThreads.XE2.test │ │ │ ├── app_66_threadsInThreads.XE3.test │ │ │ ├── app_66_threadsInThreads.XE4.test │ │ │ ├── app_66_threadsInThreads.XE5.test │ │ │ ├── app_66_threadsInThreads.XE6.test │ │ │ ├── app_66_threadsInThreads.XE7.test │ │ │ ├── app_66_threadsInThreads.XE8.test │ │ │ ├── app_66_threadsInThreads.10Seattle.test │ │ │ ├── app_66_threadsInThreads.10_2Tokyo.test │ │ │ └── app_66_threadsInThreads.res │ │ ├── 34_TreeScan │ │ │ ├── app_34_TreeScan_MemoryManager_EventLog.txt │ │ │ ├── MainIcon.res │ │ │ ├── app_34_TreeScan.res │ │ │ ├── app_34_TreeScan.XE2.res │ │ │ ├── app_34_TreeScan.XE3.res │ │ │ ├── app_34_TreeScan.XE4.res │ │ │ ├── app_34_TreeScan.XE5.res │ │ │ └── app_34_TreeScan.XE2_Icon.ico │ │ ├── 64_ProcessorGroups_NUMA │ │ │ ├── app_64_ProcessorGroups_NUMA.XE5.test │ │ │ ├── app_64_ProcessorGroups_NUMA.XE6.test │ │ │ ├── app_64_ProcessorGroups_NUMA.XE7.test │ │ │ ├── app_64_ProcessorGroups_NUMA.XE8.test │ │ │ ├── app_64_ProcessorGroups_NUMA.10Seattle.test │ │ │ └── app_64_ProcessorGroups_NUMA.10_2Tokyo.test │ │ ├── 09_Communications │ │ │ ├── ModelSupport_testOtlComm │ │ │ │ └── default.txaPackage │ │ │ ├── MainIcon.res │ │ │ ├── app_9_Communications.res │ │ │ ├── app_9_Communications.XE2.res │ │ │ └── app_9_Communications.XE3.res │ │ ├── 00_Beep │ │ │ ├── MainIcon.res │ │ │ ├── app_0_Beep.res │ │ │ ├── app_0_Beep.XE2.res │ │ │ ├── app_0_Beep.XE3.res │ │ │ ├── app_0_Beep.XE7.res │ │ │ ├── app_0_Beep.XE8.res │ │ │ └── app_0_Beep.XE2_Icon.ico │ │ ├── 12_Lock │ │ │ ├── MainIcon.res │ │ │ ├── app_12_Lock.res │ │ │ ├── app_12_Lock.XE2.res │ │ │ ├── app_12_Lock.XE3.res │ │ │ └── app_12_Lock.XE2_Icon.ico │ │ ├── 28_Hooks │ │ │ ├── MainIcon.res │ │ │ ├── app_28_Hooks.res │ │ │ ├── app_28_Hooks.XE2.res │ │ │ ├── app_28_Hooks.XE3.res │ │ │ └── app_28_Hooks.XE2_Icon.ico │ │ ├── 32_Queue │ │ │ ├── MainIcon.res │ │ │ ├── app_32_Queue.res │ │ │ ├── app_32_Queue.XE2.res │ │ │ ├── app_32_Queue.XE3.res │ │ │ └── app_32_Queue.XE2_Icon.ico │ │ ├── 46_Async │ │ │ ├── MainIcon.res │ │ │ ├── app_46_Async.res │ │ │ ├── app_46_Async.XE2.res │ │ │ ├── app_46_Async.XE3.res │ │ │ ├── app_46_Async.XE4.res │ │ │ ├── app_46_Async.XE5.res │ │ │ └── app_46_Async.XE2_Icon.ico │ │ ├── 57_For │ │ │ ├── app_57_For.res │ │ │ ├── app_57_For.XE2.res │ │ │ └── app_57_For.XE5.res │ │ ├── 60_Map │ │ │ ├── app_60_Map.res │ │ │ ├── app_60_Map.XE2.res │ │ │ ├── app_60_Map.XE5.res │ │ │ └── app_60_Map.10_1Berlin.res │ │ ├── 07_InitTest │ │ │ ├── MainIcon.res │ │ │ ├── app_7_InitTest.res │ │ │ ├── app_7_InitTest.XE2.res │ │ │ ├── app_7_InitTest.XE3.res │ │ │ └── app_7_InitTest.XE2_Icon.ico │ │ ├── 16_ChainTo │ │ │ ├── MainIcon.res │ │ │ ├── app_16_ChainTo.res │ │ │ ├── app_16_ChainTo.XE2.res │ │ │ ├── app_16_ChainTo.XE3.res │ │ │ └── app_16_ChainTo.XE2_Icon.ico │ │ ├── 17_MsgWait │ │ │ ├── MainIcon.res │ │ │ ├── app_17_MsgWait.res │ │ │ ├── app_17_MsgWait.XE2.res │ │ │ ├── app_17_MsgWait.XE3.res │ │ │ └── app_17_MsgWait.XE2_Icon.ico │ │ ├── 39_Futures │ │ │ ├── MainIcon.res │ │ │ ├── app_39_Futures.res │ │ │ ├── app_39_Futures.XE2.res │ │ │ ├── app_39_Futures.XE3.res │ │ │ ├── app_39_Futures.XE4.res │ │ │ ├── app_39_Futures.XE5.res │ │ │ └── app_39_Futures.XE2_Icon.ico │ │ ├── 41_Pipeline │ │ │ ├── MainIcon.res │ │ │ ├── app_41_Pipeline.res │ │ │ ├── app_41_Pipeline.XE2.res │ │ │ ├── app_41_Pipeline.XE3.res │ │ │ ├── app_41_Pipeline.XE4.res │ │ │ ├── app_41_Pipeline.XE5.res │ │ │ ├── app_41_Pipeline.XE_Icon.ico │ │ │ └── app_41_Pipeline.XE2_Icon.ico │ │ ├── 01_HelloWorld │ │ │ ├── MainIcon.res │ │ │ ├── app_1_HelloWorld.res │ │ │ ├── app_1_HelloWorld.XE2.res │ │ │ ├── app_1_HelloWorld.XE3.res │ │ │ └── app_1_HelloWorld.XE2_Icon.ico │ │ ├── 10_Containers │ │ │ ├── MainIcon.res │ │ │ ├── app_10_Containers.res │ │ │ ├── app_10_Containers.XE.res │ │ │ ├── app_10_Containers.XE2.res │ │ │ ├── app_10_Containers.XE3.res │ │ │ ├── app_10_Containers.XE2_Icon.ico │ │ │ └── app_10_Containers.XE_Icon.ico │ │ ├── 11_ThreadPool │ │ │ ├── MainIcon.res │ │ │ ├── app_11_ThreadPool.res │ │ │ ├── app_11_ThreadPool.XE2.res │ │ │ ├── app_11_ThreadPool.XE3.res │ │ │ ├── app_11_ThreadPool.XE2_Icon.ico │ │ │ ├── app_11_ThreadPool.10Seattle.res │ │ │ ├── app_11_ThreadPool.10_1Berlin.res │ │ │ └── app_11_ThreadPool.10_2Tokyo.res │ │ ├── 13_Exceptions │ │ │ ├── MainIcon.res │ │ │ ├── app_13_Exceptions.res │ │ │ ├── app_13_Exceptions.XE2.res │ │ │ ├── app_13_Exceptions.XE3.res │ │ │ └── app_13_Exceptions.XE2_Icon.ico │ │ ├── 15_TaskGroup │ │ │ ├── MainIcon.res │ │ │ ├── app_15_TaskGroup.res │ │ │ ├── app_15_TaskGroup.XE2.res │ │ │ ├── app_15_TaskGroup.XE3.res │ │ │ └── app_15_TaskGroup.XE2_Icon.ico │ │ ├── 20_QuickSort │ │ │ ├── MainIcon.res │ │ │ ├── app_20_QuickSort.res │ │ │ ├── app_20_QuickSort.XE2.res │ │ │ ├── app_20_QuickSort.XE3.res │ │ │ ├── app_20_QuickSort.XE4.res │ │ │ ├── app_20_QuickSort.XE5.res │ │ │ └── app_20_QuickSort.XE2_Icon.ico │ │ ├── 38_OrderedFor │ │ │ ├── MainIcon.res │ │ │ ├── app_38_OrderedFor.res │ │ │ ├── app_38_OrderedFor.XE2.res │ │ │ ├── app_38_OrderedFor.XE3.res │ │ │ ├── app_38_OrderedFor.XE4.res │ │ │ ├── app_38_OrderedFor.XE5.res │ │ │ ├── Profiling │ │ │ │ └── AQtimeModule1.aqt │ │ │ └── app_38_OrderedFor.XE2_Icon.ico │ │ ├── 40_Mandelbrot │ │ │ ├── MainIcon.res │ │ │ ├── app_40_Mandelbrot.res │ │ │ ├── app_40_Mandelbrot.XE2.res │ │ │ ├── app_40_Mandelbrot.XE3.res │ │ │ ├── app_40_Mandelbrot.XE4.res │ │ │ ├── app_40_Mandelbrot.XE5.res │ │ │ └── app_40_Mandelbrot.XE2_Icon.ico │ │ ├── 47_TaskConfig │ │ │ ├── MainIcon.res │ │ │ ├── app_47_TaskConfig.res │ │ │ ├── app_47_TaskConfig.XE2.res │ │ │ ├── app_47_TaskConfig.XE4.res │ │ │ ├── app_47_TaskConfig.XE5.res │ │ │ └── app_47_TaskConfig.XE2_Icon.ico │ │ ├── 53_AsyncAwait │ │ │ ├── MainIcon.res │ │ │ ├── app_53_AsyncAwait.res │ │ │ ├── app_53_AsyncAwait.XE2.res │ │ │ ├── app_53_AsyncAwait.XE3.res │ │ │ ├── app_53_AsyncAwait.XE4.res │ │ │ └── app_53_AsyncAwait.XE5.res │ │ ├── 02_TwoWayHello │ │ │ ├── MainIcon.res │ │ │ ├── app_2_TwoWayHello.res │ │ │ ├── app_2_TwoWayHello.XE2.res │ │ │ ├── app_2_TwoWayHello.XE3.res │ │ │ └── app_2_TwoWayHello.XE2_Icon.ico │ │ ├── 08_RegisterComm │ │ │ ├── MainIcon.res │ │ │ ├── app_8_RegisterComm.res │ │ │ ├── app_8_RegisterComm.XE2.res │ │ │ ├── app_8_RegisterComm.XE3.res │ │ │ └── app_8_RegisterComm.XE2_Icon.ico │ │ ├── 14_TerminateWhen │ │ │ ├── MainIcon.res │ │ │ ├── app_14_TerminateWhen.res │ │ │ ├── app_14_TerminateWhen.XE2.res │ │ │ └── app_14_TerminateWhen.XE3.res │ │ ├── 25_WaitableComm │ │ │ ├── MainIcon.res │ │ │ ├── app_25_WaitableComm.res │ │ │ ├── app_25_WaitableComm.XE2.res │ │ │ ├── app_25_WaitableComm.XE3.res │ │ │ └── app_25_WaitableComm.XE2_Icon.ico │ │ ├── 27_RecursiveTree │ │ │ ├── MainIcon.res │ │ │ ├── app_27_RecursiveTree.res │ │ │ ├── app_27_RecursiveTree.XE2.res │ │ │ └── app_27_RecursiveTree.XE3.res │ │ ├── 35_ParallelFor │ │ │ ├── MainIcon.res │ │ │ ├── app_35_ParallelFor.res │ │ │ ├── app_35_ParallelFor.XE2.res │ │ │ ├── app_35_ParallelFor.XE3.res │ │ │ ├── app_35_ParallelFor.XE4.res │ │ │ ├── app_35_ParallelFor.XE5.res │ │ │ ├── app_35_ParallelFor.XE2_Icon.ico │ │ │ └── app_35_ParallelFor.10_1Berlin.res │ │ ├── 37_ParallelJoin │ │ │ ├── MainIcon.res │ │ │ ├── app_37_ParallelJoin.res │ │ │ ├── app_37_ParallelJoin.XE2.res │ │ │ ├── app_37_ParallelJoin.XE3.res │ │ │ ├── app_37_ParallelJoin.XE4.res │ │ │ ├── app_37_ParallelJoin.XE5.res │ │ │ ├── app_37_ParallelJoin.10Seattle.res │ │ │ └── app_37_ParallelJoin.XE2_Icon.ico │ │ ├── 42_MessageQueue │ │ │ ├── MainIcon.res │ │ │ ├── app_42_MessageQueue.res │ │ │ ├── app_42_MessageQueue.XE2.res │ │ │ ├── app_42_MessageQueue.XE4.res │ │ │ ├── app_42_MessageQueue.XE5.res │ │ │ └── app_42_MessageQueue.XE2_Icon.ico │ │ ├── 45_Fork-Join max │ │ │ ├── MainIcon.res │ │ │ ├── app_45_ForkJoinMax.res │ │ │ ├── app_45_ForkJoinMax.XE2.res │ │ │ ├── app_45_ForkJoinMax.XE3.res │ │ │ ├── app_45_ForkJoinMax.XE4.res │ │ │ ├── app_45_ForkJoinMax.XE5.res │ │ │ └── app_45_ForkJoinMax.XE2_Icon.ico │ │ ├── 49_FramedWorkers │ │ │ ├── MainIcon.res │ │ │ ├── app_49_FramedWorkers.res │ │ │ ├── app_49_FramedWorkers.XE2.res │ │ │ ├── app_49_FramedWorkers.XE3.res │ │ │ ├── app_49_FramedWorkers.XE4.res │ │ │ └── app_49_FramedWorkers.XE5.res │ │ ├── 22_TerminationTest │ │ │ ├── MainIcon.res │ │ │ ├── app_22_TerminationTest.res │ │ │ ├── app_22_TerminationTest.XE2.res │ │ │ └── app_22_TerminationTest.XE3.res │ │ ├── 24_ConnectionPool │ │ │ ├── MainIcon.res │ │ │ ├── app_24_ConnectionPool.res │ │ │ ├── app_24_ConnectionPool.XE2.res │ │ │ └── app_24_ConnectionPool.XE3.res │ │ ├── 31_WaitableObjects │ │ │ ├── MainIcon.res │ │ │ ├── app_31_WaitableObjects.res │ │ │ ├── app_31_WaitableObjects.XE2.res │ │ │ └── app_31_WaitableObjects.XE3.res │ │ ├── 43_InvokeAnonymous │ │ │ ├── MainIcon.res │ │ │ ├── app_43_InvokeAnonymous.res │ │ │ ├── app_43_InvokeAnonymous.XE2.res │ │ │ ├── app_43_InvokeAnonymous.XE3.res │ │ │ ├── app_43_InvokeAnonymous.XE4.res │ │ │ └── app_43_InvokeAnonymous.XE5.res │ │ ├── 50_OmniValueArray │ │ │ ├── MainIcon.res │ │ │ ├── app_50_OmniValueArray.res │ │ │ ├── app_50_OmniValueArray.XE2.res │ │ │ ├── app_50_OmniValueArray.XE3.res │ │ │ ├── app_50_OmniValueArray.XE4.res │ │ │ └── app_50_OmniValueArray.XE5.res │ │ ├── 59_TWaitFor │ │ │ ├── app_59_TWaitFor.res │ │ │ ├── app_59_TWaitFor.XE2.res │ │ │ └── app_59_TWaitFor.XE5.res │ │ ├── 18_StringMsgDispatch │ │ │ ├── MainIcon.res │ │ │ └── app_18_StringMsgDispatch.res │ │ ├── 19_StringMsgBenchmark │ │ │ └── MainIcon.res │ │ ├── 21_Anonymous_methods │ │ │ ├── MainIcon.res │ │ │ └── app_21_Anonymous_methods.res │ │ ├── 26_MultiEventMonitor │ │ │ ├── MainIcon.res │ │ │ └── app_26_MultiEventMonitor.res │ │ ├── 33_BlockingCollection │ │ │ └── MainIcon.res │ │ ├── 36_ParallelAggregate │ │ │ ├── MainIcon.res │ │ │ └── app_36_ParallelAggregate.res │ │ ├── 51_PipelineStressTest │ │ │ └── MainIcon.res │ │ ├── 52_BackgroundWorker │ │ │ ├── MainIcon.res │ │ │ └── app_52_BackgroundWorker.res │ │ ├── 56_RunInvoke │ │ │ ├── app_56_RunInvoke.res │ │ │ ├── app_56_RunInvoke.otares │ │ │ ├── app_56_RunInvoke.2007.res │ │ │ ├── app_56_RunInvoke.XE2.res │ │ │ ├── app_56_RunInvoke.XE5.res │ │ │ └── app_56_RunInvoke.XE2_Icon.ico │ │ ├── 23_BackgroundFileSearch │ │ │ └── MainIcon.res │ │ ├── 29_ImplicitEventMonitor │ │ │ └── MainIcon.res │ │ ├── 44_Fork-Join QuickSort │ │ │ └── MainIcon.res │ │ ├── 03_HelloWorld_with_package │ │ │ └── MainIcon.res │ │ ├── 30_AnonymousEventMonitor │ │ │ └── MainIcon.res │ │ ├── 48_OtlParallelExceptions │ │ │ └── MainIcon.res │ │ ├── 54_LockManager │ │ │ ├── app_54_LockManager.res │ │ │ ├── app_54_LockManager.XE2.res │ │ │ ├── app_54_LockManager.XE3.res │ │ │ ├── app_54_LockManager.XE4.res │ │ │ └── app_54_LockManager.XE5.res │ │ ├── 58_ForVsForEach │ │ │ ├── app_58_ForVsForEach.res │ │ │ ├── app_58_ForVsForEach.XE2.res │ │ │ └── app_58_ForVsForEach.XE5.res │ │ ├── 04_TwoWayHello_with_package │ │ │ └── MainIcon.res │ │ ├── 05_TwoWayHello_without_loop │ │ │ └── MainIcon.res │ │ ├── 06_TwoWayHello_with_object_worker │ │ │ └── MainIcon.res │ │ ├── 55_ForEachProgress │ │ │ ├── app_55_ForEachProgress.res │ │ │ ├── app_55_ForEachProgress.XE2.res │ │ │ ├── app_55_ForEachProgress.XE3.res │ │ │ ├── app_55_ForEachProgress.XE4.res │ │ │ └── app_55_ForEachProgress.XE5.res │ │ └── 61_CollectionToArray │ │ │ └── app_61_CollectionToArray.res │ ├── doc │ │ ├── ModelSupport_OmniThreadLibrary_UML │ │ │ ├── gendoc.gdc │ │ │ ├── default.txvpck │ │ │ ├── OtlCommon │ │ │ │ └── Utils │ │ │ │ │ └── default.txaPackage │ │ │ └── navigation.jar │ │ ├── OtlComm.vsd │ │ ├── 41_Pipeline.vsd │ │ ├── 10_Containers.vsd │ │ ├── 8_RegisterComm.vsd │ │ ├── OtlDataManager.vsd │ │ ├── 9_Communication.vsd │ │ ├── queue with sentinel.xls │ │ ├── 48_PipelineExceptions.vsd │ │ ├── OmniThreadLibrary_UML.res │ │ └── OtlParallel execution model.vsd │ ├── res │ │ ├── MainIcon.rc │ │ ├── otl.ico │ │ ├── getit.jpg │ │ ├── MainIcon.res │ │ ├── delphinus.jpg │ │ └── otl-logo.png │ ├── Clean.bat │ ├── bag of stuff │ │ ├── async streams │ │ │ ├── OtlAsyncStreams.Stream.pas │ │ │ ├── OtlAsyncStreams.Internet.ICS.pas │ │ │ └── OtlAsyncStreams.Internet.Indy.pas │ │ └── numa │ │ │ ├── GetACPI_SLIT.res │ │ │ ├── GetACPI_SLIT_OTL.res │ │ │ ├── GetProcessorInfo.res │ │ │ └── GetProcessorInfoOTL.res │ ├── OtlEventMonitor.dcr │ ├── unittests │ │ ├── TestRunner.res │ │ ├── CompileAllUnits.res │ │ └── GUIRunner_Icon.ico │ ├── examples │ │ ├── checkVat │ │ │ ├── checkVat.res │ │ │ └── checkVatService.pas │ │ ├── progress bar │ │ │ └── ppb.res │ │ ├── twofish │ │ │ └── TwoFish.res │ │ ├── folder scanner │ │ │ └── FolderScanner.res │ │ ├── forEach output │ │ │ └── ForEachOutput.res │ │ ├── report generator │ │ │ ├── simulation.xlsx │ │ │ └── ReportGenerator.res │ │ ├── TThread communication │ │ │ └── TThreadComm.res │ │ └── stringlist parser │ │ │ ├── StringListParser.res │ │ │ ├── StringListParser.XE2.res │ │ │ └── StringListParser.XE2_Icon.ico │ └── packages │ │ ├── Delphi XE │ │ ├── OmniThreadLibraryRuntime.res │ │ └── OmniThreadLibraryDesigntime.res │ │ ├── Delphi 2007 │ │ ├── OmniThreadLibraryRuntime.res │ │ └── OmniThreadLibraryDesigntime.res │ │ ├── Delphi 2009 │ │ ├── OmniThreadLibraryRuntime.res │ │ └── OmniThreadLibraryDesigntime.res │ │ ├── Delphi 2010 │ │ ├── OmniThreadLibraryRuntime.res │ │ └── OmniThreadLibraryDesigntime.res │ │ ├── Delphi XE2 │ │ ├── OmniThreadLibraryRuntime.res │ │ └── OmniThreadLibraryDesigntime.res │ │ ├── Delphi XE3 │ │ ├── OmniThreadLibraryRuntime.res │ │ └── OmniThreadLibraryDesigntime.res │ │ ├── Delphi XE4 │ │ ├── OmniThreadLibraryRuntime.res │ │ └── OmniThreadLibraryDesigntime.res │ │ ├── Delphi XE5 │ │ ├── OmniThreadLibraryRuntime.res │ │ └── OmniThreadLibraryDesigntime.res │ │ ├── Delphi XE6 │ │ ├── OmniThreadLibraryRuntime.res │ │ └── OmniThreadLibraryDesigntime.res │ │ ├── Delphi XE7 │ │ ├── OmniThreadLibraryRuntime.res │ │ └── OmniThreadLibraryDesigntime.res │ │ ├── Delphi XE8 │ │ ├── OmniThreadLibraryRuntime.res │ │ └── OmniThreadLibraryDesigntime.res │ │ ├── Delphi 10 Seattle │ │ └── OmniThreadLibraryRuntime.res │ │ └── Delphi 10.2 Tokyo │ │ └── OmniThreadLibraryRuntime.res ├── AnonMethod.res ├── AsyncAwait.res ├── ParallelFor.res ├── ParallelFuture.res ├── ParallelJoin.res ├── ParallelTasks.res └── ParallelPipeline.res ├── Chapter14 ├── Template method │ ├── data.txt │ ├── AveragingIoC.res │ └── TemplateMethod.res ├── State │ └── State.res ├── Command │ └── Editor.res └── Null object │ ├── NullLogger.res │ └── NullStreamPattern.res ├── Chapter10 ├── Dependency Injection │ ├── data.csv │ ├── data.txt │ ├── DependencyInjectionPattern.res │ └── UnitTestDependencyInjection.res ├── Singleton │ └── SingletonPattern.res ├── Object pool │ ├── ObjectPoolPattern.res │ └── UnitTestObjectPool.res └── Lazy Initialization │ ├── LazyInitializationPattern.res │ └── LazyInitializationSpring4D.res ├── Chapter05 ├── IncDec.res ├── Deadlock.res ├── ReadWrite.res ├── IncDecComm.res ├── SharedList.res └── ParallelPaint.res ├── Chapter06 ├── Tasks.res ├── Threads.res └── ThreadComm.res ├── Chapter01 ├── SlowCode.res ├── SlowCode_VCL.res ├── RandomWordSearch.res ├── SlowCode_Stopwatch.res ├── SlowCode_Stopwatch2.res └── SlowCode_VCL_Instrumented.res ├── Chapter02 ├── CacheDemo.res ├── Fibonacci.res ├── BeginUpdate.res ├── ProgressBar.res ├── SlowCode_v2.res ├── VirtualTree.res ├── BeginUpdateFMX.res └── SlowCode_Sieve.res ├── Chapter03 ├── AsmCode.res ├── DataTypes.res ├── Inlining.res ├── Pointers.res ├── CompilerOptions.res ├── ParameterPassing.res ├── SlowCode_Sieve_v2.res ├── SlowCode_Sieve_v2_opt.res └── ExtractCommonExpression.res ├── Chapter04 ├── Allocate.res ├── Reallocation.res ├── InitializeFinalize.res ├── ParallelAllocation.res ├── SlowCode_Sieve_v3.res └── LoggingMemoryManager.res ├── Chapter16 ├── Lock │ └── Lock.res ├── Lock striping │ └── LockStriping.res ├── Optimistic locking │ ├── OptimisticLocking.res │ └── OptimisticLockingSpeedTest.res ├── Readers-writer lock │ └── ReadersWriterLock.res ├── Double-checked locking │ └── DoubleCheckedLocking.res └── Parallel programming in Delphi │ └── DelphiThreading.res ├── Chapter08 ├── LzmaDecTest.res ├── DecompressTest.res ├── Abbrevia │ ├── icons │ │ ├── lock.bmp │ │ ├── sortup.bmp │ │ ├── splash.png │ │ ├── TAbCabKit.png │ │ ├── TAbZipKit.png │ │ ├── TAbZipper.png │ │ ├── compress.bmp │ │ ├── compress.png │ │ ├── sortdown.bmp │ │ ├── TAbMakeCab.png │ │ ├── TAbUnzipper.png │ │ ├── lock_unlock.png │ │ ├── TAbCabBrowser.png │ │ ├── TAbZipBrowser.png │ │ ├── TAbCabExtractor.png │ │ └── AbComCtrls.rc │ ├── source │ │ ├── AbReg.res │ │ ├── AbDlgDir.dfm │ │ ├── AbPeCol.dfm │ │ ├── AbZipOut.res │ │ ├── AbComCtrls.res │ │ ├── FMX.AbReg.pas │ │ ├── Vcl.AbReg.pas │ │ ├── COM │ │ │ ├── Abbrevia.res │ │ │ └── Abbrevia.tlb │ │ ├── Vcl.AbDlgPwd.dfm │ │ ├── Vcl.AbPeVer.dfm │ │ ├── Win32 │ │ │ ├── LzFind.obj │ │ │ ├── LzmaDec.obj │ │ │ ├── LzmaEnc.obj │ │ │ ├── Threads.obj │ │ │ ├── bzlib.obj │ │ │ ├── huffman.obj │ │ │ ├── wv_bits.obj │ │ │ ├── wv_pack.obj │ │ │ ├── wv_tags.obj │ │ │ ├── LzFindMt.obj │ │ │ ├── blocksort.obj │ │ │ ├── compress.obj │ │ │ ├── wv_extra1.obj │ │ │ ├── wv_extra2.obj │ │ │ ├── wv_float.obj │ │ │ ├── wv_unpack.obj │ │ │ ├── wv_words.obj │ │ │ ├── PPMdContext.obj │ │ │ ├── PPMdVariantI.obj │ │ │ ├── decompress.obj │ │ │ ├── wv_metadata.obj │ │ │ ├── wv_unpack3.obj │ │ │ ├── wv_wputils.obj │ │ │ ├── CarrylessRangeCoder.obj │ │ │ └── PPMdSubAllocatorVariantI.obj │ │ └── Win64 │ │ │ ├── LzFind.obj │ │ │ ├── LzmaDec.obj │ │ │ ├── LzmaEnc.obj │ │ │ ├── Threads.obj │ │ │ ├── bzlib.obj │ │ │ ├── huffman.obj │ │ │ ├── wv_bits.obj │ │ │ ├── wv_pack.obj │ │ │ ├── wv_tags.obj │ │ │ ├── LzFindMt.obj │ │ │ ├── blocksort.obj │ │ │ ├── compress.obj │ │ │ ├── wv_extra1.obj │ │ │ ├── wv_extra2.obj │ │ │ ├── wv_float.obj │ │ │ ├── wv_unpack.obj │ │ │ ├── wv_words.obj │ │ │ ├── PPMdContext.obj │ │ │ ├── PPMdVariantI.obj │ │ │ ├── decompress.obj │ │ │ ├── wv_metadata.obj │ │ │ ├── wv_unpack3.obj │ │ │ ├── wv_wputils.obj │ │ │ ├── CarrylessRangeCoder.obj │ │ │ └── PPMdSubAllocatorVariantI.obj │ ├── tests │ │ ├── AbUnzperTests.pas │ │ ├── AbZipperTests.pas │ │ ├── testfiles │ │ │ ├── Floppy.bin │ │ │ ├── ANSI │ │ │ │ ├── UTF-8.gz │ │ │ │ ├── OEM 437.gz │ │ │ │ ├── UTF-8.cab │ │ │ │ ├── UTF-8.zip │ │ │ │ ├── ANSI 1252.cab │ │ │ │ ├── ANSI 1252.gz │ │ │ │ ├── ANSI 1252.tar │ │ │ │ ├── ANSI 1252.zip │ │ │ │ ├── OEM 437.tar │ │ │ │ └── OEM 437.zip │ │ │ ├── Test0001.cab │ │ │ ├── simplepw.zip │ │ │ ├── CorruptMPL.zip │ │ │ ├── localetests.zip │ │ │ ├── CpFromFloppy.zip │ │ │ ├── FindCDTailBug.zip │ │ │ ├── Canterbury │ │ │ │ ├── Bzip2.zip │ │ │ │ ├── LZMA.zip │ │ │ │ ├── PPMd.zip │ │ │ │ ├── Store.zip │ │ │ │ ├── DCLImpl.zip │ │ │ │ ├── Deflate.zip │ │ │ │ ├── DeflateP.zip │ │ │ │ ├── Implode.zip │ │ │ │ ├── ImplodeP.zip │ │ │ │ ├── Reduce1.zip │ │ │ │ ├── Reduce2.zip │ │ │ │ ├── Reduce3.zip │ │ │ │ ├── Reduce4.zip │ │ │ │ ├── Shrink.zip │ │ │ │ ├── ShrinkP.zip │ │ │ │ ├── StoreP.zip │ │ │ │ ├── source │ │ │ │ │ ├── ptt5 │ │ │ │ │ ├── sum │ │ │ │ │ ├── cp.htm │ │ │ │ │ └── kennedy.xls │ │ │ │ ├── Canterbury.cab │ │ │ │ ├── Canterbury.tar │ │ │ │ ├── Canterbury.tbz │ │ │ │ ├── Canterbury.tgz │ │ │ │ ├── Deflate64.zip │ │ │ │ └── Split │ │ │ │ │ ├── Split.c02 │ │ │ │ │ ├── Split.c03 │ │ │ │ │ ├── Split.cab │ │ │ │ │ ├── Split.z01 │ │ │ │ │ ├── Split.z02 │ │ │ │ │ └── Split.zip │ │ │ └── download[1].datalandsoftware.com-Aug-2003.gz │ │ ├── AbbreviaUnitTests.res │ │ └── AbbreviaUnitTests_Icon.ico │ ├── packages │ │ ├── Delphi │ │ │ ├── AbbreviaD.ico │ │ │ ├── AbbreviaD.res │ │ │ ├── AbbreviaVCLD.ico │ │ │ ├── AbbreviaVCLD.res │ │ │ ├── AbbreviaFMXDDesign.res │ │ │ ├── AbbreviaVCLDDesign.ico │ │ │ └── AbbreviaVCLDDesign.res │ │ └── CBuilder │ │ │ ├── Abbrevia.res │ │ │ ├── AbbreviaCR.res │ │ │ ├── AbbreviaVCLC.res │ │ │ ├── AbbreviaFMXCDesign.res │ │ │ └── AbbreviaVCLCDesign.res │ ├── localization │ │ ├── AbResString.pas.de │ │ ├── AbResString.pas.fr │ │ ├── AbResString.pas.nl │ │ ├── AbResString.pas.tr │ │ └── AbResString.pas.afr │ └── .hgignore ├── CppClassImportDemo.res └── CppClassWrapperDemo.res ├── Chapter12 ├── Bridge │ └── Bridge.res ├── Composite │ └── Composite.res ├── Flyweight │ ├── Flyweight.res │ ├── StringInterning.res │ ├── DictionaryProblem.res │ └── StringInterning.dpr └── Marker interface │ └── Marker.res ├── Chapter13 ├── Facade │ └── Facade.res ├── Adapter │ └── Adapter.res ├── Decorator │ ├── Example.res │ ├── Helpers.res │ └── StreamDecorator.res └── Proxy │ ├── LoggingProxy.res │ ├── MockingProxy.res │ └── SpringProxy.res ├── Chapter17 ├── Future │ └── Future.res ├── Messaging │ └── Messaging.res ├── Pipeline │ └── Pipeline.res └── Thread pool │ └── ThreadPool.res ├── Chapter09 ├── ObjectLifecycle.res ├── DesignPatternExample.res └── CompositionVsInheritance.res ├── Chapter11 ├── Builder │ ├── Builder.res │ ├── BuilderMain.pas │ ├── BuilderFluent.res │ └── BuilderFluentMain.pas ├── Prototype │ ├── Prototype.res │ ├── PrototypeJSON.res │ ├── PrototypeRecord.res │ └── PrototypePersistent.res ├── Factory method │ ├── Example.res │ ├── ExampleDI.res │ └── Painter.res └── Abstract factory │ ├── UIHostFMX.res │ └── UIHostVCL.res └── Chapter15 ├── Visitor └── Visitor.res ├── Observer ├── Observer.res ├── SpringMulticast.res └── SpringObserver.res ├── Memento └── MementoEditor.res └── Iterator ├── CustomIterators.res ├── BuiltInIterators.res └── HandMadeIterators.res /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.XE.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.XE.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.2009.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.2010.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.XE2.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.XE3.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.XE4.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.XE5.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.XE6.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.XE7.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.XE8.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.2009.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.2010.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.XE2.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.XE3.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.XE4.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.XE5.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.XE6.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.XE7.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.XE8.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/65_TimedTask/app_65_TimedTask.XE8.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/ModelSupport_OmniThreadLibrary_UML/gendoc.gdc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/res/MainIcon.rc: -------------------------------------------------------------------------------- 1 | MainIcon ICON "otl.ico" 2 | 3 | -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.10Seattle.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/62_Console/app_62_console.10_2Tokyo.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.10Seattle.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.10_2Tokyo.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter14/Template method/data.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 3 | 2 4 | 3 5 | 5 6 | 8 7 | 13 8 | -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/ModelSupport_OmniThreadLibrary_UML/default.txvpck: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/65_TimedTask/app_65_TimedTask.10Seattle.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/65_TimedTask/app_65_TimedTask.10_2Tokyo.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter10/Dependency Injection/data.csv: -------------------------------------------------------------------------------- 1 | Count;Summary;Average 2 | 8;54;6,75 3 | -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.2010.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.XE.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.XE2.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.XE3.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.XE4.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.XE5.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.XE6.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.XE7.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.XE8.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/Clean.bat: -------------------------------------------------------------------------------- 1 | del /s .\*.map;.\*.rsm;.\*.exe;.\*.dcu;.\*.drc 2 | pause -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan_MemoryManager_EventLog.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.10Seattle.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.10_2Tokyo.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter10/Dependency Injection/data.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 1 3 | 2 4 | 3 5 | 5 6 | 8 7 | 13 8 | 21 9 | -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/64_ProcessorGroups_NUMA/app_64_ProcessorGroups_NUMA.XE5.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/64_ProcessorGroups_NUMA/app_64_ProcessorGroups_NUMA.XE6.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/64_ProcessorGroups_NUMA/app_64_ProcessorGroups_NUMA.XE7.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/64_ProcessorGroups_NUMA/app_64_ProcessorGroups_NUMA.XE8.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/ModelSupport_OmniThreadLibrary_UML/OtlCommon/Utils/default.txaPackage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/64_ProcessorGroups_NUMA/app_64_ProcessorGroups_NUMA.10Seattle.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/64_ProcessorGroups_NUMA/app_64_ProcessorGroups_NUMA.10_2Tokyo.test: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Chapter05/IncDec.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter05/IncDec.res -------------------------------------------------------------------------------- /Chapter06/Tasks.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter06/Tasks.res -------------------------------------------------------------------------------- /Chapter01/SlowCode.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter01/SlowCode.res -------------------------------------------------------------------------------- /Chapter02/CacheDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter02/CacheDemo.res -------------------------------------------------------------------------------- /Chapter02/Fibonacci.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter02/Fibonacci.res -------------------------------------------------------------------------------- /Chapter03/AsmCode.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter03/AsmCode.res -------------------------------------------------------------------------------- /Chapter03/DataTypes.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter03/DataTypes.res -------------------------------------------------------------------------------- /Chapter03/Inlining.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter03/Inlining.res -------------------------------------------------------------------------------- /Chapter03/Pointers.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter03/Pointers.res -------------------------------------------------------------------------------- /Chapter04/Allocate.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter04/Allocate.res -------------------------------------------------------------------------------- /Chapter05/Deadlock.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter05/Deadlock.res -------------------------------------------------------------------------------- /Chapter05/ReadWrite.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter05/ReadWrite.res -------------------------------------------------------------------------------- /Chapter06/Threads.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter06/Threads.res -------------------------------------------------------------------------------- /Chapter16/Lock/Lock.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter16/Lock/Lock.res -------------------------------------------------------------------------------- /Chapter02/BeginUpdate.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter02/BeginUpdate.res -------------------------------------------------------------------------------- /Chapter02/ProgressBar.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter02/ProgressBar.res -------------------------------------------------------------------------------- /Chapter02/SlowCode_v2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter02/SlowCode_v2.res -------------------------------------------------------------------------------- /Chapter02/VirtualTree.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter02/VirtualTree.res -------------------------------------------------------------------------------- /Chapter05/IncDecComm.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter05/IncDecComm.res -------------------------------------------------------------------------------- /Chapter05/SharedList.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter05/SharedList.res -------------------------------------------------------------------------------- /Chapter06/ThreadComm.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter06/ThreadComm.res -------------------------------------------------------------------------------- /Chapter07/AnonMethod.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/AnonMethod.res -------------------------------------------------------------------------------- /Chapter07/AsyncAwait.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/AsyncAwait.res -------------------------------------------------------------------------------- /Chapter07/ParallelFor.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/ParallelFor.res -------------------------------------------------------------------------------- /Chapter08/LzmaDecTest.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/LzmaDecTest.res -------------------------------------------------------------------------------- /Chapter14/State/State.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter14/State/State.res -------------------------------------------------------------------------------- /Chapter01/SlowCode_VCL.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter01/SlowCode_VCL.res -------------------------------------------------------------------------------- /Chapter02/BeginUpdateFMX.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter02/BeginUpdateFMX.res -------------------------------------------------------------------------------- /Chapter02/SlowCode_Sieve.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter02/SlowCode_Sieve.res -------------------------------------------------------------------------------- /Chapter04/Reallocation.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter04/Reallocation.res -------------------------------------------------------------------------------- /Chapter05/ParallelPaint.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter05/ParallelPaint.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/09_Communications/ModelSupport_testOtlComm/default.txaPackage: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Chapter07/ParallelFuture.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/ParallelFuture.res -------------------------------------------------------------------------------- /Chapter07/ParallelJoin.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/ParallelJoin.res -------------------------------------------------------------------------------- /Chapter07/ParallelTasks.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/ParallelTasks.res -------------------------------------------------------------------------------- /Chapter08/DecompressTest.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/DecompressTest.res -------------------------------------------------------------------------------- /Chapter12/Bridge/Bridge.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter12/Bridge/Bridge.res -------------------------------------------------------------------------------- /Chapter13/Facade/Facade.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter13/Facade/Facade.res -------------------------------------------------------------------------------- /Chapter14/Command/Editor.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter14/Command/Editor.res -------------------------------------------------------------------------------- /Chapter17/Future/Future.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter17/Future/Future.res -------------------------------------------------------------------------------- /Chapter01/RandomWordSearch.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter01/RandomWordSearch.res -------------------------------------------------------------------------------- /Chapter03/CompilerOptions.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter03/CompilerOptions.res -------------------------------------------------------------------------------- /Chapter03/ParameterPassing.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter03/ParameterPassing.res -------------------------------------------------------------------------------- /Chapter07/ParallelPipeline.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/ParallelPipeline.res -------------------------------------------------------------------------------- /Chapter09/ObjectLifecycle.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter09/ObjectLifecycle.res -------------------------------------------------------------------------------- /Chapter11/Builder/Builder.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Builder/Builder.res -------------------------------------------------------------------------------- /Chapter13/Adapter/Adapter.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter13/Adapter/Adapter.res -------------------------------------------------------------------------------- /Chapter15/Visitor/Visitor.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter15/Visitor/Visitor.res -------------------------------------------------------------------------------- /Chapter01/SlowCode_Stopwatch.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter01/SlowCode_Stopwatch.res -------------------------------------------------------------------------------- /Chapter01/SlowCode_Stopwatch2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter01/SlowCode_Stopwatch2.res -------------------------------------------------------------------------------- /Chapter03/SlowCode_Sieve_v2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter03/SlowCode_Sieve_v2.res -------------------------------------------------------------------------------- /Chapter04/InitializeFinalize.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter04/InitializeFinalize.res -------------------------------------------------------------------------------- /Chapter04/ParallelAllocation.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter04/ParallelAllocation.res -------------------------------------------------------------------------------- /Chapter04/SlowCode_Sieve_v3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter04/SlowCode_Sieve_v3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/bag of stuff/async streams/OtlAsyncStreams.Stream.pas: -------------------------------------------------------------------------------- 1 | unit OtlAsyncStreams.Stream; 2 | 3 | interface 4 | 5 | implementation 6 | 7 | end. 8 | -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/lock.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/lock.bmp -------------------------------------------------------------------------------- /Chapter08/CppClassImportDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/CppClassImportDemo.res -------------------------------------------------------------------------------- /Chapter08/CppClassWrapperDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/CppClassWrapperDemo.res -------------------------------------------------------------------------------- /Chapter11/Builder/BuilderMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Builder/BuilderMain.pas -------------------------------------------------------------------------------- /Chapter11/Prototype/Prototype.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Prototype/Prototype.res -------------------------------------------------------------------------------- /Chapter12/Composite/Composite.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter12/Composite/Composite.res -------------------------------------------------------------------------------- /Chapter12/Flyweight/Flyweight.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter12/Flyweight/Flyweight.res -------------------------------------------------------------------------------- /Chapter13/Decorator/Example.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter13/Decorator/Example.res -------------------------------------------------------------------------------- /Chapter13/Decorator/Helpers.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter13/Decorator/Helpers.res -------------------------------------------------------------------------------- /Chapter13/Proxy/LoggingProxy.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter13/Proxy/LoggingProxy.res -------------------------------------------------------------------------------- /Chapter13/Proxy/MockingProxy.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter13/Proxy/MockingProxy.res -------------------------------------------------------------------------------- /Chapter13/Proxy/SpringProxy.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter13/Proxy/SpringProxy.res -------------------------------------------------------------------------------- /Chapter15/Observer/Observer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter15/Observer/Observer.res -------------------------------------------------------------------------------- /Chapter17/Messaging/Messaging.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter17/Messaging/Messaging.res -------------------------------------------------------------------------------- /Chapter17/Pipeline/Pipeline.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter17/Pipeline/Pipeline.res -------------------------------------------------------------------------------- /Chapter03/SlowCode_Sieve_v2_opt.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter03/SlowCode_Sieve_v2_opt.res -------------------------------------------------------------------------------- /Chapter04/LoggingMemoryManager.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter04/LoggingMemoryManager.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/sortup.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/sortup.bmp -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/splash.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/AbReg.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/AbReg.res -------------------------------------------------------------------------------- /Chapter09/DesignPatternExample.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter09/DesignPatternExample.res -------------------------------------------------------------------------------- /Chapter11/Builder/BuilderFluent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Builder/BuilderFluent.res -------------------------------------------------------------------------------- /Chapter15/Memento/MementoEditor.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter15/Memento/MementoEditor.res -------------------------------------------------------------------------------- /Chapter03/ExtractCommonExpression.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter03/ExtractCommonExpression.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/bag of stuff/async streams/OtlAsyncStreams.Internet.ICS.pas: -------------------------------------------------------------------------------- 1 | unit OtlAsyncStreams.Internet.ICS; 2 | 3 | interface 4 | 5 | implementation 6 | 7 | end. 8 | -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/TAbCabKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/TAbCabKit.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/TAbZipKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/TAbZipKit.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/TAbZipper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/TAbZipper.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/compress.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/compress.bmp -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/compress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/compress.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/sortdown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/sortdown.bmp -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/AbDlgDir.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/AbDlgDir.dfm -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/AbPeCol.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/AbPeCol.dfm -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/AbZipOut.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/AbZipOut.res -------------------------------------------------------------------------------- /Chapter09/CompositionVsInheritance.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter09/CompositionVsInheritance.res -------------------------------------------------------------------------------- /Chapter11/Factory method/Example.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Factory method/Example.res -------------------------------------------------------------------------------- /Chapter11/Factory method/ExampleDI.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Factory method/ExampleDI.res -------------------------------------------------------------------------------- /Chapter11/Factory method/Painter.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Factory method/Painter.res -------------------------------------------------------------------------------- /Chapter11/Prototype/PrototypeJSON.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Prototype/PrototypeJSON.res -------------------------------------------------------------------------------- /Chapter12/Marker interface/Marker.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter12/Marker interface/Marker.res -------------------------------------------------------------------------------- /Chapter14/Null object/NullLogger.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter14/Null object/NullLogger.res -------------------------------------------------------------------------------- /Chapter15/Iterator/CustomIterators.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter15/Iterator/CustomIterators.res -------------------------------------------------------------------------------- /Chapter15/Observer/SpringMulticast.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter15/Observer/SpringMulticast.res -------------------------------------------------------------------------------- /Chapter15/Observer/SpringObserver.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter15/Observer/SpringObserver.res -------------------------------------------------------------------------------- /Chapter17/Thread pool/ThreadPool.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter17/Thread pool/ThreadPool.res -------------------------------------------------------------------------------- /Chapter01/SlowCode_VCL_Instrumented.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter01/SlowCode_VCL_Instrumented.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/bag of stuff/async streams/OtlAsyncStreams.Internet.Indy.pas: -------------------------------------------------------------------------------- 1 | unit OtlAsyncStreams.Internet.Indy; 2 | 3 | interface 4 | 5 | implementation 6 | 7 | end. 8 | -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/res/otl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/res/otl.ico -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/TAbMakeCab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/TAbMakeCab.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/TAbUnzipper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/TAbUnzipper.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/lock_unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/lock_unlock.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/AbComCtrls.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/AbComCtrls.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/FMX.AbReg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/FMX.AbReg.pas -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Vcl.AbReg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Vcl.AbReg.pas -------------------------------------------------------------------------------- /Chapter10/Singleton/SingletonPattern.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter10/Singleton/SingletonPattern.res -------------------------------------------------------------------------------- /Chapter11/Abstract factory/UIHostFMX.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Abstract factory/UIHostFMX.res -------------------------------------------------------------------------------- /Chapter11/Abstract factory/UIHostVCL.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Abstract factory/UIHostVCL.res -------------------------------------------------------------------------------- /Chapter11/Builder/BuilderFluentMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Builder/BuilderFluentMain.pas -------------------------------------------------------------------------------- /Chapter11/Prototype/PrototypeRecord.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Prototype/PrototypeRecord.res -------------------------------------------------------------------------------- /Chapter12/Flyweight/StringInterning.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter12/Flyweight/StringInterning.res -------------------------------------------------------------------------------- /Chapter13/Decorator/StreamDecorator.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter13/Decorator/StreamDecorator.res -------------------------------------------------------------------------------- /Chapter15/Iterator/BuiltInIterators.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter15/Iterator/BuiltInIterators.res -------------------------------------------------------------------------------- /Chapter15/Iterator/HandMadeIterators.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter15/Iterator/HandMadeIterators.res -------------------------------------------------------------------------------- /Chapter16/Lock striping/LockStriping.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter16/Lock striping/LockStriping.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/OtlComm.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/doc/OtlComm.vsd -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/res/getit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/res/getit.jpg -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/TAbCabBrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/TAbCabBrowser.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/TAbZipBrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/TAbZipBrowser.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/COM/Abbrevia.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/COM/Abbrevia.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/COM/Abbrevia.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/COM/Abbrevia.tlb -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Vcl.AbDlgPwd.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Vcl.AbDlgPwd.dfm -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Vcl.AbPeVer.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Vcl.AbPeVer.dfm -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/LzFind.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/LzFind.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/LzmaDec.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/LzmaDec.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/LzmaEnc.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/LzmaEnc.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/Threads.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/Threads.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/bzlib.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/bzlib.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/huffman.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/huffman.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/wv_bits.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/wv_bits.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/wv_pack.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/wv_pack.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/wv_tags.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/wv_tags.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/LzFind.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/LzFind.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/LzmaDec.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/LzmaDec.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/LzmaEnc.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/LzmaEnc.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/Threads.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/Threads.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/bzlib.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/bzlib.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/huffman.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/huffman.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/wv_bits.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/wv_bits.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/wv_pack.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/wv_pack.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/wv_tags.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/wv_tags.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/AbUnzperTests.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/AbUnzperTests.pas -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/AbZipperTests.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/AbZipperTests.pas -------------------------------------------------------------------------------- /Chapter10/Object pool/ObjectPoolPattern.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter10/Object pool/ObjectPoolPattern.res -------------------------------------------------------------------------------- /Chapter11/Prototype/PrototypePersistent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter11/Prototype/PrototypePersistent.res -------------------------------------------------------------------------------- /Chapter12/Flyweight/DictionaryProblem.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter12/Flyweight/DictionaryProblem.res -------------------------------------------------------------------------------- /Chapter14/Null object/NullStreamPattern.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter14/Null object/NullStreamPattern.res -------------------------------------------------------------------------------- /Chapter14/Template method/AveragingIoC.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter14/Template method/AveragingIoC.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/res/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/res/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/res/delphinus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/res/delphinus.jpg -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/res/otl-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/res/otl-logo.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/TAbCabExtractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/icons/TAbCabExtractor.png -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/LzFindMt.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/LzFindMt.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/blocksort.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/blocksort.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/compress.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/compress.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/wv_extra1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/wv_extra1.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/wv_extra2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/wv_extra2.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/wv_float.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/wv_float.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/wv_unpack.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/wv_unpack.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/wv_words.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/wv_words.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/LzFindMt.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/LzFindMt.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/blocksort.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/blocksort.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/compress.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/compress.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/wv_extra1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/wv_extra1.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/wv_extra2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/wv_extra2.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/wv_float.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/wv_float.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/wv_unpack.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/wv_unpack.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/wv_words.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/wv_words.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Floppy.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Floppy.bin -------------------------------------------------------------------------------- /Chapter10/Object pool/UnitTestObjectPool.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter10/Object pool/UnitTestObjectPool.res -------------------------------------------------------------------------------- /Chapter14/Template method/TemplateMethod.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter14/Template method/TemplateMethod.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/OtlEventMonitor.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/OtlEventMonitor.dcr -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/41_Pipeline.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/doc/41_Pipeline.vsd -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/Delphi/AbbreviaD.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/Delphi/AbbreviaD.ico -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/Delphi/AbbreviaD.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/Delphi/AbbreviaD.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/PPMdContext.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/PPMdContext.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/PPMdVariantI.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/PPMdVariantI.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/decompress.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/decompress.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/wv_metadata.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/wv_metadata.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/wv_unpack3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/wv_unpack3.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/wv_wputils.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/wv_wputils.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/PPMdContext.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/PPMdContext.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/PPMdVariantI.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/PPMdVariantI.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/decompress.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/decompress.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/wv_metadata.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/wv_metadata.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/wv_unpack3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/wv_unpack3.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/wv_wputils.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/wv_wputils.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/AbbreviaUnitTests.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/AbbreviaUnitTests.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/ANSI/UTF-8.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/ANSI/UTF-8.gz -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Test0001.cab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Test0001.cab -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/simplepw.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/simplepw.zip -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/10_Containers.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/doc/10_Containers.vsd -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/8_RegisterComm.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/doc/8_RegisterComm.vsd -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/OtlDataManager.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/doc/OtlDataManager.vsd -------------------------------------------------------------------------------- /Chapter08/Abbrevia/localization/AbResString.pas.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/localization/AbResString.pas.de -------------------------------------------------------------------------------- /Chapter08/Abbrevia/localization/AbResString.pas.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/localization/AbResString.pas.fr -------------------------------------------------------------------------------- /Chapter08/Abbrevia/localization/AbResString.pas.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/localization/AbResString.pas.nl -------------------------------------------------------------------------------- /Chapter08/Abbrevia/localization/AbResString.pas.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/localization/AbResString.pas.tr -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/CBuilder/Abbrevia.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/CBuilder/Abbrevia.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/ANSI/OEM 437.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/ANSI/OEM 437.gz -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/ANSI/UTF-8.cab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/ANSI/UTF-8.cab -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/ANSI/UTF-8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/ANSI/UTF-8.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/CorruptMPL.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/CorruptMPL.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/localetests.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/localetests.zip -------------------------------------------------------------------------------- /Chapter16/Optimistic locking/OptimisticLocking.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter16/Optimistic locking/OptimisticLocking.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/9_Communication.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/doc/9_Communication.vsd -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/unittests/TestRunner.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/unittests/TestRunner.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/icons/AbComCtrls.rc: -------------------------------------------------------------------------------- 1 | AbComCtrls_Lock BITMAP "lock.bmp" 2 | AbComCtrls_Zip BITMAP "compress.bmp" 3 | AbComCtrls_SortUp BITMAP "sortup.bmp" 4 | AbComCtrls_SortDown BITMAP "sortdown.bmp" -------------------------------------------------------------------------------- /Chapter08/Abbrevia/localization/AbResString.pas.afr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/localization/AbResString.pas.afr -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/CBuilder/AbbreviaCR.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/CBuilder/AbbreviaCR.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/CBuilder/AbbreviaVCLC.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/CBuilder/AbbreviaVCLC.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/Delphi/AbbreviaVCLD.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/Delphi/AbbreviaVCLD.ico -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/Delphi/AbbreviaVCLD.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/Delphi/AbbreviaVCLD.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/AbbreviaUnitTests_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/AbbreviaUnitTests_Icon.ico -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/ANSI/ANSI 1252.cab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/ANSI/ANSI 1252.cab -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/ANSI/ANSI 1252.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/ANSI/ANSI 1252.gz -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/ANSI/ANSI 1252.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/ANSI/ANSI 1252.tar -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/ANSI/ANSI 1252.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/ANSI/ANSI 1252.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/ANSI/OEM 437.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/ANSI/OEM 437.tar -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/ANSI/OEM 437.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/ANSI/OEM 437.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/CpFromFloppy.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/CpFromFloppy.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/FindCDTailBug.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/FindCDTailBug.zip -------------------------------------------------------------------------------- /Chapter16/Readers-writer lock/ReadersWriterLock.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter16/Readers-writer lock/ReadersWriterLock.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/queue with sentinel.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/doc/queue with sentinel.xls -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/00_Beep/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/00_Beep/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/12_Lock/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/12_Lock/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/28_Hooks/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/28_Hooks/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/32_Queue/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/32_Queue/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/46_Async/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/46_Async/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/57_For/app_57_For.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/57_For/app_57_For.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/60_Map/app_60_Map.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/60_Map/app_60_Map.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/CarrylessRangeCoder.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/CarrylessRangeCoder.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/CarrylessRangeCoder.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/CarrylessRangeCoder.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Bzip2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Bzip2.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/LZMA.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/LZMA.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/PPMd.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/PPMd.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Store.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Store.zip -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/48_PipelineExceptions.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/doc/48_PipelineExceptions.vsd -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/OmniThreadLibrary_UML.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/doc/OmniThreadLibrary_UML.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/checkVat/checkVat.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/checkVat/checkVat.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/progress bar/ppb.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/progress bar/ppb.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/twofish/TwoFish.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/twofish/TwoFish.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/07_InitTest/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/07_InitTest/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/12_Lock/app_12_Lock.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/12_Lock/app_12_Lock.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/16_ChainTo/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/16_ChainTo/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/17_MsgWait/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/17_MsgWait/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/34_TreeScan/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/34_TreeScan/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/39_Futures/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/39_Futures/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/41_Pipeline/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/41_Pipeline/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/unittests/CompileAllUnits.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/unittests/CompileAllUnits.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/unittests/GUIRunner_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/unittests/GUIRunner_Icon.ico -------------------------------------------------------------------------------- /Chapter08/Abbrevia/.hgignore: -------------------------------------------------------------------------------- 1 | syntax: glob 2 | *.local 3 | *.dsk 4 | *identcache 5 | *.~dsk 6 | *.tvsconfig 7 | *.dcu 8 | *.o 9 | *.d 10 | __history 11 | *.obj 12 | *.pch 13 | *.exe 14 | *.otares 15 | *.stat 16 | -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/Delphi/AbbreviaFMXDDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/Delphi/AbbreviaFMXDDesign.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/Delphi/AbbreviaVCLDDesign.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/Delphi/AbbreviaVCLDDesign.ico -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/Delphi/AbbreviaVCLDDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/Delphi/AbbreviaVCLDDesign.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/DCLImpl.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/DCLImpl.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Deflate.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Deflate.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/DeflateP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/DeflateP.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Implode.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Implode.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/ImplodeP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/ImplodeP.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Reduce1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Reduce1.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Reduce2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Reduce2.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Reduce3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Reduce3.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Reduce4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Reduce4.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Shrink.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Shrink.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/ShrinkP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/ShrinkP.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/StoreP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/StoreP.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/source/ptt5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/source/ptt5 -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/source/sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/source/sum -------------------------------------------------------------------------------- /Chapter16/Double-checked locking/DoubleCheckedLocking.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter16/Double-checked locking/DoubleCheckedLocking.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.XE7.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.XE7.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.XE8.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.XE8.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/01_HelloWorld/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/01_HelloWorld/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/10_Containers/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/10_Containers/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/11_ThreadPool/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/11_ThreadPool/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/13_Exceptions/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/13_Exceptions/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/15_TaskGroup/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/15_TaskGroup/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/20_QuickSort/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/20_QuickSort/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/28_Hooks/app_28_Hooks.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/28_Hooks/app_28_Hooks.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/32_Queue/app_32_Queue.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/32_Queue/app_32_Queue.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/38_OrderedFor/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/38_OrderedFor/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/47_TaskConfig/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/47_TaskConfig/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/57_For/app_57_For.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/57_For/app_57_For.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/57_For/app_57_For.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/57_For/app_57_For.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/60_Map/app_60_Map.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/60_Map/app_60_Map.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/60_Map/app_60_Map.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/60_Map/app_60_Map.XE5.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/CBuilder/AbbreviaFMXCDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/CBuilder/AbbreviaFMXCDesign.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/packages/CBuilder/AbbreviaVCLCDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/packages/CBuilder/AbbreviaVCLCDesign.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win32/PPMdSubAllocatorVariantI.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win32/PPMdSubAllocatorVariantI.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/source/Win64/PPMdSubAllocatorVariantI.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/source/Win64/PPMdSubAllocatorVariantI.obj -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Canterbury.cab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Canterbury.cab -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Canterbury.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Canterbury.tar -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Canterbury.tbz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Canterbury.tbz -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Canterbury.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Canterbury.tgz -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Deflate64.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Deflate64.zip -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/source/cp.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/source/cp.htm -------------------------------------------------------------------------------- /Chapter10/Lazy Initialization/LazyInitializationPattern.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter10/Lazy Initialization/LazyInitializationPattern.res -------------------------------------------------------------------------------- /Chapter10/Lazy Initialization/LazyInitializationSpring4D.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter10/Lazy Initialization/LazyInitializationSpring4D.res -------------------------------------------------------------------------------- /Chapter16/Optimistic locking/OptimisticLockingSpeedTest.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter16/Optimistic locking/OptimisticLockingSpeedTest.res -------------------------------------------------------------------------------- /Chapter16/Parallel programming in Delphi/DelphiThreading.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter16/Parallel programming in Delphi/DelphiThreading.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/bag of stuff/numa/GetACPI_SLIT.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/bag of stuff/numa/GetACPI_SLIT.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/OtlParallel execution model.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/doc/OtlParallel execution model.vsd -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/02_TwoWayHello/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/02_TwoWayHello/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/08_RegisterComm/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/08_RegisterComm/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/12_Lock/app_12_Lock.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/12_Lock/app_12_Lock.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/12_Lock/app_12_Lock.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/12_Lock/app_12_Lock.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/14_TerminateWhen/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/14_TerminateWhen/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/16_ChainTo/app_16_ChainTo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/16_ChainTo/app_16_ChainTo.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/17_MsgWait/app_17_MsgWait.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/17_MsgWait/app_17_MsgWait.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/25_WaitableComm/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/25_WaitableComm/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/27_RecursiveTree/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/27_RecursiveTree/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/28_Hooks/app_28_Hooks.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/28_Hooks/app_28_Hooks.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/28_Hooks/app_28_Hooks.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/28_Hooks/app_28_Hooks.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/32_Queue/app_32_Queue.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/32_Queue/app_32_Queue.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/32_Queue/app_32_Queue.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/32_Queue/app_32_Queue.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/35_ParallelFor/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/35_ParallelFor/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/42_MessageQueue/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/42_MessageQueue/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/63_Service/app_63_Service.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.c02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.c02 -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.c03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.c03 -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.cab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.cab -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.z01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.z01 -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.z02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.z02 -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/Split/Split.zip -------------------------------------------------------------------------------- /Chapter10/Dependency Injection/DependencyInjectionPattern.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter10/Dependency Injection/DependencyInjectionPattern.res -------------------------------------------------------------------------------- /Chapter10/Dependency Injection/UnitTestDependencyInjection.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter10/Dependency Injection/UnitTestDependencyInjection.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/checkVat/checkVatService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/checkVat/checkVatService.pas -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/00_Beep/app_0_Beep.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/07_InitTest/app_7_InitTest.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/07_InitTest/app_7_InitTest.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/09_Communications/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/09_Communications/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/22_TerminationTest/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/22_TerminationTest/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/24_ConnectionPool/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/24_ConnectionPool/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/31_WaitableObjects/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/31_WaitableObjects/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/59_TWaitFor/app_59_TWaitFor.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/59_TWaitFor/app_59_TWaitFor.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/Canterbury/source/kennedy.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/Canterbury/source/kennedy.xls -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/bag of stuff/numa/GetACPI_SLIT_OTL.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/bag of stuff/numa/GetACPI_SLIT_OTL.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/bag of stuff/numa/GetProcessorInfo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/bag of stuff/numa/GetProcessorInfo.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/01_HelloWorld/app_1_HelloWorld.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/01_HelloWorld/app_1_HelloWorld.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/07_InitTest/app_7_InitTest.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/07_InitTest/app_7_InitTest.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/07_InitTest/app_7_InitTest.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/07_InitTest/app_7_InitTest.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/12_Lock/app_12_Lock.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/12_Lock/app_12_Lock.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/15_TaskGroup/app_15_TaskGroup.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/15_TaskGroup/app_15_TaskGroup.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/16_ChainTo/app_16_ChainTo.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/16_ChainTo/app_16_ChainTo.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/16_ChainTo/app_16_ChainTo.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/16_ChainTo/app_16_ChainTo.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/17_MsgWait/app_17_MsgWait.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/17_MsgWait/app_17_MsgWait.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/17_MsgWait/app_17_MsgWait.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/17_MsgWait/app_17_MsgWait.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/18_StringMsgDispatch/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/18_StringMsgDispatch/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/19_StringMsgBenchmark/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/19_StringMsgBenchmark/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/21_Anonymous_methods/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/21_Anonymous_methods/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/26_MultiEventMonitor/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/26_MultiEventMonitor/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/28_Hooks/app_28_Hooks.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/28_Hooks/app_28_Hooks.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/32_Queue/app_32_Queue.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/32_Queue/app_32_Queue.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/33_BlockingCollection/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/33_BlockingCollection/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/36_ParallelAggregate/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/36_ParallelAggregate/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/46_Async/app_46_Async.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/51_PipelineStressTest/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/51_PipelineStressTest/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/52_BackgroundWorker/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/52_BackgroundWorker/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/60_Map/app_60_Map.10_1Berlin.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/60_Map/app_60_Map.10_1Berlin.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/65_TimedTask/app_65_TimedTask.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/65_TimedTask/app_65_TimedTask.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/bag of stuff/numa/GetProcessorInfoOTL.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/bag of stuff/numa/GetProcessorInfoOTL.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/folder scanner/FolderScanner.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/folder scanner/FolderScanner.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/forEach output/ForEachOutput.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/forEach output/ForEachOutput.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/report generator/simulation.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/report generator/simulation.xlsx -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/02_TwoWayHello/app_2_TwoWayHello.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/02_TwoWayHello/app_2_TwoWayHello.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/13_Exceptions/app_13_Exceptions.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/13_Exceptions/app_13_Exceptions.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/23_BackgroundFileSearch/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/23_BackgroundFileSearch/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/29_ImplicitEventMonitor/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/29_ImplicitEventMonitor/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/44_Fork-Join QuickSort/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/44_Fork-Join QuickSort/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/47_TaskConfig/app_47_TaskConfig.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/47_TaskConfig/app_47_TaskConfig.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/app_53_AsyncAwait.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/app_53_AsyncAwait.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.otares: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.otares -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/59_TWaitFor/app_59_TWaitFor.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/59_TWaitFor/app_59_TWaitFor.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/59_TWaitFor/app_59_TWaitFor.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/59_TWaitFor/app_59_TWaitFor.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/report generator/ReportGenerator.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/report generator/ReportGenerator.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/01_HelloWorld/app_1_HelloWorld.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/01_HelloWorld/app_1_HelloWorld.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/01_HelloWorld/app_1_HelloWorld.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/01_HelloWorld/app_1_HelloWorld.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/03_HelloWorld_with_package/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/03_HelloWorld_with_package/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/07_InitTest/app_7_InitTest.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/07_InitTest/app_7_InitTest.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/08_RegisterComm/app_8_RegisterComm.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/08_RegisterComm/app_8_RegisterComm.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.XE.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.XE.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/13_Exceptions/app_13_Exceptions.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/13_Exceptions/app_13_Exceptions.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/13_Exceptions/app_13_Exceptions.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/13_Exceptions/app_13_Exceptions.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/15_TaskGroup/app_15_TaskGroup.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/15_TaskGroup/app_15_TaskGroup.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/15_TaskGroup/app_15_TaskGroup.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/15_TaskGroup/app_15_TaskGroup.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/16_ChainTo/app_16_ChainTo.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/16_ChainTo/app_16_ChainTo.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/17_MsgWait/app_17_MsgWait.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/17_MsgWait/app_17_MsgWait.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/25_WaitableComm/app_25_WaitableComm.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/25_WaitableComm/app_25_WaitableComm.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/30_AnonymousEventMonitor/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/30_AnonymousEventMonitor/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/39_Futures/app_39_Futures.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/42_MessageQueue/app_42_MessageQueue.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/42_MessageQueue/app_42_MessageQueue.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/47_TaskConfig/app_47_TaskConfig.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/47_TaskConfig/app_47_TaskConfig.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/47_TaskConfig/app_47_TaskConfig.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/47_TaskConfig/app_47_TaskConfig.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/47_TaskConfig/app_47_TaskConfig.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/47_TaskConfig/app_47_TaskConfig.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/48_OtlParallelExceptions/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/48_OtlParallelExceptions/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/app_53_AsyncAwait.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/app_53_AsyncAwait.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/app_53_AsyncAwait.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/app_53_AsyncAwait.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/app_53_AsyncAwait.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/app_53_AsyncAwait.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/app_53_AsyncAwait.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/53_AsyncAwait/app_53_AsyncAwait.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/54_LockManager/app_54_LockManager.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/54_LockManager/app_54_LockManager.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.2007.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.2007.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/58_ForVsForEach/app_58_ForVsForEach.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/58_ForVsForEach/app_58_ForVsForEach.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/TThread communication/TThreadComm.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/TThread communication/TThreadComm.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/stringlist parser/StringListParser.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/stringlist parser/StringListParser.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/02_TwoWayHello/app_2_TwoWayHello.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/02_TwoWayHello/app_2_TwoWayHello.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/02_TwoWayHello/app_2_TwoWayHello.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/02_TwoWayHello/app_2_TwoWayHello.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/04_TwoWayHello_with_package/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/04_TwoWayHello_with_package/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/05_TwoWayHello_without_loop/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/05_TwoWayHello_without_loop/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/14_TerminateWhen/app_14_TerminateWhen.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/14_TerminateWhen/app_14_TerminateWhen.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/27_RecursiveTree/app_27_RecursiveTree.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/27_RecursiveTree/app_27_RecursiveTree.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/34_TreeScan/app_34_TreeScan.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/38_OrderedFor/Profiling/AQtimeModule1.aqt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/38_OrderedFor/Profiling/AQtimeModule1.aqt -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/41_Pipeline/app_41_Pipeline.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/app_49_FramedWorkers.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/app_49_FramedWorkers.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/54_LockManager/app_54_LockManager.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/54_LockManager/app_54_LockManager.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/54_LockManager/app_54_LockManager.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/54_LockManager/app_54_LockManager.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/54_LockManager/app_54_LockManager.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/54_LockManager/app_54_LockManager.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/54_LockManager/app_54_LockManager.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/54_LockManager/app_54_LockManager.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi 2007/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi 2007/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi 2009/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi 2009/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi 2010/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi 2010/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE/OmniThreadLibraryDesigntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE/OmniThreadLibraryDesigntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE2/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE2/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE3/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE3/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE4/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE4/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE5/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE5/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE6/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE6/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE7/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE7/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE8/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE8/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/01_HelloWorld/app_1_HelloWorld.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/01_HelloWorld/app_1_HelloWorld.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/08_RegisterComm/app_8_RegisterComm.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/08_RegisterComm/app_8_RegisterComm.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/08_RegisterComm/app_8_RegisterComm.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/08_RegisterComm/app_8_RegisterComm.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/09_Communications/app_9_Communications.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/09_Communications/app_9_Communications.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.XE_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/10_Containers/app_10_Containers.XE_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/13_Exceptions/app_13_Exceptions.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/13_Exceptions/app_13_Exceptions.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/15_TaskGroup/app_15_TaskGroup.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/15_TaskGroup/app_15_TaskGroup.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/20_QuickSort/app_20_QuickSort.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/24_ConnectionPool/app_24_ConnectionPool.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/24_ConnectionPool/app_24_ConnectionPool.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/25_WaitableComm/app_25_WaitableComm.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/25_WaitableComm/app_25_WaitableComm.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/25_WaitableComm/app_25_WaitableComm.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/25_WaitableComm/app_25_WaitableComm.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/38_OrderedFor/app_38_OrderedFor.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/40_Mandelbrot/app_40_Mandelbrot.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/42_MessageQueue/app_42_MessageQueue.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/42_MessageQueue/app_42_MessageQueue.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/42_MessageQueue/app_42_MessageQueue.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/42_MessageQueue/app_42_MessageQueue.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/42_MessageQueue/app_42_MessageQueue.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/42_MessageQueue/app_42_MessageQueue.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/47_TaskConfig/app_47_TaskConfig.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/47_TaskConfig/app_47_TaskConfig.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/app_50_OmniValueArray.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/app_50_OmniValueArray.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/56_RunInvoke/app_56_RunInvoke.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/58_ForVsForEach/app_58_ForVsForEach.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/58_ForVsForEach/app_58_ForVsForEach.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/58_ForVsForEach/app_58_ForVsForEach.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/58_ForVsForEach/app_58_ForVsForEach.XE5.res -------------------------------------------------------------------------------- /Chapter12/Flyweight/StringInterning.dpr: -------------------------------------------------------------------------------- 1 | program StringInterning; 2 | 3 | {$APPTYPE CONSOLE} 4 | 5 | {$R *.res} 6 | 7 | var 8 | a: string; 9 | 10 | begin 11 | a := 'Name'; 12 | Writeln(a); 13 | Writeln('Name'); 14 | Readln; 15 | end. 16 | -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/stringlist parser/StringListParser.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/stringlist parser/StringListParser.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi 2007/OmniThreadLibraryDesigntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi 2007/OmniThreadLibraryDesigntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi 2009/OmniThreadLibraryDesigntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi 2009/OmniThreadLibraryDesigntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi 2010/OmniThreadLibraryDesigntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi 2010/OmniThreadLibraryDesigntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE2/OmniThreadLibraryDesigntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE2/OmniThreadLibraryDesigntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE3/OmniThreadLibraryDesigntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE3/OmniThreadLibraryDesigntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE4/OmniThreadLibraryDesigntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE4/OmniThreadLibraryDesigntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE5/OmniThreadLibraryDesigntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE5/OmniThreadLibraryDesigntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE6/OmniThreadLibraryDesigntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE6/OmniThreadLibraryDesigntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE7/OmniThreadLibraryDesigntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE7/OmniThreadLibraryDesigntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi XE8/OmniThreadLibraryDesigntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi XE8/OmniThreadLibraryDesigntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/02_TwoWayHello/app_2_TwoWayHello.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/02_TwoWayHello/app_2_TwoWayHello.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/06_TwoWayHello_with_object_worker/MainIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/06_TwoWayHello_with_object_worker/MainIcon.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/09_Communications/app_9_Communications.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/09_Communications/app_9_Communications.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/09_Communications/app_9_Communications.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/09_Communications/app_9_Communications.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.10Seattle.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.10Seattle.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.10_1Berlin.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.10_1Berlin.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.10_2Tokyo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/11_ThreadPool/app_11_ThreadPool.10_2Tokyo.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/14_TerminateWhen/app_14_TerminateWhen.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/14_TerminateWhen/app_14_TerminateWhen.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/14_TerminateWhen/app_14_TerminateWhen.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/14_TerminateWhen/app_14_TerminateWhen.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/22_TerminationTest/app_22_TerminationTest.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/22_TerminationTest/app_22_TerminationTest.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/27_RecursiveTree/app_27_RecursiveTree.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/27_RecursiveTree/app_27_RecursiveTree.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/27_RecursiveTree/app_27_RecursiveTree.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/27_RecursiveTree/app_27_RecursiveTree.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/31_WaitableObjects/app_31_WaitableObjects.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/31_WaitableObjects/app_31_WaitableObjects.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/app_43_InvokeAnonymous.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/app_43_InvokeAnonymous.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/app_49_FramedWorkers.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/app_49_FramedWorkers.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/app_49_FramedWorkers.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/app_49_FramedWorkers.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/app_49_FramedWorkers.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/app_49_FramedWorkers.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/app_49_FramedWorkers.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/49_FramedWorkers/app_49_FramedWorkers.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/55_ForEachProgress/app_55_ForEachProgress.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/55_ForEachProgress/app_55_ForEachProgress.res -------------------------------------------------------------------------------- /Chapter08/Abbrevia/tests/testfiles/download[1].datalandsoftware.com-Aug-2003.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter08/Abbrevia/tests/testfiles/download[1].datalandsoftware.com-Aug-2003.gz -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/doc/ModelSupport_OmniThreadLibrary_UML/navigation.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/doc/ModelSupport_OmniThreadLibrary_UML/navigation.jar -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi 10 Seattle/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi 10 Seattle/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/packages/Delphi 10.2 Tokyo/OmniThreadLibraryRuntime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/packages/Delphi 10.2 Tokyo/OmniThreadLibraryRuntime.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/08_RegisterComm/app_8_RegisterComm.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/08_RegisterComm/app_8_RegisterComm.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/18_StringMsgDispatch/app_18_StringMsgDispatch.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/18_StringMsgDispatch/app_18_StringMsgDispatch.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/21_Anonymous_methods/app_21_Anonymous_methods.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/21_Anonymous_methods/app_21_Anonymous_methods.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/22_TerminationTest/app_22_TerminationTest.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/22_TerminationTest/app_22_TerminationTest.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/22_TerminationTest/app_22_TerminationTest.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/22_TerminationTest/app_22_TerminationTest.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/24_ConnectionPool/app_24_ConnectionPool.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/24_ConnectionPool/app_24_ConnectionPool.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/24_ConnectionPool/app_24_ConnectionPool.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/24_ConnectionPool/app_24_ConnectionPool.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/25_WaitableComm/app_25_WaitableComm.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/25_WaitableComm/app_25_WaitableComm.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/26_MultiEventMonitor/app_26_MultiEventMonitor.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/26_MultiEventMonitor/app_26_MultiEventMonitor.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/31_WaitableObjects/app_31_WaitableObjects.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/31_WaitableObjects/app_31_WaitableObjects.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/31_WaitableObjects/app_31_WaitableObjects.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/31_WaitableObjects/app_31_WaitableObjects.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.10_1Berlin.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/35_ParallelFor/app_35_ParallelFor.10_1Berlin.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/36_ParallelAggregate/app_36_ParallelAggregate.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/36_ParallelAggregate/app_36_ParallelAggregate.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.10Seattle.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.10Seattle.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/37_ParallelJoin/app_37_ParallelJoin.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/42_MessageQueue/app_42_MessageQueue.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/42_MessageQueue/app_42_MessageQueue.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/app_43_InvokeAnonymous.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/app_43_InvokeAnonymous.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/app_43_InvokeAnonymous.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/app_43_InvokeAnonymous.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/app_43_InvokeAnonymous.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/app_43_InvokeAnonymous.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/app_43_InvokeAnonymous.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/43_InvokeAnonymous/app_43_InvokeAnonymous.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/45_Fork-Join max/app_45_ForkJoinMax.XE2_Icon.ico -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/app_50_OmniValueArray.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/app_50_OmniValueArray.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/app_50_OmniValueArray.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/app_50_OmniValueArray.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/app_50_OmniValueArray.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/app_50_OmniValueArray.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/app_50_OmniValueArray.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/50_OmniValueArray/app_50_OmniValueArray.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/52_BackgroundWorker/app_52_BackgroundWorker.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/52_BackgroundWorker/app_52_BackgroundWorker.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/55_ForEachProgress/app_55_ForEachProgress.XE2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/55_ForEachProgress/app_55_ForEachProgress.XE2.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/55_ForEachProgress/app_55_ForEachProgress.XE3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/55_ForEachProgress/app_55_ForEachProgress.XE3.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/55_ForEachProgress/app_55_ForEachProgress.XE4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/55_ForEachProgress/app_55_ForEachProgress.XE4.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/55_ForEachProgress/app_55_ForEachProgress.XE5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/55_ForEachProgress/app_55_ForEachProgress.XE5.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/61_CollectionToArray/app_61_CollectionToArray.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/61_CollectionToArray/app_61_CollectionToArray.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/63_Service/test_63_Service.dfm: -------------------------------------------------------------------------------- 1 | object frm63Service: Tfrm63Service 2 | OldCreateOrder = False 3 | DisplayName = 'OtlTestService' 4 | OnStart = ServiceStart 5 | OnStop = ServiceStop 6 | Height = 358 7 | Width = 606 8 | end 9 | -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/tests/66_ThreadsInThreads/app_66_threadsInThreads.res -------------------------------------------------------------------------------- /Chapter07/OmniThreadLibrary/examples/stringlist parser/StringListParser.XE2_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Delphi-Programming-A-Complete-Reference-Guide/HEAD/Chapter07/OmniThreadLibrary/examples/stringlist parser/StringListParser.XE2_Icon.ico --------------------------------------------------------------------------------