Skip to content Skip to sidebar Skip to footer
Showing posts with the label Triggers

Python Time Range Validator

I have 2 parameters in DB: start and stop. value for them can be eg 07:00-23:00 or 23:00-07:00 (st… Read more Python Time Range Validator

How To Launch An Interactive View Of A Table After File Dialog In Pyqt5?

Using PyQt5, I made two widgets. The first widget is a user-prompt to select a file with an alert t… Read more How To Launch An Interactive View Of A Table After File Dialog In Pyqt5?

Trigger To Automatically Remove Eol Whitespace?

Can one write a perforce trigger to automatically remove whitespace at submission time? Preferably… Read more Trigger To Automatically Remove Eol Whitespace?

Both Http And Timer Trigger In Azure Function

I am able to have both a timer and http trigger in my Azure Function by duplicating the project fol… Read more Both Http And Timer Trigger In Azure Function

To Convert From Python Arrays To Postgresql Quickly?

This is a follow-up question to: How to cast to int array in PostgreSQL? I am thinking how to conve… Read more To Convert From Python Arrays To Postgresql Quickly?