User Portlet User Portlet

Discussions
Is there anyway to run scheduled task on directory at a certain time interval to see for file additions? The below code was found at https://mathematica.stackexchange.com/questions/15935/execute-code-when-file-is-modified/15938 and seems to not work...
Is there any way to return an association of all the files (Cloud Objects, Cloud Expressions) within the cloud filing system in one function much like FileSystemMap does on a local machine?
Found the answer here https://mathematica.stackexchange.com/questions/46617/extracting-financial-indicator-data-from-trading-chart
Meaning evaluating/initializing within manipulate function, the object takes more time/cpu overhead than simply using TradingChart. I'm sure this is due to the object size being larger due to containing more functionality and dynamic components. I do...
Ive seen and used the Developer`DateSetter[] functionality in my notebook but want to place this inside manipulate to be able to select date ranges to reduce or increase the data being viewed in trading chart. Can anyone suggest why I am getting the...
For some reason, when trying to use the Bloomberg link dashboard, the window has no way to maximize the window and no way to expand or scroll within the window. I cannot view the full page to work with the tool. Let me know if anyone has had this...
In that post, the data was being aggregated and then ran with ListAnimate. I would love to run this with a manipulate that can incorporate the indicators that I want to include as data updates.
I would love to be pointed to some useful tips and tricks Wolfram Users are using multiple kernels within their business models. I believe I want to dedicate specific kernels for specific processes within our company such as DB automation,...
Rohit, Yes, that is exactly what I was getting at. I think I can take your code and Mike's post and run with that. Thank you!