https://journals.sagepub.com/action/showFeed?ui=0&mi=ehikzz&ai=2b4&jc=asqa&type=etoc&feed=rss
https://academic.oup.com/rss/site_5479/3340.xml
https://onlinelibrary.wiley.com/feed/15206688/most-recent
[ | |
{"Index":"1","Process #":"4.1","Process Name":"Develop Project Charter","Knowledge Area":"Integration","Process Group":"Initiate","ITTO Type":"Input","ITTO":"Business Documents","To Study":"","ITTO Purpose":"","ITTO Notes":""}, | |
{"Index":"2","Process #":"4.1","Process Name":"Develop Project Charter","Knowledge Area":"Integration","Process Group":"Initiate","ITTO Type":"Input","ITTO":"Agreements","To Study":"","ITTO Purpose":"","ITTO Notes":""}, | |
{"Index":"3","Process #":"4.1","Process Name":"Develop Project Charter","Knowledge Area":"Integration","Process Group":"Initiate","ITTO Type":"Input","ITTO":"Enterprise Environmental Factors","To Study":"","ITTO Purpose":"","ITTO Notes":""}, | |
{"Index":"4","Process #":"4.1","Process Name":"Develop Project Charter","Knowledge Area":"Integration","Process Group":"Initiate","ITTO Type":"Input","ITTO":"Organizational Process Assets","To Study":"","ITTO Purpose":"","ITTO Notes":""}, | |
{"Index":"5","Process #":"4.1","Process Name":"Develop Project Charter","Knowledge Area":"Int |
The Fred Factor | |
Team of Teams, McCrystal | |
Lincoln on Leadership | |
Strengths Finder, Tom Rath | |
Eats, Shoots, and Leaves | |
The Goal, Eliyahu | |
Emergenetics, Geil Browning | |
5 Choices |
$files = Get-ChildItem -Path "Y:\" *.ckl -r | |
$xmls = $files | % {[xml](get-content $_.FullName)} | |
$data = $xmls.Checklist | % { | |
$hostname = $_.Asset.HOST_NAME | |
#Vulns are each checklist item | |
$vulns = $_.STIGS.iSTIG.VULN | |
( $vulns | select @{Name="Host_Name";Expression={$hostname}}, | |
STATUS, | |
@{Name="Vuln_Num"; Expression={$_.STIG_DATA[0].ATTRIBUTE_DATA}}, |
Faulting application name: lsass.exe, version: 10.0.19041.1266, time stamp: 0x17c94394 Faulting module name: KERNELBASE.dll, version: 10.0.19041.1387, time stamp: 0x0b9a844a Exception code: 0xc000027b Fault offset: 0x000000000010b302 Faulting process id: 0x340 Faulting application start time: 0x01d8035af911766b Faulting application path: C:\Windows\system32\lsass.exe Faulting module path: C:\Windows\System32\KERNELBASE.dll
Academy of Management Annals/Current/https://journals.aom.org/action/showFeed?type=etoc&feed=rss&jc=annals | |
Academy of Management Annals/Cited/https://journals.aom.org/action/showMostCitedArticlesFeed?journalCode=annals | |
Academy of Management Journal/Current/https://journals.aom.org/action/showFeed?type=etoc&feed=rss&jc=amj | |
Academy of Management Journal/Cited/https://journals.aom.org/action/showMostCitedArticlesFeed?journalCode=amj | |
Academy of Management Perspectives/Current/https://journals.aom.org/action/showFeed?type=etoc&feed=rss&jc=amp | |
Academy of Management Perspectives/Cited/https://journals.aom.org/action/showMostCitedArticlesFeed?journalCode=amp | |
Academy of Management Discoveries/Current/https://journals.aom.org/action/showFeed?type=etoc&feed=rss&jc=amd | |
Academy of Management Discoveries/Cited/https://journals.aom.org/action/showMostCitedArticlesFeed?journalCode=amd | |
Academy of Management Learning & Education/Current/https://journals.aom.org/action/showFeed?type=etoc&feed=rss&jc=amle | |
Academy of Management L |
import inspect | |
def Reactive(obj): | |
class ReactiveObject(object): | |
def __init__(self, obj, storage): | |
self.storage = storage | |
self.obj = obj | |
def on_change(self, key, newValue, prevValue): |
If possible, use the module at Import Excel. It'll consider more edge cases.
I wrote this to handle a simple read of somewhat well-formed data in an Excel document like below. It has only been tested in a Windows environment without significant edge-cases considered.
SheetInventory
ID | Title | MyDate | Quantity |
---|