Note: This PDF is image-only and many Urdu handwritten pages are faint/overlapped.
I transcribed clearly legible text and provided best-effort transliteration where readable.
Illegible parts are marked as[illegible].
Persian documents
-
2 catalogues, one listed alphabetically (in print), another listed by date (hand written)
-
I am checking the one alphabetically.
-
Sample photo of the handwritten catalogue, this is the photograph of the first page
-
Approx 270 pages, I checked the first 50 for any relevant documents.
-
Photos not allowed but I took some of them secretly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Implementation of the Alpha Divergence Estimators from Section 4.3 of the paper | |
| "Empirical Squared Hellinger Distance Estimator and Generalizations to a Family of α-Divergence Estimators" | |
| https://pmc.ncbi.nlm.nih.gov/articles/PMC10137612/#sec4-entropy-25-00612 | |
| """ | |
| import numpy as np | |
| from scipy.spatial import KDTree | |
| from scipy.special import gamma, digamma | |
| import matplotlib.pyplot as plt |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2021-06-19 13:10:31.9839513 9004 18284 SLS Get response for service 855E8A7C-ECB4-4CA3-B045-1DFA50104289 - forceExpire[False] asyncRefreshOnExpiry[False] | |
| 2021-06-19 13:10:32.2093371 9004 18284 Agent Added update 7DECEB2A-1088-457C-8615-AC239416D00A.1 to search result | |
| 2021-06-19 13:10:32.2093414 9004 18284 Agent Removing unreferenced framework update {7DECEB2A-1088-457C-8615-AC239416D00A}.1 from search result. | |
| 2021-06-19 13:10:32.2093654 9004 18284 Agent Found 0 updates and 0 categories in search; evaluated appl. rules of 17 out of 55 deployed entities | |
| 2021-06-19 13:10:32.2108099 9004 18284 Agent * END * Finding updates CallerId = Update;ScanForUpdates, Id = 92, Exit code = 0x00000000 (cV = XV8Ik1/idk2Vmox/.1.0.1.0.0.1) | |
| 2021-06-19 13:10:32.2147709 9004 18284 IdleTimer WU operation (CSearchCall::Init ID 92, operation # 491) stopped; does not use network; is at background priority | |
| 2021-06-19 13:10:32.2151999 15716 16392 ComApi *RESUMED* S |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yarn install v1.22.4 | |
| [1/6] Validating package.json... | |
| [2/6] Resolving packages... | |
| [3/6] Fetching packages... | |
| info fsevents@1.2.9: The platform "linux" is incompatible with this module. | |
| info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation. | |
| [4/6] Linking dependencies... | |
| warning " > react-contextmenu@2.11.0" has unmet peer dependency "prop-types@^15.0.0". | |
| warning " > react-sortable-hoc@1.9.1" has unmet peer dependency "prop-types@^15.5.7". | |
| warning " > grunt-gitinfo@0.1.7" has incorrect peer dependency "grunt@~0.4.5". |
- Object-Oriented Programming The Trillion Dollar Disaster
- What Alan Kay Got Wrong About Objects
- Alan Kay and OO Programming
- Is Erlang Object Oriented?
- What are the key differences between OO in Smalltalk and Java
- Java Vs SmallTalk
- Weaknesses of Smalltalk and Strengths of Erlang
- [10 Object Oriented (OOP) Design Principles Java Programmers Should Know](https://javarevisited.blogspot.com/2018/07/10-object-oriented-design-principles.ht
NewerOlder


