Inside of VBA, we have access to events, which in the simplest terms are “things that take place”. This could be anything from a cell having its value changed to a workbook being saved. The important ...
This small module is meant to help test Python based AWS Lambda functions that get triggered by other AWS services (ex: CodePipeline action). The module will generate an "event" that appears to come ...
DISCLAIMER: The data plane samples in this repo are for azure-eventgrid v1 (1.x). For the samples for v4 (4.x and above) please visit here. This repo is archived since v4 has become stable. For ...
Pythonはサーバーを立てるのがすごく簡単です。 python -m http.server 8080 だけでWebサーバが立ち上がってくれるんです!XAMPPの存在を知った時も結構感動しましたが、pythonのこの手軽さはその比ではありません。 ちょっとした処理を返すサーバがほしい時も ...